From Data to Decisions: Powering gen/Agentic AI with Capgemini & MongoDB

From Data to Decisions: Powering gen/Agentic AI with Capgemini & MongoDB

80% of oil and gas companies face at least one critical equipment failure per year — costing $250,000 per hour — and MongoDB's vector search is now helping predict them before they happen.

Mar 19, 2026 31:19 Difficulty: Intermediate Played

TL;DR

Enterprises are moving from AI experimentation to production-scale agentic systems, and the MongoDB–Capgemini partnership is at the center of that shift. Apurva (MongoDB), Vinay Makkaji (Capgemini), and Farid Mohammad (MongoDB) trace the three-phase evolution of enterprise GenAI adoption — from isolated chatbot pilots to full agentic orchestration — and walk through a real tri-party oil-and-gas predictive maintenance solution built with MongoDB, Capgemini, and AWS. The single most useful takeaway: AI initiatives stall at the pilot stage without a strong, unified data strategy behind them.

#agentic AI #enterprise GenAI #RAG architecture #vector search #MongoDB Atlas #predictive maintenance #oil and gas IoT #data modernization #mainframe migration #lakehouse integration #AI data strategy #human-in-the-loop AI #multi-cloud architecture #generative AI #MongoDB #Capgemini #RAG #oil and gas #enterprise AI #lakehouse #mainframe modernization #IoT #digital twin #LLM #AWS Bedrock #data strategy #cloud native

MongoDB and Capgemini discuss the evolution of enterprise AI from experimentation to agentic production systems, including a detailed oil-and-gas predictive maintenance case study built with MongoDB, Capgemini, and AWS.

Chapter list
  • The episode opens with Apurva welcoming listeners to a MongoDB Podcast episode focused on powering agentic AI with Capgemini and MongoDB. Vinay Makkaji introduces himself as part of Capgemini's Cloud Center of Excellence, with 23 years in IT, Fortune 500 solutioning experience, and almost 5 years working with MongoDB. Farid Mohammad describes his 3 years at MongoDB supporting partner ecosystems across the Americas, working with tech services firms, hyperscalers, and ISVs to build MongoDB Centers of Excellence and reference architectures. Together, the introductions establish the episode's core dynamic: deep practitioner experience on both the SI and platform sides of enterprise AI transformation.

  • Apurva opens the substantive discussion by asking where GenAI is actually moving the needle — and what the biggest gaps remain. Vinay sets the scene: years of prototype-building with AWS, Google, and Microsoft are finally translating into real production deployments, with frontier models from OpenAI, Anthropic, and Google DeepMind now pushing toward reasoning and multimodal understanding. Farid then maps the journey into three crisp phases. Phase one (2023) was experimentation — connected chatbots and Copilot pilots, impressive but disconnected from enterprise systems. Phase two (2024) was enterprise integration — corporations realizing that operationalizing AI required confronting the messy reality of fragmented legacy data, which is where RAG architecture and knowledge graphs came to the fore. Phase three (now) is agentic orchestration: AI that doesn't just answer questions but autonomously executes tasks and drives business outcomes. The sharpest insight comes from Farid's framing: the challenge was never the model itself, but the business-proprietary data needed to augment it and reduce hallucinations. Vinay adds that AI has evolved from merely responding to prompts to enabling auto-healing systems — shifting from proactive to predictive operational modes.

  • Apurva pushes into what a truly effective technology partnership looks like in the GenAI era, and both guests make the same core point: AI must be thought of as a system, not a model. Vinay uses the example of a connected fleet solution built jointly with Google and MongoDB to illustrate how what used to require ten separate enterprise integrations can now be consolidated into a unified solution — though it still requires multiple specialized partners. Five components are named explicitly: the LLM, the RAG architecture, the trained models, hyperscaler-native services, and MongoDB's vectorization layer. Farid extends this by pointing out what MongoDB alone cannot supply: industry-specific domain knowledge, transformation governance, and the ability to span people and processes across a large organization. That is exactly what Capgemini brings. The joint value proposition, Farid argues, is enabling customers to move from experimentation to enterprise-scale AI faster while reducing risk. Vinay closes with a philosophical observation: the future isn't AI replacing IT, but a joint venture between IT organizations and AI — co-evolving together.

  • The episode's centrepiece is a detailed walkthrough of a tri-party reference architecture built by MongoDB, Capgemini, and AWS for critical equipment predictive maintenance in the oil and gas industry. Farid sets the commercial stakes with a Baker Hughes study: 80% of oil and gas companies face at least one unexpected critical equipment failure per year, and when it happens, the cost is $250,000 per hour. The previous approach was entirely reactive — time-based, usage-based, or rule-based maintenance — with no ability to anticipate failure across a complex production pipeline involving third-party equipment from companies like Halliburton. The new architecture changes all of that. Sensors stream real-time telemetry to MongoDB. Historical failure records, maintenance notes, and semi-structured PDF equipment manuals are all vectorized and stored in MongoDB alongside live data. When an anomaly is detected in the telemetry, vector similarity search scans the historical failure corpus to find resonant past cases and surfaces a recommended repair approach. Finally, an AI agent automatically creates a service ticket and assigns it to a field engineer — proactively, before failure occurs. Vinay then describes how the solution matured: starting from basic RAG and workflow automation, it evolved to include digital twins, AI/ML hybrid models, IoT streaming, and ultimately the ability to predict faults even before anomalous data appears in the stream.

  • Apurva asks where the partnership is headed, and Vinay paints an ambitious multi-front roadmap. The first trend: customers are refusing to treat MongoDB as a separate transactional database. A Fortune 500 client migrating to a cloud lakehouse — whether on BigQuery, Azure Fabric, or Azure Data Warehouse — wants MongoDB embedded inside the lakehouse itself, enabling unified data management that spans streaming, object storage, and AI analytics in one estate. The second major frontier is mainframe and AS400/DB400 modernization: decades of enterprise data locked in EBCDIC encoding can now be migrated to MongoDB using out-of-the-box tooling, unlocking that data for AI workloads. Third, digital manufacturing and industrial IoT — connected vehicles, fleet management, factory of the future — represent a 5-year growth runway beyond oil and gas. Farid adds the strategic dimension: MongoDB is no longer just a database choice for Capgemini; it is a co-investment partner protecting partner margins and accelerating multi-year transformation programs. In some cases, this model has already delivered 30 to 50% improvement in outcomes. The memorable closing line: technology builds capability, but partnerships build outcomes.

  • The final chapter brings both guests back for closing remarks. Vinay encourages listeners to reach out to the MongoDB–Capgemini team and frames AI not just as a productivity tool but as a large-scale organizational initiative reshaping how enterprises operate. Farid lands the episode's most quotable moment — and sharpest warning: AI initiatives will stall at the pilot stage if organizations haven't built a strong data strategy to support them. The alignment of data ecosystems, architectures, and people is not optional; it is the precondition for production AI. He closes with a phrase that crystallises the episode's thesis: 'technology builds the capability, whereas partnerships build the outcomes.' It is a fitting end to a conversation that consistently argued the model is the easy part — it is the surrounding ecosystem of data, domain knowledge, and partnership that determines whether enterprise AI actually delivers.

