What problem does it solve?
It turns completed experiment results into an evidence-based verdict that updates the linked idea’s lifecycle status, failure reason, and the graph edges that connect experiments to ideas.
Core Features & Use Cases
- Cross-model scientific judging: Uses an impartial Review LLM to evaluate whether results supported, partially supported, refuted, or were inconclusive for the idea’s hypothesis.
- Lifecycle and evidence updates: Automatically updates
wiki/ideas/{linked-idea}.md fields like status, failure_reason, and date_resolved, plus fills the experiment page’s ## Idea updates section.
- Knowledge graph maintenance: Adds
supports or invalidates edges in wiki/graph/edges.jsonl and rebuilds derived context artifacts (context_brief.md, open_questions.md, and log.md).
Quick Start
Run exp-eval on a completed experiment by providing its slug as /exp-eval <experiment-slug> --auto to automatically apply the wiki updates.