
Series / world-models
World Models: The AI That Rehearses What Happens Next
A four-part guide to the models that represent state, action, and possible consequences, and how they will combine with language systems.
Writing · Field notes from the operating layer
Essays, field reports, frameworks, and technical guides for the people responsible for making AI work.
Current essay · Models & Engineering
Chatbots continue and coordinate symbolic information. A different class of model represents how a bounded environment may change, often conditioned on action. Both are useful. Treating them as the same thing is why enterprise AI conversations keep talking past each other.

Start with the work closest to the decisions you make.
Six editorial lenses. Each starts from a point of view, not a topic label.
Multi-part arguments, ordered as published.

Series / world-models
A four-part guide to the models that represent state, action, and possible consequences, and how they will combine with language systems.

Series / qwen38-local-wow
A five-part investigation into how the harness and serving stack make Qwen3.8-27B useful: the reasoning dial, the harness delta (raw local 2/8 → harnessed 8/8), verified demos, portfolio economics, and native 262K context on 32 GB.

Series / agent-native-work
A four-part series on designing work for agents: why software got them first, every domain's AGENTS.md, the verification gap, and the practitioner-builder.

Series / llm-os-modes
A six-part series on the operating modes behind frontier AI: Chat, Agent, Deep Research, Cowork, and owned infrastructure.

Series / rent-vs-own
An executive series on the AI ownership ladder and the strategic shift from rented tokens to durable assets.

Series / token-economy
A strategy and architecture series on token economics, model portfolios, and AI factory operations.

Series / context-compilation
The missing systems layer between retrieval and reasoning, from benchmark blind spots to measured evidence.

Series / autonomous-stack
The architecture of intelligent systems, from the data substrate to agent runtimes and prescriptive intelligence.

Series / agent-societies
A field guide to what happens when agents interact at scale, from emergence to competence.

Series / semanticstudio
A production-oriented series on building an enterprise RAG and multi-agent system.

Series / ai-native-computer
A technical and operating-model series on what changes when AI becomes the computer, not just another app.
Complete index
70 essays
Framework · September 10, 2026
Chatbots continue and coordinate symbolic information. A different class of model represents how a bounded environment may change, often conditioned on action. Both are useful. Treating them as the same thing is why enterprise AI conversations keep talking past each other.

Research Note · September 10, 2026
Rehearsal is where world models earn their keep — exploring possible futures inside a bounded scene before acting. But visual plausibility, controllability, physical executability, and downstream task utility are separate properties, and current systems succeed at some and struggle at others.

Framework · September 10, 2026
Chatbots ride on documents. Making a world model useful in a specific enterprise setting tends to require a different substrate — a linked operational record of observations, conditions, actions, and outcomes, with rights and provenance to match. Document RAG is insufficient for that, not irrelevant.

Research Note · August 25, 2026
A preregistered local deployment study of DeepSeek-V4-Flash-0731 on a dual-DGX-Spark cluster found a practical tie with Qwen, severe effective-context limits, and blocked frontier comparisons.

Research Note · August 21, 2026
Useful intelligence now runs on one consumer GPU. Advantage shifts to workload selection, evaluation, and operations because cheap AI is not automatically reliable.

Field Report · August 19, 2026
Qwen3.8-27B can hold its native 262K context window on one RTX 5090. The reason is architectural, and the serving stack matters as much as the weights.

Field Report · August 17, 2026
An independent lab investigation. The same open-weight model, served two ways, produced either an empty afternoon or a daily driver. What changed was the harness, not the weights. A newcomer-friendly entry to a four-part series.

Field Report · August 16, 2026
A free 27B open model on a home RTX 5090 drove the car-wash trap 5/5 where GPT-5.2 walked. The lesson is not local-beats-cloud. It is that default posture is not capability.

Field Report · August 16, 2026
An offline 8-task workday, synthetic privacy drills, and six verified one-file browser demos. Same weights, better harness, and the honest economics of owning versus renting.

