Building Agents (the hard parts!)
Building AI agents: the hard truths
The tech industry is buzzing with possibilities around AI agents – autonomous systems that can perform tasks on our behalf. In a recent talk, Cloudflare's Rita Kozlov cuts through the hype to address the genuine challenges of building practical, effective AI agents. Her insights reveal that while we've made tremendous progress with large language models, creating truly useful autonomous agents requires solving complex problems beyond the capabilities of current systems.
Key Points
-
AI agents need to handle context management across conversations and tasks, but current approaches like chaining LLM calls or "brain dumps" have serious limitations in preserving state.
-
Building agents that can interact with the real world through APIs requires addressing authentication, rate limiting, and the lack of a standardized way for LLMs to discover and use third-party services.
-
Testing and evaluation of agents is uniquely challenging because success criteria are often subjective, and simulating realistic user behavior requires sophisticated approaches beyond traditional unit testing.
-
Security considerations for AI agents are substantial, as they potentially have access to both sensitive data and control over critical systems when acting on a user's behalf.
When Agents Meet Reality
The most compelling insight from Kozlov's presentation is how building functional AI agents exposes the gap between theoretical capabilities and practical implementation. While LLMs can generate impressive outputs in controlled environments, creating autonomous systems that reliably perform useful tasks across different contexts reveals fundamental challenges in areas like context management, tool integration, and security.
This matters tremendously as businesses increasingly look to AI agents as the next frontier of automation. The industry has rapidly progressed from chat interfaces to agents that can take action, but many companies are discovering these hard truths only after significant investment. Understanding these challenges upfront helps organizations set realistic expectations and properly scope their agent projects.
Beyond the Talk: Real-World Implications
What Kozlov's presentation didn't fully explore is how these challenges are playing out in early agent deployments. Microsoft's Copilot initiative offers an instructive example – while heavily promoted, users report inconsistent results when Copilot attempts to execute multi-step tasks across applications. This illustrates precisely the context management and tool integration issues Kozlov highlighted. The agent frequently loses track of complex tasks or misinterprets the appropriate actions to take when jumping between applications.
Similarly, OpenAI's
Recent Videos
Hermes Agent Master Class
https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....
Apr 29, 2026Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding
https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...
Mar 30, 2026Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission
A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...