Authors
Meet the contributors to Agentic Academy
Meet the contributors to Agentic Academy

Regular keynote and conference speaker on governing AI agents at enterprise scale.
Talks on MCP, OpenAPI, AsyncAPI, and the evolving standards shaping agent communication.
Industry talks on federated approaches to API governance and multi-platform management.
Agent failures are not like software bugs. Partial completions, semantic errors, cascade contamination, and cost runaway …
Read articleKnowing the 17 agentic primitives is necessary but not sufficient. The real skill is understanding how they compose into …
Read articleThe gap between a working agent demo and a production deployment is not about code quality. It is about the security …
Read articleAgent governance is not about restriction — it is about creating the conditions under which agents can be trusted with …
Read articleMulti-agent systems solve problems that single agents cannot — but they introduce coordination costs that most teams …
Read articleSingle, sequential, parallel, or hierarchical — the orchestration pattern you choose determines your system’s …
Read articleHow do you govern AI agents in production? From API governance and security to observability and lifecycle management, a …
Read articleAI agents combine large language models with tools, instructions, and memory to perceive, reason, and act autonomously. …
Read articleOrganizations that already shifted from software to product engineering will find the AI coding revolution unremarkable. …
Read articleThe first rigorous benchmark of repository context files finds LLM-generated files hurt performance and raise costs, …
Read articleGravitee’s 2026 survey of 919 enterprises reveals a dangerous gap: 88% report AI agent security incidents, yet …
Read articleDick Hardt, the creator of OAuth, has proposed AAuth—a protocol designed from scratch for agent-to-resource …
Read articleAI agents can’t click consent screens. How to build identity systems that handle delegation, credential scoping, …
Read articleBuilding an agent is the easy part. Managing it through development, testing, deployment, monitoring, updating, and …
Read articleMCP standardizes agent-to-tool connections. The MCP Registry standardizes discovery. What it provides, how namespace …
Read articleAgents cross trust boundaries that traditional software never touches. How to design security perimeters that contain …
Read articleGoogle’s A2A protocol enables collaboration between opaque AI agents. What it provides, how it compares to MCP, …
Read articleTraditional API gateways weren’t built for agents that chain tool calls and consume tokens unpredictably. How …
Read articleSWE-bench, GAIA, AgentBench—agent benchmarks are proliferating. Here’s what they actually measure, what they miss, …
Read articleTraditional APM breaks down when agents make autonomous decisions across multi-step tool chains. Here’s what …
Read articleMCP, A2A, OpenAPI, AsyncAPI—the protocol landscape for agentic systems is taking shape. Here’s what each provides, …
Read articleThe pragmatic reality of running AI in production—model tiers, cost-latency tradeoffs, caching strategies, rate limits, …
Read articleHow LLMs go from generating text to taking actions—the bridge from chatbot to agent building block through tool use, …
Read articleWhat makes an agent more than a prompted LLM—the combination of planning, tools, memory, and autonomy that transforms a …
Read articleThe operational realities of LLMs that shape every agent architecture decision—from token economics to context window …
Read articleWhy LLMs are stateless by default, what that means for agent design, and the approaches to giving agents persistent …
Read articleHow LLMs think—chain-of-thought, multi-step reasoning, and decomposition. And equally important: where reasoning breaks …
Read articleMental models for enterprise practitioners. What LLMs actually do, how to think about them, their capabilities and …
Read articleAI agents are entities that perceive, reason, and act to accomplish goals. Learn how agents combine LLMs, tools, and …
Read articleDynamic connections use registries and catalogs to discover endpoints at runtime—enabling agentic systems that evolve …
Read articlePoint-to-point connections are direct, explicit links between two specific components in an agentic system—the simplest …
Read articleQueued connections use message infrastructure to decouple senders and receivers in time—enabling resilient, scalable …
Read articleUsers are the human participants who interact with, oversee, and ultimately benefit from agentic systems—the actors …
Read articleAgentic orchestration is dynamic, LLM-driven coordination where a central agent reasons about how to decompose, …
Read articleChoreography is decentralized coordination where autonomous agents react to events and coordinate without a central …
Read articleConversation is the interaction pattern where actors engage in sustained, contextual exchange over multiple turns—the …
Read articleDelegation is the interaction pattern where one actor instructs another to perform specific work—the command that sets …
Read articleNotification is the interaction pattern where an actor announces that something happened—the event-driven signal that …
Read articleRetrieval is the interaction pattern where one actor requests information from another without expecting any state …
Read articleWorkflow orchestration is deterministic, centralized coordination that executes predefined sequences of steps—the …
Read articleEvery AI agent operates within boundaries. Success depends on whether the agent recognizes its limits and escalates …
Read articleAction tools enable AI agents to modify state in the outside world—creating records, sending messages, triggering …
Read articleAgent instructions define an individual AI agent’s identity, expertise, and behavioral guidelines—the constitution …
Read articleKnowledge tools are read-only interfaces that give AI agents access to information beyond their training data—the eyes …
Read articleSystem instructions are platform-level rules, constraints, and objectives that govern all AI agents within an …
Read articleWorkflow instructions provide step-by-step procedures that guide AI agents through multi-step tasks—the runbooks and …
Read articleThe gap between what you design and what your organisation can operate is where most AI agent initiatives fail. The …
Read articleWhy ‘how autonomous is your agent?’ is the wrong question—and what to ask instead. A framework for …
Read articleThe obsession with ‘autonomous agents’ sets enterprises up for failure. Agents need structure, constraints, …
Read articleStart your journey into agentic AI with a hands-on introduction to building a simple but functional AI agent. Learn the …
Read articleAsyncAPI brings the same contract-first discipline to event-driven systems that OpenAPI brought to REST. For enterprise …
Read articleLearn the three core components every production AI agent needs: tasks define what to do, skills define how, and tools …
Read articleWhen every team can deploy an agent, API governance becomes the difference between compounding value and compounding …
Read articleModel Context Protocol (MCP) is the standard for agent-to-tool communication. What it actually provides, how the spec …
Read articleChoosing the right orchestration pattern is one of the most consequential decisions in AI agent architecture. Compare …
Read articleYour APIs were designed for human developers, but agents read them differently. A practical guide to making APIs truly …
Read article
Co-authored guide to modern enterprise architecture and the composable enterprise.
Co-authored comprehensive guide to designing, building, and deploying microservices.
Co-host of the podcast exploring API design, strategy, and developer experience.
Four enterprise agentic patterns — from chatbots to multi-agent systems. The real unlock is combining deterministic and …
Read articleThe six fundamental building blocks of AI agent systems: actors, tools, instructions, coordination, interactions, and …
Read article