← Latest papers
🤖 AI

Position: Avoid Overstretching LLMs for every Enterprise Task

This paper argues that enterprises should avoid over-relying on large language models for all tasks, advocating instead for modular architectures where LLMs serve strictly as interfaces for structured extraction while dedicated knowledge bases and symbolic procedures handle computation and storage to ensure reliability, scalability, and transparency.

Original authors: Kuldeep Singh, Anson Bastos, Isaiah Onando Mulang'

Published 2026-05-12
📖 6 min read🧠 Deep dive

Original authors: Kuldeep Singh, Anson Bastos, Isaiah Onando Mulang'

Original paper licensed under CC BY 4.0 (http://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

The Core Idea: Stop Asking the "Super-Brain" to Do Everything

Imagine you run a massive, high-stakes factory. You have a brilliant, all-knowing genius (the Large Language Model or LLM) who can write poetry, tell jokes, and solve complex riddles.

Currently, many companies are trying to force this genius to run the entire factory. They ask the genius to:

  1. Remember every single rule in the employee handbook.
  2. Calculate the exact price of a widget based on fluctuating raw material costs.
  3. Check if a specific invoice matches a specific contract.
  4. Decide who gets approved for a loan.

The authors of this paper say: "Stop doing this."

They argue that asking a general-purpose genius to do these specific, repetitive, rule-based factory jobs is inefficient, expensive, and dangerous. Instead, they propose a new way to organize the factory.


The Problem: The "Swiss Army Knife" vs. The "Specialized Tool"

The paper claims that treating an LLM as a "monolithic engine" (a single giant brain that does everything) is a mistake for enterprise tasks.

The Analogy:
Think of an LLM like a Master Chef who can cook anything in the world.

  • The Current Approach: You ask the Master Chef to not only cook a gourmet meal but also to count the exact number of grains of rice in a sack, check the expiration dates on every can in the pantry, and file the tax returns.
  • The Result: The Chef gets tired, makes mistakes (like counting the rice wrong), costs a fortune to hire, and you can't easily check why they made a mistake because their brain is a "black box."

The Paper's Solution:
Don't use the Master Chef for the counting and filing. Use them only to talk to the workers.

  • Hire a Specialized Assistant (a Small Language Model or SLM) whose only job is to listen to a customer and write down exactly what they need (e.g., "Customer wants 500 units of Widget A").
  • Send that note to a Database (the Knowledge Base) which holds the exact price and inventory.
  • Send that note to a Calculator (the Symbolic Procedure) which does the math.
  • The Master Chef is only used offline to train the assistants or write the rules, not to run the factory every second.

The Three-Layer Factory (The Proposed Architecture)

The paper suggests breaking the AI system into three distinct, separate layers:

1. The Interface Layer (The "Translator")

  • What it is: A small, cheap, specialized AI (SLM).
  • Job: It takes messy, unstructured human input (like an email saying "I need a refund for my broken toaster") and turns it into a clean, structured list of facts (e.g., Action: Refund, Item: Toaster, Reason: Broken).
  • Why: It's fast, cheap, and only has to do one thing well.

2. The Knowledge Layer (The "Library")

  • What it is: A traditional database or knowledge graph.
  • Job: It holds the facts. It knows the refund policy, the price of the toaster, and the customer's history.
  • Why: Facts change often. If you update a database, the new rule is there instantly. If you try to "teach" the AI new rules by retraining it, it takes days and might forget old rules.

3. The Computation Layer (The "Calculator")

  • What it is: Standard computer code and logic rules.
  • Job: It does the math and checks the rules. "If the toaster is broken and under warranty, approve the refund."
  • Why: Computers are perfect at math and logic. They don't "hallucinate" (make things up) like AI sometimes does.

Why This is Better (The "Why" Behind the "What")

The paper uses some heavy math to prove three main points, which we can translate simply:

1. The "Memory" Problem

  • The Claim: An AI model has a limited amount of "brain space" (parameters). It cannot memorize every single rule, policy, and fact of a huge company.
  • The Analogy: You can't fit the entire Library of Congress into one person's head. If you try, they will forget things or mix them up.
  • The Fix: Keep the library (Knowledge Base) separate. The AI just looks up the book when it needs to.

2. The "Math" Problem

  • The Claim: AI is great at guessing the next word in a sentence, but it is bad at doing exact, step-by-step logic or complex math.
  • The Analogy: Asking an AI to do a long division problem is like asking a poet to build a bridge. They might write a beautiful poem about a bridge, but the bridge will collapse.
  • The Fix: Let the AI write the request, but let a calculator (code) build the bridge.

3. The "Blame" Problem

  • The Claim: If a giant AI makes a mistake, it's hard to know why. Did it forget a rule? Did it guess wrong?
  • The Analogy: If a giant robot crashes, you have to take the whole robot apart to find the broken gear.
  • The Fix: In the new system, if the "Translator" makes a mistake, you fix the translator. If the "Calculator" makes a mistake, you fix the code. You don't have to retrain the whole system.

When Should You Use This?

The paper provides a clear guide on when to use this "Specialized Team" approach versus when to just use the "Master Chef" (Big LLM).

Use the Specialized Team (SLM + Database + Code) Use the Master Chef (Big LLM)
High Volume: You have thousands of requests a day. Low Volume: You have a few unique, weird questions.
Strict Rules: You need 100% accuracy (e.g., banking, compliance). Creative Work: You need brainstorming or open-ended ideas.
Changing Facts: The rules change often (e.g., new laws, new prices). No Facts: The answer depends on opinion or creativity, not facts.
Auditing: You need to prove exactly why a decision was made. Exploration: You are just testing ideas.

The "Offline" Secret Weapon

The paper also mentions that the big, expensive "Master Chef" (Frontier LLM) still has a job, but it's an offline job.

  • Instead of running the factory every second, the Master Chef sits in a quiet room.
  • It helps write the rules for the "Calculator."
  • It helps design the forms for the "Translator."
  • Once the rules are written, the Master Chef goes back to sleep, and the cheap, fast, specialized team runs the show.

Summary

The paper argues that for business tasks, stop trying to stuff the whole world's knowledge and logic into one giant AI brain.

Instead, build a team:

  1. A small AI to listen and translate.
  2. A database to hold the facts.
  3. A calculator to do the logic.

This makes the system cheaper, faster, more accurate, and much easier to trust.

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 →