OPEN_SOURCE ↗
REDDIT · REDDIT// 11d agoOPENSOURCE RELEASE
Culpa enables zero-cost deterministic agent replays
Culpa is an open-source "flight recorder" for AI agents that records every LLM call and execution context, allowing developers to replay failures deterministically at zero API cost.
// ANALYSIS
Culpa addresses the "reproducibility crisis" in agent development by turning non-deterministic LLM sessions into predictable, debuggable snapshots.
- –Captures file system changes, terminal commands, and LLM calls in a high-fidelity session log
- –Proxy mode allows integration with black-box tools like Claude Code and Cursor without source code access
- –"Forking" capability enables counterfactual testing, letting developers tweak past decisions to see divergent outcomes
- –Zero-cost replays make regression testing financially viable for complex, multi-step agent workflows
- –Lightweight, local-first architecture avoids the privacy and latency overhead of cloud-based observability platforms
// TAGS
culpaagentai-codingtestingdevtoolopen-source
DISCOVERED
11d ago
2026-03-31
PUBLISHED
11d ago
2026-03-31
RELEVANCE
8/ 10
AUTHOR
KingBat787