Long-running enterprise AI agents fail to reliably retain or access business-specific knowledge
Most conversations about enterprise AI focus on bigger models, better orchestration, or more sophisticated agent frameworks. Those matter, but they are not the main constraint. The real question is much simpler: can an AI system work independently for hours while making decisions based on your company’s knowledge without constant human intervention?
In many cases, the answer today is no.
This is why so many AI projects look impressive during demonstrations but struggle in production. During a demo, the model receives carefully prepared information and operates within a controlled environment. In production, the situation changes. Policies evolve, new information appears, context grows, and tasks become much longer. As the amount of information increases, the model becomes less reliable. Eventually, someone has to step in, provide additional context, and verify the results.
That changes the economics of automation. The AI completes most of the work, but your employees spend their time supervising instead of creating value elsewhere. If every important output requires careful review, the organization has not eliminated much manual effort. It has simply moved it to a different stage of the workflow.
This is why enterprise autonomy should not be measured by how intelligent a model appears. It should be measured by how long it can perform useful work before human supervision becomes necessary. That is a much more meaningful business metric.
The research supports this concern. AI company Chroma evaluated 18 leading language models and found that every model became less accurate as input context increased. This is a property of how transformer attention works rather than a weakness of any individual model. In other words, adding more information does not automatically improve performance. Beyond a certain point, it can reduce reliability.
For executives, this changes how AI investments should be evaluated. A larger context window or a more capable frontier model does not automatically translate into higher operational autonomy. Before expanding deployments, leaders should ask how the system manages knowledge over long workflows and how often humans must intervene. Those answers have a direct impact on operating costs, scalability, and return on investment.
Ultimately, enterprise AI succeeds when people no longer need to watch every important step. Until that happens, supervision remains one of the largest hidden costs of deploying AI at scale.
Traditional approaches leave human oversight as a permanent necessity
Today, most enterprise AI systems rely on one of two approaches to incorporate company knowledge. Neither fully solves the problem.
The first approach is fine-tuning. Here, business knowledge is built directly into the model by updating its internal parameters. This can produce excellent results for well-defined tasks because the information becomes part of the model itself. The challenge is that business knowledge does not stand still. Regulations change. Products evolve. Internal policies are updated. Every significant change creates pressure to retrain the model.
There is another issue that has challenged AI researchers for decades: catastrophic forgetting. First identified in the 1980s, this phenomenon occurs when a model learns new information at the expense of what it previously knew. As organizations introduce more specialized tasks, they often end up maintaining separate fine-tuned models or adapters for each one. Over time, this creates a growing collection of models that increases infrastructure costs, governance complexity, and operational overhead.
The second approach is retrieval-augmented generation, commonly known as RAG. Instead of storing knowledge inside the model, RAG retrieves relevant documents during each request and inserts them into the prompt. This makes updates much easier because organizations only need to update their underlying knowledge base rather than retraining the model.
That flexibility comes with trade-offs.
Every retrieval system depends on finding the right information at the right moment. If retrieval fails or misses an important document, the model can still generate an answer with high confidence. From the user’s perspective, there is often no visible indication that the necessary information was never retrieved. At the same time, larger prompts increase inference costs and latency because more tokens must be processed during every request.
Many enterprises combine fine-tuning with RAG in an attempt to balance these strengths and weaknesses. Stable knowledge is embedded through fine-tuning, while frequently changing information is supplied through retrieval. This is a practical improvement, but it does not eliminate the underlying uncertainty.
A model may confidently rely on outdated information embedded during fine-tuning. It may also confidently answer based on incomplete context because retrieval missed a relevant document. In both situations, the output appears equally convincing. That is why human reviewers cannot safely assume that an answer is correct simply because it is well written.
For business leaders, this has important implications beyond technology selection.
Choosing between fine-tuning and RAG is not simply a technical architecture decision. It is an operational decision about maintenance costs, governance, compliance, and risk. Fine-tuning generally increases update costs but keeps inference relatively inexpensive. RAG reduces update costs but increases runtime complexity, latency, and dependence on retrieval quality.
The most important question remains the same regardless of architecture: can your team trust the output enough to reduce human review?
If the answer is no, then the organization has improved productivity, but it has not yet achieved meaningful autonomy. That distinction matters because the financial value of enterprise AI comes from reducing supervision while maintaining quality.
A project in mind?
Schedule a 30-minute meeting with us.
Senior experts helping you move faster across product, engineering, cloud & AI.
Hypernetworks offer a third approach by generating specialized, task-specific models
The industry has largely treated fine-tuning and retrieval as the only practical ways to teach AI about a business. A third approach is now moving from research into commercial products. Instead of storing knowledge inside a permanently trained model or repeatedly supplying it through prompts, the system generates a specialized model when the task begins.
The key technology behind this approach is the hypernetwork. A hypernetwork is a neural network whose output is the weights of another neural network. In practical terms, it creates a task-specific model from a company’s policies and documents at inference time, rather than relying on a pre-built collection of fine-tuned models.
This changes where enterprise knowledge lives.
With fine-tuning, knowledge is embedded into model weights through retraining. With retrieval, knowledge stays in external documents and is added to the prompt whenever the model runs. Hypernetworks create the model itself from current information when it is needed. As policies change, organizations regenerate the specialized model instead of retraining or rebuilding extensive prompt pipelines.
That has important operational implications.
Many large enterprises already manage dozens or even hundreds of task-specific adapters or fine-tuned models. Each one requires version control, testing, monitoring, security reviews, and governance. As the number of business functions grows, that management burden grows with it.
Hypernetworks aim to replace that expanding library with a single generator capable of producing specialized models for many different tasks. Instead of storing every possible adapter, organizations generate the required one on demand. That reduces infrastructure complexity while making it easier to keep models aligned with current business policies.
Research in this area has accelerated over the past few years.
The concept of hypernetworks was first introduced in 2016. More recently, researchers have explored generating language model adapters directly from natural language or enterprise documents. Sakana AI’s Text-to-LoRA, presented at ICML 2025, demonstrated that a model adapter can be generated from a plain-language description in a single pass. The 2026 SHINE system identified hypernetwork adaptation as a promising direction because it avoids both the retraining costs associated with fine-tuning and the context limitations that affect prompt-based approaches.
This is still an emerging field, but the direction is significant. Instead of asking how to continuously update one large model, organizations begin asking how quickly they can generate the right specialized model for each business process.
For executives, this represents a shift in enterprise AI strategy. The competitive advantage may no longer come from maintaining the largest collection of specialized models. It may come from owning the system that can generate accurate, current, and domain-specific models whenever business conditions change.
That distinction could become increasingly important as organizations automate larger portions of their operations.
Small, specialized models generated by hypernetworks can reduce error rates and operating costs
One assumption has shaped enterprise AI for years: larger models produce better business outcomes. That assumption is becoming less certain as organizations deploy AI into highly specific workflows.
Most enterprise processes are narrow by design. Internal audits, compliance reviews, policy validation, contract analysis, and risk assessments follow defined procedures and operate within well-understood business rules. These tasks do not always require the broad capabilities of the largest frontier models.
A smaller model that is built specifically for one business process can often deliver more consistent performance because it focuses on a much narrower scope of work. That reduces the number of situations where the model must make uncertain decisions outside its intended domain.
The result is not simply higher accuracy. It is greater operational reliability.
As reliability improves, fewer outputs require escalation to human reviewers. This is what determines practical autonomy. An AI system becomes more valuable when people only need to review the relatively small number of cases where uncertainty remains.
This also changes the cost structure.
According to a 2025 paper by Nvidia researchers, small models are capable enough for many repetitive agent workflows while costing approximately 10 to 30 times less to operate than frontier general-purpose models. For organizations running thousands or millions of AI tasks each day, those efficiency gains can materially reduce infrastructure costs without necessarily sacrificing business outcomes.
The commercial market is beginning to reflect this direction.
Nace.AI, a Palo Alto-based company that raised a $21.5 million seed round in May, has built its platform around what it calls a MetaModel. Rather than maintaining separate specialist models, its generator produces parameter adaptations at inference time using a company’s policies. The company focuses on regulated industries, including audit, compliance, and risk assessment.
Nace.AI describes its workflow as approximately a 90/10 split. The AI system completes the majority of the operational work, while human experts validate the remaining portion. The important point is not the percentage itself. Figures such as 90/10 should be viewed as measurements of a particular system architecture rather than performance settings that can simply be configured.
For executives, this distinction matters.
Autonomy should not be treated as a marketing claim. It should be evaluated as an operational outcome supported by measurable performance. The relevant questions are straightforward. How often does the system require human intervention? How many exceptions must be escalated? How much time does human validation actually consume?
Those metrics have a direct impact on productivity, staffing requirements, operating costs, and scalability.
Organizations that focus only on model size may overlook the larger opportunity. The more valuable objective is building AI systems that remain accurate within a clearly defined business domain, require minimal supervision, and can operate efficiently over long periods. That is where specialized models have the potential to create lasting enterprise value.
Achieving trustworthy autonomy depends on grounding outputs
Greater autonomy only creates business value if people can trust the system’s decisions. That trust should not come from how confident an AI sounds. It should come from the ability to verify every important output quickly and consistently.
This is where grounding becomes essential.
Grounding means that every significant claim produced by an AI system is connected to the source that supports it. Instead of asking reviewers to determine whether an answer feels correct, the system shows exactly which policy, regulation, document, or internal record was used to generate the conclusion.
That changes the role of human reviewers.
Without grounding, experts often spend their time recreating the model’s work to determine whether it is accurate. With grounding, they can focus on confirming the supporting evidence. The review process becomes faster, more consistent, and easier to audit.
This is particularly important in regulated industries, where organizations must often demonstrate what decision was made and why it was made.
Research is moving in this direction. HalluGuard, for example, was developed specifically to improve verification by labeling individual claims as either supported or unsupported while citing the passages used to generate them. Systems like this aim to reduce the amount of manual investigation required before approving AI-generated work.
Commercial vendors are also recognizing that traceability is becoming a competitive requirement rather than an optional feature. Nace includes grounding models and reasoning traces within its platform so reviewers can understand how conclusions were reached instead of evaluating outputs without supporting evidence.
Grounding, however, solves only part of the problem.
The second question is what happens after humans review the work.
Every validation creates new information. Experts confirm correct outputs, identify mistakes, and provide corrections. That feedback has significant long-term value because it can improve future model performance.
Executives should ask a simple question before selecting any enterprise AI platform: whose model becomes better from that feedback?
The answer varies across vendors.
Some providers use centralized expert networks to improve their own systems across customers. Others allow each enterprise to keep both the feedback and the resulting model improvements inside its own infrastructure. Nace supports both approaches depending on the deployment. For direct enterprise implementations, customer feedback remains within the customer’s cloud environment, allowing the organization to retain ownership of the resulting model improvements.
This distinction has strategic implications.
Over time, validated enterprise knowledge becomes an increasingly valuable asset. Organizations should understand whether that asset strengthens their own competitive position or primarily benefits their technology provider.
For business leaders, governance around feedback deserves the same level of attention as model performance. Procurement discussions should include questions about data ownership, model ownership, deployment architecture, regulatory compliance, and how improvements are incorporated into future models.
As enterprise AI matures, these considerations will increasingly determine where long-term competitive advantage is created.
Hypernetwork-generated models remain an emerging technology
Hypernetworks are promising, but they are not yet a mature solution. Organizations should recognize both their potential and their current limitations.
One of the most important challenges is calibration.
Calibration measures whether a model accurately understands its own level of confidence. A well-calibrated system knows when it has sufficient information to answer and when uncertainty is too high to justify a confident response.
This capability becomes increasingly important as organizations automate critical business processes.
An AI system that occasionally declines to answer because confidence is low is often more valuable than one that produces confident but incorrect responses. Effective escalation depends on accurately identifying uncertainty before errors reach customers, regulators, or business leaders.
Current research suggests this remains an active area of development.
Hypernetwork-generated adapters do not automatically improve calibration compared with conventional fine-tuning. Performance gains appear only under certain conditions, indicating that calibration cannot yet be assumed as an inherent advantage of the architecture.
Data quality presents another significant challenge.
A generated specialist model can only be as reliable as the policies, procedures, and documents used to create it. If enterprise documentation is incomplete, inconsistent, outdated, or poorly maintained, the generated model will inherit those weaknesses.
For many organizations, this shifts part of the AI strategy away from model selection and toward knowledge management.
Executives often focus on choosing the right AI platform, but long-term performance may depend just as much on maintaining accurate internal documentation, governance processes, and structured policy repositories. High-quality enterprise data becomes a prerequisite for reliable AI.
Scalability also remains an open research question.
Most published hypernetwork research has focused on relatively small systems. While the underlying concepts have shown encouraging results, demonstrating consistent performance at enterprise scale requires significantly more evidence.
Peer review is still in progress, which means these claims should be treated as promising but not yet independently validated. Organizations considering this technology should distinguish between demonstrated research results and commercial claims that remain under evaluation.
For executives, the practical approach is measured adoption rather than waiting for complete certainty or assuming immediate maturity.
Hypernetworks are well suited for carefully selected pilot projects where success can be measured against existing workflows. These pilots should focus on measurable business outcomes, including accuracy, escalation rates, operating costs, policy update speed, and review effort.
That approach allows organizations to evaluate whether the technology delivers meaningful operational improvements while the broader research community continues to validate its long-term capabilities.
Organizations should match their AI architecture to the workload
There is no universal architecture that solves every enterprise AI problem. Fine-tuning, retrieval-augmented generation (RAG), and hypernetwork-generated models each solve different problems, and their value depends on the nature of the work being automated.
That is an important shift in thinking.
Many AI procurement decisions still begin with questions such as, “Which model is the most capable?” or “Which vendor has the highest benchmark scores?” Those questions matter, but they are not sufficient for enterprise deployment. The better question is whether the chosen architecture aligns with the operational requirements of the business process.
Long-running, repetitive, high-volume workflows have very different requirements from short, interactive tasks.
For processes such as internal audits, compliance reviews, policy validation, risk assessments, or document-intensive operations, the ability to remain current, operate efficiently for extended periods, and minimize human supervision can have a meaningful impact on productivity and operating costs. In these situations, hypernetwork-generated specialist models may offer the strongest long-term potential because they generate current task-specific models without requiring retraining or increasingly large prompts.
The picture changes for simpler workloads.
If a task consists of only a few steps, requires little domain specialization, and completes quickly, the advantages of generating a specialist model become much smaller. A well-prompted frontier model can often deliver comparable business value while avoiding the additional engineering effort and integration costs associated with more advanced architectures.
This is an important consideration for executives managing AI investment portfolios.
The goal should not be to deploy the most advanced technology available. The goal should be to maximize business value relative to implementation cost, operational complexity, and ongoing maintenance.
That requires evaluating AI projects as business systems rather than isolated technology initiatives.
There are four practical questions that help distinguish meaningful enterprise capabilities from marketing claims.
The first is where business knowledge actually resides. Is it embedded in the model through fine-tuning, retrieved from external sources during inference, or generated into task-specific model weights on demand? The answer influences update speed, governance, maintenance, and long-term flexibility.
The second is what accompanies each output. Can reviewers immediately verify the evidence supporting a conclusion, or must they repeat the analysis themselves? Strong grounding and provenance directly affect review time, audit readiness, and trust.
The third is how the system determines when work should be escalated to a human. High autonomy is valuable only if the AI reliably recognizes uncertainty and transfers difficult cases before errors occur.
The fourth is who benefits from human feedback. Every correction improves future performance, but organizations should understand whether that learning strengthens their own systems or primarily enhances the vendor’s platform. This affects long-term competitive advantage and the ownership of institutional knowledge.
Taken together, these questions move the discussion away from headline claims about autonomy percentages and toward measurable operational capabilities.
Hypernetworks are the most credible attempt so far to create specialist models that remain current without suffering from the limitations of traditional fine-tuning or requiring extensive prompt engineering. At the same time, the most important technical questions, including calibration and large-scale performance, are still being validated through ongoing research and peer review.
That balance is important for business leaders.
Organizations do not need to wait until every uncertainty is resolved before exploring new architectures. At the same time, they should avoid assuming that an emerging technology is automatically the right choice for every application.
The most effective strategy is to prioritize business outcomes over technical novelty. Identify workflows where autonomy, accuracy, and reduced supervision create measurable value. Pilot new architectures in those environments, compare them against existing approaches, and expand only when the operational evidence supports doing so.
Enterprise AI is becoming less about selecting the largest model and more about selecting the right architecture for the right job. Organizations that make that shift early will be in a stronger position to deploy AI at scale while maintaining control over cost, governance, and quality.
In conclusion
Enterprise AI is entering a new phase. The question is no longer whether AI can generate useful answers. It clearly can. The real question is whether it can perform meaningful work independently, consistently, and at a cost that makes sense for the business.
That shifts the conversation away from benchmark scores and model size. The architecture behind the system matters just as much as the model itself. Where business knowledge lives, how it stays current, how outputs are verified, and how the system learns from human feedback will increasingly determine whether an AI deployment scales beyond a successful pilot.
Hypernetworks represent one of the most interesting developments in that shift. They offer a credible path toward generating specialist models on demand instead of maintaining growing collections of fine-tuned models or relying on ever-larger prompts. At the same time, they remain an emerging technology. Questions around calibration, scalability, and independent validation still deserve careful attention.
For business leaders, that means avoiding two common mistakes. The first is dismissing new approaches because they are early. The second is adopting them simply because they are new.
The better approach is disciplined experimentation. Identify business processes where accuracy, governance, and reduced supervision create measurable value. Run controlled pilots. Measure escalation rates, review effort, policy update speed, operating costs, and business outcomes. Compare architectures using operational metrics rather than product demonstrations.
The organizations that gain the most from AI over the next several years are unlikely to be those with the largest models. They will be the ones that build systems capable of applying the right business knowledge at the right time, while keeping humans focused on the decisions that truly require their expertise.
That is where enterprise AI begins to move from an impressive capability to a durable business advantage.
A project in mind?
Schedule a 30-minute meeting with us.
Senior experts helping you move faster across product, engineering, cloud & AI.


