Manufacturing & Supply Chain · 2026

Agent Manufacturing: Foundation-Model Agents as First-Class Industrial Entities

Manufacturing & Supply Chain Agent Manufacturing 2026 · arXiv 2605.24823
Topic
Manufacturing & Supply Chain
Venue
Preprint, May 2026
Read
18 min
Source
arXiv:2605.24823

In one line

Every prior industrial revolution automated muscle or routine cognition but left the *coordinative* work of manufacturing — planning, scheduling, diagnosing, negotiating, and governing production — to humans; this paper argues foundation-model agents are the first technology aimed squarely at that layer, names the resulting paradigm "Agent Manufacturing," gives it a falsifiable definition, and is unusually blunt that the technology isn't there yet.

The breakdown

TL;DR

This is a position paper, not a systems paper — there’s no new model, no benchmark, no code. The contribution is conceptual: a name and an operational, falsifiable definition for a manufacturing paradigm in which the coordination mechanism itself (not just execution) is performed by foundation-model agents that interpret open-ended goals, plan over long horizons, invoke tools/machines, and negotiate with other agents and humans. The author decomposes “industrial cognition” into five kinds of work (interpretive, allocative, diagnostic, negotiative, governance), argues current tech is wildly uneven across them, and distinguishes this from classical multi-agent manufacturing systems via a “thin autonomy vs. thick autonomy” split — classical MAS agents choose within a protocol the designer wrote; Agent Manufacturing agents can rewrite the protocol at runtime. The paper’s most useful move for a builder is turning “is this really an agentic factory system” into an inspectable six-condition checklist, and its most useful caution is repeating, with citations, that most deployed “agentic” industrial systems today are TRL 4–6 lab-to-pilot maturity, not production-grade. It closes by arguing the labor and geopolitical stakes are different this time: the layer being automated is the one that has absorbed every previous wave of displaced workers, and the strategic resource shifting is not manufacturing capacity but “cognitive manufacturing infrastructure” — the foundation models, memory, and orchestration platforms industrial agents run on.

Problem & Motivation

The concrete gap: there’s no term for what’s happening that is both precise and falsifiable. “Smart Manufacturing” / Industrie 4.0 still assumes a human designs the workflow and AI is a service the workflow calls. “Cognitive Manufacturing” is industry-vendor language for statistical pattern recognition (ML for quality/maintenance), not goal-directed reasoning. “Industry 5.0” is a values statement (human-centric, sustainable, resilient), not a description of how a system actually coordinates. None of the three gives you a test you can run against a real deployed system to say “yes, this qualifies” or “no, it doesn’t.”

That gap matters now because the conditions that made workflow-centric automation efficient are eroding: post-2020 supply-chain volatility routinely exceeds what static optimization can absorb; the shift to high-mix low-volume production (mass customization, medical-device personalization, regional regulatory variants) multiplies the number of coordination decisions per unit shipped; energy-price swings and decarbonization mandates feed scheduling inputs that ERP systems were never built to ingest; nearshoring multiplies the number of sites that must stay in sync. Humans doing this coordination scales badly with headcount cost; fixed workflows handling it scale badly with brittleness. The paper’s claim is that this is the first moment a technology (foundation-model agents) is aimed at that exact layer, rather than at the physical or routine-cognitive layers below it.

What’s New (Core Contribution)

