It's time to think of LLMs as having abilities, not protocols

The Model Context Protocol (MCP) is the latest attempt to make large language models connect cleanly with tools, APIs, and data. It’s a smart idea wrapped in layers of technical language. For most people outside the engineering core, it’s simply too abstract to follow.
And that’s where we lose the plot.
We don’t need another acronym to learn. We need a shared, human way to talk about how models extend their reach. That’s why I propose we shift from talking about protocols to talking about abilities.
TL;DR
Don’t over-engineer standards around protocols. Instead, treat your large-language-model as a toolbox of abilities (like search, translate, query, generate) that you plug into your system. By thinking of LLMs as modular and composable abilities rather than monolithic protocols, AI becomes accessible, practical and aligned with how engineering and product teams already build.
The why
Every good framework eventually becomes a labyrinth. MCP started as a way to standardize model integration but quickly turned into a wall of abstractions. It’s trying to solve real challenges (security, schema, governance) but at the cost of clarity.
When I say “protocol,” most product owners switch off. When I say “ability,” they lean in. It’s instantly relatable.
This is the same mental shift we made with composable architecture. We moved from monolithic platforms to modular capabilities. Each piece had a clear purpose and could stand alone or work in orchestration with others.
AI should follow that same pattern.
The how
Here’s how the abilities mindset works in practice:
-
Knowledge ability: Gives the model context from your CMS, documentation, or content APIs.
-
Data ability: Lets it fetch and filter structured information.
-
Execution ability: Triggers actions or code workflows.
-
Creative ability: Generates content, visuals, or insights.
Each ability is composable, testable, and replaceable. You don’t redesign the model, you simply give it new capabilities.
This is where composable thinking shines. We’re not defining “protocols”; we’re designing interfaces for abilities. It’s a mental model that bridges product and engineering conversations. Everyone can reason about what an ability does.
Challenges
Language doesn’t solve complexity, but it does align teams. Even with a simpler vocabulary, each ability still needs orchestration, governance, and safe data handling.
But clear mental models make technical solutions possible. Once everyone agrees that an “ability” is just another component in the composable stack, the path to reliable AI integration becomes much clearer.
Concluding
The more we talk about protocols, the more we push AI into the hands of a few. The more we talk about abilities, the more we open it up to everyone.
This isn’t about watering down the tech. It’s about speaking plainly and designing AI systems that align with the same composable logic we already trust.
So let’s shift the narrative.
Stop describing protocols. Start designing abilities.
That’s how we make AI understandable, and truly composable.
On this page
Related articles

AI integrations expose platforms without headless DNA
AI exposes which platforms were truly built API first and which ones only marketed it. As brands move into AI native workflows, the only viable path is a system that treats agents, events, and automation as composable building blocks. Contentstack's agentOS shows what happens when you start with API first DNA instead of bolting AI onto a monolithic core. This piece explains why AI native composability is the next logical layer of MACH and why brands should judge vendors by the architecture of their agents, not the slideware that surrounds them.
- Composable architecture
- AI engineering
- CMS

The MACH monolith in 2026
The 2022 diagnosis was right. Composable architectures need orchestration or they collapse. But the form factor was wrong. Teams rejected standalone orchestration layers as too heavy, another vendor, contract, and critical path. The 2026 reality is platforms that integrate orchestration directly, staying API-first and modular while providing built-in coordination. The shift isn't about more tools, but smarter platforms that reduce complexity fatigue without losing flexibility.
- Composable architecture
- AI engineering
- CMS

AI chat interfaces will replace web apps
A firsthand look at how AI-driven chat interfaces could reshape SaaS and user interaction.
- Composable architecture
- AI engineering
- CMS