AXM · Owned Learning Loop
Public release · 20 September 2026 · Version 1.0

Own the learning loop.

The 12-month lead is available now. Capture real work, attach outcomes, replay it as evals, route by workload, adapt only what is stable, promote by evidence, and keep a rollback path. Better models can arrive later.

The shot: by late 2027, smaller open models may deliver capability that currently needs much larger hardware. The team that wins will not be the one that merely bought the GPU. It will be the one that spent 2026 building a proprietary, replayable correction loop around its own work.
01 · The map

Do 2027's boring work now.

Local serving is becoming easier. The scarce asset is moving one layer up: the evidence needed to decide what the system should learn, whether it improved, and when a new model or adapter deserves production traffic.

WORK
TRACE
LABEL
EVAL
ROUTE
ADAPT
PROMOTE
ROLL BACK
ASSET 01

Terminal outcomes

Record whether the work actually succeeded: merged patch, resolved ticket, accepted report, recovered payment, passed inspection. Model applause is not ground truth.

ASSET 02

Replayable traces

Preserve model identity, prompt/version, tools, retrievals, decisions, latency, cost and outcome references. Redact sensitive content or store hashes when raw bytes are unnecessary.

ASSET 03

Versioned evals

Turn recurring work and failures into a frozen replay set. A model swap becomes an engineering change with measurable regressions, not a vibe check.

ASSET 04

Routing policy

Send routine work to the cheapest system that clears the quality floor. Reserve frontier models for novelty, teaching, difficult verification and overflow.

ASSET 05

Adapters, not amnesia

Keep base weights frozen first. Train small, task-specific deltas when repeated evidence says a skill should move into weights. Version every artifact.

ASSET 06

Promotion receipts

Every deployment records dataset hash, base-model identity, candidate artifact, eval results, decision owner and rollback pointer. Learning becomes auditable operations.

02 · Seven-day build

A year of positioning in one week.

Start with the work, not the hardware. Three narrow recurring workflows with visible outcomes are more valuable than a giant unlabelled transcript archive.

  1. Choose three recurring workflows.

    Define the terminal condition for each in one sentence. Example: "patch merged with tests green," not "assistant response looked good."

  2. Instrument the path.

    Capture model/version, prompts, tool calls, retrievals, elapsed time, token/cost metadata and an outcome reference. Use OpenTelemetry-compatible traces or an equivalent local ledger.

  3. Build the replay set.

    Freeze representative successes, common failures, expensive edge cases and critical safety/authority boundaries. Keep a holdout slice the adaptation process never sees.

  4. Run a two-lane baseline.

    Replay the same cases against the best hosted model you trust and the best local candidate that fits your hardware. Compare successful outcomes first, then latency and cost.

  5. Write the router.

    Local-first for known work that clears the quality floor; frontier for low-confidence, novel or high-impact cases. Log every escalation so tomorrow's specialization set comes from real misses.

  6. Train one narrow adapter.

    Use accepted examples for one stable skill. Freeze the base model, version the dataset and adapter, and do not let production traffic dynamically replace weights.

  7. Shadow, evaluate, promote.

    Run the candidate on replay traffic without controlling outcomes. Promote only after it clears the quality gate and critical regressions are zero. Store the receipt and rollback target.

By next Sunday you should own a loop, not a demo: real traces → real outcomes → replay → local candidate → bounded adaptation → measurable promotion.
03 · Memory placement

Do not put "memory" into weights just because you can.

The durable advantage comes from placing information in the cheapest layer that preserves correctness, editability and provenance. Weight updates are the final promotion tier, not the default memory store.

InformationDefault homeMove toward weights when…Keep out of weights when…
Current task stateContext / structured stateNever as task stateIt expires when the task ends
Mutable factsDatabase / retrievalThe fact becomes a stable general skill, not merely remembered dataIt needs correction, deletion, authority or citations
User / org preferencesProfile + policy storeA stable behavioral pattern is repeatedly demonstrated and safe to generalizeConsent, role or policy can change
Repeated procedureSkill file / workflow firstReplay data shows the procedure is stable and adapter training improves itDeterministic code expresses it better
Domain style / transformationVersioned adapterIt survives a holdout eval and rollback remains cheapIt contaminates unrelated tasks
Broad capabilityBase modelOnly after evidence justifies a true model updateA small adapter or external state can carry it

This hierarchy is an engineering rule, not a claim that adapters solve continual learning. Catastrophic forgetting, data contamination, reward misspecification and stale preferences remain live failure modes.