This is a definitional paper, so the “novelty” is a vocabulary and a set of falsifiable criteria, not an algorithm. Four things worth separating from repackaging:

  • A falsifiable operational definition, not a vibe. Before: “cognitive manufacturing” and “Industry 5.0” describe a direction without a test. Now: a system qualifies as Agent Manufacturing only if it satisfies six necessary conditions (open-vocabulary goals, long-horizon planning, tool/machine invocation, inter-agent negotiation, memory/adaptation, human governance interface). You can point this checklist at a real deployed system and get a yes/no/partial answer — the paper explicitly runs it against “an LLM-augmented MES that maps NL requests onto pre-coded actions” and rules it out (fails conditions 1–2).
  • A functional decomposition of “industrial cognition” into five separable claims. Before: “industrial cognition” is used rhetorically to mean whatever the author needs it to mean. Now: interpretive / allocative / diagnostic / negotiative / governance cognition are named separately, mapped to real job roles (product engineer, scheduler, quality engineer, supply-chain coordinator, plant manager), and each gets a differentiated, hedged claim about current tech maturity — interpretive is furthest along, negotiative is barely research, governance is deliberately not automated regardless of capability.
  • Thin autonomy vs. thick autonomy as the line that actually separates this from classical industrial MAS. Before: holonic manufacturing, contract-net protocols, and BDI-style shop-floor agents (Shen et al. 2006; Wooldridge 2009) already do “multi-agent manufacturing” and have for two decades. Now: the paper names the real distinction — those agents are autonomous within a protocol the designer wrote in advance (thin autonomy); Agent Manufacturing agents can extend or rewrite the protocol itself at runtime (thick autonomy). This reframes why the classical MAS safety story (“bound the protocol space”) doesn’t transfer.
  • The labor and geopolitical argument is retargeted, not generic. Before: “AI will affect jobs” and “AI is a national-security issue” are both said constantly and vaguely. Now: the paper applies Acemoglu & Restrepo’s task-based, high-rent-labor framework specifically to the claim that coordinative cognition is the layer that absorbed every prior wave of displaced workers — and argues there’s no obvious next layer above it inside manufacturing. It pairs this with a specific, citable geopolitical claim: the EU AI Act, US chip/model-weight export controls, and China’s “AI+ Manufacturing” 2027 targets are already, as of 2024–2026, treating “who controls the foundation models coordinating industry” as a distinct strategic question from “who has factories.”

Be honest about what isn’t new: nothing here is a new model, training method, or protocol. The five-category cognition taxonomy borrows structure from organizational-behavior thinking (Simon’s bounded rationality), the thin/thick distinction has real antecedents in BDI and cognitive-architecture literature (Sumers et al. 2023), and the labor framework is entirely Acemoglu & Restrepo’s, applied rather than invented. The paper’s contribution is assembling these into one falsifiable, manufacturing-specific claim and being unusually disciplined about citing the gap between the claim and current evidence.

How It Works (Technically)

There’s no algorithm to trace here — the “mechanism” is the definitional apparatus itself: a gate you run a candidate system through, a taxonomy you use to make differentiated claims about what’s real today, and a worked example that shows both firing at once.

The six-condition gate (Section 3.1). A system is Agent Manufacturing “in the strict sense” only if all six hold; satisfying a subset makes it a partial/transitional instance, which the author expects to describe most real 2024–2026 deployments; satisfying few or none makes it merely adjacent — dressed-up automation, not a new paradigm.

flowchart TD
  S[Candidate system] --> C1{1. Open-vocabulary<br/>goal interpretation?}
  C1 -->|no| ADJ[Adjacent to Agent Mfg —<br/>not an instance]
  C1 -->|yes| C2{2. Long-horizon<br/>planning?}
  C2 -->|no| ADJ
  C2 -->|yes| C3{3. Tool / machine<br/>invocation?}
  C3 -->|no| ADJ
  C3 -->|yes| C4{4. Inter-agent<br/>negotiation?}
  C4 -->|no| PARTIAL[Partial / transitional<br/>instance]
  C4 -->|yes| C5{5. Memory &<br/>adaptation?}
  C5 -->|no| PARTIAL
  C5 -->|yes| C6{6. Human governance<br/>interface?}
  C6 -->|no| PARTIAL
  C6 -->|yes| FULL[Agent Manufacturing,<br/>strict sense]

The five-category cognition taxonomy (Section 3.2). Each category is exercised by a recognizable role today, and the paper’s honesty is in not giving them equal treatment:

