Language Agent / black silk command look
Selene scans new languages into Pcaml IR.
She maps syntax, type systems, memory models, error models, concurrency and ecosystem constraints into one reusable language card.
- Language -> Pcaml IR
- Paradigm comparison
- Wheel and runtime risk scan
Design Agent / white satin architecture look
Iris turns problems into system architecture.
She extracts Data, State, Invariant, Transition, Interface, Boundary and Ownership before any code is written.
- Problem -> System Model
- Boundary design
- Architecture-preserving translation
Review Agent / sky-blue technical look
Vera attacks broken invariants.
She compares implementation against the IR, searches for impossible states, contract drift, hidden effects and unmeasured claims.
- Hostile review
- Invariant and test gap scan
- Regression triage
Builder Agent / graphite leather build look
Mira materializes the model.
She builds implementation slices, fixtures, parity tests and benchmark cards without claiming production quality before measurement.
- IR -> implementation
- Tests and examples
- Benchmark evidence capture