COMING SOON
PRÓXIMAMENTE

TURBO RIG

A harness drives an agent. A rig drives your harnesses.

Three agents with distinct jobs · one shared constitution · one cross-model review gate

Un harness impulsa un agente. Un rig gobierna tus harnesses.

Tres agentes con roles distintos · una constitución compartida · un gate de revisión entre modelos

builder ≠ reviewer merges: human onlyfusiones: solo humanos 0 daemons · 8 scripts fail-closed everywherefail-closed por diseño

01What's coming

Model quality converged in 2026. What separates productive agent users is the harness, the contracts, and the verification loop — a rig that reviews its own agents before a human ever touches the merge button.

01Lo que viene

La calidad de los modelos convergió en 2026. Lo que separa a los usuarios productivos de agentes es el harness, los contratos y el ciclo de verificación — un rig que revisa a sus propios agentes antes de que un humano toque el botón de fusionar.

The TriangleEl Triángulo

A builder lane, a reviewer lane from a different model family, a dormant reserve. Cross-family review lifted pass rates 71.6% → 89.7% in a controlled study; same-family self-review barely helped.

Un lane de construcción, un lane de revisión de otra familia de modelos, una reserva inactiva. La revisión entre familias elevó los índices de aprobación de 71.6% → 89.7% en un estudio controlado; la auto-revisión de la misma familia apenas ayudó.

The SpineLa Espina Dorsal

An AGENTS.md constitution every harness reads natively, git-versioned memory, eight thin scripts — bash + python3, nothing else. The same spine on your laptop, a VPS, and a Codespace.

Una constitución AGENTS.md que todo harness lee de forma nativa, memoria versionada en git y ocho scripts delgados — bash + python3, nada más. La misma espina dorsal en tu laptop, un VPS y un Codespace.

The LoopEl Loop

Spec → build → gate → PR → UAT → human merges → verify → memory captures the lesson. Every change, no exceptions. The loop that learns from its own verdicts.

Spec → construir → gate → PR → UAT → un humano fusiona → verificar → la memoria captura la lección. Cada cambio, sin excepciones. El loop que aprende de sus propios veredictos.

02The gate, caught on camera

A real run, nothing staged: a seeded billing bug, and three kinds of reviewer catch it in order — a deterministic check for $0, a cross-family LLM for judgment, a human for the merge.

02El gate, grabado en vivo

Una corrida real, sin nada montado: un bug sembrado de facturación, y tres tipos de revisor lo atrapan en orden — un check determinista por $0, un LLM de otra familia para el juicio, y un humano para la fusión.

review.sh \
  --base main --check 'node --test'
GATE · deterministic check: node --test
GATE · check FAILED (exit 1)
GATE · no LLM lane will run
VERDICT: REVISE
GATE USAGE reviewer=check
  in=0 cached=0 out=0 0s
  — deterministic lane,
  — no LLM tokens spent
# fix passes the check — LLM fires
GATE · auto → claude
GATE · (quota-aware: switches to
GATE · codex past 75% plan use)
GATE · claude responded in 22s
applyDiscount has no guard on pct:
pct=150 bills a NEGATIVE price…
VERDICT: REVISE
GATE USAGE reviewer=claude
  in=2 cached=38,960 out=1,182
  $0.31 API-equiv — $0 billed
# guard + clamp + full test matrix
GATE · claude responded in 15s
VERDICT: APPROVED
GATE: APPROVED (reviewer: claude)
exit 0
GATE USAGE reviewer=claude
  in=2 cached=39,899 out=1,005 15s
  model=claude-haiku, claude-opus-5
  $0.30 API-equiv — $0 billed
the actual run · 85 seconds · real reviewer, real verdicts · every token accounted for · nothing stagedla corrida real · 85 segundos · reviewer real, veredictos reales · cada token contabilizado · nada montado

03The full picture

Triangle, spine, loop — the three kinds of reviewer, the planes it runs on, one brain many bodies, and the laws that hold it together. One page, the whole rig.

03El panorama completo

Triángulo, espina dorsal, loop — los tres tipos de revisor, los planos donde corre, un cerebro muchos cuerpos, y las leyes que lo sostienen todo. Una página, todo el rig.

the rig on one canvasel rig en un solo lienzo

04The loop, every change, no exceptions

Spec → build in an isolated worktree → cross-family gate → PR with the verdict posted → UAT on the preview → human merge → verify production → the lesson lands in memory. Then it starts again, smarter.

04El loop: cada cambio, sin excepciones

Spec → construir en un worktree aislado → gate entre familias → PR con el veredicto publicado → UAT en el preview → fusión humana → verificar producción → la lección queda en la memoria. Y vuelve a empezar, más inteligente.

every change, no exceptionscada cambio, sin excepciones

05One brain, many bodies

Laptop, always-on VPS, disposable Codespaces — instances never talk to each other. Git is the protocol; the repo is the switchboard and the backup. Every instance's memory lands in the same place, nothing overwrites anything.

05Un cerebro, muchos cuerpos

Laptop, VPS siempre encendido, Codespaces desechables — las instancias nunca se hablan entre sí. Git es el protocolo; el repo es la central y el respaldo. La memoria de cada instancia aterriza en el mismo lugar y nada se sobreescribe.

instances never talk — git is the protocollas instancias nunca se hablan — git es el protocolo
every write is a new file · one writer per durable file · history keeps allcada escritura es un archivo nuevo · un escritor por archivo durable · el historial lo conserva todo

06Every token, visible

The rig reports its own burn and its own motion. One dashboard for what the models spent — rolling windows, plan-utilization bars, tok/s — and one for what the rig did: the day-by-hour rhythm, verdicts, repo lanes, rounds. Read-only. No daemon. No mystery bills.

06Cada token, visible

El rig reporta su propio consumo y su propio movimiento. Un dashboard para lo que los modelos gastaron — ventanas móviles, barras de utilización del plan, tok/s — y otro para lo que el rig hizo: el ritmo día-por-hora, veredictos, lanes por repo, rondas. Solo lectura. Sin demonios. Sin facturas misteriosas.

tokens.py — what the models burnedtokens.py — lo que los modelos gastaron
activity.py — what the rig didactivity.py — lo que el rig hizo
Fail closedUnparseable verdict, missing reviewer, failed fetch — everything blocks. A network outage is never a green check.
Untrusted text never carries a verdictDiffs, invariants, check output — scrubbed and fenced as data. A PR cannot manufacture approval.
Secrets: OS keychain onlyEncrypted at rest, never in argv, logs, or git. Ever.
Swarm? Plug it in — never mergeAny generator becomes a builder lane; the rig still gates; you still merge.
Cierre ante fallasVeredicto ilegible, reviewer ausente, fetch fallido — todo se bloquea. Una falla de red jamás es un check en verde.
El texto no confiable nunca carga un veredictoDiffs, invariantes, salida de checks — se depuran y se enmarcan como datos. Un PR no puede fabricar su aprobación.
Secretos: solo el keychain del sistemaCifrados en reposo, nunca en argv, logs ni git. Nunca.
¿Enjambre? Se conecta — nunca fusionaCualquier generador se vuelve un lane de construcción; el rig sigue gates; tú sigues fusionando.