Cognition typeHuman role todayCurrent tech reality
Interpretive (turn requirements into producible work)Product/application engineer, DFM specialistFurthest along — LLM design copilots (Siemens Industrial Copilot) already do parts of this for well-precedented products
Allocative (assign work to resources over time)Scheduler, dispatcher, plannerClassical contract-net MAS already solved parts within fixed protocols; the new part is modifying the protocol itself under disturbance
Diagnostic (find causes of failures)Quality engineer, maintenance specialistDemonstrated only in restricted lab/robotic settings; industrial-grade reliability not shown
Negotiative (resolve conflicting objectives/stakeholders)Cross-functional coordination, supplier managementWeakest supported category — open-ended industrial negotiation “remains research”
Governance (set/revise objectives, calibrate trust, audit)Plant manager, line leaderDeliberately kept human by the author’s own normative argument, independent of what becomes technically possible

Thin vs. thick autonomy (Section 4). The line the paper draws against 20 years of prior multi-agent manufacturing literature:

Classical industrial MAS (thin autonomy)Agent Manufacturing (thick autonomy)
What’s fixed in advanceMessage types, ontology, negotiation protocol, objective functionNothing about the protocol itself
What the agent choosesBid/don’t-bid, accept/reject within the protocolWhether to invent a new coordination move, propose a workaround, or renegotiate a sub-goal
Safety strategy that worksBound the protocol space, then prove correctness within itDoesn’t transfer — the space itself isn’t fixed
Reference architecturePROSA, holonic manufacturing, contract-netNone yet — hybrid holonic+LLM architectures (Lim et al. 2024; Ashfaq et al. 2025) are early attempts

The worked example (Section 5): a medical-device contract manufacturer. The paper walks a single order through all five cognition types at once, explicitly labeled as a near-future composite (no deployed system does all of this today):

sequenceDiagram
  participant Cu as Customer
  participant De as Design Agent
  participant Pr as Process Agent
  participant Sc as Scheduling Agent
  participant Ma as Machine Agents
  participant Qu as Quality Agent
  participant Mt as Maintenance Agent
  participant Hu as Human governance

  Cu->>De: NL request (housing spec, 11-wk deadline)
  De->>De: retrieve similar prior part, propose design (interpretive)
  De->>Hu: flag 2 DFM concerns, offer 2 geometries
  Hu-->>De: approve one geometry
  De->>Pr: approved design
  Pr->>Sc: process plan, cycle time, tolerance budget
  Sc->>Ma: negotiate press / CNC availability (allocative)
  Ma-->>Sc: conflict — preferred press double-booked
  Sc->>Ma: renegotiate — split job across two machines
  Ma-->>Sc: accepted
  Note over Qu: third short production run
  Qu->>Qu: detect dimensional drift (diagnostic)
  Qu->>Mt: hypothesis — chiller service caused drift
  Mt-->>Qu: verify
  Qu->>Hu: escalate — action exceeds risk threshold

Schematic maturity of the five cognition categories, built from the paper's own qualitative claims and cited numbers (not a measured benchmark). Governance is capped at zero by design, not by capability — the paper argues it should stay human regardless of what becomes technically possible.

Thin autonomy: the agent (dot) makes choices inside a boundary the designer fixed in advance. Thick autonomy: the boundary itself flexes in response to the agent's reasoning. This is the structural reason classical MAS safety arguments ("bound the protocol space") don't transfer.

The definition, made runnable

The paper never gives executable pseudocode — it’s a position paper — but the six-condition gate and the taxonomy are, by design, meant to be inspectable. Here’s the checklist made concrete enough to actually run against a system you’re evaluating — your own build, or a vendor’s:

# Operationalizing Section 3.1's falsifiable definition as an inspectable audit.
# Each boolean would come from actually probing the system, not from marketing copy.

def classify_agent_manufacturing(system: dict) -> str:
    """
    system: booleans for the six necessary conditions.
    Mirrors the paper's own worked example: an LLM-MES that maps NL onto
    fixed pre-coded actions fails (1) and probably (2), so it's "adjacent."
    """
    conditions = [
        "open_vocab_goals",        # 1. NL goals, no pre-mapped fixed schema
        "long_horizon_planning",   # 2. multi-step plans beyond any hardcoded lookahead
        "tool_invocation",         # 3. can call tools/machines it wasn't pre-registered for
        "inter_agent_negotiation", # 4. coordination via agent-to-agent exchange, not only central scheduling
        "memory_and_adaptation",   # 5. state persists across episodes
        "human_governance",        # 6. defined override / escalation / audit points
    ]
    n = sum(1 for c in conditions if system.get(c, False))
    if n == len(conditions):
        return "Agent Manufacturing (strict sense)"
    if n >= 4:
        return f"Partial / transitional instance ({n}/6 conditions met)"
    return f"Adjacent to Agent Manufacturing, not an instance ({n}/6)"


