← Back to Intel

Why AI Speeds You Up Then Stops You

Mar 24, 2026Omar Trejo9 min read

The entropy ceiling is the point at which the cost of verifying a change overtakes the cost of making it. Below the ceiling, output converts into delivered capability. Above it, output converts into surface area — more coupling to trace, more assumptions to re-check, more of the system that nobody currently holds a working model of. AI does not remove that ceiling. It raises the rate at which a system changes while leaving the rate at which anyone understands it roughly where it was, and the ceiling arrives sooner without announcing that it has.

The distinction is old and newly urgent. An analysis of productivity and entropy (Allamaraju, 2026) separates output velocity from system productivity: the first is what a team feels, the second is what a business keeps. Frederick Brooks made the underlying argument in No Silver Bullet (Computer, 1987) — some of software's complexity is essential, and no tool removes essential complexity. AI changes the economics of implementation. It does not change the economics of operating a growing system under conditions that keep moving.

That difference lands hardest on whoever has to live with what they shipped. ML LABS has taken more than ten heavy-workload systems to production over fifteen-plus years, runs an ongoing engineering retainer on the cloud ECG backend it designed and built for HeartSciences, and operates its own product portfolio at Escape Velocity Labs, a sister practice under the same owner. Every Build on the ladder carries its first 30, 60, or 90 days of Operate by tier, run by the person who built it, so the verification bill for fast change lands on the desk that wrote the change. The one who sells the work is the one who does it, and then the one who holds it.

Every AI-assisted change buys speed now and bills verification later. The ceiling is the month the bill catches up with the income.

Four Forces Behind The Ceiling

Four forces set how fast entropy accumulates. AI introduces none of them and intensifies all four, which is why the effect looks like a sudden reversal rather than a slope.

Path Dependence Locks In Early

Early architecture choices become load-bearing for adjacent systems, team structure, and reporting lines. Once the business depends on them, replacing them is expensive even when everyone agrees they are wrong — research on path dependence (AER, 1985) is the canonical account of why an early, arbitrary choice constrains every later one. AI does not neutralize path dependence; it accelerates the accumulation on top of the flawed base layer. More code, more integrations, and more dependencies land before anyone pauses to question the foundation, and the lock-in cost grows underneath a productivity gain that is entirely real in the short term.

Competing Loops Resolve Into Disorder

Product optimizes for growth, platform for stability, finance for efficiency. Systems thinking literature (Meadows, 2008) frames the structure precisely: reinforcing loops push growth, balancing loops hold the system together, and the interaction decides the outcome. AI increases the execution power available to every loop at once. When each group can act on its own local logic at machine speed, the conflict between them stops being an argument in a planning meeting and starts being a property of the codebase.

Delayed Signals Hide The Bill

The expensive failures begin as drift that raises no alarm. Cleanup is deferred because feature demand is high, data quality erodes without an error message, a brittle integration keeps working just well enough. Analysis of systems drifting into failure (Dekker, 2011) moves the attention from isolated mistakes to the accumulation of locally sensible decisions, each defensible on its own day. The models are not stable underneath that either: research on temporal degradation in deployed models (Scientific Reports, 2022) tested 128 model-dataset pairs across healthcare, finance, weather, and transportation and found 91% degrading over time, many with no drift in the underlying data at all.

Mental Models Go Stale

Every engineer and every executive carries a partial map of how the system works, and the map ages the moment the system changes. Point several people with AI assistance at the same codebase and the organization acquires several high-speed actors working from slightly different maps of the same terrain. The result is drift at organizational scale: more changes made confidently, fewer shared assumptions behind them, and a higher validation cost attached to every consequential decision.

graph TD
    A["AI increases local output"] --> B["More changes land across the system"]
    B --> C["Coupling and hidden dependencies grow"]
    C --> D["Feedback arrives later and less clearly"]
    D --> E["Validation and maintenance costs rise"]
    E --> F["Effective productivity falls"]
    F --> G["Leaders push for more AI speed"]
    G --> B

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

The loop closes on itself, which is what makes it a ceiling rather than a cost. Falling effective productivity looks like insufficient AI adoption from the outside, so the response is more AI, which feeds the loop that produced the fall. The wrong conclusion is that the tooling stopped working. The accurate one is that velocity was converting into entropy faster than it was converting into durable capability, and nothing in the reporting distinguished the two.

Guardrails Decay Without An Owner

The counter to entropy is not slowing down. It is deciding, at design time, where fast change is allowed to travel — and then keeping someone in the building who can enforce that decision when it becomes inconvenient. Both halves are load-bearing, and the second one is where most organizations quietly fail.

