Back to profile

What Happens When You Put AI Inside PDM (Not on Top of It)

For a while, I tried to convince myself that AI could just be added to PDM. You know the pattern: a chatbot panel, "ask questions about your data," summaries, search with nicer phrasing. On paper, that sounds useful. In reality, it felt shallow.

It was like putting a smart assistant in front of a filing cabinet and expecting insight to magically appear. That is when I realized the real problem was not AI quality. It was where the AI was placed.

The Difference Between "On Top" and "Inside"

Most AI-in-PDM demos follow the same idea: take existing PDM data, index it, and let an LLM answer questions about it. That is AI on top of PDM.

It can summarize, search, rephrase, and explain documents.

What it cannot do: understand intent, reason about consequences, model tradeoffs, or participate in decisions. Because it is blind to the structure underneath.

Why AI on Top Always Feels Like a Toy

Here is the uncomfortable truth: if your PDM thinks in terms of files, revisions, and lifecycle states, then AI can only talk about files, revisions, and lifecycle states.

It cannot answer questions like: "What's the safest alternate for this part?" "Which variant is most exposed to supply risk?" "If I change this, what will manufacturing hate me for?" Because those answers do not live in text. They live in relationships.

AI Needs a World Model (Not Just Documents)

LLMs are powerful, but they are not magic. They need a world model. In PDM terms, that world model is the BOM graph, part relationships, variants, constraints, lifecycle state, manufacturing context, and sourcing reality.

Without that, AI is just guessing politely. With it, AI can reason.

What "AI Inside PDM" Actually Means

Putting AI inside PDM means AI does not read exports. It lives on the data model. AI does not just answer questions. It participates in workflows. AI does not summarize decisions. It helps make them.

It means the AI understands what a part is, where it sits in the graph, what depends on it, and what constraints apply. Now the conversation changes.

The First Time This Felt Real to Me

Imagine asking: "If this connector goes end-of-life, what breaks?" Today: someone exports a BOM, someone filters, someone emails manufacturing, a meeting happens. With AI inside PDM: traverse the graph, evaluate alternates, score risk by variant, surface affected assemblies, explain tradeoffs. No meeting. No spreadsheet. Still human judgment - but informed.

That is not a chatbot. That is a co-pilot.

Why This Only Works If the BOM Is a Graph

This ties directly back to the previous post. AI reasoning is graph reasoning. Questions like "what depends on this?", "what is similar to that?", and "what paths exist if this node disappears?" are traversals, not table lookups.

If your BOM is flattened, AI is crippled. If your BOM is a graph, AI finally has something to work with.

This Is Where Explainability Comes From

Engineers do not trust black boxes. And they should not. AI inside PDM can explain itself because it can say: "This part is risky because..." "This change affects these paths..." "This variant is safer due to..."

It is not hallucinating. It is pointing to structure.

Why This Still Feels Rare in the Industry

If this is so powerful, why do we not see it everywhere? Because it forces uncomfortable changes: different data models, different performance constraints, different system boundaries, and less file-centric thinking.

It is easier to bolt on AI than to rebuild foundations. But bolt-ons do not change outcomes. Foundations do.

This Is Where Cloud Actually Matters (Quietly)

This is also where "cloud-native" finally becomes meaningful. Not because of hosting, but because graph traversal is compute-heavy, AI reasoning is bursty, collaboration is global, and feedback loops are async.

On-prem PDMs were not designed for this. They were designed for control, not cognition.

A Subtle Shift in Role

When AI is inside PDM, something interesting happens. PDM stops being "the place you upload things so you do not get in trouble" and starts becoming "the place you go to think." That is a very different relationship.

What This Unlocks (Beyond Engineering)

Once AI can reason over the product graph, manufacturing feedback can attach directly, repair data can flow backward, robots can query intent, and design decisions can persist. Now PDM is not just upstream. It becomes the memory core of the Operating System for the Physical World.

Why I'm Not Calling This "AI-Powered PDM"

Because that phrase misses the point. This is not about adding AI features. It is about changing what the system fundamentally is. AI is not a feature here. It is a participant.

Where This Is Going Next

So far, we have established: PDM feels broken because it is file-centric; BOMs are graphs, not lists; AI needs to live inside that graph to reason.

The next question is obvious: why does cloud really matter here, and why do legacy PDMs struggle so much with it? That is what I want to explore next.