A system prompt gets one tool working. A context layer gets every tool right, from the same source, with proof of what it used.
Built for: A system prompt serves one tool at a time. A context layer serves every tool in the stack, at the moment each answers.
Carries: A system prompt carries a glossary the author remembered to include. A context layer carries definitions, rules, and institutional knowledge, with authority and an audit trail.
Scales: A system prompt breaks when you add the fourth tool. A context layer gets more valuable with every tool that reads from it.
Quick verdict
If you have one AI tool and a small glossary that rarely changes, a system prompt is the right call. You paste in the definitions you care about. The tool reads them. For a team of two running a single assistant, that is a perfectly good solution and you should keep using it.
Where it breaks is where most companies are headed: three tools, then five, then twelve. Each tool needs its own prompt. Each prompt is maintained by whoever set it up. The definitions drift. The tools disagree. And nobody can tell which definition a tool actually used when it answered, because there is no lineage on a paragraph of text inside a prompt window.
A context layer is what you build when the system prompt approach has stopped working but the need for context has not gone away. Governed definitions and rules, one source, served to every tool over MCP, traceable.

The architectural difference
A system prompt is the tool's memory. You tell it what to know, and it remembers until the context window resets or someone edits the prompt. It is one-to-one: one author, one tool, one copy of the truth.
A context layer is the company's memory. Definitions, rules, and institutional knowledge are written down once in a governed catalog, the Context Catalog. Every AI tool queries the same source at the moment it runs, through the MCP Server, filtered by who is asking and what they are allowed to see. It is one-to-many: one source, every tool, every answer traceable through Lineage and Audit.
The cost gap follows from this architecture. A system prompt costs nothing upfront, but the maintenance grows linearly with every tool you add. Each new assistant, each new team using AI, each new integration needs its own copy of the glossary. A context layer has setup cost. You write the company down once, and the self-seeding pulls a first draft from your existing tools so you are confirming and correcting, not authoring from scratch. The marginal cost of the next tool connecting is near zero. At five tools the context layer is cheaper in total hours. At ten it is not close.
When the system prompt is the right call
If you are running one AI tool with a small set of definitions that rarely change, the system prompt is fine and you should keep using it. A solo founder with one assistant. A small ops team with a single chatbot. An engineer testing a prompt. In these cases the system prompt is the simpler solution and a context layer would be overhead you do not need.
The question to ask is whether you expect to add more tools or more people using AI in the next six months. If the answer is no, stay where you are.
When Sento is the right call
If you have three or more AI tools, if more than one team uses AI, or if you have noticed the tools giving inconsistent answers, the system prompt approach has already started to break. The definitions are drifting across tools. Nobody knows which version a given tool is using. The maintenance is falling on whoever set up the prompt, and that person is usually doing it on top of their actual job.
Sento replaces that patchwork with one governed source every tool reads from. You write the company down once. Every tool inherits it. Every answer traces back to the definitions it used.
What it costs to be wrong
The two mistakes are symmetric but not equally painful.
If you stay on system prompts when you need a context layer, the cost shows up slowly. Each new tool needs its own glossary. The definitions start to differ. Someone asks why two tools gave different answers and nobody can point to the source. The maintenance hours grow, but they are invisible because they are spread across the team. By the time you realize you need something governed, the inconsistencies are baked into months of outputs.
If you invest in a context layer when a system prompt would have been enough, you have over-built for a problem that was not there yet. You spend time writing the company down when a paragraph in the prompt would have covered it. The cost is real but bounded: a few days of catalog setup you did not need. That is recoverable. The first scenario, drifting definitions across a growing stack of tools, compounds and is harder to unwind.
What buyers tell us
"We had the glossary in four different system prompts. The one in the support bot said 'active customer' meant logged in this month. The one in the sales assistant said it meant under contract. Nobody knew which one was right, and both had been wrong for weeks."
Frequently asked questions
Is a system prompt free?
The software cost is zero. The hidden cost is the time your team spends maintaining glossaries across every tool that needs one, and the cost of wrong answers that slip through because nobody audits a paragraph in a prompt window.
Can I just copy the same system prompt to every tool?
You can, but the copies immediately start diverging. Each tool's owner tweaks the prompt for their context. There is no mechanism to keep them in sync, and no way to know which version any given tool is running against.
How does the cost actually compare at our size?
A team running 3-5 AI tools typically spends 2-4 engineering hours per week maintaining system prompts, plus uncounted hours when tools give wrong answers. Sento's Starter plan is $500/mo. At an engineering cost of $100/hr, the break-even is roughly one tool-maintenance session per week.
What is MCP and why does it matter here?
MCP is Model Context Protocol, an open standard for giving AI tools access to external context. A context layer uses MCP so any compatible tool can pull the company's definitions when it runs. A system prompt has no equivalent: the context lives inside the tool, not at a queryable endpoint.
Is this just a more expensive version of a wiki?
No. A wiki stores knowledge for people to read. A context layer serves governed context to AI tools at inference time, filtered by who is asking and traceable to source. Most companies seed their context layer from their wiki, but the wiki itself cannot filter by requester, enforce authority, or trace what an AI answer was based on.