What problem does it solve?
Use when experiments complete to judge what claims the results support, what they don't, and what evidence is still missing. Codex MCP evaluates results against intended claims and routes to next action (pivot, supplement, or confirm). Use after experiments finish — before writing the paper or running ablations.
Core Features & Use Cases
- Codex evaluates results against intended claims and routes to next action (pivot, supplement, or confirm).
- Collect results from available sources (wandb, EXPERIMENT_LOG.md, EXPERIMENT_TRACKER.md, log files) and assemble the key information, including baselines and deltas.
- Deterministic evidence pre-check to verify cited numbers exist before Codex evaluation, catching hallucinated evidence early.
Quick Start
After experiments finish, gather results from wandb histories, EXPERIMENT_LOG.md, EXPERIMENT_TRACKER.md, or logs, and run the gate to judge claims and route the next actions.