Business Analysis in the Era of Agentic AI

(Source: https://gemini.google.com/)

From Generative AI to Agentic AI

The business analysis profession is entering a transformative era of modernisation, transitioning from the use of passive generative tools to the sophisticated orchestration of active agentic systems (just look how Open Claw has taken the world by storm since February 2026). While Generative AI focuses on a linear “Prompt -> Response” model to execute one-time instructions, the future of the industry lies in Agentic AI which is an autonomous system capable of making decisions and planning through a continuous loop of Goal, Plan, Execute, and Evaluate.

From a Generative AI User to An Agentic AI Orchestrator

The landscape from a Generative AI user to an Agentic AI Orchestrator is not just changing, it is fundamentally restructuring itself. And to do that effectively, Business Analysts (BA’s) really need to focus on hard and actionable architectural frameworks. Knowledge in this domain is only valuable when it is rigorously applied. In the current tech climate, understanding the mechanics of this shift is basically the only viable strategy for BA’s to remain indispensable to their employers / organisations.

Transition from a Passive User to an Active Orchestrator

The below table shows the comparison between a passive Generative AI user and an active Agentic AI Orchestrator:

FeatureGenerative AI (The Passive User)Agentic AI (The Active Orchestrator)
ModelPrompt -> ResponseGoal -> Plan -> Execute -> Evaluate (Continuous Loop)
FunctionA tool executing a single, well-defined instruction. Trapped in a chat windowAn autonomous system making decisions, planning, and using tools to achieve complex objectives
FocusClarity of instruction for a one-time outputDefining roles, reasoning steps, reflective criteria, and tool integration

The most fundamental shift in the profession is moving beyond the “Passive User” model of Generative AI. While traditional AI relies on a linear “Prompt -> Response” interaction trapped within a chat window, the future belongs to Agentic AI. In this new role, BA’s act as an “Orchestrator” who defines high-level goals and constraints rather than executing manual, granular tasks.

Mastering the “Agentic Loop” and Multi-Agent Governance

BAs must understand the mechanics of the “Agentic Loop” which is a continuous cycle of Goal, Plan, Execute, and Evaluate. Instead of a monolithic system, the objective is to manage collaborative “swarms” of specialised agents, such as Data Gatherers, Modellers, and Polarisers. Successful orchestration requires managing five critical architectural layers:

  • Layer 1: Agent Identification and Authority.
  • Layer 2: Task Decomposition and Contracts.
  • Layer 3: Communication Protocols.
  • Layer 4: Control, Review, and Escalation (including “tripwires” for human intervention).
  • Layer 5: Memory and Persistence Rules.

The Orchestrator’s Blueprint

The Orchestrator’s Blueprint is a framework designed to help BAs move up the chain of abstraction as automation begins to outperform traditional manual methodologies. Rather than using the Generative AI tools to generate BA artefacts, BA’s can act as an architect, designing the goals and constraints for autonomous entities with Agentic AI tools. Below are the essential architectural skills required for this evolution:

  • Strategic Role Assignment: Defining a precise persona to frame the Agent’s expertise, behaviour and regulatory limitations.
  • Constructing Cognitive Fences: Using strategic role assignment to prune irrelevant probabilistic pathways and lock agents into professional boundaries.
  • Mandated Self-Critique and Reflection: Forcing the AI Agent to act as its own devil’s advocate by evaluating its logic, identifying flaws or logical inconsistencies and proposing at least 2 improvements before finalising.
  • Explicit Tool Calling: Requesting Agentic AI to conduct API integration to external databases and systems to independently execute systemic actions.
  • Orchestrating Specialised Swarms: Moving away from flawed monolithic models toward collaborative swarms of highly constrained, specialised agents.
  • Hierarchical Task Decomposition: Applying deep domain expertise to slice ambiguous corporate goals into actionable technical steps for AI agentic workers.
  • Multi-Agent Governance: Managing the five critical architectural layers under the Multi-Agent Governance model i.e.: Authority, Contracts, Communication, Escalation, and Memory.

2030 Vision: Managing Digital Peers and Ethical Guardianship

As automation moves up the cognitive chain, the BA’s value shifts toward high-level strategic and moral oversight. By 2030, BA’s would be evolving into performing the below roles:

Digital Teammate

Autonomous agents will independently attend meetings, process real-time meeting transcript audio files, communicate with human stakeholders, produce project documentation, conduct testing, transition projects to BAU systems. BA’s will supervise the Agents’ performance as part of the “Human-In-The-Loop”.

Dispute Resolution

BA’s must mediate logic conflicts and data disputes amongst different AI swarm agents.

Ethical Guardianship

The “Ethical Guardian” will be the ultimate safeguard of the profession. This involves acting as the essential translator between human values, regulatory compliance, and algorithmic efficiency. This evolution will lead to BA’s to translate human values into algorithmic efficiency to lead the agentic era. These are the responsibilities that cannot be automated by machines.

Testing Python code






ProMatch Prototype

💖 ProMatch Prototype

Colourful Dating App Demo Auth Profile Discovery Chat Safety

Sign In / Sign Up

📱 Phone📧 Email🔑 Google🍏 Apple

Profile Setup

📸 Upload Photos

✍️ Bio:

🎨 Interests:

👤 Pronouns:

📏 Height: cmSave Profile

Discover People Nearby

Anna, 28 – Loves hiking & coffee ☕

James, 32 – Designer, foodie 🍣

Sofia, 26 – Runner, bookworm 📚❌ Pass❤️ Like🔄 Reset

Chat

Hi there 👋

Hello! How are you?Send

Trust & Safety

🚫 Block User⚠️ Report User 🌈 ProMatch Prototype – colourful demo v2

Vicky’s App Prototype

<!DOCTYPE html><html lang=”en”><head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>ProMatch Prototype</title> <style> body { font-family: ‘Helvetica Neue’, sans-serif; margin: 0; background: linear-gradient(135deg, #ff758c, #ff7eb3, #6c5ce7, #74b9ff, #55efc4, #ffeaa7); color: #333; min-height: 100vh; display:flex; flex-direction:column; } header { background: linear-gradient(135deg, #ff4d6d, #ff7eb3, #6c5ce7); color: white; padding: 1rem; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } nav { display: flex; justify-content: space-around; background: linear-gradient(90deg, #74b9ff, #00cec9, #fd79a8, #e17055, #ffeaa7); padding: 0.5rem; position: sticky; top: 0; z-index:100; } nav button { padding: 0.5rem 1rem; border: none; background: white; color: #333; border-radius: 20px; cursor: pointer; font-weight: bold; transition: 0.3s; box-shadow: 0 2px 6px rgba(0,0,0,0.2); } nav button:hover { background: linear-gradient(135deg, #ff4d6d, #ff7eb3); color: white; } section { display: none; padding: 1rem; animation: fadeIn 0.5s; flex-grow:1; } section.active { display: block; } .card { background: linear-gradient(135deg, #ffffff, #ffe1ec, #dff9fb, #fab1a0); padding: 1.5rem; margin: 1rem auto; border-radius: 20px; box-shadow: 0 6px 16px rgba(0,0,0,0.2); max-width: 400px; text-align: center; position: relative; } .card button { background: linear-gradient(135deg, #ff4d6d, #ff7eb3, #55efc4, #74b9ff); border: none; padding: 0.6rem 1.2rem; color: white; border-radius: 30px; margin-top: 0.5rem; cursor: pointer; font-weight: bold; box-shadow: 0 2px 6px rgba(0,0,0,0.3); } .card button:hover { opacity: 0.9; } .swipe-card { width: 100%; height: 240px; background: linear-gradient(135deg, #ff7675, #55efc4, #74b9ff, #a29bfe, #fab1a0); color: white; border-radius: 20px; text-align: center; font-weight: bold; font-size: 1rem; position: absolute; top: 0; left: 0; transition: transform 0.5s ease, opacity 0.5s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.3); overflow: hidden; display:flex; flex-direction:column; justify-content:flex-end; } .swipe-card img { width:100%; height: 180px; object-fit: cover; border-radius: 20px 20px 0 0; } .swipe-card .info { background: rgba(0,0,0,0.5); color:white; padding: 0.5rem; border-radius: 0 0 20px 20px; font-size:0.9rem; } .chat { border: 1px solid #ddd; border-radius: 16px; padding: 0.5rem; height: 300px; overflow-y: auto; background: linear-gradient(135deg, #dff9fb, #c7ecee, #ffeaa7, #fab1a0); } .message { margin: 0.5rem 0; padding: 0.6rem 1rem; border-radius: 16px; max-width: 70%; font-size: 0.9rem; } .me { background: linear-gradient(135deg, #ff4d6d, #ff7eb3); color: white; margin-left: auto; } .them { background: linear-gradient(135deg, #74b9ff, #0984e3); color: white; margin-right: auto; } .input-bar { display: flex; margin-top: 0.5rem; } .input-bar input { flex: 1; padding: 0.6rem; border: 1px solid #ccc; border-radius: 20px; } .input-bar button { margin-left: 0.5rem; padding: 0.6rem 1.2rem; background: linear-gradient(135deg, #ff4d6d, #ff7eb3, #55efc4, #74b9ff); color: white; border: none; border-radius: 20px; cursor: pointer; font-weight: bold; } footer { text-align:center; padding:1rem; background:linear-gradient(135deg,#74b9ff,#55efc4,#ffeaa7); color:#333; font-weight:bold; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } </style></head><body> <header> <h1>💖 ProMatch Prototype</h1> <p>Colourful Dating App Demo</p> </header> <nav> <button onclick=”show(‘auth’)”>Auth</button> <button onclick=”show(‘profile’)”>Profile</button> <button onclick=”show(‘discovery’)”>Discovery</button> <button onclick=”show(‘chat’)”>Chat</button> <button onclick=”show(‘safety’)”>Safety</button> </nav> <!– Auth Screen –> <section id=”auth” class=”active”> <div class=”card”> <h2>Sign In / Sign Up</h2> <button style=”background:linear-gradient(135deg,#74b9ff,#0984e3);”>📱 Phone</button><br> <button style=”background:linear-gradient(135deg,#55efc4,#00b894);”>📧 Email</button><br> <button style=”background:linear-gradient(135deg,#ffeaa7,#fdcb6e,#fab1a0); color:#333;”>🔑 Google</button><br> <button style=”background:linear-gradient(135deg,#a29bfe,#6c5ce7,#e84393);”>🍏 Apple</button> </div> </section> <!– Profile Setup –> <section id=”profile”> <div class=”card”> <h2>Profile Setup</h2> <p>📸 Upload Photos</p> <div style=”display:flex; gap:8px; justify-content:center;”> <div style=”width:60px;height:60px;background:linear-gradient(135deg,#a29bfe,#6c5ce7);border-radius:12px;”></div> <div style=”width:60px;height:60px;background:linear-gradient(135deg,#fd79a8,#e84393);border-radius:12px;”></div> </div> <p>✍️ Bio: <input type=”text” placeholder=”Tell us about yourself”></p> <p>🎨 Interests: <input type=”text” placeholder=”e.g. Hiking, Art”></p> <p>👤 Pronouns: <input type=”text” placeholder=”She/Her”></p> <p>📏 Height: <input type=”range” min=”140″ max=”200″ value=”170″> cm</p> <button>Save Profile</button> </div> </section> <!– Discovery –> <section id=”discovery”> <div class=”card” style=”height:360px;”> <h2>Discover People Nearby</h2> <div id=”deck” style=”position:relative; width:100%; height:260px; margin-top:1rem;”> <div class=”swipe-card”><img src=”https://placekitten.com/400/200″><div class=”info”>Anna, 28 – Loves hiking & coffee ☕</div></div> <div class=”swipe-card”><img src=”https://placebear.com/400/200″><div class=”info”>James, 32 – Designer, foodie 🍣</div></div> <div class=”swipe-card”><img src=”https://picsum.photos/400/200?random=1″><div class=”info”>Sofia, 26 – Runner, bookworm 📚</div></div> </div> <div style=”display:flex;justify-content:space-around;margin-top:1rem; position:relative; z-index:10;”> <button style=”background:#e74c3c;” onclick=”swipe(‘left’)”>❌ Pass</button> <button style=”background:#2ecc71;” onclick=”swipe(‘right’)”>❤️ Like</button> <button style=”background:linear-gradient(135deg,#74b9ff,#55efc4);” onclick=”resetDeck()”>🔄 Reset</button> </div> </div> </section> <!– Chat –> <section id=”chat”> <div class=”card”> <h2>Chat</h2> <div class=”chat” id=”chatBox”> <div class=”message them”>Hi there 👋</div> <div class=”message me”>Hello! How are you?</div> </div> <div class=”input-bar”> <input id=”msgInput” placeholder=”Type a message…”> <button onclick=”sendMsg()”>Send</button> </div> </div> </section> <!– Safety –> <section id=”safety”> <div class=”card”> <h2>Trust & Safety</h2> <button style=”background:linear-gradient(135deg,#d63031,#ff7675,#e17055);”>🚫 Block User</button><br><br> <button style=”background:linear-gradient(135deg,#f39c12,#f1c40f,#ffeaa7);”>⚠️ Report User</button> </div> </section> <footer> 🌈 ProMatch Prototype – colourful demo v2 </footer> <script> function show(id) { document.querySelectorAll(‘section’).forEach(s => s.classList.remove(‘active’)); document.getElementById(id).classList.add(‘active’); } function sendMsg() { const input = document.getElementById(‘msgInput’); if (!input.value.trim()) return; const msg = document.createElement(‘div’); msg.className = ‘message me’; msg.textContent = input.value; document.getElementById(‘chatBox’).appendChild(msg); input.value = ”; document.getElementById(‘chatBox’).scrollTop = document.getElementById(‘chatBox’).scrollHeight; } function swipe(direction) { const deck = document.getElementById(‘deck’); const topCard = deck.querySelector(‘.swipe-card:last-child’); if (!topCard) return; if (direction === ‘left’) { topCard.style.transform = ‘translateX(-400px) rotate(-30deg)’; } else { topCard.style.transform = ‘translateX(400px) rotate(30deg)’; } topCard.style.opacity = ‘0’; setTimeout(() => topCard.remove(), 500); } function resetDeck() { const deck = document.getElementById(‘deck’); deck.innerHTML = ` <div class=”swipe-card”><img src=”https://placekitten.com/400/200″><div class=”info”>Anna, 28 – Loves hiking & coffee ☕</div></div> <div class=”swipe-card”><img src=”https://placebear.com/400/200″><div class=”info”>James, 32 – Designer, foodie 🍣</div></div> <div class=”swipe-card”><img src=”https://picsum.photos/400/200?random=${Math.floor(Math.random()*100)}”><div class=”info”>Sofia, 26 – Runner, bookworm 📚</div></div>`; } </script></body></html>

Is AI-Generated Synthetic Data Disconnecting Us from Reality?

(Source: https://chatgpt.com)

Synthetic Data vs Real Data

Gardner predicts that by 2030, synthetic data will outweigh real data in AI model training, meaning more than 50% (likely well over) of data used in AI systems will be artificially generated

Artificial intelligence creates synthetic data – information that doesn’t exist in the real world. Unlike data drawn from actual events, people, or objects, synthetic data is entirely machine-made. It’s not rooted in human experience. In short, it’s artificial.

Yet, this fabricated data is infiltrating our lives. From training AI models and powering virtual assistants to generating images, voices, and videos, synthetic data is everywhere. Thanks to technological leaps, it can now look and sound astonishingly lifelike. Deepfake videos, for instance, can convincingly depict someone saying or doing something they never did. The boundary between real and fake is growing hazy.

This prompts a troubling question: are we losing our grip on reality?

The Rise of Artificial Worlds

Generative AI makes it effortless to craft virtual environments populated by synthetic characters, stories, and interactions. These digital realms may feel vivid and immersive, but they’re entirely fabricated. The Metaverse is a prime example – a space where AI-generated content constructs an alternate version of existence.

For some, these worlds are magnetic. They offer comfort, excitement, or control that the real world often lacks. What begins as curiosity can spiral into habit, even obsession. In extreme cases, people immerse themselves so deeply in these synthetic spaces that they neglect their actual lives.

They forget to eat. They stop socialising. They skip work. Self-care fades. The digital world becomes their primary reality, while the physical one slips away.

A Digital Addiction?

This behaviour mirrors addiction. Like gambling or substance misuse, the pull of artificial worlds can be relentless. People return repeatedly, chasing the thrill of a flawless image, a convincing deepfake, or an idealised avatar crafted by algorithms.

These spaces aren’t just entertainment. They offer a sense of limitless control, where users can shape experiences to their desires. But the deeper they dive, the more they detach from reality.

This is a serious concern. We risk nurturing a generation ill-equipped to navigate the real world – a world that’s messy, unpredictable, and imperfect.

Why Real Data Matters

Real data, captured from human observation or experience, has a vital edge over its synthetic counterpart: it reflects life. It’s rich with noise, errors, context, and emotion. It captures how people genuinely think, feel, and act in their environment.

Synthetic data, by contrast, is a derivative. Often built from real data patterns, it lacks the depth and spontaneity of lived experience. While useful for tasks like training AI models – especially where privacy or scale is an issue – it’s no substitute for reality. Confusing the two is a mistake.

The Threat to Human Connection

Overreliance on synthetic data risks creating a world that mirrors our desires rather than our truths. It’s tempting to surround ourselves with AI-generated voices that echo our views, images that flatter us, or information that reinforces our beliefs.

This may feel reassuring, but it’s harmful. It stifles personal growth, erodes empathy, and weakens our resilience to real-world challenges. We drift not only from reality but also from each other.

Human relationships thrive on trust, shared experiences, and authentic history. No matter how lifelike, artificial replicas can’t replicate these. A chat with an AI bot may simulate warmth, but it lacks true understanding. It’s no replacement for a friend, family member, or loved one.

Where Do We Go From Here?

Synthetic data has undeniable value. Used thoughtfully, it can enhance systems, solve problems, and drive innovation. But we must maintain a clear distinction between real and artificial. Education, awareness, and robust ethical guidelines are essential to help people – especially younger generations – forge a balanced relationship with technology.

We must also prioritise real-world experiences: face-to-face conversations, direct observation of our surroundings, and opinions grounded in what we see and feel, not just what machines generate.

The more we inhabit artificial worlds, the more we must question: are we living our own lives, or merely watching a simulation? Is technology our tool, or our trap?

Synthetic data is here to stay. Let’s ensure we stay, too – firmly rooted in the real world.

About the author:

Dr Kitty Hung, a BCS Fellow, BCS CITP and member of IIBA, gained her PhD in Computer Science from the University of Sheffield, UK in 1999. She has over 26 years of experience with a career spanning business analysis, project management and business consultancy roles at various prestigious organisations including Cell Structures, London Business School, London Metropolitan Police, Capita, Raytheon Technologies, and AtkinsRéalis having successfully delivered business critical and large-scale projects and programmes for Central Government and Commercial Sectors covering policing, national security, telecommunications, defence, transportation, aviation, disruptive and emerging technologies. Her recent publication of her book titled: “Business Analysis in the era of Generative AI” which has reached the Amazon #1 Best Seller chart has added particular credibility to her future-focused insights.