Skip to content

Writing · Field notes from the operating layer

Ideas for operating AI, not merely adopting it.

Essays, field reports, frameworks, and technical guides for the people responsible for making AI work.

Current essay · Models & Engineering

The AI Most People Haven't Met Yet

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.

Choose your path

Start with the work closest to the decisions you make.

Editorial pillars

Six editorial lenses. Each starts from a point of view, not a topic label.

Active series

Multi-part arguments, ordered as published.

Series / qwen38-local-wow

Qwen3.8: Same Weights, Different Product

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.

5 published parts5/5 planned
Browse in archive

Series / agent-native-work

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.

4 published parts4/4 planned
Browse in archive

Series / llm-os-modes

Modes of the LLM OS

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

6 published parts6/6 planned
Browse in archive

Series / token-economy

The Token Economy

A strategy and architecture series on token economics, model portfolios, and AI factory operations.

3 published parts3/3 planned
Browse in archive

Series / context-compilation

Context Compilation

The missing systems layer between retrieval and reasoning, from benchmark blind spots to measured evidence.

3 published parts3/3 planned
Browse in archive

Series / autonomous-stack

The Autonomous Stack

The architecture of intelligent systems, from the data substrate to agent runtimes and prescriptive intelligence.

4 published partsOngoing
Browse in archive

Series / agent-societies

Agent Societies

A field guide to what happens when agents interact at scale, from emergence to competence.

4 published partsOngoing
Browse in archive

Series / ai-native-computer

AI-Native Computer

A technical and operating-model series on what changes when AI becomes the computer, not just another app.

3 published partsOngoing
Browse in archive

Complete index

Archive

16 essays

Filters (1)
Pillar
Audience
Format
Series
  1. Framework · September 10, 2026

    A Different Model Often Requires a Different Substrate

    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.

  2. Framework · April 13, 2026

    What Context Engineering Actually Means

    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.

  3. Research Note · April 11, 2026

    The Benchmarks Are Lying to You

    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.

  4. Technical Guide · April 11, 2026

    The Missing Layer

    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.

  5. Research Note · April 11, 2026

    The Evidence

    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.

  6. Framework · March 15, 2026

    The Data Layer Nobody's Building

    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.

  7. Technical Guide · January 26, 2026

    SemanticStudio: A Production-Ready Enterprise RAG Agent System

    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.

  8. Technical Guide · January 26, 2026

    RAG Chain Configuration: Models, Modes, and Fine-Tuning

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

  9. Technical Guide · January 26, 2026

    Memory as Infrastructure: The Complete 4-Tier System

    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.

  10. Technical Guide · January 26, 2026

    GraphRAG-lite: Beyond Vector Similarity

    How SemanticStudio's knowledge graph and entity resolution enable relationship discovery that pure vector RAG misses.

  11. Technical Guide · December 5, 2025

    Context Engineering: Beyond Window Sizes

    How to architect RAG systems that overcome attention dilution and recency bias in large context windows.

  12. Technical Guide · November 26, 2025

    Building RAG Systems at Enterprise Scale

    Lessons learned from implementing retrieval-augmented generation across hundreds of documents and thousands of users.

  13. Framework · November 22, 2025

    Data Products: The Foundation AI Needs

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

  14. Framework · November 14, 2025

    Data Governance in the AI Era

    How traditional data governance practices must evolve to support AI initiatives while maintaining trust and compliance.

Newsletter · The Operating Layer

The dispatch for people accountable for making AI work.

A biweekly note on governed enterprise AI, written from inside the operating problem.

Read The Operating Layer
Writing | Brian Letort