def cognition_ceiling(deployment_evidence: dict) -> dict:
    """
    deployment_evidence: {cognition_type: 0-1 maturity score you've gathered
    from real deployments or benchmarks}. Governance is capped at 0 on
    purpose — a normative floor from Section 3.2, not a capability estimate.
    """
    caps = {"governance": 0.0}
    return {k: min(v, caps.get(k, 1.0)) for k, v in deployment_evidence.items()}

Built on Prior Work

Prior ideaWhat it gaveWhat this paper changes
Smart Manufacturing / Industrie 4.0 (RAMI 4.0, IIRA, digital twins)Cyber-physical integration, IIoT, AI-as-a-service inside human-designed workflowsAgents design and modify the workflow itself; AI stops being a service the workflow calls
Classical industrial MAS — contract-net, holonic manufacturing (Shen et al. 2006; Wooldridge 2009)Formally established bounded-protocol autonomy (“thin autonomy”)Thick autonomy: the protocol itself is generated/modified at runtime, not fixed by the designer
Cognitive Manufacturing (industry usage, late 2010s–)ML applied to quality, maintenance, process optimizationClaims a stronger kind of cognition — symbolic, goal-directed, compositional — performed by stateful, accountable entities, not statistical pattern-matching
Industry 5.0 (EU policy; Xu et al. 2021, 2025; Leng et al. 2022)A normative human-centricity / sustainability / resilience commitmentA descriptive structural claim about how coordination happens — compatible with, not competing against, Industry 5.0’s values
Acemoglu & Restrepo’s task-based automation framework (2018, 2022, 2024)Displacement-vs-reinstatement effect; evidence that automation targets high-rent tasks and drives wage inequalityApplied specifically to manufacturing’s coordinative-cognition layer, arguing it is the historical absorption layer for displaced workers with no obvious layer above it
Hutchins’s distributed cognition (1995)Cognition is distributed across people, artifacts, and time in socio-technical systems (ship navigation)Extends it: some of the artifacts in the system (the agents) are now themselves capable of open-vocabulary reasoning, not passive tools

Results & Evidence

There is no original empirical work in this paper — no experiments, no new benchmark, no deployed system the author built. Its evidentiary base is entirely borrowed from other people’s work, cited to support a “plausible substrate, not yet deployed” claim:

  • Henkel et al. 2026 (a systematic survey of foundation-model agents in industrial automation): 75% of reported systems sit at TRL 4–6 (lab-validated to pilot-scale), and only 9.1% have deployment-oriented evidence. This is the paper’s central hedge, repeated three times.
  • Li et al. 2025 (VLA benchmark): π0 after industrial fine-tuning gets ~60% success on simple grasping, with up to 2.2 cm and 12.4° positional error on high-precision placing — orders of magnitude short of injection-molding tolerances or six-sigma automotive defect rates.
  • Acemoglu & Restrepo 2024: automation accounts for 52% of the rise in US between-group wage inequality since 1980, and targets high-rent tasks specifically — cited as the mechanism, not proven here, for why coordinative-cognition automation would be unusually costly to workers.
  • Siemens/PepsiCo case (Siemens AG press materials, 2024–2026): 20% throughput increase, 10–15% capex reduction from agent-driven, simulation-validated factory reconfiguration.

