Welcome to the Sturdy Blog
News and Resources
The latest from Sturdy — product news, insights, and resources.
.png)
The Context Engine
Executive Summary
The Context Engine
The model is not the problem. In every enterprise AI deployment that has hit a production wall in 2026, the failure lives one layer down: in how data is prepared, permissioned, and delivered before the model ever begins reasoning. Model choice has become the wrong question. With Anthropic's Claude surpassing OpenAI in U.S. enterprise adoption (34.4% vs. 32.3%, Ramp AI Index, April 2026), the market has already moved on. The competition has shifted from the Reasoning Engine to the Context Engine.
While nearly every enterprise has deployed frontier models, most are paying a Hallucination Tax they cannot see on their P&L. For an organization with 1,000 knowledge workers, the 4.3 hours per employee per week spent manually verifying AI outputs (Forrester, 2025) equates to approximately $16.8 million in annual salary drain, calculated at a conservative $75 per fully-loaded hour. Multiply that across a global enterprise, and it maps to the $67.4 billion in documented AI hallucination losses recorded in 2024 alone (AllAboutAI, 2025). This is not a failure of the model. It is a failure of architecture.
This paper argues that the next phase of enterprise AI requires a Deterministic Intelligence Layer: infrastructure that normalizes, indexes, and permissions customer data before it reaches the model. Teams replacing token-heavy RAG workflows with deterministic, pre-indexed context are seeing substantial reductions in cost per task while dramatically improving retrieval precision and AI reliability. More importantly, they are crossing the Threshold of Action: the point where AI becomes trustworthy enough to move from surfacing insights to executing workflows.

Section 1
The New Benchmark: Claude's Enterprise Breakout Moment
The AI market just had its crossover moment. As of April 2026, more U.S. businesses pay for Anthropic's Claude than for any other AI model. 34.4% vs. 32.3% for OpenAI, according to the Ramp AI Index, which tracks actual spending across more than 50,000 companies. This isn't a survey about intent. It's purchasing data.
By March 2026, Anthropic was capturing 73% of first-time business AI buyers (Axios, March 2026). A year earlier, one in 25 businesses on Ramp's platform paid for Anthropic. Today, it's nearly one in three.
Enterprise buyers don't switch defaults on a whim. They switch when something is demonstrably working better for the work they actually need done.
The Model Is Not the Problem
Here is the harder truth underneath that adoption story. Despite the crossover, most enterprise AI deployments are not delivering.

Widespread adoption. Widespread underdelivery. Both things are true simultaneously.
The instinct in most organizations is to treat this as a model problem: switch providers, upgrade to the latest version, hire a prompt engineer. None of it moves the needle in any sustained way, because the model is not where the failure lives. Claude is a reasoning engine. A sophisticated one. But a reasoning engine can only reason over what it's given. And in most enterprise deployments, what's given is a mess. Fragments.
The Performance Ceiling
Every technical leader deploying Claude at scale hits the same wall. The demo works. The pilot looks promising. Then it moves toward production, and something breaks. Not catastrophically, but consistently. The AI misattributes an item to the wrong account. It summarizes a customer's history using stale data. It generates an output that sounds authoritative and requires 20 minutes of human verification before it can be trusted.
"Feed a world-class reasoning engine confident, well-structured garbage, and you get the same in return."
This is not a failure of reasoning capability. It is a failure of context architecture. The data required to generate reliable outputs, account history, communications, support activity, call transcripts, and operational metadata typically exists across fragmented systems with inconsistent normalization, disconnected permissions, and no canonical entity resolution layer tying it together.
Context Is the New Infrastructure
The companies pulling ahead in 2026 are not winning because they chose a better model. They are winning because they solved the harder problem underneath it: delivering clean, resolved, permission-aware context before the model ever begins reasoning.
- IT, Data, and Platform Engineering provide the Engine (Claude): a recurring operating expense. World-class reasoning, rented.
- RevOps, Data, and AI Teams provide the Map (the Deterministic Data Layer): a long-term asset. Customer intelligence, owned.
Claude is the current catalyst. The model market will keep moving. New releases, new providers, new pricing. What doesn't move is the underlying problem: fragmented, unresolved, improperly permissioned data. Deterministic context is the durable architecture. The organizations building it now will carry that advantage into every subsequent model generation.
Most organizations already have the engine. What they lack is the map.
Section 2
The Hallucination Tax: Why Fragmented Data Kills AI Performance
If the model isn't the problem, why are so many production-grade AI initiatives hitting a performance ceiling? The answer is the Hallucination Tax.
In 2024, hallucinations cost enterprises an estimated $67.4 billion in global losses (AllAboutAI, 2025). By early 2026, the cost has shifted from outright fabrications to "silent hallucinations": outputs that look structurally perfect but are factually untethered from the current state of the business.
For an organization with 1,000 knowledge workers, the 4.3 hours lost per person per week equates to roughly 223,600 hours of wasted annual productivity, approximately $16.8 million in annual salary drain at a conservative, fully loaded rate. It never appears on the P&L as an AI cost. It shows up as underperformance, missed forecasts, and slower deal cycles.

This forces employees to act as "Human Middleware": the bridge between fragmented systems and the AI that was supposed to make them irrelevant. This tax is the direct result of four specific architectural failure modes.
Failure Mode 1: Retrieval Precision (The Token Tax)
Standard RAG is probabilistic. It retrieves semantically similar fragments, not operational truth. When a sales leader asks, "Why did we lose this seven-figure deal?", the system may surface an old QBR deck instead of the pricing objections in email, the procurement concerns buried in Slack, the legal escalation in Jira, and the product gaps discussed in call transcripts that actually determined the outcome.
Because retrieval is imprecise, teams over-index by stuffing the context window with every possible document to ensure the right one is in there. The result: thousands of reasoning tokens spent filtering noise. A world-class reasoning engine doing the work of a search index.
Failure Mode 2: "Lost in the Middle" (Attention Drift)
Research by Liu et al. (TACL, 2024) demonstrated that accuracy on multi-document reasoning tasks drops by more than 30 percentage points when relevant information is buried in the middle of a long context window. This matters enormously in enterprise environments, where critical signals are scattered across support escalations, pricing discussions, call transcripts, Slack threads, and CRM updates. Simply increasing context size does not solve the problem. In many cases, it amplifies it by forcing the model to attend to more noise.
Failure Mode 3: The Identity Crisis (Entity Disambiguation)
In a fragmented environment, identity is a variable, not a constant. "Jane Doe" in a Zoom transcript needs to resolve to the same Jane Doe in Salesforce, Gmail, Zendesk, Slack, and the CRM activity timeline. Without deterministic entity resolution, the model is forced to infer whether those interactions belong to the same person, account, or buying committee.
Without deterministic entity resolution, the model is forced to reconstruct identity probabilistically. A support escalation tied to one stakeholder, a pricing objection raised in a sales call, and an executive concern discussed over email may be incorrectly assembled into the wrong account narrative entirely.
Failure Mode 4: The Permission Ghost (Unauthorized Surface)
This is the silent killer of enterprise AI programs. Most RAG pipelines lack Source-System Parity. If the AI retrieves a snippet from a private executive email because it was "semantically relevant" to an intern's query, the system has failed regardless of whether anyone noticed.
Incidents like EchoLeak show exactly why retrieval-layer permission enforcement matters. In late 2025, researchers demonstrated a zero-click vulnerability in Microsoft 365 Copilot that could exfiltrate sensitive data from Copilot context without user interaction. No prompt injection required. The retrieval layer was the attack surface.
For most organizations, the permission layer isn't just a technical problem. It is an organizational liability that Legal and Security will eventually force you to solve on a deadline, under pressure, after something has already gone wrong.
The Production Wall
These four failure modes create the Production Wall. A curated demo can appear remarkably accurate. But production environments are not curated. They are noisy, fragmented, and constantly changing, with critical signals distributed across emails, calls, support threads, Slack conversations, and operational systems evolving in real time.
"You cannot solve these four problems by tuning the prompt. You have to solve them by fixing the context."