Framework · August 16, 2026
A ~$6K desk changes the default. Here is what still belongs in the cloud, and how to route work between owning and renting without tribalism.

Technical Guide · July 28, 2026
A first-principles guide to inference hardware from desk to rack — M5 Max, DGX Spark clusters, prosumer PCs, RTX PRO 6000, Lenovo 8× H200/B200 nodes, AMD Instinct, plus prefill vs decode math, VRAM sizing, and API vs rent vs own TCO.

Field Report · July 27, 2026
A Sunday project to delete myself from twenty data brokers turned into the clearest argument I have for a design rule most enterprise agent architectures ignore: an agent needs the capability to act on a secret, not the secret itself.

Framework · July 10, 2026
Computer science has had rigorous definitions of 'agent' for 30 years. The industry took about two to break the word — and the cost isn't semantic. Agent-washing misprices risk in both directions: the safe systems get over-governed and the autonomous ones get under-governed. Here is the L0–L5 ladder I use to keep the term honest, and the governance that should follow each level.

Framework · July 9, 2026
85.2% versus 10.4%. Same tier of models, five weeks apart. That is not a domain gap — it is a grader gap. Software got agents first because its work came with a free compiler. One law, three multipliers, and the reason every other domain now has to build its own.

Technical Guide · July 9, 2026
AGENTS.md is not a document. It is an interface stack — MCP tools, skill catalogs, policy packs, and audit streams — with a README on top. Five translations, one procurement boundary, and the difference between agent-legible and Potemkin agent-ready.

Framework · July 9, 2026
Verification is not merely the reliability blocker — it is the pricing lever. Where a domain can verify cheaply, it prices on outcomes and tunes smaller models. Where it cannot, it stays hostage to frontier tokens. Margin follows verification.

Framework · July 9, 2026
The forward-deployed engineer is not a phase every domain passes through — it is a fork. Which side your domain walks down is decided by whether it owns its evals fast enough to outrun acquisition. The capstone of the four-part series on designing work for agents.

Research Note · June 1, 2026
The enterprise AI race is splitting into two models: integrated work systems that turn intent into completed work, and broad ecosystems that hand you powerful components and the integration bill. Three interactive positioning matrices and a quantitative 'when to use each' tool — across Anthropic, OpenAI, Microsoft, Google, AWS, Salesforce, ServiceNow, IBM, Databricks, and Snowflake.

Technical Guide · May 25, 2026
Your CEO asks whether you can build your own. The answer is yes. Here is what that actually means — four modes, four stacks from Frontier API to an 8x B200 chassis on your own silicon, the near-frontier OSS shift that changed the calculus, and the control spectrum that cost analysis keeps missing.

Framework · May 18, 2026
The difference between a chatbot and a coworker is state. Claude Code, Cursor, Operator, Codex, ChatGPT Projects. Persistent memory, skills, knowledge base, environment access. Session-long state — and the most dangerous un-governed surface in the enterprise today.

Technical Guide · May 11, 2026
Deep research is not a bigger chat. It is three sub-systems pretending to be one — a planner that decomposes the question, a swarm of agents that search in parallel, and a synthesizer that does a long-context reduce. 5 to 15 minutes. Hundreds of thousands of tokens. And the richest audit trail of any mode.

Field Report · May 8, 2026
A field report on how I actually use AI in May 2026 — a journey from Chat (3X) through Cowork (5X) and Build (10X) to Automate (30X), and what it means if you are not technical.

Framework · May 5, 2026
There are three Level-1 ways humans and AI work together — Chat (Human-to-GenAI), Build (Human-to-Agent), and Automate (Agent-to-Agent + Agent-to-Human). In 2026, chat is table stakes. The advantage lives in Build and Automate.

Technical Guide · May 4, 2026
Agents are not a model. They are a loop. One Agent turn equals 5–50 Chat-mode calls, plus tools, plus state, plus a kill switch. Here is what you actually pay for when Cursor writes a PR — and what enterprise governance must cover that Chat-mode governance does not.