Agentic AI
AI systems that can autonomously plan and execute multi-step tasks without continuous human direction, going beyond responding to prompts to completing workflows end-to-end.
RAG (Retrieval-Augmented Generation)
An architecture that enhances LLM responses by retrieving relevant external data at query time, grounding the model's output in business-specific context to reduce hallucinations.
Vector Search
A database capability that finds semantically similar documents by comparing mathematical embeddings, enabling AI systems to retrieve contextually relevant information rather than exact-keyword matches.
Digital Twin
A virtual model of a physical asset (e.g., industrial equipment) that mirrors its real-time state, enabling simulation, monitoring, and predictive analytics without touching the physical system.
Knowledge Graph
A structured representation of entities and their relationships, used in AI to provide richer contextual understanding beyond what flat documents or tables can supply.
LLM (Large Language Model)
A deep learning model trained on massive text corpora that can generate, summarize, translate, and reason over natural language, such as GPT-4 or Claude.
Lakehouse
A modern data architecture that combines the scalability and low cost of a data lake with the structure and query performance of a data warehouse, often used to unify analytics and AI workloads.
IoT (Internet of Things)
A network of physical devices embedded with sensors and software that collect and transmit data, used here for streaming equipment telemetry into AI platforms.
EBCDIC
Extended Binary Coded Decimal Interchange Code — a legacy character encoding format used by IBM mainframes, which must be converted to ASCII when migrating mainframe data to modern systems.
Hyperscaler
A large cloud platform provider — primarily AWS, Microsoft Azure, and Google Cloud — offering massive-scale compute, storage, and managed AI/ML services.
COE (Center of Excellence)
A dedicated internal team or organizational unit that develops and shares best practices, reference architectures, and expertise around a specific technology or capability.
SRE (Site Reliability Engineering)
A discipline that applies software engineering principles to IT operations to improve system reliability, scalability, and incident management — referenced here in the context of AI-assisted operations.
Vectorization
The process of converting data (text, images, documents) into numerical vector embeddings that can be stored and searched in a vector database for semantic similarity.
Telemetry
Automated data collection and transmission from remote sensors or devices to a central system; used here to describe real-time equipment health data streamed from oil and gas machinery.
Human-in-the-loop
An AI system design that incorporates human review or approval at critical decision points, ensuring human oversight even as automation handles routine tasks.