Section 3
The Deterministic Intelligence Layer
To climb over the Production Wall, enterprise architecture must evolve. The solution is not a larger context window or a more complex prompt. It is a fundamental shift in how data is prepared for the model. Enter the Deterministic Intelligence Layer: infrastructure that sits between your raw data silos and Claude, acting as the architectural antidote to the four failure modes in Section 2.
The Four Pillars
1. Precision Indexing (Ending the Token Tax)
Instead of relying on similarity search alone, the context layer resolves entities, removes duplication, and prioritizes high-signal interactions before retrieval. The model receives structured operational context rather than raw fragments competing for attention.
In Sturdy-observed deployments, replacing raw context with pre-indexed, distilled payloads has reduced token consumption by 80 to 90% on comparable workflows. Results vary by source data density and baseline architecture. You stop paying for Claude to be a search filter.
2. Signal Distillation (Solving "Lost in the Middle")
Semantic Pruning strips HTML headers, Slack noise, legal footers, and the RE: FWD: RE: reply chains that bury every actual decision in 40 lines of quoted text, distilling threads into thematic buckets: Bug Reports, Feature Requests, Sentiment Shifts. The most critical insights land at the beginning of the context window, bypassing the 30-point accuracy drop documented in long-context research.
3. Deterministic Entity Resolution (Fixing the Identity Crisis)
A Global Entity Map resolves disparate naming conventions into a single, immutable Customer ID. Claude is no longer guessing whether two conversations belong to the same account. It is being told they do.
4. Parity-Enforced Permissions (Exorcising the Permission Ghost)
The retrieval layer enforces source-system permissions before context assembly, so unauthorized records are excluded from the payload sent to the model. This is not a prompt-level instruction that can be overridden or confused. It is an architectural enforcement point that sits entirely upstream of the model.
Security becomes a structural property of the architecture, not a probabilistic instruction to the model. Incidents like EchoLeak show why this distinction matters: when permission logic lives inside the prompt, the retrieval layer remains an attack surface. When it lives at the data layer, it doesn't.
Reference Implementation: Sturdy + Claude via MCP
While the merits of this architecture are clear, building it internally results in years of maintenance debt (see Section 5). Sturdy leverages the Model Context Protocol to serve as the Context Engine for Claude, normalizing, indexing, and permission-stamping your customer intelligence layer across Salesforce, Gmail, Slack, and Zendesk before Claude ever queries it.
Claude provides the Reasoning Layer. Sturdy provides the Memory and Context Layer. Together, they move an enterprise from AI that reads your business to AI that acts on it.

Section 4
What It Unlocks: From Reading to Acting
In 2026, summarization is a commodity. The competitive advantage lies in moving from AI that reads your business to AI that acts on it. This transition requires a fundamental shift in how leadership views the AI stack and who owns what.
- IT, Data, and Platform Engineering provide the Engine (Claude): recurring operating expense. World-class reasoning, rented.
- RevOps, Data, and AI Teams provide the Map (the Deterministic Data Layer): a long-term asset. Customer intelligence, owned, not rented.
When the engine has a perfect map, the Acceleration Gap closes.
RevOps: The Revenue Architect
For the RevOps leader, a deterministic layer turns fragmented operational data into active revenue signals. Instead of building static dashboards that explain why a quarter was missed, RevOps can monitor the commercial signals that actually move deals: pricing hesitation in email, procurement delays, legal friction, competitive mentions, executive disengagement, stalled next steps, and tone changes across active opportunities.
A deterministic context layer resolves those signals to the right person, account, opportunity, and timeline before AI ever reasons over them. That is what turns scattered communication into reliable revenue action.
RevOps stops being a report generator. It becomes the operating system for revenue execution: designing the logic that turns verified commercial signals into coordinated GTM action.
Sales: Instant Account Intelligence
The average sales rep spends roughly 20% of their week on pre-call research. With a deterministic layer, the account briefing is no longer a probabilistic summary. It is a verified snapshot: "The customer's last three support tickets were resolved, but they haven't yet implemented the API update discussed in the March QBR."
Product: The Automated Feedback Loop
Product managers are often the most data-rich but insight-poor employees in the company. A deterministic layer moves PMs from reading feedback to querying insights. Claude analyzes 60 days of feedback across Slack and Zendesk and, with a single prompt, generates a high-fidelity Jira ticket including exact customer quotes, impacted account IDs, and revenue at risk.
Customer Success: Proactive Triage
In CS, latency is the enemy. A deterministic layer allows Claude to perform live triage. When a customer sends a frustrated email, the AI checks contract terms and recent product usage logs before the CSM has finished reading the subject line. It presents a Context-Aware Response ready to send, grounded in verified account data.
"The model you license today is rent. The customer intelligence layer you build is equity. One gets replaced. The other compounds."
Every account signal normalized, every entity resolved, every permission enforced. That accumulates. The organizations building this layer now are building institutional memory that makes every model they run on top of it better.

Section 5
The Build vs. Buy Reality
The instinct for most sophisticated IT and data teams is to build. It is a legitimate impulse. The stack looks deceptively simple: a few API connectors, a vector database, and some chunking logic. In the demo phase, an internal build often feels like the most cost-effective path.