Technical Guide · April 27, 2026
One prompt in. One response out. Fourteen infrastructure layers in between. Reasoning models are still Chat Mode — they just rent the GPU for longer. Here is what actually happens, and why it is still one machine.

Framework · April 23, 2026
Space, power, and cooling was the right product for the last era. It is not the right product for this one. A first-person argument — from inside Digital Realty — about where infrastructure platforms are actually going.

Framework · April 22, 2026
The phrase 'own AI assets' is usually shorthand for 'host a model ourselves.' That is the thinnest version of the move. Six rungs, a balance-sheet shift, and the one asset class almost nobody is buying yet — but should.

Framework · April 21, 2026
The AI bill doubled every six months. We stopped trying to shrink it and started asking a different question: what should we actually own? Part 1 of a 2-part executive series on the portfolio decision.

Framework · April 20, 2026
Six numbers the CFO should read in thirty seconds. The metrics that separate mature AI operators from enthusiastic experimenters — and the trajectory that tells you, every quarter, whether the platform is actually being run.

Framework · April 20, 2026
When you hit enter in ChatGPT, Claude, or Cursor, you are not running one machine. You are running one of four operating modes of something that behaves like an operating system. Same GPUs. Five orders of magnitude in cost. Completely different governance surface.

Technical Guide · April 19, 2026
Seventeen control planes, zero control. The architecture pattern that turns the CEO's token-economics argument and the Data Gravity placement argument into a single governed operating system for enterprise AI.

Framework · April 19, 2026
The economics of enterprise AI are now driven by routing, compression, caching, and infrastructure control. The AI factory pattern — dedicated GPU environments with federated routing — is becoming core enterprise infrastructure.

Framework · April 18, 2026
When 93% of enterprise data is created outside the public cloud, the AI question stops being 'which model' and starts being 'where does inference run'. The executive companion to The CEO's Guide to Token Economics.

Framework · April 17, 2026
Why boards should stop asking what AI costs and start asking what a verified outcome costs. A non-technical playbook for the operating discipline that will separate AI leaders from AI spenders.

Framework · April 13, 2026
RAG, MCP, memory systems, fine-tuning, prompt caching, AGENTS.md, knowledge graphs — everyone has a piece of the context puzzle. Nobody has the whole picture. Here's what's missing and why it matters.

Framework · April 12, 2026
The answer to the token economics problem isn't one model — it's a portfolio of six specialized model types served as internal API services. Near-frontier open models now handle 80–90% of enterprise tasks at a fraction of the cost.

Research Note · April 11, 2026
The AI memory space has converged on benchmarks that measure retrieval — the easiest part of the problem. They don't test governance, safety, provenance, or compilation quality. Here's what's missing and why it matters.

Technical Guide · April 11, 2026
Context Compilation Theory, Context IR, and the architecture between access and reasoning. How measuring benchmark gaps revealed a missing systems layer — and why it changes how we should build AI systems.

Research Note · April 11, 2026
Eight metrics measured on a live system. The CRR journey from 48.6% to 100%. CompileBench: the benchmark that evaluates compilation decisions. And the open standard proposal.

Framework · April 5, 2026
The Autonomous Stack is four layers: data substrate, agent runtime, proactive intelligence, and human interface. When all four work together, intelligence compounds.

Framework · April 5, 2026
A single power user can generate 10-50 million AI tokens per day. Multiply that across an enterprise, and the math changes everything. Token economics is becoming the defining constraint of enterprise AI.

Framework · March 29, 2026
Today's agents wait to be asked. Tomorrow's will tell you what you're missing. The shift from reactive to prescriptive is where agents become genuinely valuable.

Research Note · March 22, 2026
Agent runtimes have crossed from frameworks to operating systems. ZeroClaw, OpenFang, and OpenClaw represent three competing philosophies for giving agents a durable lifecycle.

Framework · March 15, 2026
Vector stores and RAG are table stakes. Real agent intelligence needs a continuous, multi-modal data substrate with episodic, semantic, relational, temporal, and contextual data.

