MartinLoop: Open-Source Control Plane for AI Coding Agents with Budget Stops and Audit Trails
MartinLoop is an open-source control plane for AI coding agents that addresses common failure modes: retrying the same broken approach, passing tasks without proof, burning tokens quietly, making unauditable changes, and failing in ways that are hard to classify. It provides hard budget stops, JSONL run records, inspectable audit trails, failure classification, test-verified completion, and reproducible benchmark runs.
Key features include:
- Hard budget stops — cap spending on agent runs automatically.
- JSONL run records — every step logged in a structured format.
- Inspectable audit trails — any engineer can review the agent's actions.
- Failure classification — categorize why an agent failed (e.g., stuck in loop, wrong approach).
- Test-verified completion — agents must pass defined tests before reporting done.
- Reproducible benchmark runs — standardize evaluation across agents.
The project is positioned as CI/CD for autonomous coding agents. The core is open source on GitHub: https://github.com/Keesan12/Martin-Loop. A demo is available at https://martinloop.com/demo.
Useful for teams using Claude Code, Codex, Cursor, Devin-style agents, or custom agent loops who need governance, budgets, evals, and auditability over their AI coding workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

Yozora-fm: Interactive Anime Music Galaxy Visualization
Yozora-fm is an interactive visualization where each star represents an anime opening or ending song, with over 9,000 tracks mapped by genre and era. Users can click stars to play videos or explore the galaxy interface.

CAL: Open-Source Context Optimization Layer for LLM Agents
CAL (Context Assembly Layer) is a Python library that reduces Claude API token usage by 83% through intelligent context selection and compression. It's available via pip install and MIT licensed.

OpenMontage: Open-Source Agentic Video Production System for AI Coding Assistants
OpenMontage is an open-source video production system that transforms AI coding assistants like Claude Code into full production studios. It handles research, scene planning, script writing, voice narration, music selection, subtitle generation, and validation through automated pipelines.

VT Code: Open-Source Rust TUI Coding Agent with Multi-Provider Support and Agent Skills
VT Code is a Rust-based terminal UI (TUI) coding agent supporting Anthropic, OpenAI, Gemini, and Codex, with local inference via LM Studio and Ollama. It includes Agent Skills, Model Context Protocol, and Agent Client Protocol.