The Four Hidden Engineering Hurdles
1. The Normalization Treadmill
Building a connector to Salesforce is straightforward. Maintaining the logic layer that resolves entity names across Salesforce, Slack, and Zendesk as those systems' schemas evolve is a full-time engineering job. This is Semantic Drift: hundreds of developer hours consumed by maintenance rather than innovation.
2. The Permission Mapping Paradox
Mapping row-level permissions from source systems into an AI context window is one of the most complex security challenges in modern software. Most internal builds rely on prompt-level security, which fails under the weight of incidents like EchoLeak. This isn't a technical trade-off. It is an organizational liability waiting to be forced into crisis.
3. The Latency Wall
A custom RAG pipeline often takes 5 to 10 seconds to fetch and clean data. In Sturdy-observed deployments, pre-indexed deterministic retrieval consistently operates under 1 second on production data volumes, but reaching that benchmark requires specialized search infrastructure expertise that is rarely the core competency of a generalist data team building from scratch.
4. The Token Optimization Tax
Without signal distillation, internal builds routinely pass 3x to 5x more tokens than necessary. Teams save on build costs only to spend twice as much on model API costs.
Where Does Your Engineering Dollar Go?
The strategic question isn't "Can we build this?" It's "Should we own the maintenance of this?"

Competitive advantage does not live in the plumbing. No customer chooses a vendor because their AI has a better Python script for cleaning Slack data.
By offloading the Normalization Treadmill to Sturdy, organizations are promoting their engineering teams from Data Cleaners to AI Product Owners, moving their best people away from the maintenance treadmill and toward the high-value work of building AI that drives revenue.
Buy the plumbing. Build the logic. The teams doing this are shipping revenue-generating AI workflows, while their competitors are still debugging entity-resolution scripts.
Section 6
What to Do Now: The 2026 Roadmap
The Acceleration Gap is not a permanent state. It is a choice of architecture. The move is not to wait for a smarter model. The move is to fix the context. Here are four moves for leadership to take in the next 90 days.
Move 1: Audit Your Retrieval Precision, Not Your Prompts
Most teams spend the majority of their time prompt-tuning errors caused by bad data retrieval. The action: Run a Ground Truth test. Take ten complex customer queries and manually check the data fragments Claude is being fed. If more than 20% of that data is noisy, stale, or misattributed, no prompt engineering will save the deployment. You have a plumbing problem, not a reasoning problem.
Move 2: Isolate a Multi-Source Workflow
The highest ROI for a deterministic layer is found where data is most fragmented. The action: Pick a high-value, closed-loop use case where data lives in at least three systems. For example: the path from customer feedback in Slack and Zendesk to an engineering action in Jira. Solve the context problem here, and you've built a blueprint for the rest of the organization.
Move 3: Enforce Permissions at the Data Layer
Stop treating security as a probabilistic instruction. The action: Move permission enforcement out of the system prompt and into the retrieval infrastructure. Ensure the retrieval layer enforces source-system permissions before context assembly, so unauthorized records never reach the model. The Permission Ghost is exorcised structurally, not instructionally, and the organizational liability is removed before Legal ever has to get involved.
Move 4: Define Where AI Earns the Right to Act
The distance between AI that summarizes and AI that executes is a trust gap, not a technology gap. The action: Build human-in-the-loop approval gates for high-stakes actions. Drafting a renewal contract. Creating a Jira ticket. Sending a support response. Use your deterministic layer to provide the required Confidence Equity. The threshold to target is a sub-5% error rate on AI-generated drafts. That is the point at which approval gates can be safely reduced, and workflows become self-sustaining.
Traditional probabilistic RAG architectures struggle to reach this threshold consistently at enterprise scale. Because probabilistic retrieval introduces entity errors, stale data, and permission noise, error rates on complex multi-source tasks typically stabilize in the 15 to 30% range regardless of prompt quality, even with hybrid retrieval and reranking layers added on top.
A deterministic layer that resolves entities before inference, distills the signal before retrieval, and enforces permissions before the model ever sees the data is the only architecture that makes sub-5% structurally achievable, rather than an occasional lucky outcome.
In Sturdy-observed deployments, teams that reach this threshold have consistently moved to reduced-oversight approval workflows within a quarter. Results depend on workflow complexity and baseline data quality. Reaching the sub-5% Trust Threshold is the definitive signal that an organization has graduated from "AI Experiments" to a Context Engine architecture capable of autonomous action. That is the architectural line between AI that assists and AI that acts.

Conclusion
The Architectural Advantage
Frontier models will continue to improve and commoditize. The durable advantage is no longer the model itself. It is the architecture surrounding it.
The long-term value does not live in another standalone AI interface. Interfaces change too quickly. The durable layer is the operational context infrastructure beneath them.
Organizations that solve deterministic context assembly, entity resolution, permission-aware retrieval, and operational state assembly gain a compounding advantage independent of whichever model, interface, or orchestration layer dominates next year.
Organizations that solve context architecture today are building infrastructure that compounds across model generations. As interfaces evolve and models improve, the operational context layer beneath them becomes increasingly valuable.
"The era of the Context Engine is here. Is your architecture ready for it?"
Executive Summary
The Context Engine
The model is not the problem. In every enterprise AI deployment that has hit a production wall in 2026, the failure lives one layer down: in how data is prepared, permissioned, and delivered before the model ever begins reasoning. Model choice has become the wrong question. With Anthropic's Claude surpassing OpenAI in U.S. enterprise adoption (34.4% vs. 32.3%, Ramp AI Index, April 2026), the market has already moved on. The competition has shifted from the Reasoning Engine to the Context Engine.
While nearly every enterprise has deployed frontier models, most are paying a Hallucination Tax they cannot see on their P&L. For an organization with 1,000 knowledge workers, the 4.3 hours per employee per week spent manually verifying AI outputs (Forrester, 2025) equates to approximately $16.8 million in annual salary drain, calculated at a conservative $75 per fully-loaded hour. Multiply that across a global enterprise, and it maps to the $67.4 billion in documented AI hallucination losses recorded in 2024 alone (AllAboutAI, 2025). This is not a failure of the model. It is a failure of architecture.
This paper argues that the next phase of enterprise AI requires a Deterministic Intelligence Layer: infrastructure that normalizes, indexes, and permissions customer data before it reaches the model. Teams replacing token-heavy RAG workflows with deterministic, pre-indexed context are seeing substantial reductions in cost per task while dramatically improving retrieval precision and AI reliability. More importantly, they are crossing the Threshold of Action: the point where AI becomes trustworthy enough to move from surfacing insights to executing workflows.

Section 1
The New Benchmark: Claude's Enterprise Breakout Moment
The AI market just had its crossover moment. As of April 2026, more U.S. businesses pay for Anthropic's Claude than for any other AI model. 34.4% vs. 32.3% for OpenAI, according to the Ramp AI Index, which tracks actual spending across more than 50,000 companies. This isn't a survey about intent. It's purchasing data.
By March 2026, Anthropic was capturing 73% of first-time business AI buyers (Axios, March 2026). A year earlier, one in 25 businesses on Ramp's platform paid for Anthropic. Today, it's nearly one in three.
Enterprise buyers don't switch defaults on a whim. They switch when something is demonstrably working better for the work they actually need done.
The Model Is Not the Problem
Here is the harder truth underneath that adoption story. Despite the crossover, most enterprise AI deployments are not delivering.

