← Back to Intel

Going Full AI Without Losing Institutional Knowledge

Jan 13, 2026Omar Trejo9 min read

You have AI writing a growing share of your code, answering a growing share of your customers, and producing the analysis your decisions rest on. The output curve looks better than it has ever looked, and the economics behind it are real — a company can now operate at a scale that used to require a much larger organization. The question that gets asked too late is what anyone inside the company is learning while this happens.

Nothing in the loop requires anyone to learn anything. The AI completes the task, the output ships, the next task arrives, and no step in that sequence forces a human to understand why the work succeeded, what the system assumed, which edge cases it dismissed, or how the decision will have to change when the conditions underneath it move. Output accumulates. The knowledge that would let you adapt does not.

This is not a forecast about the future of work — it is the failure mode ML LABS is paid to prevent. The practice runs an ongoing engineering retainer for HeartSciences, the medical-device company whose AI-ECG platform runs in clinical production, and ML LABS was the only backend engineering on that platform: a medical-device cloud platform that reached clinical production in two countries. Ownership of a live system is not an abstraction in that engagement. It is the work, and it is what the rest of this argument is about.

Three Ways Context Walks Out

Organizational-learning research names the mechanism, and it is less abstract than it sounds. Foundational work on exploration and exploitation (Organization Science, 1991) frames the trade-off: an organization needs both the new and the refinement of the known, and both depend on someone inside it internalizing what is being learned. A later framework on how experience becomes knowledge (Organization Science, 2011) is sharper about where that internalization has to land — experience becomes durable knowledge only when it is retained in people, routines, or artifacts the organization can reuse. An AI-run workflow generates experience faster than any team could and retains it in none of the three.

Three things leave the building when nothing retains them: the reasoning behind decisions, the shape of failures, and the substrate new people learn from.

Decision Provenance Disappears

The system picks a vendor, sets a price, or chooses a schema, and the output looks reasonable enough to ship. Nothing records what it assumed or what it discarded. When a similar decision returns with different inputs, there is no earlier reasoning to compare against, so the prompt is re-run and the new answer inherits exactly the thin basis the old one had. Decisions accumulate; the reasoning behind them does not, and a stack of answers nobody can interrogate is a liability wearing the costume of an asset.

The decisions worth keeping are made at design time, which is when they are cheapest to make and easiest to lose. The AI-ECG platform was designed from the start so that onboarding a new healthcare organization is configuration rather than code — HL7 field mappings, enabled AI models, invoice pricing, storage provisioning. That property is not visible in any one file. It was a judgment made before the code existed, and judgments like that stop being enforced the moment nobody in the room remembers why they were made.

Failures Stop Aggregating

When failures are retried or routed one at a time, nobody sees them as a series. The pattern that would have forced a redesign in a smaller operation becomes a steady-state line on the dashboard, mistaken for a baseline. Research on developer productivity with AI assistance (Ziegler et al., 2022) found that perceived productivity tracked acceptance rate more closely than any deeper measure of code persistence or rework — the felt signal and the durable one come apart, and it is the felt one that ends up on the slide.

A hedge fund ML LABS worked with had been accumulating unnecessary and polluted data without noticing: the aggregation mechanism was discarding information that mattered for model training, and the storage layer was duplicating what it kept. Correcting it cut storage costs by more than 60% and made their models 2% better. Nothing had ever alarmed, because nothing was built to alarm — the full account of what ownership of a live system buys sits with the ownership argument.

Onboarding Loses Its Substrate

People used to learn a system by inheriting its mess — how the data actually behaves, where the integrations break, why one customer was prioritized over another, what the last set of decisions was optimizing for. When execution runs end to end through an opaque layer, that substrate exists only in chat logs and outputs nobody keeps. Then a senior person leaves, and the company discovers it has no operating knowledge to hand anyone. The workflow still runs. No human can yet explain it.

Go full AI without an owner and you end up with operations that work and an organization that cannot explain them.

graph TD
    A["AI executes the work"] --> B["Output ships on schedule"]
    B --> C["Reasoning is never written down"]
    C --> D["Failures arrive as isolated events"]
    D --> E["No pattern recognition forms"]
    E --> F["The system can't be changed safely"]
    F --> G["The company leans harder on AI"]
    G --> A

    style A fill:#1a1a2e,stroke:#16c79a,color:#fff
    style B fill:#1a1a2e,stroke:#16c79a,color:#fff
    style C fill:#1a1a2e,stroke:#ffd700,color:#fff
    style D fill:#1a1a2e,stroke:#ffd700,color:#fff
    style E fill:#1a1a2e,stroke:#e94560,color:#fff
    style F fill:#1a1a2e,stroke:#e94560,color:#fff
    style G fill:#1a1a2e,stroke:#0f3460,color:#fff

The loop is self-reinforcing, which is why it is hard to see from inside it. The more the AI carries the operation, the less anyone needs to understand it on any given day — and the less anyone understands it, the more the company depends on whatever the AI happens to be doing, including on the day it stops being right.

What A Standing Owner Retains

