Codimir AI FabrickConcepts
Differential AGI
Network of role-specialized agents that coordinate like a company.
Differential AGI
Differential AGI is a network of role-specialized agents instead of one monolithic model.
- Each role = template (system prompt, rules, responsibilities)
- 200+ role templates = virtual company
- Agents hand tasks to each other via handoff rules
- Overseer + Router = middle management
- Proctor = QA department; Auditor = compliance
graph TD
subgraph Company
PM[PM Agent] --> Eng[Engineer Agent]
Eng --> QA[QA Agent]
QA --> Ops[Ops Agent]
end