The Agentic Operating Model (AOM)

As AI agents evolve from tools into autonomous actors, the question shifts from “What can the agent do?” to “How do we govern what it does?” If you have spent time designing Cloud Operating Models, aligning DevOps practices, platform teams, and shared-responsibility (RACI) matrices, this challenge will feel familiar. The difference: agentic AI doesn’t just execute pipelines. It makes decisions. And that demands a new governance framework similar to decisions which are written down and governed in corporate environments. ...

March 31, 2026 · 1 min

How does an LLM become an Agent? - The Agentic Loop

How does an LLM become an Agent? LLM are stateless, they predict the next token based on a sequence of previous tokens. They dont have memory between calls, no ability to execute code, and no way to reach the outside world. So how do Agents autonomously call tools and make decisions? The answer is surprisingly simple: a loop. Your application code sends a request to the LLM, parses the response, and if the model requested a tool call, executes it locally, appends the result to the conversation, and calls the LLM again. The “intelligence” lives in the model; the “agency” lives in the loop. The diagram below illustrates this. ...

January 12, 2026 · 1 min

Hello world.

This is my blog. I will write about things I find interesting.

January 22, 2025 · 1 min