Instead of a single monolithic model hallucinating full-stack applications, Grizon coordinates discrete agents via strictly typed JSON contracts to prevent context drift.
Manager Agent
Fast Reasoning
Classifies user intent, project state, risk, priority, confidence, and determines whether clarification is genuinely required.
Output: Intent + ClarificationGate
Question Agent
Structured JSON
Asks only the minimum blocking questions. Prefers structured multiple-choice options; avoids repetitive user interrogation.
Output: DecisionPayload.schema.json
Planner Agent
Long Context
Translates confirmed requirements into an ordered task tree, schema definitions, components, and dependency graphs.
Output: TaskDAG + FileTreeSpec
Architect Agent
Conditional Pass
Activated selectively for complex systems. Designs auth boundaries, state models, and service interfaces without writing code.
Output: SystemBoundarySpec
Coding Agent
Code Workhorse
Implements confirmed plan specifications directly inside the isolated cloud sandbox runtime with bash/filesystem commands.
Output: Atomic File Diffs + npm scripts
Testing & Repair
Runtime Verification
Executes live curl/HTTP tests, checks DB tables, returns structured failure logs to Coding until verified PASS.
Output: TelemetryManifest + PatchReq