Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
LLMs and Code Debuggers
This talk explores integrating large language models with code debuggers to enable interactive, agent-assisted debugging of complex programs step-by-step.
I’ve been prototyping an app which integrates LLMs with code debuggers (like pdb or lldb). These are tools developers use to step through complicated programs line-by-line. The integration makes interactive debugging with an agent in the loop possible.