What this is

Pragma is an open-source multi-Agent framework whose developers openly admit something the industry would rather not discuss: multi-Agent collaboration is inherently more expensive than single-Agent. The same piece of information counts as output Tokens when a sub-Agent produces it, then counts again as input when it returns to the main Agent; sub-Agents by default don't know what the main Agent has already searched for, and often need to re-retrieve it.

Their solution: extract "Context" (all the information an AI can "see" while working) from the Prompt (instructional text given to the AI) and turn it into a standalone runtime subsystem. Different sources—files, memory, databases, remote services—connect through a unified protocol, like a virtual file system. Combined with "progressive loading" and "Context budget" mechanisms, this lets AI pull what it needs on demand rather than dumping everything into the window at once.

Industry view

What we find valuable in this piece isn't the framework itself—it's that it puts an engineering problem the industry has been quietly avoiding on the table. From what we've observed, the real reason many enterprise Agent pilots fail is chaotic context and runaway Tokens—not that models aren't smart enough.

But the counterargument deserves equal airtime. Multi-Agent is inherently expensive; the more finely you divide labor, the higher the hidden costs. We've noticed companies like Anthropic have in recent years actually been emphasizing the simpler path of "single Agent + good tools," arguing that over-splitting produces system complexity that's hard to debug. Whether open-source solutions can carry enterprise-grade workloads, and whether context engineering becomes a new vendor lock-in—both questions remain open.

Impact on regular people

For enterprise IT: We expect that over the next 12-18 months, "context engineering" will likely become the next procurement buzzword after RAG (Retrieval-Augmented Generation—letting AI search enterprise documents). When evaluating Agent products, the focus should shift from "can it run a Demo" to "how is context managed, and how are costs calculated."

For working professionals: No need to panic now, but worth forming a judgment—more division of labor isn't always better with AI; collaboration has a cost. Next time you see "multi-Agent team" marketing, ask: how many times is the information being reprocessed?

For consumers: More "AI team" products will flood the market this year, but feature convergence will accelerate. What truly separates winners is the invisible engineering capability behind them—users won't feel it directly, but it shows up in response speed, memory accuracy, and subscription pricing.