← Latest papers
💻 computer science

Evaluating the Use of LLM-based Multi-Agent Systems for Internal Information Sharing and Access Within Manufacturing

This paper evaluates a modular LLM-based multi-agent system for manufacturing information access, finding that while top-tier models outperform average human users in accuracy and speed on traceability tasks under specific data conditions, the system's effectiveness remains conditional on model selection, data quality, and prompt design, necessitating continued human oversight.

Original authors: Ngoc Bach Nguyen, Sam Brooks, Zhengyang Ling

Published 2026-06-29
📖 5 min read🧠 Deep dive

Original authors: Ngoc Bach Nguyen, Sam Brooks, Zhengyang Ling

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a busy 3D printing factory as a giant, chaotic library. In this library, the books (data) aren't all on the same shelves. Some are in the basement (machine logs), some are in the manager's office (certificates), and some are scattered in loose notebooks (packing lists). Usually, if a manager wants to know, "Which printer made this specific gear, and did it pass inspection?" they have to run around the building, digging through different filing cabinets, hoping the labels on the files haven't been smudged or torn.

This paper is like a report card for a new digital team of robot librarians (an LLM-based Multi-Agent System) designed to do this running around for us. The researchers wanted to see if these robots could find and connect information faster and more accurately than a human employee doing the job alone.

Here is the breakdown of their experiment and findings, using simple analogies:

The Setup: The "Robot Librarians" vs. The "Human Runners"

The researchers built a team of four specialized AI "agents" (robots) that work together:

  1. The Boss: Decides what needs to be done and splits the work.
  2. The Scout: Goes to the different filing cabinets (databases) to grab the papers.
  3. The Detective: Checks if the papers from different cabinets match up and fixes contradictions.
  4. The Writer: Sums everything up into a clear answer.

They tested this team against 9 human volunteers (who were smart engineering students but had never worked in this specific factory before). The humans were given the same job: find specific details about parts, printers, and dates using only standard tools like Excel and PDF viewers.

The Test: Three Levels of Difficulty

The researchers gave them three types of tasks, ranging from simple to complex:

  • Easy (E): "Find the gears for this order." (Like finding a book by its title).
  • Medium (M): "Find which printer made this part and count how many parts it made today." (Like finding a book, then checking the librarian's log to see how many times they checked it out).
  • Hard (H): "Check if the date on the shipping certificate matches the date the part arrived at the warehouse." (Like cross-referencing two different books to see if the dates match).

They also tested the system under four different "messy" conditions to see how it handled bad data:

  • Clean Data: Everything is perfect.
  • Whitespace: Extra spaces in the names (e.g., "Part 123" instead of "Part123").
  • Truncated: Names are cut short (e.g., "Part12" instead of "Part123").
  • Severed Links: One side of a connection is missing (e.g., the book says it belongs to Shelf A, but Shelf A's list doesn't mention the book).

The Results: The Robots Win (But with Caveats)

1. Speed and Accuracy
The best robot team was much faster and more accurate than the average human runner.

  • Accuracy: The top robot (Claude Sonnet-4) got 94% of the answers right. The average human got about 62% right.
  • Speed: The robots finished tasks in about 14 seconds on average. The humans took about 152 seconds (over 2 minutes).
  • Note: The best human runner actually got 100% correct, beating the robots. So, a highly skilled human can still beat the AI, but the average human struggled more than the AI.

2. Handling "Messy" Data

  • The Good News: The robots were very good at ignoring extra spaces (whitespace) and could still find connections even if one side of a link was missing. They are like detectives who can guess a name even if it's slightly misspelled.
  • The Bad News: When names were cut short (truncated), the robots got confused. If a name was missing a letter, the robot couldn't find the file. This is like trying to find a book titled "Harry P..." when the library only has "Harry Potter." The robots struggled more than humans in this specific case.

3. The "Too Much Talking" Problem
The researchers tested what happens if they give the robots a very long, detailed set of instructions (a "verbose prompt").

  • Result: When the instructions got too long and wordy, the robots' performance crashed. Their accuracy dropped significantly.
  • Analogy: It's like giving a chef a recipe that is 50 pages long with too many side notes. Instead of cooking the meal, the chef gets overwhelmed and burns the toast. The robots work best with short, clear, direct instructions.

4. The "Easy" Task Surprise
Interestingly, the humans actually did worse on the "Easy" tasks than the "Hard" ones.

  • Why? The "Easy" tasks required finding a specific ID number in a messy list. Humans got tripped up by the formatting. The "Hard" tasks were more like a story or a puzzle, which humans found easier to follow logically. The robots, however, handled the "Hard" tasks with near-perfect accuracy (up to 100%).

The Bottom Line

This paper concludes that AI robot teams are excellent "decision support" tools for factories. They can dig through messy, disconnected data much faster than an average person and find the right answers most of the time.

However, they aren't a magic wand that replaces humans entirely.

  • They need clean data (or at least data that isn't cut off).
  • They need short, clear instructions (don't over-explain).
  • They work best when paired with a human who can double-check their work, especially if the data is messy or the instructions are complex.

The researchers suggest that in the future, factories should use these robots as a "super-assistant" to handle the boring data-hunting, freeing up human workers to focus on the actual decisions and problem-solving.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →