← Latest papers
💬 NLP

From Standalone LLMs to Integrated Intelligence: A Survey of Compound Al Systems

This survey defines Compound AI Systems as an emerging paradigm that integrates large language models with external components like retrievers and agents, proposing a unified taxonomy and analysis of foundational paradigms such as RAG and LLM agents to address current fragmentation and guide future research in system-level artificial intelligence.

Original authors: Jiayi Chen, Junyi Ye, Guiling Wang

Published 2026-05-11
📖 5 min read🧠 Deep dive

Original authors: Jiayi Chen, Junyi Ye, Guiling Wang

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

Imagine you have a brilliant, well-read librarian named "LLM" (Large Language Model). This librarian has read almost every book ever written up to a certain date. They are incredibly fast at writing stories, answering questions, and chatting. However, they have three big problems:

  1. They forget things: They can't remember facts that happened after they stopped studying (their knowledge is "stale").
  2. They make things up: Sometimes, when they don't know the answer, they confidently invent a fake fact (this is called "hallucination").
  3. They can't do math or use tools: They are great at talking, but they can't actually calculate a complex equation, search the live internet, or control a robot arm.

This paper introduces a new way of building AI called Compound AI Systems (CAIS). Instead of relying on just the one librarian, CAIS builds a team or an orchestra around the librarian to fix these problems.

Here is how the paper breaks down this "team," using simple analogies:

1. The Four Key Team Members (The Axes)

The paper organizes this new AI world into four main roles that work together:

  • The Researcher (RAG - Retrieval-Augmented Generation):

    • The Problem: The librarian doesn't know today's news or your company's private files.
    • The Solution: Before the librarian answers, a Researcher runs to the library shelves (or the internet) to find the specific, up-to-date documents. They hand these notes to the librarian so they can answer based on facts, not guesses.
    • Analogy: It's like giving the librarian a cheat sheet right before a test.
  • The Project Manager (LLM Agents):

    • The Problem: The librarian is good at one task but gets confused by a long, complicated project that needs many steps.
    • The Solution: An Agent is a version of the librarian that can plan. It breaks a big task (like "Plan a vacation") into small steps (Book flight -> Find hotel -> Check weather). It can also use tools, like calling a travel API or doing math, and then check its own work to fix mistakes.
    • Analogy: It's like a foreman who doesn't just lay bricks but draws the blueprints, orders the materials, and inspects the work.
  • The Multi-Sensory Expert (MLLMs - Multimodal LLMs):

    • The Problem: The librarian can only read text. If you show them a picture of a broken engine or a video of a storm, they are blind.
    • The Solution: These are librarians who have been given eyes and ears. They can look at images, listen to audio, and watch videos, then describe what they see or answer questions about it.
    • Analogy: It's like giving the librarian glasses and headphones so they can understand a world that isn't just written words.
  • The Conductor (Orchestration):

    • The Problem: If you have a Researcher, a Project Manager, and a Multi-Sensory Expert, they might all talk over each other or get confused about who does what.
    • The Solution: The Conductor is the system that manages the whole team. It decides when to call the Researcher, when to ask the Agent to plan, and how to combine their answers into one final result. It makes sure the team works smoothly together.
    • Analogy: Think of a symphony orchestra. The librarian is the violinist, but the Conductor makes sure the drums, flutes, and violins all play at the right time to make music, not noise.

2. How They Work Together (The Pipeline)

The paper explains that a real-world Compound AI System isn't just one of these things; it's usually all of them at once.

Imagine you ask the system: "Analyze this photo of a broken machine and find the manual to fix it."

  1. The Multi-Sensory Expert looks at the photo and understands what the machine is.
  2. The Researcher goes out and finds the specific manual for that machine model.
  3. The Project Manager (Agent) figures out the steps to fix it and decides to use a tool to check if the part is in stock.
  4. The Conductor (Orchestration) manages the flow, making sure the photo analysis happens before the manual search, and combines everything into a clear answer for you.

3. The Current Challenges

The paper admits that while this "team" approach is powerful, it's also messy right now:

  • It's complicated: Building a team is harder than hiring one person. If one part breaks, the whole system might fail.
  • They don't speak the same language: Different tools and agents often use different formats, making it hard to connect them (like trying to plug a European charger into an American socket).
  • It's hard to test: We don't have perfect tests yet to see if the whole team is working well, especially when they are looking at pictures and talking to tools at the same time.

4. The Future: Standardization

The paper highlights that people are starting to create "universal adapters" (like the Model Context Protocol or MCP). These are like universal power strips that let any AI tool plug into any AI system easily. The goal is to stop building custom bridges for every single connection and instead have a standard way for all these AI components to talk to each other.

Summary

In short, this paper says: Stop trying to make one giant brain that does everything perfectly. Instead, build a smart system that connects a brain (the LLM) with a memory bank (Retrieval), a planner (Agents), eyes/ears (Multimodal), and a manager (Orchestration). This "Compound" system is the future of AI because it overcomes the limits of any single model.

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 →