Widespread adoption. Widespread underdelivery. Both things are true simultaneously.
The instinct in most organizations is to treat this as a model problem: switch providers, upgrade to the latest version, hire a prompt engineer. None of it moves the needle in any sustained way, because the model is not where the failure lives. Claude is a reasoning engine. A sophisticated one. But a reasoning engine can only reason over what it's given. And in most enterprise deployments, what's given is a mess. Fragments.
The Performance Ceiling
Every technical leader deploying Claude at scale hits the same wall. The demo works. The pilot looks promising. Then it moves toward production, and something breaks. Not catastrophically, but consistently. The AI misattributes an item to the wrong account. It summarizes a customer's history using stale data. It generates an output that sounds authoritative and requires 20 minutes of human verification before it can be trusted.
"Feed a world-class reasoning engine confident, well-structured garbage, and you get the same in return."
This is not a failure of reasoning capability. It is a failure of context architecture. The data required to generate reliable outputs, account history, communications, support activity, call transcripts, and operational metadata typically exists across fragmented systems with inconsistent normalization, disconnected permissions, and no canonical entity resolution layer tying it together.
Context Is the New Infrastructure
The companies pulling ahead in 2026 are not winning because they chose a better model. They are winning because they solved the harder problem underneath it: delivering clean, resolved, permission-aware context before the model ever begins reasoning.
- IT, Data, and Platform Engineering provide the Engine (Claude): a recurring operating expense. World-class reasoning, rented.
- RevOps, Data, and AI Teams provide the Map (the Deterministic Data Layer): a long-term asset. Customer intelligence, owned.
Claude is the current catalyst. The model market will keep moving. New releases, new providers, new pricing. What doesn't move is the underlying problem: fragmented, unresolved, improperly permissioned data. Deterministic context is the durable architecture. The organizations building it now will carry that advantage into every subsequent model generation.
Most organizations already have the engine. What they lack is the map.
Section 2
The Hallucination Tax: Why Fragmented Data Kills AI Performance
If the model isn't the problem, why are so many production-grade AI initiatives hitting a performance ceiling? The answer is the Hallucination Tax.
In 2024, hallucinations cost enterprises an estimated $67.4 billion in global losses (AllAboutAI, 2025). By early 2026, the cost has shifted from outright fabrications to "silent hallucinations": outputs that look structurally perfect but are factually untethered from the current state of the business.
For an organization with 1,000 knowledge workers, the 4.3 hours lost per person per week equates to roughly 223,600 hours of wasted annual productivity, approximately $16.8 million in annual salary drain at a conservative, fully loaded rate. It never appears on the P&L as an AI cost. It shows up as underperformance, missed forecasts, and slower deal cycles.

This forces employees to act as "Human Middleware": the bridge between fragmented systems and the AI that was supposed to make them irrelevant. This tax is the direct result of four specific architectural failure modes.
Failure Mode 1: Retrieval Precision (The Token Tax)
Standard RAG is probabilistic. It retrieves semantically similar fragments, not operational truth. When a sales leader asks, "Why did we lose this seven-figure deal?", the system may surface an old QBR deck instead of the pricing objections in email, the procurement concerns buried in Slack, the legal escalation in Jira, and the product gaps discussed in call transcripts that actually determined the outcome.
Because retrieval is imprecise, teams over-index by stuffing the context window with every possible document to ensure the right one is in there. The result: thousands of reasoning tokens spent filtering noise. A world-class reasoning engine doing the work of a search index.
Failure Mode 2: "Lost in the Middle" (Attention Drift)
Research by Liu et al. (TACL, 2024) demonstrated that accuracy on multi-document reasoning tasks drops by more than 30 percentage points when relevant information is buried in the middle of a long context window. This matters enormously in enterprise environments, where critical signals are scattered across support escalations, pricing discussions, call transcripts, Slack threads, and CRM updates. Simply increasing context size does not solve the problem. In many cases, it amplifies it by forcing the model to attend to more noise.
Failure Mode 3: The Identity Crisis (Entity Disambiguation)
In a fragmented environment, identity is a variable, not a constant. "Jane Doe" in a Zoom transcript needs to resolve to the same Jane Doe in Salesforce, Gmail, Zendesk, Slack, and the CRM activity timeline. Without deterministic entity resolution, the model is forced to infer whether those interactions belong to the same person, account, or buying committee.
Without deterministic entity resolution, the model is forced to reconstruct identity probabilistically. A support escalation tied to one stakeholder, a pricing objection raised in a sales call, and an executive concern discussed over email may be incorrectly assembled into the wrong account narrative entirely.
Failure Mode 4: The Permission Ghost (Unauthorized Surface)
This is the silent killer of enterprise AI programs. Most RAG pipelines lack Source-System Parity. If the AI retrieves a snippet from a private executive email because it was "semantically relevant" to an intern's query, the system has failed regardless of whether anyone noticed.
Incidents like EchoLeak show exactly why retrieval-layer permission enforcement matters. In late 2025, researchers demonstrated a zero-click vulnerability in Microsoft 365 Copilot that could exfiltrate sensitive data from Copilot context without user interaction. No prompt injection required. The retrieval layer was the attack surface.
For most organizations, the permission layer isn't just a technical problem. It is an organizational liability that Legal and Security will eventually force you to solve on a deadline, under pressure, after something has already gone wrong.
The Production Wall
These four failure modes create the Production Wall. A curated demo can appear remarkably accurate. But production environments are not curated. They are noisy, fragmented, and constantly changing, with critical signals distributed across emails, calls, support threads, Slack conversations, and operational systems evolving in real time.
"You cannot solve these four problems by tuning the prompt. You have to solve them by fixing the context."

