From aaa15907eaa2d3e6643bf1fa78571feb933c2dea Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Sat, 14 Mar 2026 23:23:08 -0400 Subject: [PATCH] docs: add "why compiler" --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a044c09..a9c4928 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ The **Context Compiler** introduces a deterministic state layer that governs aut The model performs reasoning and generation while the compiler manages facts and constraints. Once accepted, directives remain authoritative until explicitly corrected or reset. +## Why “Compiler”? + +Context Compiler treats explicit user directives as inputs to a deterministic process. + +Instead of relying on the LLM to remember constraints across a conversation, user instructions are compiled into structured state before the model runs. + +The idea is similar to a traditional compiler: user directives are translated into a structured representation that the rest of the system can rely on. + ## Installation - Python 3.11+