Agentryx AI

Agentryx

Turn a goal into finished work, on its own.

Agentryx turns a goal into finished work on its own. Give it a goal; it decides whether to run the task directly or split it into a sub-task DAG, runs each piece in its own git worktree, and synthesizes the result — replanning with the actual error in hand when a step fails. It drives the Claude or Codex CLI, and it is built one small, verifiable stage at a time.

Pattern
Recursive orchestrator-workers
Runner
Claude · Codex CLI
Isolation
Per-task git worktree
Stage
Stages 00–02 · in build
01 — One shape for every task

Run it, or split it — the same rule at every level.

A task either runs directly or splits into a sub-task DAG, by the same recursive rule at every level. Single-agent execution isn't a special path; it's the base case of that rule.

02 — Replan with understanding

It reads the error, then replans — not a blind retry.

When a sub-task fails, its parent replans with the error and partial results in hand. If it still can't recover, the failure propagates up and a higher level replans with broader context. The nearest prior method re-splits without ever seeing the error.

03 — Built in small stages

A recursive generalization of orchestrator-workers.

The closest validated peer is Anthropic's orchestrator-workers; Agentryx is its recursive generalization. It is built one stage at a time — Stages 00–02 are done (single agent, web frontend, task decomposition); agent-to-agent delegation, automatic verification, and parallel execution come later.

Product proof

Concrete evidence before broad claims.

Each block is grounded in internal research and product implementation facts. Public copy does not overstate launch status, legal posture, or implementation scope.

Implementation evidence

The task model is built, not promised.

The README states it plainly: "Stages 00–02 are built — the task model is implemented as of Stage 02." Stage 00 is a single agent finishing one task; Stage 02 decomposes a task into a sub-task DAG, runs it, and synthesizes the result.

Runner evidence

Claude or Codex, in isolated worktrees.

Agentryx drives the Claude or Codex CLI as interchangeable adapters, and each task runs in its own git worktree under a scratch repo — so an agent's work is isolated and can be inspected after the run.

Scope evidence

What it can't do yet is stated out loud.

The README is explicit about scope: at these stages there is no agent-to-agent delegation, no automatic verification, no parallel execution, and no multi-tenancy — those are later stages, and the public copy doesn't claim them.

An AI company should be a small operator and a lot of leverage.