Chapter 1 · 00:00

Introduction & Guest Introductions

The episode opens with Apurva welcoming listeners to a MongoDB Podcast episode focused on powering agentic AI with Capgemini and MongoDB. Vinay Makkaji introduces himself as part of Capgemini's Cloud Center of Excellence, with 23 years in IT, Fortune 500 solutioning experience, and almost 5 years working with MongoDB. Farid Mohammad describes his 3 years at MongoDB supporting partner ecosystems across the Americas, working with tech services firms, hyperscalers, and ISVs to build MongoDB Centers of Excellence and reference architectures. Together, the introductions establish the episode's core dynamic: deep practitioner experience on both the SI and platform sides of enterprise AI transformation.

Chapter 2 · 03:02

The Evolution of Enterprise GenAI: From Prototypes to Production

Apurva opens the substantive discussion by asking where GenAI is actually moving the needle — and what the biggest gaps remain. Vinay sets the scene: years of prototype-building with AWS, Google, and Microsoft are finally translating into real production deployments, with frontier models from OpenAI, Anthropic, and Google DeepMind now pushing toward reasoning and multimodal understanding. Farid then maps the journey into three crisp phases. Phase one (2023) was experimentation — connected chatbots and Copilot pilots, impressive but disconnected from enterprise systems. Phase two (2024) was enterprise integration — corporations realizing that operationalizing AI required confronting the messy reality of fragmented legacy data, which is where RAG architecture and knowledge graphs came to the fore. Phase three (now) is agentic orchestration: AI that doesn't just answer questions but autonomously executes tasks and drives business outcomes. The sharpest insight comes from Farid's framing: the challenge was never the model itself, but the business-proprietary data needed to augment it and reduce hallucinations. Vinay adds that AI has evolved from merely responding to prompts to enabling auto-healing systems — shifting from proactive to predictive operational modes.

Chapter 3 · 09:30

What Effective AI Partnerships Look Like — and the MongoDB–Capgemini Model

Apurva pushes into what a truly effective technology partnership looks like in the GenAI era, and both guests make the same core point: AI must be thought of as a system, not a model. Vinay uses the example of a connected fleet solution built jointly with Google and MongoDB to illustrate how what used to require ten separate enterprise integrations can now be consolidated into a unified solution — though it still requires multiple specialized partners. Five components are named explicitly: the LLM, the RAG architecture, the trained models, hyperscaler-native services, and MongoDB's vectorization layer. Farid extends this by pointing out what MongoDB alone cannot supply: industry-specific domain knowledge, transformation governance, and the ability to span people and processes across a large organization. That is exactly what Capgemini brings. The joint value proposition, Farid argues, is enabling customers to move from experimentation to enterprise-scale AI faster while reducing risk. Vinay closes with a philosophical observation: the future isn't AI replacing IT, but a joint venture between IT organizations and AI — co-evolving together.

Chapter 4 · 17:10

Case Study: Predictive Maintenance for Oil & Gas with MongoDB, Capgemini & AWS

The episode's centrepiece is a detailed walkthrough of a tri-party reference architecture built by MongoDB, Capgemini, and AWS for critical equipment predictive maintenance in the oil and gas industry. Farid sets the commercial stakes with a Baker Hughes study: 80% of oil and gas companies face at least one unexpected critical equipment failure per year, and when it happens, the cost is $250,000 per hour. The previous approach was entirely reactive — time-based, usage-based, or rule-based maintenance — with no ability to anticipate failure across a complex production pipeline involving third-party equipment from companies like Halliburton. The new architecture changes all of that. Sensors stream real-time telemetry to MongoDB. Historical failure records, maintenance notes, and semi-structured PDF equipment manuals are all vectorized and stored in MongoDB alongside live data. When an anomaly is detected in the telemetry, vector similarity search scans the historical failure corpus to find resonant past cases and surfaces a recommended repair approach. Finally, an AI agent automatically creates a service ticket and assigns it to a field engineer — proactively, before failure occurs. Vinay then describes how the solution matured: starting from basic RAG and workflow automation, it evolved to include digital twins, AI/ML hybrid models, IoT streaming, and ultimately the ability to predict faults even before anomalous data appears in the stream.