Section 3
The Deterministic Intelligence Layer
To climb over the Production Wall, enterprise architecture must evolve. The solution is not a larger context window or a more complex prompt. It is a fundamental shift in how data is prepared for the model. Enter the Deterministic Intelligence Layer: infrastructure that sits between your raw data silos and Claude, acting as the architectural antidote to the four failure modes in Section 2.
The Four Pillars
1. Precision Indexing (Ending the Token Tax)
Instead of relying on similarity search alone, the context layer resolves entities, removes duplication, and prioritizes high-signal interactions before retrieval. The model receives structured operational context rather than raw fragments competing for attention.
In Sturdy-observed deployments, replacing raw context with pre-indexed, distilled payloads has reduced token consumption by 80 to 90% on comparable workflows. Results vary by source data density and baseline architecture. You stop paying for Claude to be a search filter.
2. Signal Distillation (Solving "Lost in the Middle")
Semantic Pruning strips HTML headers, Slack noise, legal footers, and the RE: FWD: RE: reply chains that bury every actual decision in 40 lines of quoted text, distilling threads into thematic buckets: Bug Reports, Feature Requests, Sentiment Shifts. The most critical insights land at the beginning of the context window, bypassing the 30-point accuracy drop documented in long-context research.
3. Deterministic Entity Resolution (Fixing the Identity Crisis)
A Global Entity Map resolves disparate naming conventions into a single, immutable Customer ID. Claude is no longer guessing whether two conversations belong to the same account. It is being told they do.
4. Parity-Enforced Permissions (Exorcising the Permission Ghost)
The retrieval layer enforces source-system permissions before context assembly, so unauthorized records are excluded from the payload sent to the model. This is not a prompt-level instruction that can be overridden or confused. It is an architectural enforcement point that sits entirely upstream of the model.
Security becomes a structural property of the architecture, not a probabilistic instruction to the model. Incidents like EchoLeak show why this distinction matters: when permission logic lives inside the prompt, the retrieval layer remains an attack surface. When it lives at the data layer, it doesn't.
Reference Implementation: Sturdy + Claude via MCP
While the merits of this architecture are clear, building it internally results in years of maintenance debt (see Section 5). Sturdy leverages the Model Context Protocol to serve as the Context Engine for Claude, normalizing, indexing, and permission-stamping your customer intelligence layer across Salesforce, Gmail, Slack, and Zendesk before Claude ever queries it.
Claude provides the Reasoning Layer. Sturdy provides the Memory and Context Layer. Together, they move an enterprise from AI that reads your business to AI that acts on it.

Section 4
What It Unlocks: From Reading to Acting
In 2026, summarization is a commodity. The competitive advantage lies in moving from AI that reads your business to AI that acts on it. This transition requires a fundamental shift in how leadership views the AI stack and who owns what.
- IT, Data, and Platform Engineering provide the Engine (Claude): recurring operating expense. World-class reasoning, rented.
- RevOps, Data, and AI Teams provide the Map (the Deterministic Data Layer): a long-term asset. Customer intelligence, owned, not rented.
When the engine has a perfect map, the Acceleration Gap closes.
RevOps: The Revenue Architect
For the RevOps leader, a deterministic layer turns fragmented operational data into active revenue signals. Instead of building static dashboards that explain why a quarter was missed, RevOps can monitor the commercial signals that actually move deals: pricing hesitation in email, procurement delays, legal friction, competitive mentions, executive disengagement, stalled next steps, and tone changes across active opportunities.
A deterministic context layer resolves those signals to the right person, account, opportunity, and timeline before AI ever reasons over them. That is what turns scattered communication into reliable revenue action.
RevOps stops being a report generator. It becomes the operating system for revenue execution: designing the logic that turns verified commercial signals into coordinated GTM action.
Sales: Instant Account Intelligence
The average sales rep spends roughly 20% of their week on pre-call research. With a deterministic layer, the account briefing is no longer a probabilistic summary. It is a verified snapshot: "The customer's last three support tickets were resolved, but they haven't yet implemented the API update discussed in the March QBR."
Product: The Automated Feedback Loop
Product managers are often the most data-rich but insight-poor employees in the company. A deterministic layer moves PMs from reading feedback to querying insights. Claude analyzes 60 days of feedback across Slack and Zendesk and, with a single prompt, generates a high-fidelity Jira ticket including exact customer quotes, impacted account IDs, and revenue at risk.
Customer Success: Proactive Triage
In CS, latency is the enemy. A deterministic layer allows Claude to perform live triage. When a customer sends a frustrated email, the AI checks contract terms and recent product usage logs before the CSM has finished reading the subject line. It presents a Context-Aware Response ready to send, grounded in verified account data.
"The model you license today is rent. The customer intelligence layer you build is equity. One gets replaced. The other compounds."
Every account signal normalized, every entity resolved, every permission enforced. That accumulates. The organizations building this layer now are building institutional memory that makes every model they run on top of it better.

Section 5
The Build vs. Buy Reality
The instinct for most sophisticated IT and data teams is to build. It is a legitimate impulse. The stack looks deceptively simple: a few API connectors, a vector database, and some chunking logic. In the demo phase, an internal build often feels like the most cost-effective path.

The Four Hidden Engineering Hurdles
1. The Normalization Treadmill
Building a connector to Salesforce is straightforward. Maintaining the logic layer that resolves entity names across Salesforce, Slack, and Zendesk as those systems' schemas evolve is a full-time engineering job. This is Semantic Drift: hundreds of developer hours consumed by maintenance rather than innovation.
2. The Permission Mapping Paradox
Mapping row-level permissions from source systems into an AI context window is one of the most complex security challenges in modern software. Most internal builds rely on prompt-level security, which fails under the weight of incidents like EchoLeak. This isn't a technical trade-off. It is an organizational liability waiting to be forced into crisis.
3. The Latency Wall
A custom RAG pipeline often takes 5 to 10 seconds to fetch and clean data. In Sturdy-observed deployments, pre-indexed deterministic retrieval consistently operates under 1 second on production data volumes, but reaching that benchmark requires specialized search infrastructure expertise that is rarely the core competency of a generalist data team building from scratch.
4. The Token Optimization Tax
Without signal distillation, internal builds routinely pass 3x to 5x more tokens than necessary. Teams save on build costs only to spend twice as much on model API costs.
Where Does Your Engineering Dollar Go?
The strategic question isn't "Can we build this?" It's "Should we own the maintenance of this?"

Competitive advantage does not live in the plumbing. No customer chooses a vendor because their AI has a better Python script for cleaning Slack data.
By offloading the Normalization Treadmill to Sturdy, organizations are promoting their engineering teams from Data Cleaners to AI Product Owners, moving their best people away from the maintenance treadmill and toward the high-value work of building AI that drives revenue.
Buy the plumbing. Build the logic. The teams doing this are shipping revenue-generating AI workflows, while their competitors are still debugging entity-resolution scripts.
Section 6
What to Do Now: The 2026 Roadmap
The Acceleration Gap is not a permanent state. It is a choice of architecture. The move is not to wait for a smarter model. The move is to fix the context. Here are four moves for leadership to take in the next 90 days.
Move 1: Audit Your Retrieval Precision, Not Your Prompts
Most teams spend the majority of their time prompt-tuning errors caused by bad data retrieval. The action: Run a Ground Truth test. Take ten complex customer queries and manually check the data fragments Claude is being fed. If more than 20% of that data is noisy, stale, or misattributed, no prompt engineering will save the deployment. You have a plumbing problem, not a reasoning problem.
Move 2: Isolate a Multi-Source Workflow
The highest ROI for a deterministic layer is found where data is most fragmented. The action: Pick a high-value, closed-loop use case where data lives in at least three systems. For example: the path from customer feedback in Slack and Zendesk to an engineering action in Jira. Solve the context problem here, and you've built a blueprint for the rest of the organization.
Move 3: Enforce Permissions at the Data Layer
Stop treating security as a probabilistic instruction. The action: Move permission enforcement out of the system prompt and into the retrieval infrastructure. Ensure the retrieval layer enforces source-system permissions before context assembly, so unauthorized records never reach the model. The Permission Ghost is exorcised structurally, not instructionally, and the organizational liability is removed before Legal ever has to get involved.
Move 4: Define Where AI Earns the Right to Act
The distance between AI that summarizes and AI that executes is a trust gap, not a technology gap. The action: Build human-in-the-loop approval gates for high-stakes actions. Drafting a renewal contract. Creating a Jira ticket. Sending a support response. Use your deterministic layer to provide the required Confidence Equity. The threshold to target is a sub-5% error rate on AI-generated drafts. That is the point at which approval gates can be safely reduced, and workflows become self-sustaining.
Traditional probabilistic RAG architectures struggle to reach this threshold consistently at enterprise scale. Because probabilistic retrieval introduces entity errors, stale data, and permission noise, error rates on complex multi-source tasks typically stabilize in the 15 to 30% range regardless of prompt quality, even with hybrid retrieval and reranking layers added on top.
A deterministic layer that resolves entities before inference, distills the signal before retrieval, and enforces permissions before the model ever sees the data is the only architecture that makes sub-5% structurally achievable, rather than an occasional lucky outcome.
In Sturdy-observed deployments, teams that reach this threshold have consistently moved to reduced-oversight approval workflows within a quarter. Results depend on workflow complexity and baseline data quality. Reaching the sub-5% Trust Threshold is the definitive signal that an organization has graduated from "AI Experiments" to a Context Engine architecture capable of autonomous action. That is the architectural line between AI that assists and AI that acts.

