Podcast

Replacing Rigid Processes with Agentic Specifications

Process maps assume execution can be scripted in advance. Agentic AI breaks that assumption. This episode sets out why specifications, not processes, become the organisation's most durable asset once intelligent actors can plan and execute within governed boundaries.

Episode 1 IGX360

Episodes feature AI-generated hosts discussing human-written IGX360 research.

In this episode

A process map is a bet that execution can be described in advance. That bet holds when the actors doing the work are human and the steps are repeatable. It stops holding when intelligent agents can plan, reason, and determine execution dynamically.

This episode walks through the Agentic Enterprise Operating Model’s central construct, The Box: the minimum specification required for governed autonomous execution, built from Intent, Inputs, Outputs, Constraints, and Governance. The discussion covers why specifications, not processes, become the primary organisational asset as execution grows more dynamic, and where Dynamic Agentic Workflow Notation fits against the process notations most BPM teams already know.

Read the full transcript

Host: Imagine buying a state-of-the-art self-driving car, right? But instead of just sitting back and telling it your destination, you have to manually program every single left turn, every right turn, and every brake tap into the computer before you even leave the driveway. Which completely defeats the entire purpose of the technology.

Co-host: Exactly.

Host: You just wouldn't do it. Yet, according to a massive new piece of research, that is exactly how modern businesses are treating artificial intelligence. Welcome to today's deep dive.

Co-host: Yeah, it really is a watershed moment for how we think about productivity, honestly.

Host: It is.

Co-host: We are looking at a fundamental shift in how entire businesses are structured, moving away from micromanaging steps and towards designing dynamic specifications.

Host: Right. It's a complete tearing up of the traditional corporate playbook.

Co-host: It really is.

Host: And to guide us through this transition, we've got a stack of sources, primarily a comprehensive 2026 working paper. It's titled AEOM, Agentic Enterprise Operating Model. Written by Michael White and Trevor Moore from IGX Solutions.

Co-host: Yeah, that's the one.

Host: So our mission today is to unpack how agentic AI is forcing us to abandon rigid processes for, well, something called specification-centric design. And we want to help you figure out exactly what this means for your own work. Because the catalyst here isn't just some new management fad cooked up in a seminar.

Co-host: It's the arrival of agentic AI. Systems that don't just compute, but actually reason.

Host: So, okay, let's unpack this. If we're tearing up the rule book today, it helps to realize that the rule book we're tearing up is actually like over a century old.

Co-host: Yeah, it's older than anyone working today.

Host: Right.

Co-host: We are literally running companies on an assumption made in 1911.

Host: Can you set that historical baseline for us?

Co-host: I can, yeah. And it's a fascinating look at how we got trapped in this current way of working. So if you look back over the last century, organizations have relied on increasingly complex abstractions to get work done.

Host: Like breaking things down into smaller pieces.

Co-host: Exactly. So in 1911, Frederick Taylor gave a scientific management. He broke work down into the abstraction of tasks.

Host: Oh, like the guy standing on a factory floor with a stopwatch.

Co-host: That's the exact image.

Host: Yeah.

Co-host: Optimizing the literal physical movements of a worker shoveling coal. The goal was pure mechanical efficiency.

Host: Wow.

Co-host: But then, as companies grew way too large for stopwatches, Henri Fayol introduced functions.

Host: So grouping those individual tasks into massive departments.

Co-host: Like HR, finance, or marketing.

Host: Which is, I mean, that's still the underlying architecture of almost every org chart today. You sit in marketing, I sit in finance.

Co-host: Yes, and that worked fine for a while. But by the 1990s, the corporate world realized that actual value doesn't sit inside a single department.

Host: Right, it flows across them.

Co-host: Exactly, workflows across the departments. And that realization gave us business process management, or BPM. The abstraction became the process. End-to-end value chains drawn out in those massive, complicated flow charts.

Host: Oh yes, swim lanes everywhere.

Co-host: But here's the critical thing to understand about all of this. From Taylor's physical tasks in 1911 to the digital swim lane processes of the 1990s, every single one of these models shares one massive, unquestioned assumption.

Host: That you have to figure out the how before you can actually do the work.

Co-host: Precisely. The historical assumption is that execution must be defined before work occurs. You have to write the manual or draw the flow chart or code the software logic line by line.

