Skip to main content

5 posts tagged with "Agentic AI"

Deep dives into AI agents — architecture, tools, memory, multi-agent systems, and production deployment.

View All Tags

Want to Think Like an AI Architect?

Join engineers receiving weekly breakdowns of AI systems, production failures, and architectural decisions.

AI Letters #08 - Many Agents, One Goal: Planning, Orchestration, and Multi-Agent Systems

· 3 min read
EngineersOfAI
AI Engineering Education

The competitive intelligence pipeline kept failing at step 6. Always step 6. The agent was trying to simultaneously search for news, pull financials, and cross-reference analyst reports - in one context window, with one reasoning thread.

Splitting it into three specialized agents - researcher, analyst, synthesizer - with an orchestrator routing between them, fixed it in two days.

Want to Think Like an AI Architect?

Join engineers receiving weekly breakdowns of AI systems, production failures, and architectural decisions.

AI Letters #07 - Agents That Remember: Vector Memory, Episodic Recall, and the Retrieval-Augmented Agent

· 3 min read
EngineersOfAI
AI Engineering Education

The research agent was impressive - until you realized it was re-fetching the same papers on every run. No memory of what it had already processed. No way to build on previous work. Every session started from zero.

The model wasn't broken. It had no persistent memory layer. Every conversation was the first conversation.

Want to Think Like an AI Architect?

Join engineers receiving weekly breakdowns of AI systems, production failures, and architectural decisions.

AI Letters #06 - Give Your Agent Hands: Tools, APIs, and the Model Context Protocol

· 3 min read
EngineersOfAI
AI Engineering Education

A team demo'd an agent that "connected to the database." The model described what it would do with the data - in detail, confidently. The database call was never wired up.

Tool descriptions are not documentation. They are the interface between language and execution. Get them wrong and the agent calls the wrong tool, at the wrong time, with the wrong arguments.

Want to Think Like an AI Architect?

Join engineers receiving weekly breakdowns of AI systems, production failures, and architectural decisions.

AI Letters #05 - Build Agents, Not Chatbots: The Loop That Changes Everything

· 3 min read
EngineersOfAI
AI Engineering Education

A team spent three months building an AI assistant for internal engineering docs. Clean RAG pipeline, good answers. Then someone asked it to find the root cause of a latency spike, check the runbooks, and draft a remediation plan. It answered half from training data. Made up the rest. Confidently.

The problem wasn't the model. It was built to answer, not to act.

Want to Think Like an AI Architect?

Join engineers receiving weekly breakdowns of AI systems, production failures, and architectural decisions.