04 · Promotion law

Quality gates before economics.

A cheaper local model that fails the work is expensive. A candidate earns production traffic only after it meets the workload's acceptance floor.

Minimum promotion receipt

base_model_id       = immutable model + quantization identity
candidate_id        = adapter / model artifact hash
training_set_hash   = exact source set used for adaptation
eval_set_hash       = frozen replay + holdout identity
success_rate        = terminal outcomes, not model preference
critical_failures   = must satisfy workload-specific maximum
p95_latency         = measured on the target hardware
cost_per_success    = total run cost / accepted outcomes
decision_owner      = human or governed process with authority
rollback_to         = last known-good model + adapter pair

Order of operations: pass the quality and safety/authority thresholds; then compare latency and cost. Never optimize a candidate into production by averaging away a critical regression.

Frontier models become teachers, not truth.

Use stronger hosted models to generate candidate solutions, critiques and difficult synthetic cases. Anchor promotion to terminal outcomes and independent checks; a teacher model can be confidently wrong.

Adapters become privileged artifacts.

vLLM supports runtime LoRA loading and even in-place replacement, while its own security guidance warns that dynamic loading is unsafe when exposed to untrusted clients. Treat adapter promotion like code deployment.

05 · Hardware

Buy memory headroom, not mythology.

Use existing hardware until the workload proves it is the bottleneck. When you do buy, size for model weights, KV cache, context, concurrency and adaptation headroom rather than headline TOPS.

32 GB CLASS

Single-GPU laboratory

NVIDIA's RTX 5090 has 32 GB GDDR7. That makes the memory class a credible target for local inference, quantized-model experiments and bounded adapter work. It does not guarantee any particular future capability.

96 GB CLASS

Workstation headroom

RTX PRO 6000 Blackwell carries 96 GB GDDR7 ECC, materially expanding the set of models, contexts and adaptation workloads that fit on one device.

THE RULE

The GPU is replaceable.

The proprietary asset is the trace → outcome → eval → adaptation ledger. If a better accelerator or model arrives, you should be able to swap it in and replay your evidence immediately.

Ahmad Osman's public late-2027 forecast is GLM-5.2-class capability on one 32 GB RTX 5090. Treat that as a falsifiable forecast, not a purchasing guarantee.

06 · Lead builder

Generate your next seven moves.

Mark what you already have. The page will produce the missing sequence and a local JSON receipt. Nothing is uploaded.

Your lead plan

07 · Our dated shot

What we expect by September 2027.

Teams that own replayable work evidence will treat foundation models as replaceable components. Teams that own only hardware will still be starting from zero every time a better model arrives.

Model swaps become cheap.

A new local or hosted model can be replayed against your frozen workload evidence within hours, with regressions visible before production.

Specialists absorb the routine.

Repeated, well-labelled workloads migrate toward smaller local models or adapters; frontier systems concentrate on novelty, difficult verification and generating new training pressure.

The moat is the correction loop.

Private traces alone are exhaust. Private traces joined to outcomes, evals, adaptation lineage and deployment decisions become an accumulating operating asset.

This is a forecast, not an observed fact. The page is dated so the claim can be audited later.

08 · Receipts

Sources and boundaries.

  1. AI Engineer, "The Desktop Frontier": Osman's 18-month RTX 5090 forecast and hardware-ownership thesis.
  2. AI Engineer, "State of the Union: Why Local, Why Now": Osman's continual-learning argument and proposed local weight updates.
  3. Osmantic: current ODS positioning around local/hybrid serving, operator traces and continuous evaluation.
  4. OpenTelemetry: GenAI conventions for model calls, tool activity and token telemetry.
  5. Anthropic: agent evals as a lifecycle discipline for multi-step systems.
  6. MLflow: evaluating production traces, including intermediate agent behavior.
  7. Hugging Face PEFT: LoRA as parameter-efficient adaptation with frozen base weights.
  8. Hugging Face TRL: current post-training stack including SFT, DPO, GRPO, distillation and PEFT integrations.
  9. vLLM: LoRA serving, dynamic loading and in-place replacement support.
  10. vLLM deployment guidance: dynamic LoRA loading should be restricted to trusted administration.
  11. NVIDIA RTX 5090 specifications: 32 GB GDDR7.
  12. NVIDIA RTX PRO 6000 Blackwell specifications: 96 GB GDDR7 ECC.

Observed product capabilities and published statements are separated from our architectural recommendations and forecast. No claim here depends on unpublished access, a paid research product or a private vendor roadmap.