Host: You prescribe the exact steps.

Co-host: Right. And this made perfect sense when the actors doing the work were humans who needed strict guidance or traditional software systems that required explicit step-by-step programming.

Host: Because if you didn't tell a 1990s SQL database exactly what to do, it would literally just sit there on the server. It couldn't figure anything out on its own.

Co-host: Exactly. But the emergence of AI that can reason, plan, and adapt, it completely shatters that assumption. And the paper identifies three major problems with trying to force this new AI into our old historical models.

Host: Right, the three convergent problems. Let's walk through those. What's the first one?

Co-host: So the first problem is that our current process disciplines are deeply fragmented. To put it simply, large enterprises today usually map, mine, and automate their processes in complete isolation.

Host: Oh, interesting.

Co-host: Yeah, so you have business analysts, drawing sticky note flow charts to map how things should work. Then you have data scientists using process mining software to read server logs and figure out how things are actually working.

Host: And those two rarely match up, I bet.

Co-host: Never. And then finally you have IT departments writing code to automate tiny little pieces of that process. So the mappers, the miners, and the automators are all using different tools, speaking different languages, and literally looking at different versions of reality.

Host: Right.

Co-host: And the result of that fragmentation is that organizations have multiple disconnected representations of execution, but they have no unified representation of their actual intent. They have tons of process artifacts like charts and code, but no real intelligence about why the work is being done in the first place.

Host: Which feels like a huge miss.

Co-host: It is, and that leads to the second problem, because we only know how to think in terms of step-by-step processes, we are wrongly treating agentic AI as just advanced automation. We're taking these reasoning agents and trying to shoehorn them into rigid legacy flowcharts.

Host: Wait, let me push back here for a second. Let me play devil's advocate.

Co-host: Sure.

Host: If I hand an AI a standard operating procedure, like handling a customer complaint, isn't it really just a super fast intern clicking through the screens? I mean, why does this require a whole new framework? Advanced automation sounds exactly like what it is.

Co-host: What's fascinating here is the fundamental difference in cognitive capability. Unlike traditional software bots or even early large language models, an agentic system doesn't just execute a blind set of instructions. It evaluates context, it navigates constraints, it looks at alternatives and determines its own execution path.

Host: Oh, I see.

Co-host: Think about a traditional software bot. If you give it an SOP to scrape data from a vendor's website, and that vendor changes the layout of their web page by moving one button like two inches to the left. The whole process fails. It just throws an error code, stops working, and someone in IT gets a pager alert.

Host: Right.

Co-host: That is the brittle nature of traditional process. But if you give an agentic AI a rigid SOP, you aren't just risking a breakdown. You are actually limiting its potential.

Host: Because it could figure it out otherwise.

Co-host: Exactly. If a variable changes, like that website button moving, the agent is entirely capable of reasoning its way around the obstacle to achieve the goal. It can literally look at the new page, find the new button, and proceed. But if your hard-coded process dictates it must click the exact coordinates of step 3 before step 4, you've taken this highly adaptable intelligence and made your organization brittle. It's forced to fail because the rules were too rigid, even though the intelligence itself knew how to succeed.

Host: Wow.

Co-host: Which leads perfectly into the third problem identified in the paper. Dynamic execution completely breaks process-centric designs.

Host: Right.

Co-host: Mapping out a step-by-step flowchart for an intelligence that can figure out the best route on the fly is just a colossal waste of time and resources. It is actively harmful to efficiency. Because the moment the environment changes, your flowchart is obsolete, but the agent's reasoning is still valid.

Host: But I mean, that leaves us staring into a pretty massive void. If we agree that writing rigid processes is obsolete, we can't just hire a bunch of AI agents, give them zero instructions, and hope for the best, what exactly do we give them instead?

Co-host: That void is exactly what the AEOM framework is designed to fill. And the answer requires a conceptual leap from process-centric design to specification-centric design. Here's where it gets really interesting, because the paper introduces a concept called DAWN, which stands for Dynamic Agentic Workflow Notation. And the whole premise is figuring out the minimum amount of information you need to give an AI for it to operate autonomously and safely. The core construct of DAWN is something they simply call the box. The box is the new fundamental unit of organizational design. Instead of drawing a sequence of steps, you design a multi-dimensional boundary for the agent to operate within. And the box consists of exactly five dimensions.

