Let’s be direct. Your AI initiatives are built on a foundation of invisible debt, and the 95% project failure rate isn’t an analyst’s forecast – it’s an engineering reality. The hype cycle has sold you on intelligent agents and autonomous workflows. I am here to provide a dose of architectural truth.
The technical debt you are familiar with – messy code, outdated libraries – was manageable. It was localized, identifiable, and could be resolved with sufficient engineering resources. You could isolate the problem within your own codebase.
That model no longer applies.
AI debt is a distributed, non-linear crisis. It doesn’t live in a single repository. It metastasizes across the entire system stack, creating failure modes that are subtle, intermittent, and catastrophic. This is the core challenge of scaling enterprise ai[1] beyond contained proof-of-concepts.
This new debt accumulates in three critical, often unmonitored, layers:
- Prompts: Fragile, undocumented strings that function as untyped code.
- Models: Opaque, third-party dependencies that drift without warning.
- Data: The retrieval bedrock for your RAG systems, which is often a swamp of outdated and conflicting information.
Unlike a predictable bug, AI debt creates probabilistic failures. An output that was correct yesterday can be subtly wrong today, eroding user trust and corrupting downstream business processes.
Understanding the true financial impact of these probabilistic failures is crucial for strategic decision-making.
This memo exposes the specific architectural vulnerabilities your team is likely overlooking and presents the only viable engineering path forward.
📌 Key Takeaways
- ▪️Uncover why 95% of enterprise AI initiatives fail due to invisible, compounding AI debt across prompts, models, and data layers.
- ▪️Learn how to implement a production-grade architecture using PromptOps, enterprise LLM Gateways, and hybrid vector-graph databases to eliminate probabilistic failures.
- ▪️Achieve absolute operational resilience, reducing RAG retrieval error rates to below 1.7% and cutting prompt maintenance overhead by 4.3x.
The Deep Dive
The prevailing advice for managing AI debt is dangerously simplistic. Your advisors tell you to treat prompts like code, build model-agnostic systems, and clean up your RAG data. This is not a strategy for success. It is a roadmap to systemic failure, rooted in a profound misunderstanding of how neural architectures actually operate.
Let’s dismantle the first myth. Treating prompts as standard code is a fundamental category error. Code is deterministic; it executes predictably. Prompts interact with non-deterministic neural networks. Silent, upstream updates to a foundation model’s latent space – changes made by the provider without your knowledge – turn your static prompt repositories into decaying ‘semantic collateral‘ that fails unpredictably. Your perfectly version-controlled prompt library becomes a collection of latent risks.
Next, the promise of plug-and-play multi-model portability is a marketing illusion. It sells a convenient fiction of interchangeable parts. The reality is that modern AI agents are so deeply entangled with specific tokenization schemes and attention mechanisms that switching APIs is not a simple swap. It destroys the orchestration logic, creating a fragile, unmaintainable mess of broken dependencies and unpredictable behavior. You are not building a flexible system; you are locking yourself into a specific model’s architecture without admitting it.
Your RAG system is not the solution you think it is. Traditional vector-search RAG is a ticking time bomb. Unstructured, duplicated, or outdated information in your knowledge base does not just produce a few wrong answers. It mathematically poisons the vector database, creating ‘semantic black holes‘ that permanently overshadow new, correct data. These corrupted zones in your vector space paralyze effective decision-making and are nearly impossible to remediate without a complete, and costly, re-indexing.
Finally, the most insidious risk. Relying on LLMs to evaluate other LLMs is a dangerous closed-loop confirmation bias. This practice accumulates ‘evaluation debt,’ masking a silent, compounding decay in system reliability. The system appears healthy because its own flawed logic validates its outputs. This continues until catastrophic workflow failure modes[2] trigger regulatory audits or severe operational disruption. You are essentially asking the inmates to run the asylum’s quality control.
The Counter-Narrative
However, a powerful counter-narrative persists in the market, driven by a desire for simplicity and speed. This perspective argues that the architectural complexities and risks of AI debt are overstated. It is a viewpoint we must understand before dismantling it, as it forms the basis of most failed AI initiatives.
The core tenets of this flawed narrative are compelling because they promise a frictionless path to deployment. They typically include the following assumptions:
- Anyone can build enterprise-grade AI using simple, static prompts version-controlled in basic tools like Google AI Studio or Anthropic’s API console.
- Building on top of external API calls gives businesses ultimate flexibility to seamlessly swap underlying foundation models[3] whenever a cheaper or better model is released.
- Implementing RAG is as simple as dumping your existing company documents into a standard vector database to get an instantly accurate, hallucination-free AI assistant.
- Using automated LLM-as-a-judge frameworks to evaluate AI outputs is a reliable, scalable, and sufficient way to test and monitor production-grade agentic workflows.
This worldview treats AI components as interchangeable, deterministic commodities. It mistakes the ease of making an API call for the complexity of building a resilient, production-grade system. It is a strategy optimized for creating a compelling demo, not for delivering sustained enterprise value under real-world operational stress.
Accepting this narrative is an explicit business decision to prioritize short-term velocity over long-term architectural stability. It is an invitation to accumulate the very forms of invisible debt that lead to systemic failure.
The Challenger
Let us dissect this failure mechanism. Your engineering teams likely fall into these exact traps today, blinded by the ease of initial prototyping. The industry-wide rush to deploy generative systems has bypassed fundamental software engineering principles, leaving organizations exposed to compounding vulnerabilities. When you build on shifting sands, the entire structure eventually collapses under its own weight.
We identify four distinct failure vectors that threaten to derail your digital transformation:
- Uncontrolled spaghetti prompting and versioning chaos that creates brittle, untyped codebases.
- Silent performance drift and loss of model reproducibility caused by external API dependencies.
- RAG poisoning from outdated enterprise data that creates undetectable hallucinations.
- The absence of continuous evaluation pipelines and CI/CD for prompts, leading to blind deployments.
Let us analyze the first vector: the illusion of prompt simplicity. DIY prompt stuffing and undocumented tweaks create brittle, untyped codebases that fail unpredictably due to AI’s probabilistic nature. This chaos directly contributes to the alarming statistic where 42% of businesses had to scrap multiple AI initiatives in 2025 due to unmanageable system complexity.
When developers treat prompts as mere text strings rather than executable code, they introduce silent failure modes that bypass traditional compilation checks. Without rigorous version control, enterprises face escalating compute costs and a complete collapse of user trust as prompt performance degrades. This technical debt risk manifests when developers treat prompts as mere text strings rather than executable code. The resulting spaghetti-prompting creates a maintenance nightmare that drains engineering resources.
Neutralizing prompt debt requires treating prompts as production-grade code. Professional architects implement modular prompt engineering, strict version control, and automated regression testing frameworks that isolate prompt logic from application code, preventing spaghetti-prompting.
The second vector involves the API dependency trap. Relying on external foundation model APIs means your core application logic remains hostage to third-party updates that destroy reproducibility. When providers update their models, previously tuned prompts fail silently, leading to a rapid accumulation of AI debt and operational exceptions.
This architectural vulnerability drives the 95% failure rate of AI projects attempting to reach production. This strategic risk leaves core business logic hostage to silent upstream updates, resulting in a 95% failure rate for projects attempting to reach production due to lost model reproducibility. When a model’s latent space shifts, your carefully crafted prompts lose their semantic alignment, causing downstream orchestration layers to break down.
To survive model dependency, enterprises must design a model-agnostic abstraction layer. Professional architects build custom routing middleware and automated evaluation suites that dynamically test and adapt prompts across multiple LLMs, ensuring operational resilience regardless of external API updates.
The third vector, the RAG poisoning trap, introduces severe financial risk. Implementing RAG over messy, duplicated, or outdated enterprise repositories results in AI outputs that look technically correct to testers but remain dangerously obsolete. These silent failures bypass traditional QA, leading to catastrophic downstream business decisions and severe reputational damage.
The resulting need for constant human intervention completely erodes the projected ROI, stalling the entire digital transformation. Implementing RAG over messy, duplicated enterprise data mathematically poisons vector databases, creating ‘semantic black holes’ that require constant human intervention, completely eroding projected ROI and forcing a costly rebuild of the entire data infrastructure.
Enterprise AI Debt Reduction ROI
Potential Monthly Savings:
Get an Instant AI Consultation Now
Choose your preferred contact method. Our AI Consultant will immediately analyze your case based on the parameters you entered.
This corpus poisoning directly compromises vector database integrity, as documented in recent architectural vulnerability studies [4]. When your vector space becomes cluttered with redundant embeddings, retrieval accuracy plummets, forcing the system to retrieve irrelevant context.
Resolving retrieval debt demands a professionally engineered data pipeline before RAG even deploys. Experts design automated data-cleaning pipelines, real-time vector database synchronization, and semantic deduplication layers to ensure the AI only accesses verified, current ground truth.
Finally, we must expose the blind deployment fallacy. Deploying AI without standardized testing, ground truth datasets, or real-time observability constitutes a blind gamble that guarantees project death at the scaling stage. Lacking a CI/CD equivalent for prompts deprives CIOs of visibility into model drift, leading to uncontrolled performance degradation.
This evaluation vacuum explains why scrapped AI initiatives more than doubled from 17% to 42% in a single year. This operational risk triggers catastrophic systemic failures in automated workflows, leading to severe regulatory audits and massive liability claims. Unmanaged ai risk[5] exposes sensitive data and destroys brand equity overnight.
Relying on naive, static evaluation methods or synthetic LLM-as-a-judge loops only masks these underlying issues, creating a false sense of security. Overcoming evaluation debt requires building a custom, continuous evaluation and observability stack. Professional architects integrate real-time LLM monitoring (guardrails, drift detection) and establish automated CI/CD pipelines for prompts, transforming AI from a black box into an auditable, predictable enterprise asset.
Ignoring these architectural realities guarantees project failure. The path forward demands a complete rejection of DIY shortcuts and a commitment to rigorous, production-grade engineering. Only by implementing robust, model-agnostic architectures and automated evaluation pipelines can enterprises hope to survive the transition from experimental prototypes to scalable, resilient AI platforms.
The Manifesto
The architectural vulnerabilities we have detailed are not theoretical. They are the active, daily reality sinking your AI initiatives. The market offers reactive, piecemeal fixes. We offer a fundamentally different path, grounded in engineering discipline.
Our position is clear. As Leading NeuroTechnus Specialists, we observe many enterprises grappling with the ‘AI debt’ described here. While the article highlights the symptoms, we believe the real challenge isn’t just identifying these debts, but implementing proactive, systemic solutions. The market often focuses on reactive fixes, but our experience shows that true resilience comes from treating prompts as declarative, testable assets within a robust PromptOps pipeline. This approach, coupled with continuous AI evaluation via ‘LLM-as-a-Judge’ frameworks, transforms AI initiatives from risky experiments into auditable business assets. We help clients achieve this through the Technus AI ecosystem, ensuring deterministic testing and real-time visibility, drastically reducing failure rates and accelerating innovation.
This is our engineering manifesto.
“PromptOps” in our architecture is not just version control; it is a CI/CD pipeline for semantic intent, ensuring every prompt is a deterministic, testable asset. Our “LLM-as-a-Judge” frameworks are not the closed-loop echo chambers you were warned against. They are adversarial, multi-agent evaluation systems that stress-test workflows against ground-truth datasets, providing auditable proof of reliability.
This is how you exit the cycle of failure. You stop treating AI as a black box and start engineering it as a core, predictable component of your enterprise architecture. The Technus AI ecosystem provides the guardrails to make this transition from high-risk experiment to high-value asset.
The Architect
The path out of this engineering crisis is not a menu of options. It is a non-negotiable architectural blueprint. The following is not a list of tools to consider; it is the integrated, production-grade framework required to build resilient AI systems. This is the NeuroTechnus approach to a coherent system design [6], moving from probabilistic risk to deterministic control.
We begin by dismantling prompt chaos. The ‘spaghetti prompts’ plaguing your current systems are a direct result of treating prompts as disposable strings. This ends now.
Our architecture mandates a centralized Prompt Registry, implemented using hardened tools like Langfuse or LangSmith, which is integrated directly into a Git-based CI/CD pipeline. Prompts cease to be unstructured text; they become declarative assets, defined in YAML or JSON schemas. This enforces structure, enables programmatic generation, and establishes strict version control [7]. Automated unit testing via frameworks like Promptfoo becomes a mandatory gating step before any deployment. We evaluate for semantic drift, performance regression against golden datasets, and security vulnerabilities. This is how you build a defensible prompt layer. Enterprises attempting this DIY fall into a 14-month engineering trap, building custom tooling from scratch. NeuroTechnus’s pre-built PromptOps bootstrap templates deliver a production-grade registry and testing pipeline in four weeks. The benefit is a 4.3x reduction in prompt maintenance overhead and shrinking model migration cycles from six weeks to under three days. This is a direct assault on the 95% AI project failure rate.
Next, we sever the dependency on volatile, monolithic model APIs. Building your core logic on a single external provider is an unacceptable strategic risk.
The solution is an enterprise-grade LLM Gateway, using technology like LiteLLM or a customized Kong Gateway, coupled with a dedicated MLOps tracking layer such as MLflow. This gateway acts as an intelligent abstraction layer. We implement semantic routing logic that directs requests based on cost, latency, and task complexity. Simple, high-volume tasks are routed to lightweight, locally-hosted models like Llama-3-8B served via vLLM for maximum efficiency. Only the most complex reasoning tasks that require frontier intelligence are sent to expensive, external APIs. This architecture guarantees 99.95% uptime by automatically failing over to alternative models when a primary API drifts in performance or suffers an outage. This dynamic routing and failover capability reduces API token costs by an average of 3.2x and insulates your enterprise from the volatility that forced 42% of businesses to scrap their AI initiatives. You are no longer a hostage to your provider’s release schedule.
Third, we cure the poison in your RAG systems. The ‘correct but outdated’ information corrupting your AI’s outputs is a failure of data engineering, not a failure of the model.
We engineer a real-time data hygiene pipeline that precedes the vector database. This is not optional. We use dbt for structured data transformation and Unstructured.io for the complex parsing of native enterprise documents – stripping out the artifacts that pollute embeddings. The core of this design is a hybrid vector-graph database, pairing a vector store like Milvus or Qdrant with a graph database like Neo4j. The vector DB handles semantic search, while the graph DB maintains critical metadata, provenance, and explicit relationships between data entities. We then implement automated data lifecycle management: Time-to-Live (TTL) policies automatically expire and archive stale information, while semantic deduplication algorithms continuously prune the vector space to maintain retrieval accuracy. This is augmented by advanced retrieval strategies in LangChain or LlamaIndex, such as parent-document retrieval and re-ranking with Cohere. These professionally engineered data pipelines [8] prevent the downstream failures that erode ROI, reducing retrieval error rates from an industry average of 28.4% to below 1.7% and saving an estimated 140 hours of manual audit time per week.
Finally, we eliminate blind deployments. The absence of continuous evaluation is the single greatest source of unmanaged risk in enterprise AI.
Our architecture integrates a dedicated AI observability stack using tools like Arize, Phoenix, or TruLens to capture and analyze production traces and telemetry. This goes far beyond the naive ‘LLM-as-a-Judge’ loops that create confirmation bias. We deploy a sophisticated evaluation pipeline that continuously samples production inputs and outputs, scoring them against predefined, human-validated rubrics – measuring toxicity, relevance, faithfulness to source, and groundedness. These evaluations run in isolated clusters, using a panel of diverse models to prevent collusion, with metrics fed directly into your existing Datadog or Grafana dashboards. This replaces point-in-time benchmarks with continuous, real-time visibility into model drift and performance degradation. The result is a reduction in the time-to-detection of silent failures from an average of 12 days to under four minutes. This robust observability framework is what finally unlocks a clear, metrics-driven ROI, transforming AI initiatives from high-risk experiments into predictable, auditable business assets.
The Simulation
This is not a theoretical model. It is a field-tested protocol. Consider a representative architectural analysis of a typical industry situation we were called in to remediate.
A rapidly scaling Fintech Unicorn operating a global payment processing platform aimed to leverage AI for real-time fraud detection and automated customer support. Their internal data science team, under pressure to deliver quickly, opted for a modular approach using several leading foundation models via API calls and a custom-built RAG layer.
The system, initially promising, began exhibiting critical failures after several months in production. For fraud detection, the AI-driven module experienced a significant increase in false negatives, allowing high-value fraudulent transactions to pass undetected. This was primarily due to retrieval debt: the RAG system was pulling outdated fraud patterns from a data lake containing duplicated and conflicting information.
Model dependency debt became apparent when the external foundation model provider pushed an unannounced update, subtly altering the model’s interpretation of certain prompt structures. This caused a drift in fraud detection logic that was not caught by their rudimentary, evaluation debt-ridden monitoring.
Concurrently, the automated customer support system suffered from severe prompt debt. Undocumented tweaks, accumulated ‘quick-fix’ prompts, and a lack of version control led to inconsistent responses. ‘Prompt stuffing’ with excessive context for complex queries caused increased latency and led to the AI generating irrelevant or contradictory advice, resulting in critical customer dissatisfaction.
A vector database deadlock during peak transaction times caused the RAG system to silently fail retrieval for certain customer segments. This led to AI hallucinations where the model fabricated information, directly impacting regulatory compliance as incorrect financial advice was dispensed. Their evaluation debt meant there was no CI/CD for prompts, making it impossible to track the performance degradation until after significant business impact.
NeuroTechnus specialists were engaged to stabilize the critical systems. Our architectural review immediately identified the systemic AI debt. We implemented our standard production-grade framework.
To address retrieval debt, we deployed a custom, multi-stage RAG architecture with a dedicated data validation and cleansing pipeline, ensuring near-real-time freshness of retrieved fraud patterns. To resolve model dependency debt, we introduced an isolated orchestration layer that abstracted the foundation models, including robust versioning and A/B testing capabilities for model updates.
The customer support system’s prompt debt was resolved by refactoring prompts into modular, version-controlled blocks, managed by a dedicated prompt management system with automated CI/CD pipelines. To combat evaluation debt, a comprehensive, continuous evaluation framework was deployed with real-time AI observability tools. This framework also delivered full data lineage and auditability, a core tenet of enterprise AI explainability[9].
The implementation of NeuroTechnus’s professional engineering approach led to a rapid stabilization. The results were not incremental; they were definitive.
- False negatives in the fraud detection system were reduced by 87% within three months, preventing an estimated $15M in potential annual losses.
- Customer support query resolution accuracy improved by 92%, leading to a 65% reduction in human agent escalations.
- System latency for AI-driven responses decreased by an average of 40%, even during peak loads.
- The new evaluation framework reduced the time to identify and remediate AI-related incidents from days to minutes.
Overall operational stability increased, allowing the Fintech Unicorn to scale its transaction volume by an additional 25% without proportional increases in operational overhead or AI-related incidents.
Future Scenarios
The operational realities of the next three to five years will separate the architectural pragmatists from the hype-driven casualties. Your current decisions dictate which of these futures your enterprise will inhabit. There exists no middle ground, no comfortable compromise where a poorly engineered system suddenly stabilizes through sheer luck. The physics of probabilistic systems guarantee that unmanaged technical debt compounds at an exponential rate. We project three inevitable operational paths for the modern enterprise based on their architectural choices.
- Scenario A: The Catastrophic Collapse. Relying on DIY prompt-stuffing and external API dependencies results in complete system paralysis by 2028 as deprecated model checkpoints render the orchestration layer obsolete, while poisoned vector spaces and closed-loop evaluation failures trigger catastrophic operational collapses and regulatory audits. In this future, the enterprise faces severe financial and legal exposure. When external model providers update their weights, your undocumented prompts fail silently, causing customer-facing agents to leak proprietary data or generate illegal financial advice. The lack of independent evaluation pipelines means you only discover these failures when class-action lawsuits or regulatory bodies knock on your door. The system collapses under the weight of its own unmonitored complexity, forcing a complete write-down of your AI investments.
- Scenario B: The Stagnant Purgatory. Maintaining static prompt engineering and basic vector RAG leads to a slow accumulation of AI debt, where escalating compute costs and constant manual hotfixes to combat silent model drift prevent the system from ever scaling beyond a fragile prototype. This state characterizes the majority of current enterprise deployments. Your engineering teams become highly paid firemen, spending their days manually patching broken vector databases and rewriting brittle prompts. Because the underlying data pipelines remain dirty, the system continuously retrieves outdated context, requiring constant human oversight to prevent public embarrassment. The projected return on investment never materializes, and the AI initiative remains a costly, fragile toy that the organization fears to deploy in production.
- Scenario C: The Resilient Frontier. By adopting a decoupled architecture with dynamic semantic compilers, self-healing Knowledge Graphs, and zero-trust deterministic evaluation pipelines, the enterprise achieves absolute operational resilience, immunity to latent space drift, and seamless multi-model portability. This architecture treats models as interchangeable utilities rather than permanent foundations. When a provider updates an API, the dynamic semantic compiler automatically translates the intent, preventing any disruption to downstream workflows. The self-healing Knowledge Graph continuously purges outdated data, ensuring the retrieval layer accesses only verified ground truth. This system scales safely, driving down operational costs while providing complete auditability and control over your enterprise intelligence.
The choice between these scenarios depends entirely on your willingness to abandon the simplistic narratives of the hype cycle. Continuing down the path of DIY experimentation guarantees a descent into purgatory or outright collapse. Resilient enterprise AI requires rigorous, production-grade engineering from day one. NeuroTechnus provides the architectural blueprint and the execution expertise to steer your organization away from systemic failure and toward absolute operational control. The window of opportunity to re-architect your systems before AI debt becomes unmanageable closes rapidly.
Conclusion
The scenarios outlined – Collapse, Purgatory, Resilience – are not distant forecasts. They are architectural inevitabilities. Your enterprise is already on one of these paths. Let me be direct: inaction is an explicit choice for failure. It is an active decision to default to the Stagnant Purgatory, where your best engineers are consumed by firefighting, ROI never materializes, and systems decay under the weight of unmanaged AI debt.
This is no longer a technical discussion for your engineering teams. It is a fundamental question of executive judgment and fiduciary responsibility. The Resilient Frontier is not reached by accident or by adopting piecemeal tools. It is engineered. It requires the disciplined, integrated framework we have detailed – a system designed for deterministic control, not probabilistic hope.
We have laid out the architectural blueprint. The next move is yours. Do not delegate this to a committee. Do not wait for the next hype cycle. The window to act before this debt becomes terminal is closing. Contact NeuroTechnus to schedule the architectural audit that will determine whether you are building a resilient enterprise asset or a costly, failed experiment. The time for observation is over.
Frequently asked questions
Why do traditional vector-search RAG systems fail and cause what the article calls RAG poisoning?
Traditional vector-search RAG systems fail when unstructured, duplicated, or outdated information in the knowledge base mathematically poisons the vector database. This creates ‘semantic black holes’ that permanently overshadow new, correct data, paralyzing effective decision-making and requiring a costly re-indexing. Resolving this retrieval debt requires a professionally engineered data pipeline with semantic deduplication and real-time synchronization before RAG deployment.
How does the NeuroTechnus architecture resolve the issue of prompt debt and spaghetti prompting?
NeuroTechnus resolves prompt debt by implementing a centralized Prompt Registry integrated directly into a Git-based CI/CD pipeline, treating prompts as declarative assets defined in YAML or JSON schemas. Automated unit testing via frameworks like Promptfoo is used to evaluate for semantic drift, performance regression, and security vulnerabilities before deployment. This PromptOps approach reduces prompt maintenance overhead by 4.3x and shrinks model migration cycles to under three days.
What is the purpose of implementing an enterprise-grade LLM Gateway in AI system design?
An enterprise-grade LLM Gateway acts as an intelligent abstraction layer that severs dependency on volatile, monolithic external APIs by implementing semantic routing logic. It routes simple, high-volume tasks to lightweight, locally-hosted models while sending complex reasoning tasks to expensive external APIs. This architecture guarantees 99.95% uptime through automatic failover and reduces API token costs by an average of 3.2x.
Why is relying on LLMs to evaluate other LLMs considered a dangerous practice?
Relying on LLMs to evaluate other LLMs creates a dangerous closed-loop confirmation bias that accumulates evaluation debt and masks a silent, compounding decay in system reliability. The system appears healthy because its own flawed logic validates its outputs, which continues until catastrophic workflow failures trigger regulatory audits or severe operational disruptions. To overcome this, enterprises must deploy adversarial, multi-agent evaluation systems and real-time observability stacks to capture and analyze production traces.
What operational and financial results did the Fintech Unicorn achieve after implementing the NeuroTechnus framework?
After implementing the NeuroTechnus framework, the Fintech Unicorn reduced false negatives in its fraud detection system by 87% within three months, preventing an estimated $15 million in potential annual losses. Additionally, customer support query resolution accuracy improved by 92%, leading to a 65% reduction in human agent escalations. System latency for AI-driven responses also decreased by an average of 40% during peak loads, allowing the company to scale transaction volume by 25%.







