Product

Ultracode: turn one prompt into a coordinated team of agents

Hard tasks are rarely one straight line of thought. Ultracode lets Claude Opus 4.8 decompose a job, run sub-agents in parallel, check their work against each other, and bring back one answer — all rendered as a single live workflow card you can watch and drill into.

6 min read

One model, or a team?

A single chat turn is a straight line: the model reads, thinks, and writes one response. That is enough for most questions. It is not enough for the work that actually takes time — auditing a codebase, researching a decision across many sources, planning a migration, reviewing a large change from several angles at once. Those tasks want decomposition, parallelism, and a second opinion before anything is committed.

You can fake that in a normal chat by asking the model to 'think step by step', but it is still one worker doing one thing at a time, and it has no independent check on its own conclusions. The result is slower, and confident mistakes survive because nothing argues with them.

Ultracode is Onevium's answer: let the model run the task the way a good team would — split the work, do the parts in parallel, have the parts verify each other, then synthesize.

What Ultracode does

Turn Ultracode on from the composer and Claude Opus 4.8 stops treating your request as a single turn. It plans the work as a workflow: it decomposes the task into independent pieces, dispatches sub-agents to run those pieces concurrently, has them check each other's findings, and folds the survivors into one result.

The shape adapts to the job. A review fans out one agent per dimension, then runs an adversarial pass that tries to refute each finding before it is reported. A research question sweeps several angles at once and reconciles them. A migration discovers every site first, then transforms each in isolation. You describe the goal; the model decides the structure.

  • Decompose — the task is split into pieces that can run independently.
  • Parallelize — sub-agents work concurrently instead of one-at-a-time, so wall-clock time tracks the slowest piece, not the sum.
  • Verify — findings are checked against each other, often adversarially, so confident-but-wrong answers get caught.
  • Synthesize — the verified results are merged back into one coherent answer.

You watch the team work, not a spinner

A multi-agent run could easily become a black box — a long pause followed by a wall of text. Onevium renders it as a single live workflow card inside the conversation instead. Sub-agents are grouped by type, each with its own run / done / fail status, under one titled card.

When you want detail, you open it. Expand any sub-agent to read its full transcript, and follow a running agent's output as it streams — no scrolling to chase the latest line. A large job stays legible: the Activity Panel surfaces the current phase and per-agent progress, so twenty agents in flight still read as one organized run rather than noise.

This is the same principle behind the rest of Onevium: give the model real autonomy, but keep the work visible so you always understand what is happening and why.

Reconnect without losing the thread

Long runs outlive page reloads. If you refresh the window, drop your connection, or switch away and back mid-turn, Onevium reattaches to the reply that is still in progress on the server, keeps streaming it live, and hands off seamlessly to the finished message when it lands. Turns no longer get 'stuck' after a refresh, and you never lose a workflow because a tab reloaded.

Reasoning effort and Ultracode itself are switchable mid-stream, so you can start light and escalate — or wind down — without ending the turn.

When to reach for it

Ultracode earns its keep when the task is wide, uncertain, or too large to hold in a single pass. A few patterns where it shines:

  • Review a big change — fan out across correctness, security, performance, and tests, then verify each finding adversarially before it reaches you.
  • Research a decision — sweep multiple sources and angles in parallel, reconcile the overlaps, and surface what is actually supported.
  • Audit or migrate at scale — discover every affected site first, then handle each one in isolation so nothing is silently skipped.
  • Plan before building — generate several independent approaches, score them, and synthesize from the strongest.

Control stays with you

Ultracode is opt-in. You turn it on for the tasks that deserve a team and leave it off for quick questions, and the choice persists with the session. The whole run stays inside Onevium's visible surface and your chosen permission mode — the model gets the leverage of a team, and you keep the same control you have over any other turn.

It is built for Claude Opus 4.8, the most capable model for this kind of orchestration. The point is not to make the AI louder. It is to let a genuinely hard task be done the way it should be: split, run in parallel, checked, and brought back as one answer you can trust.