Conclusion
The Architectural Advantage
Frontier models will continue to improve and commoditize. The durable advantage is no longer the model itself. It is the architecture surrounding it.
The long-term value does not live in another standalone AI interface. Interfaces change too quickly. The durable layer is the operational context infrastructure beneath them.
Organizations that solve deterministic context assembly, entity resolution, permission-aware retrieval, and operational state assembly gain a compounding advantage independent of whichever model, interface, or orchestration layer dominates next year.
Organizations that solve context architecture today are building infrastructure that compounds across model generations. As interfaces evolve and models improve, the operational context layer beneath them becomes increasingly valuable.
"The era of the Context Engine is here. Is your architecture ready for it?"
Our articles

Sturdy's new Happy Signal means more customer references and deeper insights
Let's talk about the potentiality of happy users. They stay with your business longer and, on average, they spend 67% more than new customers. The power of user advocacy is punctuated by the demonstrable success of NPS leaders. In Fred Reichheld's recent book, The Ultimate Question 2.0 he notes that over the past decade the firms with the highest brand loyalty and subsequent NPS scores returned five times the U.S. median (for public companies with +$500m in revenue).
Happy users often require less support and inspire your customer-facing teams to deliver similar experiences across your user base. They provide valuable testimonials, reviews, references, and case studies. That’s we developed Sturdy's - Happy Signal.
Here’s how it works. We’ve built technology that detects items of importance like user happiness, among other things, in user-to-business communications like email, support tickets, video conferences, chats and more. For example, when a user responds to an email or support ticket with, “I can’t thank you enough --- you just saved me so much time! You’re the best!”, Sturdy will instantly recognize this as a signal, flag it, and get it to the right teammates.
Most businesses use CRM, spreadsheets, and reference management tools as the go-to location to find and request references but they lack functionality to build a sustainable customer reference pipeline. Continuously building a pipeline of references is a key use case and measurable value proposition for Sturdy.
Sturdy is like a lead generation tool for customer references. On average, businesses using Sturdy see a 2.5x increase in customer references in the first 6 months of getting started.

Sturdy releases new business Signal - Response Lag
The Response Lag signal calls out when customers are waiting for responses from customer-facing teams and are chasing your associates for updates, actions, access, etc.
Sturdys newest business signal is live in customer accounts. The Response Lag signal calls out when users are waiting for responses from customer-facing teams and are chasing your associates for updates, actions, access, etc. How do we do this? We start by ingesting every customer communication (emails, tickets, calls, chats, etc.). Then we use NLP/AI to discover signals like Response Lag. Next we transmit those signals to the people and systems so action can be taken.
While top line monetization opportunities tend to get the attention, often the biggest, near-term lift for B2B SaaS and SaaS-enabled businesses is operational in nature. The Response Lag signal gives managers insights into areas for service improvement and illuminates coaching opportunities that, ultimately, help to foster better relationships with customers.
Next up is our Security signal. It detects when Customers indicate in their conversation some sort of security concern, like: “Have you had a data breach?” Appropriately, look for the red customer signal called Security.

Sturdy releases new business Signal - Expansion

Expansion is a critical stage of a successful SaaS growth strategy and the overall customer journey. It’s all about further monetizing the customers you have, and broadening your footprint so you have a larger target market to pursue. That’s why we are excited to announce that we’ve added a new customer signal to our AI-powered customer intelligence platform called “Expansion”.
The new Expansion signal empowers Sturdy users to identify when their users express purchasing intent like adding more users, buying services, or upgrading their plan.
Given the volume of customer conversations across various communications channels, valuable customer signals like those that imply account growth are often trapped in layers of technology, across multiple teams, gathering digital dust. Our newest signal, Expansion, cuts through the noise and across silos to help customer success and account management teams seize on critical upsell opportunities.
Want to get Expansion signals? Getting started is refreshingly easy and won't strain your internal resources. 95% of the initial work to get started is done by the team at SturdyAI. Sturdy leverages data that you are already collecting with existing systems (email, CRM, ticketing systems, video conferencing, etc) and can be configured to leverage those same systems to receive insights so your teammates can work in the platforms they are most accustomed to. Clients typically start receiving their first customer signals in less than 4 weeks. Realizing value thereafter is nearly immediate. No change management or IT resources required!

Sturdy releases new Signal - How To
Sturdy's Data Engineering team has been hard at work developing new customer Signals. Late last month, the team added a new customer signal to our AI-powered customer intelligence platform called “How To”. This signal detects when your customers ask, “How do I do this?”. By listening for this type of interaction, SturdyAI users get immediate access to insights like:
- Which new or existing features do your customers need help with, either because they are confused by them or because they are very interested
- When seemingly small UI/UX issues become trends
- Which customers could benefit from more training, helping you to develop your champions
- How to improve your knowledge base, help text, and self-serve content

Next up, we’ll launch our new Expansion Signal. This signal will help to identify when your customers express purchasing intent like adding more users, buying services, or upgrading their plan.

Unhappy news from sturdy 😢
It’s weird to be happy to announce a new customer signal called ... Unhappy. Strange but true. New to Sturdy’s AI-powered customer intelligence platform is the Unhappy signal. The new model detects negative sentiment and customer frustration in emails, support tickets, chats, and video calls.
The Unhappy Signal is the first of many new Signals to come.
Unhappy is one signal in a series of new signals that Sturdy’s Data Sciences team is developing. The team is also exploring innovative ways to correlate causes of the negative sentiment with specific signals. For example, Sturdy will be able to show how specific bugs or account leadership changes impact customer sentiment. For those less familiar with what we are developing, the Sturdy platform scans emails, chats, support tickets, and other related customer communications. It then automatically detects signals that impact revenue, product roadmaps, references, and more.

