/ultracode
Where /goal is one model working through a task,
/ultracode splits the work across several that check each other
before anything reaches you.
Type it the same way
/ultracode audit this repository for authentication bugs
Fan-out
It fans out
The task is decomposed and the parts run in parallel rather than one after another. Breadth costs wall-clock time once instead of once per part.
One after another
In parallel
Wall-clock
Refutation
It verifies adversarially
A claim from one model is handed to others whose job is to refute it. What survives is reported. What does not is dropped silently, rather than shown to you as a maybe.
Refutation
The claim holds
Reported
The claim falls
You never see it
Cost
It costs more
Several models on one task is several bills. Use it when being wrong is expensive, and /goal the rest of the time.
- /ultracode
- Audits Migrations Reviews before a release
- /goal
- The rest of the time
Ceilings
The ceilings still apply
It obeys the same ceilings as any other long-running job: spend limits, the budget governor, and whatever cap you set when you started it.
Every lane
It appears under Jobs and keeps running with the browser closed.