@benhylak: we built the first sane way to debug your agent locally. you can see your traces. codex/claude code can too. this lets …
Summary
A new open source tool enables local debugging of AI agents by viewing traces, allowing automated eval writing and testing with tools like codex and Claude code.
View Cached Full Text
Cached at: 05/14/26, 08:41 PM
we built the first sane way to debug your agent locally.
you can see your traces. codex/claude code can too. this lets them write evals and test your agents automatically.
best part: it’s completely free and open source. install with 1 line.
(github below) https://t.co/ln5LEZzEHu
Similar Articles
I got tired of AI dev tools trapping everything in the cloud, so I built...
AgentBuddy is a local-first, open-source AI workflow sandbox that enables persistent agent threads, real-time execution traces, and event-driven workflows, with Claude Code integration, aiming to keep AI development local and transparent.
I'm tired of manually debugging traces
A developer builds a debugging tool for AI agents that compares replays against reference runs to identify where behavior first drifted, expressing frustration with manual trace debugging.
Open-source dashboard to visualize AI coding agents (Claude Code)
Developer releases an open-source medieval-themed dashboard that visualizes multiple Claude Code agents as 2D village characters to simplify real-time tracking of parallel coding sessions.
@adithya_s_k: You can now finetune models on agent traces directly with TRL Claude Code traces Codex traces OpenClaw traces Pi traces…
TRL now supports fine-tuning models on agent traces from various sources like Claude Code, Codex, OpenClaw, and Pi, moving towards a standardized stack for training agentic models.
I built a local control system for agent failures, fixes, evals, and gates to make autoresearch-style self-improvement loops work in real agent codebases
A local control system is built to manage agent improvement loops, capturing traces, finding recurring failures, drafting fixes with Codex/Claude Code, and applying changes only after passing checks and evals.