What problem does it solve?
Prevents agents from hallucinating by requiring closed-book execution validated by independent judging, then iteratively revising the skill package.
Core Features & Use Cases
- Isolated orchestration with file-only handoffs: Main orchestrator observes and coordinates while subagents communicate strictly via persisted files.
- Research-to-skill distillation: Live web evidence is captured as structured, tiered bundles and distilled into a reusable skill package (SKILL + rules + rubric).
- Closed-book validation loops: Executors run without access to corpus/memory/judge gold, Judges score and report repair targets, and Repair revises from allowed failure summaries only.
- Use case: Turn a bounded professional goal (e.g., rumor verification, public-opinion risk analysis, meme/role analysis) into a skill package that can be repeatedly evaluated across train/dev/canary_hidden/final_hidden splits.
Quick Start
Ask Codex to build and evolve a bounded domain skill, then run the closed-book execute → judge → repair loop until the final_hidden gate passes.