> ## Documentation Index
> Fetch the complete documentation index at: https://docs.humainum.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Agent

> The autonomous agent that plans and writes real code.

Humainum Agent is the autonomous agent that plans and writes real code. You don't need to know how to code — Humainum is designed for people who know what they want to create, not necessarily how to build it.

## How it works

<Steps>
  <Step title="You describe the outcome">
    Plain language, in the chat composer — a booking site, a CRM, an internal tool, a mobile app, whatever you're building.
  </Step>

  <Step title="The agent plans the work">
    It breaks the request into concrete steps before writing anything.
  </Step>

  <Step title="It writes real code">
    Into a real GitHub repository, the same repository from the project's first commit onward — not a preview-only sandbox.
  </Step>

  <Step title="It checks in with you">
    Every important step needs your approval before the agent continues — nothing ships unreviewed.
  </Step>

  <Step title="It iterates">
    Feedback, follow-up requests and fixes go back through the same conversation.
  </Step>
</Steps>

## Working alongside experts, not instead of them

Not every decision is something an agent should make alone — architecture calls, design judgment, unusual integrations, positioning and complex requirements sometimes benefit from a person's experience. When that happens, route the task to a verified expert without leaving the project. The agent handles the repetitive scaffolding; a person steps in exactly where judgment matters, with full project context already in hand.

<Card title="Expert network" icon="user-check" href="/expert-network" horizontal>
  How hiring an expert — or becoming one — works.
</Card>

<CardGroup cols={2}>
  <Card title="Bring your own model" icon="key">
    Connect your own LLM provider and API key so builds run on infrastructure and terms you control, instead of a fixed provider Humainum picks for you.
  </Card>

  <Card title="Native mobile, too" icon="mobile" href="/native-mobile-apps">
    The same agent builds real iOS and Android apps, not just websites.
  </Card>
</CardGroup>
