How I Build AI Agents From Masterclass Guides, Not Prompt Templates
A practical pipeline for turning expert judgment into reusable agents and skills that survive real work.
Writing Archive
Notes on production AI systems, agent design, prompt optimization, and the machine learning plumbing that decides whether ideas survive contact with real users.
6 pieces, newest first.
A practical pipeline for turning expert judgment into reusable agents and skills that survive real work.
Why prompt engineering by intuition stops working in production, and how DSPy plus MIPROv2 let you optimize prompts against explicit metrics.
A practical definition of AI agents, what actually counts as agentic, and when simpler LLM systems are the better engineering choice.
How agents carry context through complex tasks, and why memory design matters as much as the model choice.
How to bundle preprocessing and model training into reusable scikit-learn pipelines without letting feature engineering sprawl.
A hands-on introduction to tabular Q-learning, the Bellman equation, and training an agent on Frozen Lake.