Host: Let's hear them.

Co-host: The first is intent. Why does this activity exist? What is the overarching purpose? The intent remains stable even if the execution changes wildly from day to day. So like if we are dealing with a customer return, the intent is to resolve the customer's issue fairly while protecting the company's revenue.

Host: Perfect example. Okay, what is the second dimension?

Co-host: The second is inputs. So what data, resources, context, or knowledge does the agent have access to? Does it have API access to the inventory system? Can it read the customer's purchase history? The inputs define the realm of possibility.

Host: Right.

Co-host: Then the third dimension is outputs. What actually constitutes success? Are we looking for a decision, a generated legal document, or just a changed database state?

Host: Okay, so we have the purpose, the tools, and the definition of a successful outcome. The fourth dimension seems like the most important one for keeping the company out of trouble.

Co-host: Constraints.

Host: Oh, absolutely vital.

Co-host: Constraints are the hard boundaries. These encompass laws, ethical guidelines, budget limits, risk tolerances. It tells the agent what is absolutely impermissible, regardless of how badly it wants to achieve the intent. For example, a constraint might be, do not process a refund over $500 without human approval, or do not violate the California Consumer Privacy Act.

Host: Okay, we have the tools, the goal, and the boundaries. But if something goes horribly wrong inside those boundaries, or if a customer threatens a lawsuit, someone has to take the blame, right? Is there a mechanism for that?

Co-host: Governance is the fifth and final dimension. Governance defines accountability and authority. Who approves what, and what are the escalation procedures? So if an edge case arises that the AI cannot confidently handle, it knows who is responsible for stepping in.

Host: Exactly.

Co-host: These five dimensions, intent, inputs, outputs, constraints, and governance, they create a secure operational boundary. They create the box.

Host: You know, looking at that list, the most radical part isn't what's included in the box. It's what they deliberately left out.

Co-host: The execution.

Host: Yeah.

Co-host: There is zero mention of execution. There are no steps. There is no how. That is the entire paradigm shift of the paper. In a process-centric model, execution is the primary thing you spend your time designing. In a specification-centric model, execution is deliberately omitted.

Host: It's like the difference between buying a paint-by-numbers kit and commissioning a master artist.

Co-host: Oh, I like that.

Host: With a paint-by-numbers kit, you define every single brush stroke dictating exactly which color goes into which tiny shape. That is traditional process design. You are micromanaging the execution. But with the master artist, you give them the canvas and the paint.

Co-host: Those are your inputs.

Host: You give them a budget and a deadline.

Co-host: Those are constraints.

Host: You tell them the theme of the gallery, the intent, and you say, make me a masterpiece, the output. And you don't stand over their shoulder telling them how to mix the cadmium red.

Co-host: Exactly. The box gives them the parameters to be brilliant on their own. I love that analogy because it perfectly illustrates what the paper calls governed emergence. Because you haven't prescribed the execution, the execution emerges dynamically as a consequence of the specification.

Host: It figures it out in real time.

Co-host: Yes. The AI evaluates the inputs in real time, understands the intent, respects the constraints, and generates the best possible execution path for that specific moment.

Host: So if a supplier goes bankrupt or a new regulation drops overnight, you don't have to rewrite a massive SOP.

Co-host: No, the agent simply alters its execution path to stay inside the box. It provides massive adaptability without sacrificing control.

Host: But let me pause you there, because giving an AI the freedom to determine its own how within a box triggers a massive red flag for anyone who has ever managed a team or dealt with compliance.

Co-host: Oh, absolutely. It's scary.

Host: Right. If we aren't controlling the execution steps, how do we guarantee the AI doesn't just, you know, hallucinate a bizarre strategy that ruins the brand or breaks the law?

Co-host: That is the central anxiety of transitioning to an agentic enterprise. And this paper addresses this head on with a concept called human sovereignty.

Host: Okay.

Co-host: Now, it is crucial to understand that human sovereignty is fundamentally different from traditional human-in-the-loop oversight.

Host: Human-in-the-loop being like when my email software drafts a reply and I have to manually click approve before it actually sends.

Co-host: Exactly. And that manual approval works fine when you have one human working alongside one AI. But think about the scale of a future enterprise. Thousands of agents. Thousands of agentic actors making millions of micro decisions every single day. If you require continuous human review of every single action, humans become the ultimate bottleneck. The entire system would just grind to a halt. Governance cannot depend on continuous operational oversight.