Research Note · February 22, 2026
Here's what gets built when agents can form institutions. These are the 'StackOverflow 2.0s' that turn messy questions into verified artifacts.

Research Note · February 15, 2026
Societies generate priors. World models generate consequences. Verification generates truth. Here's the architecture that turns emergent behavior into emergent competence.

Research Note · February 8, 2026
Emergence isn't enough. Most agent societies will collapse into confident sludge. Here's what separates the ones that compound from the ones that collapse.

Research Note · February 1, 2026
I've been watching agents build a society. The emergent behaviors appearing when large numbers of agents interact without human orchestration point to something bigger than better chatbots.

Technical Guide · January 26, 2026
Open-sourcing the multi-agent chat platform I built to test my AI-native architecture ideas. 28 domain agents, 5 configurable modes, 4-tier memory with Context Graph, GraphRAG-lite, and everything enterprises need to build production AI.

Technical Guide · January 26, 2026
A complete walkthrough of SemanticStudio's user-facing features—from session management to file uploads to power user shortcuts.

Technical Guide · January 26, 2026
Why SemanticStudio uses specialized domain agents instead of one general-purpose assistant, and how to configure and manage them—from 12 to 50+ agents.

Technical Guide · January 26, 2026
The power user's guide to configuring SemanticStudio's RAG chain—multi-provider LLM support, mode parameters, and full control over cost vs. quality.

Technical Guide · January 26, 2026
A deep dive into SemanticStudio's 4-tier memory architecture—working context, session memory, long-term memory, and the Context Graph. Progressive compression meets knowledge bridging.

Technical Guide · January 26, 2026
How SemanticStudio's knowledge graph and entity resolution enable relationship discovery that pure vector RAG misses.

Technical Guide · January 26, 2026
How SemanticStudio's self-learning ETL pipelines ingest data, build knowledge graphs, and automatically create new domain agents.

Technical Guide · January 26, 2026
What separates demos from deployable systems—SemanticStudio's quality evaluation, hallucination detection, and enterprise observability.

Framework · January 3, 2026
AI agents make outcome delivery feasible. Economic pressure makes it inevitable. Here's what RaaS actually is, where it's already working, and why the shift from 'pay for software' to 'pay for results' changes everything.

Technical Guide · January 3, 2026
RaaS isn't a pricing model—it's the commercialization of an execution loop. Here's what Result Contracts look like, how the Outcome Control Loop works, and what providers and consumers need to make outcome-based models real.

Technical Guide · December 31, 2025
A lot of agent talk still sounds like old SaaS talk. In production, the pattern that works is simple: the core is stochastic, the shell is deterministic. You don't trust the agent—you bound it.

Framework · December 22, 2025
We're quietly standing up a new computer on top of the old one. In this new computer, LLMs are the CPU, tokens are the bytes, and the context window is the RAM.

Framework · December 22, 2025
If AI is the front end and the LLM is the CPU, what does that do to traditional software? Apps stop being destinations and become capability graphs.

Framework · December 22, 2025
How should a leading organization design for an AI-native future? Using the BDAT lens—Business, Data, Application, Technology—we explore what's next.

Framework · December 10, 2025
Why data sovereignty and secure AI architectures are becoming non-negotiable for enterprise AI deployments.

Technical Guide · December 5, 2025
How to architect RAG systems that overcome attention dilution and recency bias in large context windows.

Technical Guide · December 1, 2025
Design patterns for multi-agent AI systems that actually work in production environments.

Technical Guide · November 26, 2025
Lessons learned from implementing retrieval-augmented generation across hundreds of documents and thousands of users.

Framework · November 22, 2025
Why treating data as a product is essential for AI success, and how to build the data infrastructure that makes AI work.

Framework · November 19, 2025
Why the best AI systems amplify human capabilities rather than replace them. A framework for thinking about AI-augmented work.

Framework · November 16, 2025
What 5,000+ students and two decades of AI development have taught me about learning—both artificial and human.

Framework · November 14, 2025
How traditional data governance practices must evolve to support AI initiatives while maintaining trust and compliance.