Customer success, account management, customer marketing, and product teams use Sturdy.
Customer success, account management, customer marketing, and product teams can now more easily surface what is occurring, but also discern why it is happening because the platform automatically provides contextual highlights. That’s critical because all too often, the onslaught of customer communications is smothered by the sheer volume of messages. These large unstructured data sets stored in multiple systems in the cloud are not easy for companies to use on their own
No training, no change management required.
We aren’t here to reinvent and change the way teams or companies work. And that is what is so exciting about what we do. SturdyAI is the force multiplier for your business. If you already have a cutting edge BI tool, we just give it better data. If you have a killer CX app, we make it more insightful. If you have great Customer Success, Account Management, Operations, Marketing, and Product teams, we make them more efficient and provide them with better data.
More about us.
Led by a team of seasoned founders and B2B SaaS experts, Sturdy.ai is unlocking massive value from data hiding in plain sight. Using AI, Sturdy helps P&L holders preempt customer issues before they spiral and seize revenue opportunities in time to improve this quarter's results. Sturdy’s AI-powered customer intelligence platform detects critical signals from your customers and routes them to the right people at your company in real time, unlocking value and reinforcing process execution.

Sturdy is joining the Colorado Customer Success Community for CS Tech Day

Sturdy.ai is joining fellow SaaS technology innovators Prodoscore and Update.ai to share our solutions with the Colorado Customer Success community. Members will learn about the newest technologies available to customer success teams in an engaging format featuring live product demonstrations.
Customer success leaders and team members will briefly kick the tires on some exciting new offerings that can help lift customer retention rates, deliver better customer experiences, and increase productivity.
When: Wed, October 13, 2021 at 4:00pm MDT
Where: Register for free here
Who should join?
If you're a cloud computing (SaaS, IaaS, PaaS, MSP, mobile) manager whose mission is to onboard, serve, retain, and grow customer relationships, this regional community is for you! Meetups feature networking, learning, and sharing ideas to combat customer churn and increase loyalty. This is a local chapter of the Customer Success Association (http://www.customersuccessassociation.com). Topics include new technologies, "best practices," management systems, and people dynamics. Attendance is free and all are welcome.
About Sturdy:
Led by a team of seasoned founders and B2B SaaS experts, Sturdy.ai is unlocking massive value from data hiding in plain sight. Using AI, Sturdy helps P&L holders preempt customer issues before they spiral and seize revenue opportunities in time to improve this quarter's results. Sturdy’s AI-powered customer intelligence platform detects critical signals from your customers and routes them to the right people at your company in real time, unlocking value and reinforcing process execution.

Lose your executive sponsor, save your customer
It happens all the time, and you’re often the last to know. Your sponsor, once your economic buyer and advocate, is on the move. Gone. Losing an executive sponsor or senior point of contact is a catalyst for churn. Often “Executive Change” is reported as unavoidable churn. But is it?
Here’s How It Happens

Surviving an executive change is possible - even likely
Surviving an executive change is more realistic if you have a plan. Winging it and leaving a save to chance is not a winning solution. Your plan needs to start well before you receive news that your sponsor has departed. Ideally, you need to start by understanding your customers’ organizational structure and power chain. You need to understand how decisions get made. Post-sale teams should continually blueprint accounts looking for additional executive-level advocates. Also, risk is mitigated when you leverage your champion to create co-champions that will advocate for you when there is a shake up. A good rule is to create and foster at least three key advocates within each customer account. Ideally, these stakeholders should be cross-functional representing finance, IT, and functional teams.
Even when you do have a process in place to address loss of sponsor, the news is often blindsiding. More likely than not, executives don’t share their transition plans with anyone outside their org with advance warning. Otherwise, signals of change are often unconsciously ignored due to the sheer volume of communications your team is dealing with. Worse yet, what if requests like our example above land with a teammate that simply responds with a copy of the contract unaware of the gravity of the situation?
If your heart is racing and your palms are sweaty, you’re not alone. We’ve been there. That is why one of the first language models that we developed and trained when we started Sturdy was executive change.
Detecting customer Signals
So how do you detect executive change signals? There are some hacks out there. The easiest to implement is one that leverages LinkedIn Sales Navigator. If you have a paid account, set up “Career Change” alerts in LISN. This will work for smaller companies with 20-50 customers but gets too noisy at any kind of scale. The big constraint is that you can't filter the alert by decision makers only. This would be a good feature for LISN though by the time your DM updates their profile with a new role, the window of opportunity to save the account likely will have closed.

At Sturdy, we use our own product to detect executive change signals. Sturdy analyzes emails, tickets, chats, and video calls listening for signals of executive change. When it detects language synonymous with the loss of a sponsor, it flags the conversations and alerts our stakeholders immediately. Our alerts are sent to a Slack channel called #executive-change. At our stage, this is quite effective and still manageable. Eventually, we’ll connect Sturdy to our case management tool creating a more sophisticated closed-loop process.
Below is the same message from the top of this post but this one was run through the Sturdy AI Inference Engine. It’s been accurately flagged with customer signals indicating executive change and a high probability of churn. This message triggered a real time alert to our customer operations team.

Reacting to an executive change
We think about signals as lead generation for inquiry and action. And, as with sales leads, acting with urgency yields the best outcomes. Borrowing from our sales / marketing SLA, our requirement is to follow up on executive change signals inside of 1 hour. This makes us seven times more likely to schedule a meeting with the customer in the same week as the signal was received. Having a set timeline, we prevent procrastination and promote action.
Otherwise, we have a defined play that we run. The play has 3 phases and we train our workmates on this and other plans on an on-going basis. Here is an outline from our post-sales playbook for executive change.

The loss of an executive sponsor is a red-level risk event. Winging it doesn’t save customers. You need a defined process in place to mitigate account churn and solution downgrades. Team members need to investigate the account vitals quickly. Information should be gathered from other client stakeholders. If a new sponsor is in place, a briefing should be scheduled ASAP. Show the new leader what’s in it for them. Clearly emphasize the value your solution delivers. Minimize their risk. Show them the future. Give them an easy win.
A reminder of why it matters
The B2B SaaS industry is maturing quickly. Competition is fierce. Category leading post-sale teams focused on customer retention and monetization are building capabilities to significantly contribute to top line growth. For example, A $100M ARR Company with 2000 customers saves 30 customers in Year 1, dropping its churn from 8 to 6.5%. By maintaining this churn rate, its revenue in year 1 will be $1.6m higher. By year 5, $25m, and by year 10 almost $170m higher (50k ACV, 5% upgrade rate, 30% growth rate). Look at these numbers through an investor’s lens where some companies are valued at 25x earnings. Those are some real numbers. Saving a couple dozen customers a year really adds up.

