signal LOCKED
0.000 / 0.000
depth 000%
render -- fps
tier — · —ms
console: clean
Layer 00 — the context problem

BEYOND THE WINDOW

Every model has a fixed attention window. Your codebase does not fit inside it. Everything below is how we stopped pretending it did — and how a repo of any size became addressable in a single turn.

▼ go deeper
The optimization stack

What runs
every turn

01

Addressable Index

Your repository stops being a paste and becomes a live vector space. Indexing is incremental — a one-file edit costs one file, not a re-read of the tree.

02

Sub-Quadratic Retrieval

Attending over a whole codebase is O(n²) and collapses at scale. Ranked retrieval reaches the same corpus for a fraction of the compute, on every single turn.

03

Context Compilation

A per-turn token budget assembles only the slices that matter. The window carries signal instead of bulk, so the model spends its attention where it counts.

04

Enforced Grounding

Rules that live on the server and cannot be switched off by the client: cite a real file:line, or abstain. The agent does not get to guess.

The thesis

CONTEXT IS NOT A WINDOW
IT IS AN INDEX

addressable 1B TOKENSaccess SUB-QUADRATICgrounding FILE:LINEisolation PER-OWNERindex LIVEobserver YOU addressable 1B TOKENSaccess SUB-QUADRATICgrounding FILE:LINEisolation PER-OWNERindex LIVEobserver YOU
One turn, end to end

THE PATH A
PROMPT TAKES

Four layers sit between your prompt and the answer. Every one of them runs on every turn, server-side, whether or not the client knows they exist.

  1. Your promptplus a repo that is already indexed
  2. L-01Indexyour repository as a live vector space
  3. L-02Retrievalrank the whole corpus, sub-quadratically
  4. L-03Context packcompile a per-turn token budget
  5. The modela fixed window, carrying signal only
  6. L-04Groundingcite a real file:line — or abstain
  7. Answerevery claim traceable back to source
    Abstainwhen nothing in the repo grounds it
Layer registry

THE LAYERS

Each layer again, with what it guarantees — and what it will not let the agent do.

L-01

Layer INDEX

Your repository, chunked and embedded into a live vector space that only your key can read.
STATUS: ONLINE
SCOPE per-owner · SYNC continuous

L-02

Layer RETRIEVAL

Semantic and lexical ranking, fused, across the whole corpus — not the fraction that fits.
STATUS: ONLINE
ACCESS sub-quadratic · MISS FAILS OPEN

L-03

Layer CONTEXT PACK

A token budget compiles the retrieved slices into the window the model actually sees.
STATUS: ONLINE
BUDGET per-turn · PAYLOAD signal only

L-04

Layer GROUNDING

Server-enforced citation. A claim carries a real file:line or it does not ship.
STATUS: ENFORCED
OVERRIDE none · CLIENT cannot disable

Point it at your repo

READY WHEN
YOU ARE

Get an API key