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

# What is Aden?

> Build reliable, adaptive agents with goal-driven development centered on developer success

## Overview

Aden is the platform, and Hive is the open framework for building agents that adapt toward outcomes. Instead of hardcoding workflow logic, you define goals, constraints, and context, then iterate based on observed results. This goal-driven approach powers developer success through a complete lifecycle: **create → debug → maintain → deploy → iterate**.

> **Developer Success Path**: Aden Hive is purpose-built for developers who need reliable agents in production. [Learn who Hive is for](/getting-started/who-is-hive-for) and how it simplifies the journey from prototype to stable operations.

<CardGroup cols={2}>
  <Card title="Build" icon="hammer">
    Define goals and let the coding agent generate graph-based implementations
  </Card>

  <Card title="Operate" icon="rocket">
    Run agents with observability, retries, and guardrails in place
  </Card>

  <Card title="Adapt" icon="arrows-rotate">
    Use failures and outcomes to improve agent behavior over time
  </Card>

  <Card title="Control" icon="user">
    Insert human checkpoints where autonomous behavior needs supervision
  </Card>
</CardGroup>

## The Aden Advantage

| Traditional Frameworks | Aden + Hive                         |
| ---------------------- | ----------------------------------- |
| Hardcoded workflows    | Goal-driven graph generation        |
| Static behavior        | Outcome-based adaptation            |
| Manual fallback wiring | Built-in routing and retries        |
| Limited supervision    | First-class human-in-the-loop nodes |

## How It Works

1. Define goals, success criteria, and constraints
2. Generate or refine the graph with coding-agent skills
3. Run agents in local or production environments
4. Evaluate outcomes and test results
5. Evolve implementation based on measured gaps

## When to Choose Aden

Choose Aden when you need:

* Long-running or multi-step autonomous workflows
* Strong control over quality, safety, and cost boundaries
* Human approval gates for sensitive actions
* A practical path from prototype to production operations

## Next Steps

<CardGroup cols={3}>
  <Card title="Goals and Outcomes" icon="bullseye" href="/building-agent/concepts/goals-outcomes">
    Define measurable success criteria, constraints, and context
  </Card>

  <Card title="Agent Graph" icon="project-diagram" href="/building-agent/concepts/agent-graph">
    Understand nodes, edges, shared memory, and control flow
  </Card>

  <Card title="Worker Agent" icon="robot" href="/building-agent/concepts/worker-agent">
    Learn sessions, headless runtime behavior, and resilience model
  </Card>

  <Card title="Evolution" icon="arrows-rotate" href="/building-agent/concepts/evolution">
    See how failure data drives iterative agent improvement
  </Card>

  <Card title="Outcome-Driven Development" icon="chart-line" href="/building-agent/concepts/outcome-driven-development">
    Learn the goal, criteria, and outcome model
  </Card>

  <Card title="Agent Architecture" icon="sitemap" href="/building-agent/concepts/agent-architecture">
    Understand nodes, edges, and shared runtime state
  </Card>
</CardGroup>