Host: It can't. So what is human sovereignty then if it isn't me manually checking the AI's homework?

Co-host: If we kick this to the bigger picture, the paper uses a brilliant political analogy to explain it. Think about how a modern democracy functions. A government exercises authority, it passes laws, it collects taxes, it builds infrastructure. But the government doesn't actually own that power. The power is derived from the citizens. The citizens hold the sovereignty. The citizens delegate authority to the government to execute the daily work, but they can revoke that authority if the boundaries are crossed.

Host: Yes.

Co-host: AEOM applies this exact constitutional principle to enterprise AI. Agentic actors exercise delegated authority. They make decisions, spend budgets, execute workflows, but human beings retain ultimate sovereignty over the enterprise. Humans determine the purpose, set the constraints, design the governance structures, and most importantly, humans hold ultimate accountability. The AI has autonomy, but it only exists within the strict boundaries of human sovereignty.

Host: So what does this all mean for a CEO today? Are they essentially signing a constitutional charter for their AI workforce? Like are we moving from corporate managers to corporate lawmakers?

Co-host: In a very real sense, yes. And the paper points to some current stakes to illustrate why this is mandatory, not optional. They point to the 2026 EU AI Act. Now, whether you agree with a heavy regulatory approach of the European Union or not, and we're just impartially reporting on the paper's analysis here, their point is that this legislation places legal obligations on organizations using high-risk systems.

Host: Makes sense.

Co-host: If a company cannot mathematically prove that it has human accountability and governed boundaries for its autonomous systems, it faces massive legal exposure.

Host: You can't just stand before a regulator and say, well, we don't know why it happened. The AI decided to do it. That defense is definitely not going to hold up in court.

Co-host: It certainly won't. The paper also brings in a powerful strategic warning from Microsoft's Satya Nadella. He warned that organizations must own their own institutional learning loops.

Host: Let's define that term for a second because institutional learning loops sounds a bit like, you know, buzzword soup. What does he actually mean by that?

Co-host: When Nadella talks about institutional learning loops, he basically means a company's internal memory and specialized expertise. If a company just rents a massive off-the-shelf external frontier model, like a generic ChatGPT from a third-party tech giant, and lets that model do all its work, the AI provider's model gets smarter from all that data.

Host: But the actual company learns nothing.

Co-host: Exactly. They are hollowing out their own organization. Human sovereignty dictates that the authority over your knowledge, your decisions, and your governance must remain anchored inside your own proprietary systems, even as you delegate execution.

Host: That is profound. It's not just about operational efficiency. It's about not accidentally outsourcing your company's entire brain to a third-party AI provider.

Co-host: Exactly. Autonomy is not the absence of governance. Autonomy is the result of governance. You can only let the AI run at warp speed if you have built a really strong human sovereign box for it to run inside.

Host: And that brings up the operational reality. We have the constitution established with human sovereignty. We have the laws of the land built with the box. But who exactly is doing the work? Right, because if we aren't all just humans sitting in cubicles passing spreadsheets back and forth, the org chart is going to look completely alien. How does the paper populate this new enterprise?

Co-host: The paper introduces organizational representation theory, or ORT, which outlines three distinct classes of actors. First, obviously, are human actors.

Host: We aren't going anywhere.

Co-host: Humans focus on judgment, empathy, moral reasoning, strategy, and carrying the ultimate accountability. Second, we have the agentic actors. These are the autonomous systems operating at speed and scale, reasoning through data, and executing dynamic workflows entirely within their boxes.

Host: Okay, but the third category is the one that sounds a bit sci-fi, even though it's starting to happen right now.

Co-host: Hybrid actors.

Host: Yes.

Co-host: The hybrid actor is a tightly integrated human-agent partnership that operates as a single coordinated unit on the organizational chart.

Host: Explain the mechanism there. How does that actually work in an enterprise system? Do they like share a login?

Co-host: Mechanically, yes. The enterprise software recognizes the pair as one entity. Think of a senior financial analyst partnered with a predictive modeling agent. They share a unified budget approval limit. They share a single output quota. If the pair produces a report, the organization doesn't parse out which paragraphs the human wrote and which data the agent pulled. The hybrid node is evaluated as a single point of productivity and liability.

