Abstract
Inference begins before the model executes.
Nine months before Anthropic published its Jacobian Lens paper, we built and deployed a system based on this intuition. Across 100 million tokens of production inference, we observed repeatedly that structuring the information environment before transformer execution produced substantial improvements in reasoning stability, context utilization, and generation coherence — improvements that could not be attributed to model changes, architectural differences, or prompt content alone.
We could describe what we built. We could measure what it produced. We did not yet have a precise theoretical account of why the mechanism worked at the level of the model's internals. Anthropic's July 2026 work on the Jacobian Lens and J-space framework provides one: if transformer inference traces structured geometric trajectories through high-dimensional activation space, then the information geometry presented to the model at the start of each forward pass is not a neutral initial condition. It is a determinant of the trajectory.
This paper formalizes that account as Inference-Space Conditioning (ISC): the systematic transformation of information geometry before transformer execution, altering the effective inference manifold without modifying model parameters. Within this framework, the CarrierOS KV Cache OS is reframed not as a traditional cache but as an Inference Operating System — an active pre-execution layer governing semantic stabilization, entropy conditioning, context assembly, and trajectory initialization.
Our empirical findings and the emerging mechanistic interpretability literature now converge on the same structural conclusion: the governance of inference precedes inference itself.
3–4×
effective context density
83%
faster avg response (long sessions)
50–70%
lower KV growth per unit of info
100M+
tokens · 0 observed failure modes
Production observations across 9 months — hypothesis-constraining evidence, not controlled proof (§9, §11).
01Introduction
Modern AI development operates on an almost unchallenged assumption: intelligence lives inside the transformer. Everything surrounding the model — retrieval pipelines, context assembly, memory systems, caching infrastructure, orchestration — is treated as supporting infrastructure. Useful, but passive. The transformer does the thinking; everything else just arranges the inputs.
CarrierOS was built on a different observation.
Beginning approximately nine months ago, we deployed a production inference runtime that takes an active role before each transformer forward pass — an independent computational phase whose purpose is to optimize the information geometry the transformer receives.
The results were measurable and reproducible — improved density, speed, and stability across 100M+ evaluated tokens with zero observed failure modes (the figures above; full measurement table in §9).
We could describe what we built. We could not yet fully explain why it worked at the level of the model's internals. Anthropic's Jacobian Lens work offers a structural account: if inference traces geometric trajectories through activation space, then the runtime organization of information before inference is not peripheral to reasoning — it is a precondition of it.
02From Prompt Engineering to Inference-Space Conditioning
The field has progressively expanded what it optimizes: first model weights (pretraining, fine-tuning, RLHF), then prompts (structured formats, chain-of-thought, few-shot), then retrieval (RAG). Each of these operates in the same conceptual space — modifying what the model is told. ISC proposes a different level of abstraction.
The distinction from prompt engineering is fundamental. Prompt engineering modifies user-visible text. ISC restructures the semantic environment at the level of the model's information manifold — the underlying organization of meaning, coherence, redundancy, and ambiguity that shapes which regions of activation space are accessed during inference. The objective is not better prompts. It is better computational conditions.
03Theoretical Model
Let a frozen, trained transformer be represented as:
CarrierOS introduces a runtime conditioning transformation applied before execution:
The complete end-to-end system becomes the composition:
The function g may include:
- Semantic normalization and entity canonicalization
- Ambiguity reduction and contradiction resolution
- Structural alignment and context prioritization
- Semantic deduplication and redundancy compression
- Entropy conditioning across the information manifold
- Governed truth-state assembly and validation
- Memory organization and inference-state construction
Critically, f remains unchanged — weights, architecture, and training are untouched. What changes is the point on the manifold from which the transformer begins each trajectory. This has a practical implication: ISC improvements are model-agnostic. CarrierOS currently operates across OpenAI, Anthropic, Google, Meta, and xAI foundation models without modification to any of them. The conditioning layer is entirely upstream.
04The Effective Jacobian & the Lens as Instrument
The local behavior of a trained transformer is described by its Jacobian — fixed by training, varying only with input position:
CarrierOS does not propose changing J_f. No modification to transformer internals is implied. But the composite system has a different effective Jacobian. By the chain rule:
Two things follow:
- The end-to-end pipeline acquires new differential behavior because g changes the input point at which J_f is evaluated — the model operates in a runtime-selected region of activation space, with correspondingly different local behavior.
- The geometry of the runtime transformation, captured in J_g, becomes a designable quantity. Rather than accepting the model's local behavior at whatever point raw input arrives, ISC engineers the effective operating point.
The Lens is also precisely the observational instrument needed to test ISC: baseline measurements on unprocessed context versus conditioned measurements on the same semantic content. If the hypothesis holds, conditioned trajectories should show:
- Tighter clustering of semantically related activations early in the forward pass
- Reduced activation variance across semantically equivalent inputs in different structural forms
- More coherent progression through J-space during multi-step reasoning
- Earlier stabilization of semantic representations at key reasoning junctures
These predictions are specific, falsifiable, and testable with existing interpretability infrastructure.
05Entropy Conditioning
Extended inference contexts naturally accumulate semantic entropy through:
- Information duplication across retrieved passages and conversation history
- Inconsistent entity representations and terminology drift
- Conflicting assertions or contradictory evidence from multiple sources
- Fragmented references lacking local context to resolve
- Irrelevant contextual branches consuming token budget
- Outdated information conflicting with more recent context
These entropy forms are distinct from token-level prediction uncertainty and are not addressed by model improvements, fine-tuning, or scaling alone. The Carrier Compiler addresses them explicitly: raw evidence passes through a governed pipeline — parsing, claim extraction, normalization, relationship detection, contradiction detection, gap analysis, validation, versioning. The output is not a cleaned-up document. It is a Governed Truth State: structured, versioned, conflict-resolved assertions with traceable evidence chains.
Rather than asking the transformer to recover structure from noisy inputs, the runtime supplies information that is already organized, validated, and coherent. This is not prompt engineering — it is a pre-inference compilation step.
06Trajectory Conditioning
Small differences in the information presented at the start of inference can produce substantially different trajectories through the activation manifold — a sensitivity most pronounced in long-context, multi-step reasoning. When early-layer representations are ambiguous or competing, downstream uncertainty compounds.
The central claim: when incoming context is semantically organized and internally consistent, early-layer representations stabilize faster. The model begins from a better-conditioned starting point, reducing variance in downstream reasoning without constraining generative flexibility.
CarrierOS implements this through the Runtime Package: a sealed, execution-ready assembly of the Governed Truth State, runtime state, identity context, policy constraints, and memory — built before the first token is processed. The transformer does not begin from raw input. It begins from a pre-assembled, governed inference environment.
Predicted effects — consistency across repeated runs, reduced drift, longer coherent chains, preserved global context, stable multi-step inference — are exactly the qualitative patterns observed in production (§9). Nine months of observation are consistent with each prediction.
07The KV Cache as an Inference Operating System
The KV cache is conventionally a performance optimization — caching key-value attention computations to avoid redundant work during autoregressive generation. Correct, but incomplete. The KV Cache OS is the execution environment governing the semantic state of inference: it receives pre-conditioned context from the Cognitive Runtime and manages it as structured inference state throughout generation — semantic state management, structured memory, context persistence, information prioritization, inference-state construction, and trajectory initialization.
Enterprise Evidence
Carrier Compiler
Governed Truth State
Package Builder
Runtime Package
Carrier Runtime
KV Cache OS
Foundation Model
Output Guard
Generation + ReceiptUnder this architecture, the transformer's output is jointly determined by its weights and by the inference state constructed by the runtime. The runtime is not infrastructure surrounding a model. It is a co-equal computational layer.
08Context Density & the Effective Context Window
Standard information theory applied to language models focuses on token-level uncertainty — next-token entropy, perplexity. ISC requires a richer set of quantities at the semantic level:
| Quantity | Definition |
|---|---|
| Semantic Entropy | Entropy arising from ambiguity, inconsistency, or conflicting representations across the context |
| Contextual Redundancy | Proportion of context tokens carrying no marginal information relative to existing context |
| Mutual Information | Shared information between retrieved context and the query or reasoning task |
| Context Density | Semantically useful information per token after runtime conditioning |
| Effective Information Bandwidth | Rate at which the context window delivers actionable information to the transformer |
Density is the bridge to a second concept. A model's published context window describes architectural capacity; its effective context window is the portion carrying computationally useful information after redundancy, ambiguity, and fragmentation are accounted for. Real-world contexts — retrieved documents, conversation history, tool outputs, injected memory — routinely carry large proportions of low-signal content. A model receiving a high-entropy context is not reasoning across its full token capacity; it is reasoning across a smaller effective window, padded with noise. Conditioning attacks exactly this gap: higher density within the same budget (observed 3–4×), and correspondingly lower KV growth per unit of information retained (observed 50–70% reduction).
The hypothesis is not larger context windows — it is better utilization of the ones that already exist.
CarrierOS has sustained coherent reasoning across 500K+ token sequences in sessions lasting up to 28 minutes, on inputs exceeding 20MB — without state collapse or reasoning degradation. Consistent with the effective-context-expansion hypothesis, though the causal mechanism requires controlled validation.
09Empirical Observations
CarrierOS has run in production for nine months. The following figures derive from internal benchmarks — A/B testing across extended multi-turn sessions (~240 prompts per session) and sustained workloads across 100M+ tokens. They are presented as hypothesis-constraining evidence, not controlled experimental proof of causal mechanism.
| Metric | Observed result | Baseline |
|---|---|---|
| Effective context density | 3–4× improvement | Standard context assembly |
| KV cache growth per unit of information | 50–70% reduction | Direct inference |
| Average response time (long sessions) | 83% faster | A/B tested baseline |
| Stable inference across extended sequences | 500K+ tokens sustained | — |
| Total tokens evaluated | 100M+ | — |
| Hallucination drift events | 0 observed | — |
| State collapse incidents | 0 observed | — |
| Timeout failures | 0 observed | — |
Reasoning stability
Multi-step reasoning over large retrieved contexts showed substantially lower output variance across repeated runs versus direct-inference baselines — most pronounced when integrating information distributed across long documents.
Semantic continuity
Models on conditioned contexts integrated early-context information into downstream reasoning markedly better; relevant information did not appear to lose influence as generation length increased.
Coherence under context pressure
In tasks approaching model context limits, conditioned inference maintained semantic coherence and argument consistency at notably higher rates than unconditioned baselines.
Format robustness
Semantically equivalent inputs in different structural formats produced more consistent outputs after conditioning — suggesting reduced sensitivity to superficial input variation.
These observations are consistent with ISC but do not by themselves establish the specific causal mechanism. The experimental program below is designed to test the mechanism directly.
10Experimental Program
The framework generates falsifiable, empirically tractable predictions. Active and planned evaluations:
Behavioral benchmarks
- Long-context coherence (RULER, SCROLLS, custom multi-hop)
- Repeated-run consistency across matched semantic inputs
- Semantic drift in extended generation
- Failure rates in complex multi-document tasks
Interpretability analyses
- Activation-trajectory comparison via Jacobian Lens methods
- J-space clustering: do conditioned inputs stabilize earlier?
- Effective context utilization via attention entropy
Information-theoretic measurements
- Context density before vs. after conditioning
- Effective context window expansion
- Mutual information between context and task outputs
Cross-model validation
- Replication across OpenAI, Anthropic, Google, Meta, and xAI models
- Direct test of the model-agnostic hypothesis
Results will either validate the ISC framework or require its revision. It is designed to be falsifiable at each level.
11Scope & Limitations
12Conclusion
CarrierOS was built from a practical observation: when you organize, validate, and stabilize the information a transformer receives before it executes, the transformer reasons better. Not marginally better — substantially, reproducibly, measurably better. Nine months and 100 million tokens of production inference confirmed the observation. Anthropic's mechanistic interpretability work now offers a structural explanation for why.
ISC formalizes this as a designable property. The Carrier Compiler produces not a better prompt but a Governed Truth State. The Runtime Package does not inject context but constructs a governed inference environment. The KV Cache OS does not optimize memory but manages semantic state. Together they constitute an Inference Operating System — the computational environment within which the transformer reasons.
The transformer does not reason alone. It reasons within a computational environment — and that environment can be engineered.
If validated, the implications extend beyond CarrierOS: a direction for advancing AI performance that requires no larger models, no more compute, no architectural innovation — only better governance of the inference process itself.

