$ tail -f ~/lab-notebook/
Welcome to My Lab Notebook
Oct 22, 2025Documenting my journey in ML research and systems engineering
#meta
#introduction
Debugging AI Agents: Lessons from Production
Oct 21, 2025Real-world debugging stories and solutions from building 4 production agent systems
#debugging
#ai-agents
#production
#lessons-learned
Introducing Sutra: A Declarative Framework for AI Agents
Oct 20, 2025Building production-ready AI agents with YAML configuration and graph-based execution
#ai-agents
#sutra
#konf-dev
#llm
Parallel Execution in AI Agents: Patterns and Pitfalls
Oct 18, 2025How to build agents that execute multiple tasks concurrently without shooting yourself in the foot
#ai-agents
#parallelism
#distributed-systems
#architecture