The caveats matter as much as the numbers. The Siemens/PepsiCo figures come from vendor press releases and case studies, not peer-reviewed evaluation — the weakest evidence tier in the paper, and it’s used for the single most attention-grabbing number. The worked example in Section 5 is explicitly flagged as “no individual capability is fully present in deployed industrial systems today” — it’s a composite built to be plausible, not a description of anything that exists. Gupta & Kumar (2026), which the author leans on for the labor-displacement pattern, is a general white-collar analysis; the author is upfront that “whether this characterization holds across industrial settings remains to be tested.” And the paper’s own six-condition definition is never actually run against Henkel et al.’s surveyed systems to produce a count — the claim that most current systems are “partial instances” is asserted, not tabulated.

How You’d Use It

If you’re building or evaluating an agentic system for a physical or industrial operation, this paper is a scoping and reality-check tool before it’s anything else:

  • Turn the six-condition checklist into your own readiness audit. Most “AI-powered MES” or “agentic factory” pitches you’ll hear will fail conditions 1–2 exactly the way the paper’s own throwaway example does (NL requests mapped onto pre-coded actions). Running the checklist against a vendor demo, or your own prototype, is a fast, credible way to separate what’s actually being built from what it’s being called.
  • Use the five-category taxonomy to scope your own roadmap honestly. Ship interpretive-cognition copilots now (design/DFM assistants over CAD + org memory — the Siemens Industrial Copilot pattern is copyable). Be candid with yourself that negotiative cognition beyond simple bidding is R&D, not a shippable feature yet. Build the governance layer (override, escalation, audit) as a first-class piece of the system rather than an afterthought — the paper argues it should stay human by design, which means it’s a permanent surface, not a stopgap.
  • Treat the thin/thick autonomy split as the actual architecture decision. A hybrid design — deterministic, certifiable execution underneath (contract-net/holonic scheduling) with an LLM reasoning layer above it that can propose renegotiations but can’t directly actuate outside verified bounds — is the version of “agentic manufacturing” you can actually get approved by anyone safety-conscious. This is a concrete architecture, not a research promise.
  • Use the political-economy section as a real risk factor. Anyone outside the US/China frontier-model ecosystem has a real, citable exposure: dependence on a small number of foreign-controlled foundation models to coordinate production. Designing around model-agnostic orchestration and portable agent memory is a genuine risk-mitigation choice, not just a technical preference.

Build Your Own (Minimal Recipe)

There’s no system to reproduce, but the paper’s apparatus is worth building as an internal tool in a day or two:

  1. The audit script. Implement classify_agent_manufacturing above for real, with each boolean backed by an actual probe (does the intake accept free-text goals? does the planner’s horizon exceed any hardcoded lookahead? etc.). This is the deliverable that actually gets used — a report, not a vibe.
  2. A toy version of the worked example. Three agents on your existing stack (LangGraph or your own multi-agent framework): a design agent (LLM + retrieval over past specs), a scheduling agent (holds a toy shop-loading model), and a quality agent (flags synthetic “drift” and proposes a hypothesis). Wire a shared memory store so the design agent’s retrieval and the quality agent’s “prior similar drift” lookup are the same underlying store — this is what the paper means by organizational memory as infrastructure, not decoration.
  3. The thin/thick split, explicitly. Put a deterministic allocator (simple contract-net bidding) as the layer of record; let the LLM layer only propose renegotiations that the deterministic layer must validate before executing. This is the smallest honest version of the hybrid holonic-LLM architecture the paper flags as the live research direction.
  4. A governance node, not a governance afterthought. Any agent action above a configurable risk threshold routes to a human-approval step, and every decision — including the ones a human approved — gets logged with the reasoning trace attached. This directly answers the paper’s “human-agent governance interfaces are largely unspecified” gap with something concrete.

The two genuinely hard parts: (1) negotiation logic beyond “does this bid satisfy my constraints” — the paper itself says open-ended negotiation is research, so don’t overbuild here; a rule-based renegotiation trigger with an LLM proposing options for a human to pick is honest and sufficient for a v1. (2) Keep physical actuation out of a first version entirely — if your demo needs a robot arm or CNC in the loop, you inherit the VLA precision ceiling the paper cites (~60% grasp success, cm-level placement error), and that’s a different, much harder project than the coordination-layer software this paper is actually about.

How to Improve It

