Overview
Systems thinking: The route to scalable AI Dr Mark Roberts Aug 17, 2026 When mathematicians and computer scientists talk about a “complex system,” they are not simply describing something difficult, and by “system,” they do not mean a piece of software. Everyday language flattens those ideas: complex becomes a synonym for complicated, and system becomes another word for an application or platform. But in systems theory, the phrase relates to something far more specific: a real entity composed of interconnected parts whose behavior emerges from their interactions; behavior that cannot be fully predicted or explained by examining those parts in isolation. Understanding, harnessing and steering that emergent behavior is key to how we unlock the next level of scale in AI. What is a system? Systems are everywhere and we rely on them constantly, often without noticing. A city is a system, so i
Full job description
Description
Opportunity Details
Systems thinking: The route to scalable AI
Dr Mark Roberts
Aug 17, 2026
When mathematicians and computer scientists talk about a “complex system,” they are not simply describing something difficult, and by “system,” they do not mean a piece of software. Everyday language flattens those ideas: complex becomes a synonym for complicated, and system becomes another word for an application or platform. But in systems theory, the phrase relates to something far more specific: a real entity composed of interconnected parts whose behavior emerges from their interactions; behavior that cannot be fully predicted or explained by examining those parts in isolation. Understanding, harnessing and steering that emergent behavior is key to how we unlock the next level of scale in AI.
What is a system?
Systems are everywhere and we rely on them constantly, often without noticing. A city is a system, so is a supply chain, an organization, even the human body. When a system works, it feels natural. When it fails, it is rarely a single component breaking in isolation. It is the collective system behaving in a way we did not expect.
From AI components to AI systems
Similarly, an AI system is not just defined by its individual agents but by the network of relationships between them, and by the emergent behavior that arises from those interactions. Treating a multi-agent setup as simply “many components working together” misses the point. The real change is from component engineering to systems engineering, recognizing that the structure and interactions of the whole determines behavior more than any single model or agent.
Let’s now see what these systems look like, and how systems thinking benefits us.
What do systems consist of?
Most real-world systems now combine AI- and human-driven elements, often alongside processes, rules, and organizational structures. Whether we choose to call it an AI system or simply a system, the more important point is that it must be understood and designed as a whole.
Systems do not operate in isolation: once deployed, an AI system exchanges information, resources, and influence with surrounding agents, environments and other systems. We therefore cannot fully define a system within a single application or even a single organization, because its behavior is shaped by interactions beyond those limits. Inputs originate elsewhere; outputs propagate outward; feedback loops cross ownership lines. As a result, governance becomes harder: you are no longer controlling a closed system, but attempting to influence behavior within an open and evolving network of systems. The challenge goes beyond just building a system that works, to ensuring it behaves acceptably when embedded in a landscape of other systems that you neither own, control, nor fully understand.
Getting the most out of AI systems
The term “Complex adaptive systems” is used to describe systems composed of numerous interacting agents that self-organize and adapt to changing environments. AI systems increasingly exhibit features that are characteristic of complex adaptive systems. This means our AI systems may be better understood as something we grow rather than simply build, especially when tools, orchestrators, and sub-agents expand their range of possible actions. A rule-based chatbot fails when a user goes off script, but an agentic system with access to tools and the ability to spawn specialist agents can adapt itself to new requests in a way that feels almost like evolution.
This fundamental shift is most obvious when agents can forge their own tools, decide how to use them, and independently choose to engage with another agent or a human. Agents are no longer just reacting to their environment but actually expanding it. What the system does today determines what the system can do tomorrow.
A consequence of this self-adaptation is that it becomes impossible to control and govern every part of the system. AI systems architects need to shift their focus from micro-managing individual components to creating the conditions for success and steering the complex system towards it. It’s useful to think of this more like the role of a coach in a team sport – the coach creates the conditions for success by selecting and training the team, and defining team strategy and tactics, but once the game starts the individual autonomous players make decisions and adaptations on the fly, while the coach’s job is to nudge, steer and perturb the system rather than directly controlling it.
Why systems thinking matters for enterprises
In a business context, systems thinking ties AI directly to performance over time. The concern is not model accuracy in isolation; it is how the whole interconnected system behaves under real conditions. Success depends on being able to adapt when undesired behavior emerges, to keep performance and cost within acceptable limits, and to have dynamic stability (stabilizing the trajectory, since it’s always evolving, rather than stabilizing the system itself) as complexity grows.
These are system properties that a systems approach makes visible and designable, so that stability and control can be engineered intentionally. This has implications for profitability, since multi-agent systems generate value through coordination, shared context, and compounding actions.
Think about how a CEO steers a large organization. They do not attempt to control every decision, nor do they optimize individual employees in isolation. They decide strategy, set constraints, watch signals, and intervene where emerging patterns require them.
Value comes from how the organization behaves as a whole. A multi-agent AI system demands the same approach when designed for an enterprise. It can be thought of almost as a living system, guided by incentives and constraints, and tuned in response to its environment to deliver exponential returns.
Experimental Report
To test how AI architectures behave in complex, uncertain environments, we developed a supply chain simulation representing a multi-tier network of retailers, distributors, manufacturers, and suppliers. The simulation introduced both routine operational variability and disruptive events, including supplier defects, port delays, cyber incidents, transport disruption, and demand volatility. The aim was to compare and contrast how three AI execution models respond when the system is exposed to uncertainty, friction, and repeated shocks.
The experiment compared a centralized LLM monolith, a decentralized multi-agent system, and a hybrid AI system combining agentic reasoning with deterministic analytical controls. The monolith acted as a single control tower, making one global decision per round. The multi-agent system distributed decision-making across role-specific agents. The hybrid system added classical forecasting, risk assessment, and mathematical guardrails to the agentic setup.
The results revealed a clear trade-off between efficiency, adaptability, and controllability. The monolith was cheap, stable, and consistent because its decisions were centralized and constrained by fixed allocation logic. However, it struggled when the environment changed. It performed poorly on fulfillment, adaptability, and novelty handling because one global prompt could not respond effectively to local bottlenecks or unfamiliar disruption patterns.
The multi-agent system showed the opposite pattern. By giving each supply chain role its own reasoning process, the system became far more adaptable. Agents could react locally, pass signals upstream, and improve when they encountered repeated disruptions. This made the multi-agent architecture strongest for recovery speed, novelty handling, and adaptive learning. It was the best demonstration of how distributed intelligence can respond to uncertainty in ways that a centralized model cannot.
However, the same autonomy that made the multi-agent system adaptable also made it harder to control. Independent agents sometimes overreacted to local signals, amplified small disruptions, or made decisions that were sensible locally but unstable globally. This created inventory oscillations, weaker coordination, and higher reasoning cost. In supply chain terms, the architecture became vulnerable to a digital bullwhip effect: small changes in one part of the system could cascade into larger instability elsewhere.
The hybrid architecture produced the strongest overall result because it combined the adaptability of agents with the discipline of deterministic control. Forecasting models provided baseline inventory targets, Bayesian risk assessment supplied severity signals, and the LLMs were used where ambiguity and novelty mattered most. This reduced hallucination, improved scalability under severe disruption, and preserved much of the multi-agent system’s adaptive advantage without allowing agent behavior to become unconstrained.
The central finding is that multi-agent systems may be the most adaptable architecture for enterprise AI, but only when they are governed as systems rather than collections of intelligent components. Their value comes from distributed reasoning, specialization, and local responsiveness. However, their risk comes from the same source: autonomy creates emergent behavior that cannot be managed through model performance alone.
This experiment highlighted some critical success factors for success and good governance in large-scale distributed AI systems, which we will cover more deeply in future articles –
· clear role definitions and decision rights for each agent
· shared context and coordination protocols between agents
· global constraints that prevent harmful local optimization
· monitoring and feedback loops that detect emerging system instability
· mathematical guardrails to reduce hallucination and decision variance
· system-level observability so local actions can be understood in terms of whole-system outcomes
The lesson is fundamentally one of systems thinking. The behavior of an AI system is determined less by the intelligence of any individual agent than by how agents are connected, constrained, monitored, and allowed to influence one another. As these systems become more autonomous and adaptive, control becomes less important than influence, and components become secondary to the relationships between them. When those relationships are orchestrated effectively, capability can amplify across the system, with each interaction strengthening the whole. Much of the value created by the next generation of AI is likely to emerge from these network effects, as intelligence becomes an emergent and powerful property of the system rather than of any individual model, agent, or tool.
Meet the author
Dr. Mark Roberts
Global Head, Capgemini AI Futures Lab
Mark Roberts is a visionary thought leader in emerging technologies and has worked with some of the world’s most forward-thinking R&D companies to help them embrace the opportunities of new technologies. With a PhD in AI followed by nearly two decades on the frontline of technical innovation, Mark has a unique perspective unlocking business value from AI in real-world usage. He also has strong expertise in the transformative power of AI in engineering, science and R&D.
Jonathan Aston
Data Scientist, AI Lab, Capgemini Invent
Jonathan Aston specialized in behavioral ecology before transitioning to a career in data science. He has been actively engaged in the fields of data science and artificial intelligence (AI) since the mid-2010s. Jonathan possesses extensive experience in both the public and private sectors, where he has successfully delivered solutions to address critical business challenges. His expertise encompasses a range of well-known and custom statistical, AI, and machine learning techniques.
Candice Legeay
AI Systems and Emerging Technology Lead, AI Futures Lab
Candice Legeay is an Emerging Technology Lead at the Applied Innovation Exchange, shaping enterprise AI strategy and technology-driven business transformation. Within Capgemini’s AI Futures Lab, she explores how emerging AI capabilities can be translated into scalable enterprise systems. Her recent work focuses on Agentic Commerce, enterprise AI systems and AI governance at scale.
Prasad Joshi
AI Development and Exploration Engineer
Prasad is an AI/ML Engineer passionate about exploring the evolving landscape of artificial intelligence and its real-world applications. A Computer Engineering graduate, he has worked on production-grade AI systems across Generative AI, Agentic AI, Machine Learning, Deep Learning, and NLP. His experience work within the AI Futures Lab lies in AI research and emerging technologies, with a focus on exploring new models, techniques, and approaches to AI system design, and their application to real-world problems.
The post Systems thinking: The route to scalable AI appeared first on Capgemini.
Tips for this job
Practical Job and Scholarship guidance. These tips do not replace official rules or create new eligibility requirements.
- Tailor the CV and application to the responsibilities and required skills stated on the official employer page.
- Use concrete evidence of relevant work, projects and measurable results rather than generic claims.
- Confirm location, work authorization, remote restrictions and sponsorship terms before applying.
- Apply through the original employer or official recruitment destination shown on this page.
Verification notes
Discovered from a configured public RSS/Atom feed. Feed-provided descriptive content was normalized safely; incomplete or aggregator-only records remain review-controlled until the official page is verified. Complete structured details were extracted from the public authoritative source while preserving the original application link.
Job and Scholarship is the discovery and verification layer. Confirm eligibility, dates, salary/funding and application instructions on the original source before submitting anything.
Capgemini ↗Browse current Job and Scholarship listings from Capgemini →