What I Learned This Week: 12-Factor Agents, Prompt Security, and Voice Interfaces
What I Learned This Week 1. 12-Factor Agents This week I came across the 12-Factor Agents framework by HumanLayer, which adapts the well-known 12-Factor App principles for building robust and maintainable AI agents. Notable principle: Own Your Context Window Rather than sending the full conversation history with each agent interaction, this principle encourages summarizing or explicitly controlling the context that gets passed along. It’s a smart approach for performance and clarity — especially in longer or multi-agent flows. ...