The design-time half has a shape worth copying. On the cloud ECG backend ML LABS built for HeartSciences, the most consequential decision was made before the platform had a second customer: onboarding a new organization is configuration, never code. A new organization is defined by its HL7 field mappings, its enabled AI models, its invoice pricing, and its storage provisioning — four configuration surfaces rather than four branches in the codebase. That decision was not a refactor anyone was heroic about later, and it is the reason a new hospital does not widen the blast radius of every subsequent change. Seams are cheap to draw at the beginning and expensive to retrofit, and in a clinical system a retrofit is a change-control event rather than a routine deploy. The full architecture of that platform is where the seams are enumerated.

Three rules turn that into an operating standard for AI-assisted change:

  • Review by reversibility, not by volume. Small reversible changes can move at machine speed. Changes that alter schemas, permissions, workflows, or integration boundaries carry the entropy, and those are the ones that need a human who can say no.
  • Split the builder from the verifier. ML LABS runs a builder/verifier split across model families — the model that writes a change is never the model that clears it, and the stop condition is explicit rather than inferred. That separation of verification from generation is the system rebuilding this site, and it exists because a generator grading its own output is a productivity metric, not a control.
  • Keep one document per critical system that is actually true. Not perfect documentation — enough shared truth about runtime dependencies, data boundaries, and ownership that a consequential change can be evaluated against something more durable than memory.

None of the three survives unattended, and that is the part no framework can supply. A guardrail is a decision somebody has to keep making: a reversibility policy nobody enforces becomes a comment in a wiki, and a seam nobody defends gets crossed the first time crossing it is the faster path. ML LABS runs its retainer as an independent engineering partner rather than staff augmentation, with AI-assisted delivery acknowledged in the contract, and cancellable on thirty days' notice without penalty — the cancellation clause being the term that keeps the arrangement honest, because an owner nobody can remove eventually becomes the drift they were hired to prevent. What that ownership produced on the HeartSciences engagement is not a maintenance log: it is a clinical billing automation and a multi-site clinical operations program, both built after the platform, by the engineering that already held the context.

When Control Becomes The Bottleneck

Entropy is not a license for paralysis, and the failure mode on the other side is real: governance so heavy that AI becomes irrelevant to execution, every change routed through an approval path, and the organization arriving at coherence by having stopped changing. That is not control. It is the ceiling reached from below.

The second failure is authority. An owner with no mandate to retire a duplicate pipeline, refuse a fifth serving stack, or hold a release until a gate passes is a reviewer with a recurring calendar invite, and no contract structure repairs a missing mandate. Where the mandate cannot be granted, the honest fallback is narrower and still worth having: pick the two or three systems where a bad change is genuinely expensive, govern those properly, and let the rest move fast. Partial coherence held deliberately beats total coherence declared and never enforced. The cost a live system accrues when nobody owns it is the same argument seen from the operating side.

First Steps

  1. Rank your systems by blast radius, not by activity. For each live system, write down what a bad change costs to reverse. The ones that cannot be reversed cheaply are the only ones that need heavyweight review, and everything else can move.
  2. Classify AI-assisted changes before you accelerate them. Decide, in writing, which change classes merge on automated checks, which need human review, and which need architectural approval. An undeclared policy defaults to "whatever the fastest path allows".
  3. Name the person who can refuse. For one critical system, write down who holds the authority to reject a change on coherence grounds. A blank line there is the ceiling's exact location.

The Bar For AI-Speed Change

The bar is not a governance framework, and it is short enough to check against your own organization today. Every AI-assisted change is classified by reversibility before it merges. The changes that alter schemas, permissions, workflows, or integration boundaries have a named person with standing to refuse them. The generator of a change is not the verifier of it. And the coherence of each live system — not just its uptime — is somebody's accountable job, with the authority attached to make that accountability mean something.

An organization that clears all four can raise AI output without raising the ceiling, because the forces that produce entropy are being priced at the moment of change rather than discovered a year later. An organization that clears none of them is not failing at AI; it is succeeding at generating change faster than it can absorb it, which looks identical from the dashboard and is the more expensive of the two. The bar is only enforceable when someone is accountable for it — and an AI engineering retainer is how that accountability gets bought rather than hoped for: one accountable owner across your live systems, with the standing to refuse the change that would cost more to verify than it is worth, and cancellable the day it stops earning its keep.

References

  1. Allamaraju, S. Productivity and Entropy. Writing is clarifying, 2026.
  2. Brooks, F. P. No Silver Bullet: Essence and Accidents of Software Engineering. Computer, 1987.
  3. David, P. A. Clio and the Economics of QWERTY. The American Economic Review, 1985.
  4. Meadows, D. H. Thinking in Systems. Chelsea Green Publishing, 2008.
  5. Dekker, S. Drift into Failure. Ashgate/Routledge, 2011.
  6. Vela, D., Sharp, A., Zhang, R., Nguyen, T., Hoang, A., and Pianykh, O. S. Temporal Quality Degradation in AI Models. Scientific Reports, 2022.
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