Skip to content
Paulus1337 edited this page Aug 11, 2026 · 1 revision

Colab

Colab assigns one task to two models as equal seats. Neither seat outranks the other.

/colab auto
/colab on PROVIDER/MODEL
/colab off
/colab

Team turn

  1. Both seats prepare independently at the same time.
  2. Each reads the peer proposal and debates disagreements or adopted ideas.
  3. Debate stops on agreement, a stable position, or the configured round cap.
  4. The plan is divided by capability, credential state, quota state, and task fit.
  5. Seats execute their shares concurrently with independent guarded toolboxes.
  6. One seat proposes completion and the peer performs an independent review.
  7. The runtime merges the result and records bounded usage and recovery notes.

Colab transcript with both model seats visible

The transcript illustrates the compact two-lane progress view. Provider and model names are placeholders.

Usage and recovery

Reported quota is normalized per provider and model. Unknown usage remains unknown rather than becoming zero. A seat strictly above the delegation threshold can hand its assignment to its peer for that task without changing saved model choices.

A failure before action can trigger retry, credential reload, or a stand-in from another configured provider. If no team can be restored, the surviving seat can finish alone. After potentially effectful work, recovery avoids replaying a tool call that may already have succeeded, and completed rounds are preserved.

Team room and progress

Planning, discussion, public rationale, activity, and peer observations live in an in-memory room for the collaboration. Peer observations are untrusted data and instruction-shaped notes are rejected. Secrets and internal markers are removed before display.

Reasoning off still shows concise seat activity. Reasoning on expands bounded provider-returned reasoning, public rationale, commands, and results. Hidden chain-of-thought is not requested for display or invented.

See Usage-and-Limits, Security, and Chat-Commands.

Clone this wiki locally