Codimir Docs
Codimir Docs
OverviewGet Started
About Codimir
API Reference
Codimir Codec SDK
Concepts
Codimir AI Fabrick
ArchitectureMCP LayerMetrics & SLAsOrchestrationOverviewRoadmapRolesStandard Flow (Light ↔ Heavy)Whitepaper — Codimir Fabrick
Use Cases
Codimir AI Fabrick

Standard Flow (Light ↔ Heavy)

Default light-weight agent workflow with optional handoff to heavy agents and Proctor QA gates.

Standard Flow (Light ↔ Heavy)

The standard Fabrick flow is optimized for interactive work with optional escalation:

  1. Overseer builds a TaskShape from the user prompt.
  2. Router selects the tier: local (light) or heavy.
  3. Worker runs and streams tokens/progress.
  4. Proctor validates the output. If it fails, rework or escalate.
  5. Auditor records all decisions and events.

Light vs Heavy ownership

  • Light (Next.js): fast feedback, low cost, short-lived tasks, great UX.
  • Heavy (RunPod/Docker): GPU/vision, long context, batch pipelines, stricter QA.

Decision policy

  • Duration forecast and context size → heavy or continuations
  • GPU/tools/vision → heavy
  • High risk → heavy with stricter Proctor / human-in-loop
  • Tight latency → light
flowchart LR Prompt --> Overseer --> Router Router -->|Local| Light Router -->|Heavy| Heavy Light --> Proctor Heavy --> Proctor Proctor -->|Pass| Ready Proctor -->|Fail| Rework Rework --> Router

Roles

Role templates — schema, guardrails, handoffs, and examples.

Whitepaper — Codimir Fabrick

Differential AGI fabric for Thought→Code with streaming, continuations, multi-tier execution, and QA gates.

On this page

Standard Flow (Light ↔ Heavy)Light vs Heavy ownershipDecision policy
AI Assistant
Assistant
Hi! I'm your AI assistant. Ask me anything or describe your task.