Host: That makes incredible sense for tracking productivity. But it raises a huge logistical question.

Co-host: What's that?

Host: Well, in a traditional company, authority flows down the human hierarchy, right? The board delegates to the CEO, who delegates to the VP, who delegates to the manager. How on earth does a purely agentic actor get its authority? Where does a piece of software fit in a hierarchy of human accountability?

Co-host: That is solved by what the authors call organizational inheritance theory. It argues that AI agents do not generate their own authority. They inherit it from their parent organizational context.

Host: Let me make sure I'm visualizing this correctly. Say I have a brilliant general purpose AI model. I clone it so I have two identical AI systems. I put one to work in the marketing department, crafting ad campaigns. I put the exact same AI model to work in the legal department reviewing compliance contracts. They aren't the same employee, are they?

Co-host: Not at all. It's like having two identical twins. One twin gets a security badge to the creative studio. When it logs into the system, it inherits a mandate to be bold, a large ad spend budget, and a high tolerance for creative risk. The other twin gets a badge to the legal vault. When it logs in, the system checks its parent manager, and it inherits a strict mandate to go entirely by the book with zero risk tolerance. They share the same underlying silicon brain, but they inherit entirely different constraints based on where they sit in the company.

Host: That is the core of it.

Co-host: The paper calls this organizational identity. An actor's identity in the workplace isn't defined by the software code it is running. It is defined by the context it inherits. The marketing agent inherits the marketing VP's purpose and budget. And the compliance agent inherits the general counsel's strict audit requirements.

Host: So you don't actually manage the AI technology. You manage the organizational context that the AI is inheriting.

Co-host: Which solves a massive headache for IT and management. It means that as you deploy AI across a global enterprise, you don't need to invent a separate parallel set of rules just for the technology, because the technology simply plugs into the existing human governance structure.

Host: Exactly.

Co-host: If an AI acts on behalf of a middle manager, it mathematically inherits that specific manager's data, access rights, and budget limits. It physically cannot access payroll data unless its human manager had the authority to access payroll data.

Host: It is quite literally inheriting the manager's box.

Co-host: And because the human manager retains ultimate accountability, that manager is highly incentivized to make sure the box they give their agent is incredibly well defined.

Host: That makes total sense.

Co-host: This inheritance model is the secret to scaling autonomous execution without losing your mind, because every single agent is tethered to a specific inherited organizational reality.

Host: This is such a radically different way to view a company. We have to stop seeing businesses as rigid machines made of interlocking cogs and predefined processes.

Co-host: It is evolving into a dynamic ecosystem of human, agentic, and hybrid actors. They are all operating within governed specifications, inheriting their authority from human managers, and figuring out the best way to execute their goals in real time. It is a profound shift from optimizing the activities of your workers to optimizing the conditions for success. The organizations that insist on predefining every single step will simply be too slow to compete with the sheer adaptability of an agentic enterprise.

Host: It really is the difference between managing a factory floor and governing a nation. And that is what we want to bring back to you, the listener, as we wrap up today. As you go into your next team meeting or as you sit down and open up your workflow software tomorrow morning, take a step back. Ask yourself, are you still trying to design rigid processes? Are you trying to control the exact step-by-step activities of your team or your software?

Co-host: Or are you ready to start designing specifications? Right.

Host: Are you ready to govern the conditions and let the execution emerge dynamically?

Co-host: It is a question every leader needs to answer. But I want to leave you with one final provocative thought to chew on, something that really builds on this idea of organizational identity. If this paper is right and an actor's identity in the workplace is defined entirely by its inherited purpose, its authority, and its constraints, rather than whether it's made of human DNA or silicon chips, at what point will our legal and cultural definitions of a co-worker or an employee need a complete rewrite?

Host: Well, yeah. If a hybrid actor is recognized as a single unified node on the org chart sharing a budget and a quota, when do we have to start granting formal, legal, or corporate rights to our hybrid and agentic partners?

Co-host: It is something to seriously think about the next time you delegate a task to your AI.

Host: The robotic step-by-step grind is over. It's time to hand over the canvas to find the box and commission a masterpiece.

Next step

Want to see what this looks like on your own BPM content? One conversation is enough to start.

Talk to Gareth