Technical Writing
🇪🇸Español

Blog

Practical guides on AI engineering, from production RAG systems to voice agents. Real lessons from real projects.

Filter by category
Sort by
AI Product

Shipping AI to Non-Technical Users: Five Things I Wish Someone Told Me

Engineering AI features for people who don't know — and shouldn't have to know — what an LLM is. Five rules earned from MILA, voice agents for small businesses, and watching kids try AI tools at Waldo's Code Lab. Say what it can't do on the first screen, hand off every output, treat latency as a feature, suggest examples that prove the boundary, and never fail with the word 'model.'

May 28, 202611 min read
AI ProductUXMILAVoice Agents
Read article
AI Engineering

The Boring Magic of Tool-Use Loops

The flashy agent demos are also the easiest to misbuild in production. The loop — model calls a tool, gets a result, calls another, repeats — needs strict termination criteria: max iterations, no-progress detection, token and time budgets, an explicit escape hatch. Why letting the agent decide when it's done is the bug that ate your invoice, and the boring patterns that make loops survive contact with real traffic.

May 27, 202611 min read
AI EngineeringAgentsTool UseReliability
Read article
...

Showing 1-10 of 72 articles