A production AI system without an owner degrades in four directions at once. Models drift, costs creep, failures go silent, and the context walks out the door. The first three eventually surface on a dashboard, assuming somebody thought to build the dashboard — the fourth is invisible by construction, because what went missing is the person who could have told you what to watch.

Analysis of hidden technical debt in production ML (NeurIPS, 2015) named the mechanism for classical ML a decade before LLMs: glue code accumulates faster than anyone removes it, until it costs more than the model it wraps. The entropy ceiling AI-accelerated teams run into is the same dynamic seen from the organization's side. Removal is the part no dashboard performs for you, and an owner is what makes removal happen.

The wrong owner makes this worse rather than better. The architect-elevator framing (Hohpe, 2020) sets the standard in one line: the job is not to be the smartest person in the room, it is to make everybody else smarter. An owner who runs your AI systems and leaves your organization no more capable than it was has done half the job, and the wrong half — you rented execution and bought nothing that outlives the engagement.

The check on any of this is what the arrangement actually produces. Under its ongoing retainer with HeartSciences, ML LABS built and shipped their billing operations automation and their multi-site clinical operations system — two production systems, delivered by the practice that already operated the platform beneath them. Cutover on the billing automation waits for 98%+ agreement with expert-adjudicated determinations, and the shadow phase before it exists to surface the finding that decides whether automation is the right move at all: more than 15–20% of records with missing critical fields means the source data, not the workflow, is the constraint. Both of those are the product of someone looking.

The mechanics that keep an owner honest are contractual rather than cultural. ML LABS writes measurable targets into the contract before work starts, and the Operate engagement can be cancelled on thirty days' notice without penalty — an owner who protects their position by keeping the reasoning inside their own head fails that test the first time a client applies it. Ownership that cannot be cancelled is not ownership. It is dependency with a nicer name.

When Speed Beats Learning

There are real moments when speed dominates: a regulatory deadline, a competitor moving on a surface you own, a narrow window to test a hypothesis before it stops mattering. Accepting transient knowledge debt to ship is as rational as accepting technical debt, and for the same reasons. Analysis of AI-era productivity dynamics (NBER, 2018) shows the cost from the other side — the measured productivity of a general-purpose technology runs ahead of the intangible investments that make it durable, so the gap between what you are shipping and what you are retaining is widest exactly when the shipping looks best.

The difference between debt and decay is whether the debt gets named when it is taken on and scheduled for repayment. A company that never names it does not have a strategy — it has a story it tells itself about why nobody is writing anything down. The moment that story stops working is the moment the system has to change and nobody left in the building can say what the current one assumed.

First Steps

  1. Name the decisions that earn a written rationale. Pick the small set whose reasoning the company will need again — pricing, architecture, vendor selection, customer prioritization — and record what was assumed and what was rejected, not what was chosen. The output is already stored; the reasoning is the part that evaporates.
  2. Read the failures the AI absorbed. Pull the exceptions your systems retried, routed, or swallowed and look at them as a series rather than as incidents. A failure pattern that never gets aggregated becomes a baseline nobody questions.
  3. Put one accountable person on each production workflow. Not to do the work, but to be the one who can explain how it works, what it depends on, and what would have to change if the inputs shifted. If no name comes to mind, that is the finding.

One Owner, Written Reasoning

Treat learning as a deliverable of the AI work rather than a by-product of it. Capture the reasoning behind consequential decisions, aggregate the failures the system is absorbing, and make one person accountable for the operating model of each workflow — someone whose explicit job is to leave everyone else able to reason about the system without them. Research on AI-powered organizations (HBR, 2019) makes the harder half of the point: AI value scales with the organizational change around a deployment, not with the deployment itself.

Where the operation already runs on AI and nobody inside can explain how it works, the missing piece is neither tooling nor documentation — it is an owner, and an AI engineering retainer is the standing version of one: an independent engineering partner rather than staff augmentation, operating the systems, aggregating the failures nobody else is seeing, writing down what each decision assumed, and answering to targets fixed before the work starts. The test of that arrangement is not how much it ships. It is whether your organization can explain the system it depends on without picking up the phone.

References

  1. March, J. G. Exploration and Exploitation in Organizational Learning. Organization Science, 1991.
  2. Argote, L., and Miron-Spektor, E. Organizational Learning: From Experience to Knowledge. Organization Science, 2011.
  3. Ziegler, A., et al. Productivity Assessment of Neural Code Completion. arXiv, 2022.
  4. Sculley, D., et al. Hidden Technical Debt in Machine Learning Systems. NeurIPS, 2015.
  5. Hohpe, Gregor. The Software Architect Elevator: Redefining the Architect's Role in the Digital Enterprise. O'Reilly, 2020.
  6. Brynjolfsson, E., Rock, D., and Syverson, C. The Productivity J-Curve: How Intangibles Complement General Purpose Technologies. NBER Working Paper Series, 2018.
  7. Fountaine, T., McCarthy, B., and Saleh, T. Building the AI-Powered Organization. Harvard Business Review, 2019.
NEXTTO PRODUCTION

Check your position.

Two minutes. Your main blocker and first move.

Fixed scope · written plan · Design and Build: full refund until you accept