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

Caliby: Open-Source Embedded Vector Database for AI Agents with Hybrid Text+Vector Storage
Caliby is a C++ embedded vector database with Python bindings (pip install caliby) that supports HNSW, DiskANN, and IVF+PQ indexes, claims 4x performance over pgvector, and natively stores text alongside vectors for AI Agent/RAG use cases.

Screenbox: Open-Source Virtual Desktops for AI Agents Built Entirely by Voice
Screenbox provides isolated Linux desktops in Docker for AI agents, solving conflicts when multiple agents run in parallel. The project was built entirely using voice commands with Claude Code, and the creator hasn't seen a single line of the code.

Top 6 Open Source Claude Skills (April 15 – May 3)
Six open-source Claude skills from the last 15 days: brand-alchemy, npm-downloads-to-leads, hyperframes, email-newsletter, pricing, and more. Detailed breakdown of each skill's functionality.

Telegram Bot for Claude Code CLI Control from Mobile
A developer built a Telegram bot that bridges to the Claude Code CLI, allowing control via mobile commands like /commit, /code_review, and /simplify. The bot auto-discovers custom skills, processes photos/documents/voice notes, and supports group chat sessions.