Technology
How the Oil & Gas Solution Actually Works

From Data to Decisions: Powering gen/Agentic AI with Capgem… · Mar 19, 2026 Technology

Sensors stream telemetry into MongoDB. Historical failure data and equipment manuals are vectorized and stored in the same platform. When an anomaly is detected, vector similarity search finds past failures and recommends repairs. An agent automatically creates a service ticket and assigns it to a field engineer — all before failure occurs.

Chapter 5 · 24:28

Future Partnership Roadmap: Lakehouses, Mainframes & Industrial IoT

Apurva asks where the partnership is headed, and Vinay paints an ambitious multi-front roadmap. The first trend: customers are refusing to treat MongoDB as a separate transactional database. A Fortune 500 client migrating to a cloud lakehouse — whether on BigQuery, Azure Fabric, or Azure Data Warehouse — wants MongoDB embedded inside the lakehouse itself, enabling unified data management that spans streaming, object storage, and AI analytics in one estate. The second major frontier is mainframe and AS400/DB400 modernization: decades of enterprise data locked in EBCDIC encoding can now be migrated to MongoDB using out-of-the-box tooling, unlocking that data for AI workloads. Third, digital manufacturing and industrial IoT — connected vehicles, fleet management, factory of the future — represent a 5-year growth runway beyond oil and gas. Farid adds the strategic dimension: MongoDB is no longer just a database choice for Capgemini; it is a co-investment partner protecting partner margins and accelerating multi-year transformation programs. In some cases, this model has already delivered 30 to 50% improvement in outcomes. The memorable closing line: technology builds capability, but partnerships build outcomes.

Chapter 6 · 29:50

Closing Thoughts & Key Warnings

The final chapter brings both guests back for closing remarks. Vinay encourages listeners to reach out to the MongoDB–Capgemini team and frames AI not just as a productivity tool but as a large-scale organizational initiative reshaping how enterprises operate. Farid lands the episode's most quotable moment — and sharpest warning: AI initiatives will stall at the pilot stage if organizations haven't built a strong data strategy to support them. The alignment of data ecosystems, architectures, and people is not optional; it is the precondition for production AI. He closes with a phrase that crystallises the episode's thesis: 'technology builds the capability, whereas partnerships build the outcomes.' It is a fitting end to a conversation that consistently argued the model is the easy part — it is the surrounding ecosystem of data, domain knowledge, and partnership that determines whether enterprise AI actually delivers.

No indexed bits in this chapter.

Show stoppers

Snapshots ()

Key Quotes ()

This episode

Claims & Sources

2 / 11 cited (18%)

Factual claims made this episode, and whether a source was named.

80% of oil and gas companies experience at least one unexpected critical equipment failure within a year.

Farid Mohammad Baker Hughes study

Unexpected critical equipment failure in oil and gas results in $250,000 per hour of business impact.

Farid Mohammad Baker Hughes study

The MongoDB–Capgemini partnership has delivered 30 to 50% improvement in outcomes in some transformation programs.

Farid Mohammad no source cited

Vinay Makkaji has been working with MongoDB and Capgemini together for almost 5 years.

Vinay Makkaji no source cited

Farid Mohammad has been with MongoDB for 3 years and has over 2 decades of industry experience.

Farid Mohammad no source cited

The release of ChatGPT at the end of 2022 marked the start of enterprise GenAI experimentation.

Farid Mohammad no source cited

Most oil and gas equipment failures were previously handled reactively via time-based or rule-based maintenance rather than predictive systems.

Farid Mohammad no source cited

Frontier AI models from OpenAI, Anthropic, and Google DeepMind are now shifting focus toward reasoning, coding safety, and multimodal understanding.

Vinay Makkaji no source cited

Capgemini and MongoDB have at least 3 to 4 active programs integrating MongoDB within lakehouse architectures.

Vinay Makkaji no source cited

Most oil and gas equipment is managed by third-party manufacturers such as Halliburton, not by the operating companies themselves.

Farid Mohammad no source cited

AI initiatives will stall at the pilot stage if not backed by a strong data strategy aligned with the data ecosystem architecture.

Farid Mohammad no source cited

This episode

Cast

  • Track
  • Track
  • Track

Stats

Episode stats

Insight Overview

insights
chapters

Insight distribution

Sub-Categories

Speaker breakdown

Talk Time