The paper is explicit about its own gaps, which makes them easy to turn into testable next steps:

  1. Actually run the six-condition checklist against real systems. Take Henkel et al.’s (2026) surveyed systems and tabulate how many satisfy each of the six conditions. The paper asserts most are “partial instances” but never produces this table — it’s a half-day analysis that would make the definition’s falsifiability real instead of aspirational.
  2. Build a benchmark for negotiative cognition specifically. The paper repeatedly flags open-ended industrial negotiation (conflicting objectives, multiple stakeholders, no fixed protocol) as the least-supported category. A task suite analogous to existing web-agent or tool-use benchmarks, but for multi-objective industrial negotiation, would let the field measure progress instead of asserting immaturity.
  3. Replace the general labor-displacement citation with a manufacturing-specific one. Gupta & Kumar (2026) is white-collar-general; the author admits industrial applicability “remains to be tested.” An O*NET-style task-exposure study specifically for process engineers, schedulers, and quality engineers would either confirm or complicate the paper’s central labor claim.
  4. Give the geopolitical claim a measurable proxy. “Cognitive manufacturing infrastructure concentration” is argued qualitatively. A trackable metric — e.g., the share of deployed industrial agent systems built on top of each of the top foundation-model providers, sampled over time — would turn a rhetorical claim into a monitorable trend.
  5. Pilot a concrete safety-case methodology for thick-autonomy systems. The paper flags this as fully open (IEC 61508 / ISO 13849 assume exhaustively analyzable control logic; open-vocabulary agents aren’t). Adapting the autonomous-vehicle “operational design domain” statistical safety-case approach to one real thick-autonomy pilot would be original, publishable work — and directly reusable in your own safety reviews.

Glossary

  • TRL (Technology Readiness Level) — a 1–9 scale for how close a technology is to real deployment; 4–6 means validated in a lab or relevant environment, short of production.
  • Foundation model — a large pretrained model (usually an LLM or vision-language model) general enough to be adapted to many downstream tasks without training from scratch.
  • VLA (vision-language-action) model — a model that takes in vision + language and outputs physical robot actions (examples: RT-2, OpenVLA, π0).
  • Thin autonomy — an agent’s freedom to choose within a protocol, ontology, and objective function the designer fixed in advance (classical industrial MAS).
  • Thick autonomy — an agent’s ability to generate, modify, or extend the coordination protocol itself at runtime, not just choose within it.
  • Contract-net protocol — a classical multi-agent negotiation scheme: a manager announces a task, agents bid, the manager awards it — all within pre-specified message types.
  • Holonic manufacturing — an architecture where autonomous, cooperating sub-units (“holons”) each represent a part of the system (a machine, an order, a product) within fixed interaction rules.
  • Coordinative cognition — the paper’s term for the interpretive, allocative, diagnostic, negotiative, and governance work of production planning and management, as distinct from physical or routine-cognitive work.
  • DFM (design for manufacturability) — engineering analysis of whether a design can actually be produced reliably (draft angles, wall-thickness transitions, tolerances).
  • High-rent labor — in Acemoglu & Restrepo’s framework, tasks paid above a worker’s outside option, typically because they require firm-specific knowledge or judgment — and therefore the tasks automation targets first for cost savings.
  • Displacement effect / reinstatement effect — the two competing forces in task-based automation models: machines taking over existing tasks (displacement) vs. new tasks being created where labor has a comparative advantage (reinstatement).
  • RAMI 4.0 / IIRA — reference architecture models for Industrie 4.0 and industrial IoT systems, respectively.
  • CPS (cyber-physical system) — a system where computation, networking, and physical processes are tightly integrated (the technical basis of Smart Manufacturing).
  • Distributed cognition — Hutchins’s framework: cognitive work is distributed across people, tools/artifacts, and time, not located in any one mind.
  • Cognitive manufacturing infrastructure — this paper’s term for the foundation models, memory systems, and orchestration platforms that industrial agents depend on — proposed as a new locus of strategic/geopolitical power.
  • BDI architecture — Belief-Desire-Intention, a classical cognitive-architecture design for goal-directed agents, an intellectual ancestor of both classical MAS and current LLM agent frameworks.