Summary
The loss of an executive sponsor is a red-level risk event but it doesn’t need to be fatal.
- Preventative measures like fostering multiple executive-level relationships to develop cross functional advocates significantly mitigates risks. Go wider. Go cross-functional. Have no less than three key executive contacts at every account.
- Building a process or deploying technology to detect risk is key. Knowing is more than half the battle in this instance.
- Creating a defined process to manage a loss of sponsor event is imperative as is training team members to respond with urgency.
- Creating a culture that reinforces the importance of retention and customer monetization is a key to motivating high performance post-sales teams.

Sturdy announces listing of its AI-powered customer intelligence integration on the Zendesk App Marketplace
Sturdy, a revenue retention solution using AI-powered conversational analysis that identifies opportunities and preempts risks hidden in everyday customer conversations, is pleased to announce its integration on the Zendesk Marketplace.
Sturdy has developed an integration with Zendesk that enables Zendesk customers to tap into data that, for most, has been hiding in plain sight - the customer-generated content of tickets and chats within Zendesk.
Sturdy already works with Zendesk customers and helps them by:
- Increasing customer retention rates by .5-2%: Sturdy surfaces actionable insights that signal indicators of customer churn like executive and sponsor changes, contract requests, poor sentiment, and more.
- Increasing customer lifetime value by 5-15%: Sturdy amplifies the unbiased voice of the customer while detecting customer signals such as feature requests, bug reports, outages, renewals, and upsell opportunities. Use of these signals enables teams to better understand their customers’ needs.
- Increasing team member efficiency: Sturdy’s customer signals cut through the noise of email and tickets so team members can resolve the most revenue-sensitive issues quickly and with the relevant context.
- Increasing customer references by 10-25%: Sturdy listens for signals of referenceability and serves a lead-generation for customer marketing and customer advocacy teams.
The integration between Sturdy and Zendesk involves the use of Sturdy's AI technology to detect critical custom-generated signals from everyday communications like tickets and chat sessions. Once detected, customer signals are routed to the appropriate team members to take action resulting in revenue preservation, revenue generation and the gathering of critical trends that provide insights into customer behaviors.
"We are excited to partner with Zendesk and we share their mission to improve customer experiences," said Joel Passen, one of Sturdy’s co-founders. Leveraging AI and ML, we turn previously underutilized sources of customer content (tickets and chats) into actionable data that amplifies the voice of the customer and automates critical processes resulting in improved customer outcomes and, ultimately, revenue retention for SaaS enterprises.”
To learn more about Sturdy's products, please visit sturdy.ai
To learn more about Sturdy's integration with Zendesk, go to https://www.zendesk.com/apps/support/sturdyai/?q=mkp_sturdy
About Sturdy:
Led by a team of seasoned founders, Sturdy is unlocking massive value from data hiding in plain sight. Using AI, Sturdy helps P&L holders preempt customer issues before they spiral and seize revenue opportunities in time to improve this quarter's results. Sturdy’s AI-powered customer operations platform detects critical signals from your customers and routes them to the right people at your company in real time, unlocking value and reinforcing process execution.

Infographic: All about customer Signals
20% of all customer content contains a critical signal. For B2B SaaS businesses, these signals are immensely important. They often indicate if our customers are willing to grow with us or if they are growing away from us.
.avif)
What is a customer Signal?
Customer Signal
(noun) a gesture, action, or transmission delivered intentionally or unintentionally by a customer that conveys information, instructions, or insights.
Customers send Signals that help us predict churn, capture references, get in front of renewals, prioritize features, and just run our businesses better. Our customers are giving us this information in Slack, Email, Salesforce, Webinars, training sessions, quarterly business reviews, Zoom calls, etc.
For B2B SaaS businesses, these Signals are immensely valuable. For example, reducing churn from 10% to 9% in a $10 million ARR business means that every customer is worth $17k more in lifetime value (500 customers, $20k annual contract value). And reducing churn in this example is saving just five customers a year.
Examples of customer Signals
Identifying, classifying, and escalating customer Signals to the right people at the right time empowers companies with information and insights to preempt issues before they spiral and seize revenue opportunities to improve the bottom line.
For example, when a customer asks, “Can I have a copy of our contract?” in a support ticket, a Signal is sent. In a SaaS environment, the customer is likely signaling risk. Maybe they are evaluating a competitor. Maybe there has been an executive change or a shift in priorities. Regardless, every SaaS leader will agree that this signal needs to be escalated so action can be taken.
Below are a few other examples of customer Signals. This is not an exhaustive list; every company will vary on what is important. An interesting exercise is to sit down and list out the Signals that your teams should be watching for. The output of this exercise can be used to improve operations, user experience, training workflows, and more.
.png)
Where to find Customer Signals
Most of us have given our customers the ability to communicate with us using a variety of channels. After all, we want to hear from them. This allows us to gauge their health, status, and likelihood of buying more of our products and services.
Given the prevalence of multi-channel communications workflows, critical Signals are often trapped in layers of technology across multiple teams, gathering digital dust. The most common scenario for most businesses is that important customer Signals are hiding in plain sight. They’re trapped in email accounts, ticketing systems, call transcriptions, chat logs, and CRMs. And for most of us, the only way we utilize this information is if someone manually identifies, records, and escalates it.
How to use customer Signals
In today’s competitive SaaS environment, the most successful companies are learning to “listen” and interpret the Signals that their customers are giving them about their products and services. The category-leading companies are doing this at scale - automatically.
With SturdyAI, teams can easily sign up for alerts on specific Signals, accounts, and even competitor mentions. For example, the most appropriate team member in any group can get an alert whenever:
- One of your customers requests a copy of their contract or asks about their renewal date
- An account has a new executive, point of contact, or executive sponsor
- A user asks for information about adding more users or adding a new product or service
- One of your customers mentions one or more of your competitors
- A user reports an outage or bug
- A customer is signaling satisfaction and, ultimately, referenceability
What’s exciting about customer Signals
Customer Signals undoubtedly help us understand our customers better. Specifically, by defining and leveraging Signals at scale, we can have a clear understanding if our products are delivering the value promised at the time of the sale. We can also better understand if our customers are willing to grow with us or if they are growing away from us.
Rapid advancements in technology, especially AI, are making it easier to help brands quickly and responsibly use data to understand customer behaviors and predict customer needs. When we have the ability to discover new patterns and insights in our data, we are better able to anticipate future decisions. In the end, harnessing customer Signals presents opportunities—and incentives—to deliver better service and find new ways to grow.

Your customers are already telling you what's going to happen.
Connect what customers say to why your numbers move. Contextual revenueintelligence, ready for any LLM — or running natively in Ask Sturdy from day one.
