Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Debugging AI Agents Locally
This talk explores why debugging AI agents locally is difficult, detailing why traditional methods fail and presenting effective techniques for observing and reliably fixing agent behavior.
I’ve build some AI agents, and when develop them in local environment, I found some issue:
When an agent fails, you’re often left guessing - Was it the prompt? The tool call? The state? The environment? Or the model itself?
I’ll show why debugging an AI agent is so hard, why traditional debugging techniques break down for AI agents, and how to debugging it effectively