What can agents do?

Subpage of Building Agents

SWE Principles for Building Out Agents

The shift from Large Language Models (LLMs) as simple “chat interfaces” to “Agentic Systems” represents a fundamental change in software engineering. Agents do not just provide information; they execute multi-step tasks autonomously, adapt to changing environments, and utilize tools to achieve specific goals.

Below are 5 examples of hackathon projects and early-stage startups that highlight the personalized, adaptive task execution capabilities of AI agents.

The Potential for Software Developers

For developers, agents represent a new layer of the stack. Here is what progress is looking like:

  1. Deterministic Logic: If-Then-Else statements.
  2. Probabilistic Logic: LLMs generating text.
  3. Autonomous Logic: Agents directing their own processes.

The “agentic” approach allows developers to build software that is resilient to change. If a website’s UI changes, a traditional scraper breaks; an agent simply “looks” at the new UI and adapts. This reduces the maintenance burden of complex integrations and allows for the creation of truly “intent-based” applications.

1. Meteor (YC S25) - The Agentic Browser

Link: browse.dev

Meteor is an “agentic browser” designed to replace traditional browsers like Chrome. It doesn’t just display web pages; it navigates them on behalf of the user.

  1. Task Execution: Instead of searching for flights, comparing prices, and filling out forms, a user can tell Meteor: “Book the cheapest flight to Tokyo next Friday.”
  2. Adaptability: The agent handles varying website layouts, manages login sessions, and reacts to dynamic pricing or seat availability in real-time.
  3. Potential: For developers, this represents a move toward “Semantic Web Browsing” where agents interact with the DOM as if it were an API.

2. Floworks / Alisha - The Autonomous Sales SDR

Link: floworks.ai

Alisha is an AI Sales Development Representative (SDR) that executes the entire top-of-funnel sales process.

  1. Task Execution: It researches prospects across 180+ web sources, writes hyper-personalized emails, handles objections, and coordinates with the user’s calendar to book meetings.
  2. Personalization: Every interaction is grounded in real-time data about the prospect, making it far more effective than traditional template-based automation.
  3. Potential: This showcases the capability of agents to manage long-running, stateful workflows that require both reasoning (whom to contact) and execution (sending the email).

3. StackAI - AI Employees in Sandboxed Environments

Link: stack-ai.com

StackAI provides “AI Employees” that operate within their own sandboxed computer environments.

  1. Task Execution: These agents can browse the web, run Python code, and navigate legacy enterprise software (ERP/CRM) to build performance decks or conduct financial due diligence.
  2. Tool Usage: By giving an agent a “workstation,” it can use any software a human can, bridging the gap between modern AI and legacy systems.
  3. Potential: It demonstrates how agents can solve the “last mile” problem of automation by interacting with interfaces that don’t have APIs.

4. ClawBank - A Financial OS for Agents

Link: clawbank.co

As agents become more autonomous, they need the ability to manage resources. ClawBank provides agents with their own bank accounts and API keys.

  1. Task Execution: It enables a “multi-agent system” where a “CFO agent” can approve a “Marketing agent’s” request to purchase ad credits, and a “Settler agent” executes the transaction.
  2. Autonomy: This removes the bottleneck of human payment approvals for low-risk, high-frequency agent tasks.
  3. Potential: It highlights the emerging “Agent Economy” where software systems autonomously trade services and settle payments.

5. ClaimPilot (AI Genesis Hackathon Winner) - Medical Prior-Auth Agent

Link: ClaimPilot on Lablab.ai

ClaimPilot automates the complex and tedious process of medical prior-authorization.

  1. Task Execution: It processes medical notes, extracts ICD-10 codes, interprets insurer rules, and generates complete authorization submissions.
  2. Stochasticity Management: Medical terminology and insurance rules are highly variable; the agent uses reasoning to map unstructured clinical data to rigid regulatory requirements.
  3. Potential: This is a prime example of agents tackling high-value, high-complexity administrative tasks that were previously thought to require human experts.

/ Continue

Follow the technical trail.

Use the dense notes as the source material, then move through the guided route, writing, or project proof when you want a cleaner entry point.