CONTEXT JAMMING

Field notes from inside the context window.

RELATIONAL INTELLIGENCE · THOUGHT MOLECULES RAG

Your deep research,
re-injected.

You spent hours feeding prompts to Gemini and Claude. The dense, well-structured output landed in Google Docs — paid for in cognitive labor, then shelved. Thought Molecules turns that Drive folder into a queryable, copy-pasteable corpus your future selves and future models can build on.

Verbatim PassagesAgentic RetrievalProvenance by DefaultLocal First
THE UNIT OF RESEARCH

Thought Molecules

We call those dense research docs thought molecules: the cognitive building blocks of deep work. Reusable. Recombinable. Citable.

Each one cost real attention to make. Most of them will never be read again — not because they aren't valuable, but because there is no reliable way to surface the exact passage you need at the exact moment you need it.

The system points at a Google Drive folder, chunks by heading, embeds with Voyage, and indexes for hybrid (lexical + semantic) search. When you ask in natural language, an agent plans the retrieval, pulls candidates, reranks, verifies, and returns only verbatim passages from your own corpus — each one programmatically confirmed as a substring of the source before it ever leaves the process.

DOCTRINAL-GRADE QUOTE FIDELITY

No paraphrase. No invention.

Every passage shipped is programmatically verified as a substring of the actual source chunk. If a phrase isn't in your docs, it doesn't appear in the output.

One fabricated quote breaks the trust forever. So the trust mechanism lives in code, not in vibes.

THREE INTERFACES

CLI · MCP · Web UI

CLI

pnpm cj query "..." --verbose --copy. Local-first. Your corpus, your machine, your keys. Re-ingest is incremental and effectively free.

MCP Server

Wire it into Claude Desktop or Claude Code. Exposes cj_query (verbatim cited markdown) and cj_status. Your research becomes a live tool for the model.

Local Web UI

pnpm cj serve. Minimal textarea + results pane with streaming Server-Sent Events trace of every planner decision, tool call, and verifier step.

ARCHITECTURAL DETERMINISM

Front-Matter Provenance

Every research artifact carries a machine-readable YAML front-matter block declaring its exact lineage: the model, the literal prompt, generation time, human edits level, and parent documents that were injected.

The ingester parses it, stores it alongside the chunks, and makes it available at retrieval time for citation, audit, and (eventually) stronger chain-of-custody guarantees.

FieldTypeNotes
schema_versionintegerAlways 1. Lets the ingester branch on schema.
modelstringe.g. claude-sonnet-4-6, gemini-2.5-pro (lowercase, hyphenated).
model_versionstringVersion stamp or date the model was current.
promptstringThe literal first user message (multi-line OK with | block).
generated_atISO 8601UTC timestamp of generation.
human_editsenumnone | light | substantive | rewritten | unknown
parent_doc_idsstring[]Drive file IDs injected into the prompt.

Every research artifact carries machine-readable provenance. The ingester never aborts — missing fields become unknown.

LOCAL-FIRST STACK
SQLite + sqlite-vec + FTS5 (single file). Voyage embeddings + reranker. Claude Sonnet 4.6 for planning, agent loop, and synthesis. Everything stays on your machine.
VIEW SOURCE ON GITHUB →

Imported from BretKerrAI/thought-molecules-rag. The RAG is designed for one user with a serious private research corpus. It is not a hosted SaaS.

CONTEXT JAMMING // RELATIONAL INTELLIGENCE
A local agentic RAG system and the research methodology it enables.

§ · Invoice No. 001 · The Build Ledger

The Ledger.

Filed · contextjamming.com

What a conservative mid-market digital agency would have quoted for the same scope, itemized against what this site actually cost. Agency numbers are the floor — not the premium brand-studio tier.

TIME

12 weeks

2 days

~42× faster

COST

~$150,000

~$300

~500× cheaper

TEAM

5-person agency

1 human + 3 models

Same deliverable

§ Itemized — what a mid-market agency SOW would have billed

Discovery · brand positioning · workshops40–80 hr$10,000
Design system · Figma tokens · 3 rounds60–120 hr$18,000
Wavesurfer audio carousel · single-track context60–100 hr$16,000
Dual lightbox systems · focus trap · keyboard30–50 hr$8,000
LLM product flows · streaming · state machine80–160 hr$26,000
Stripe · checkout · webhooks · env hardening40–80 hr$10,000
Editorial routes · 6 sub-pages · templates60–100 hr$14,000
Accessibility pass · aria · reduced-motion40–80 hr$10,000
QA · cross-browser · mobile matrix60–100 hr$14,000
Cross-publication rebrand · masthead + IA · 2026-04-2820–40 hr$6,000
Subtotal~700 hr$126,000
Project management · 18% overhead$24,000
Agency total — conservative floor~700 hr~$150,000
Actually spent · Claude + Gemini stack~20 hr~$300

Agency figure assumes ~700 billable hours at $200/hr blended, plus ~18% PM overhead — the conservative floor of a mid-market SOW. Premium brand studios would have quoted 2–3× that. Stack: Antigravity (orchestrator), Claude Opus 4.8 (auditor), Codex (adversary), Cloudflare Workers / OpenNext.

§   Colophon

How this site is made.

Vol. 26 · build log

Every page on contextjamming.com is the output of a real-time, three-body Mixture-of-Experts loop. One model orchestrates. Two consult. The human holds the thesis. No single model commits alone.

View Redesign Assessment →

Orchestrator

Antigravity

Google DeepMind

  • Primary author
  • Terminal-native, direct push to Cloudflare
  • Audit trail to GitHub on every commit
  • Adaptive thinking · effort: extra-high

Auditor

Claude Opus 4.8

1M context

  • Editorial critic
  • Code review before merge
  • Backup-of-record
  • Co-signs every commit

Adversary

Codex

Cross-model MoE

  • Factual adjudication
  • Structural dissent
  • Deep Research → semantic triples
  • Caught the Donelan incident

Stack

Next.js
16.2 · App Router
React
19.2
TypeScript
5
Tailwind
v4 · @theme inline
@opennextjs/cloudflare
adapter
wrangler
Pages deploy
framer-motion
transitions
wavesurfer.js
audio waveforms

Typeset in

Fraunces
variable · opsz + SOFT
Playfair Display
debate display
IBM Plex Mono
editorial metadata
Geist Mono
utility mono
Caveat
grease-pencil marginalia
All via
next/font/google
Palette
single @theme block
No dupe tokens
ever

Infrastructure

Deploy
Cloudflare Workers / OpenNext
ISR
30-min revalidate · Cloudflare-served
Repo
github.com/BretKerrAI/founderfile
Branch
main
Analytics
Google Tag Manager
Apex
contextjamming.com
Runtime
Node 24
Build tool
Turbopack
       human intent
            │
            ▼
   ┌────────────────────┐         ┌─────────────────┐
   │    Antigravity     │  ◄────► │ Claude Opus 4.8 │      ← auditor loop
   │    (orchestrator)  │         │     (auditor)   │
   └─────────┬──────────┘         └─────────────────┘
             │  ◄───────────┐
             ▼              │
       ┌──────────┐    ┌────┴───────┐
       │Cloudflare│    │   Codex    │          ← adversarial loop
       │ Workers  │    │            │
       └─────┬────┘    └────────────┘
             │
             ▼
       contextjamming.com
             │
             ▼
       ┌──────────────┐
       │   Git push   │         ← audit trail
       └──────────────┘
Assembled on Mac in Terminal · Filed from Franklin, MAContext Jamming · ACRA Insight LLC · MIT License · FounderFile.ai · RelationalIntelligence.xyz · Commission a Dispatch →