Variant C · Paper & Ink · no animation

Agent teams that check each other’s work.

One CLI dispatches Kimi K3 and MiniMax-M3 workers under a shared contract, cross-vendor reviews verify every claim, and structural gates keep a human in charge. Everything cited here was measured in this repository.

100/100 tests passing 4-agent swarm audit 3 P0 defects found & verified 6/6 citations spot-checked −46% words, caveman condensing +11% words on generation — skipped there

Capabilities

Four patterns, each documented on a static page and backed by a workflow you can re-run locally.

The agentic loop

Gates are structural: downstream agents never spawn until the upstream gate clears. The same loop reviewed this page before it reached you.

  1. Dispatch.

    A single task contract fans work out to heterogeneous workers — kimi, MiniMax, or claude profiles.

  2. Review.

    K3 examines the diff or files and returns schema-validated findings, never free-form prose.

  3. Cross-check.

    A second vendor re-verifies each finding and hunts for omissions; corroborated issues rank first.

  4. Gate.

    Results halt at gate: pass. A human approves before anything further happens.

Run the workflow yourself

The pages are static; the orchestration is real. On the sample fixture, expect a halt at gate: pass — the fixture ships a deliberate high-severity bug.

node bin/aflow.js workflow run top-review-lab --variant strict
# or the two-model corroboration loop:
aflow flow run crosscheck --diff HEAD~1 "review this change"

Safety boundaries

  • No credentials, transcripts, or session state in any demo page.
  • No mutation outside experiments/skills-workflows-hooks-lab/.
  • Static HTML/CSS only — no backend, no trackers, no animation budget.