Intelligence Engine runs quietly while you use AI tools. It captures how you think — the reasoning, frameworks, and approaches that work — anonymizes every word, and stores it locally. Your device only. No server. No account.
AI tools help you think. They don't remember how. Every session starts from zero — your hard-won frameworks, the approach that worked, the decision rationale — gone when the tab closes.
The pipeline is small by design. Every step runs inside your browser — no network calls after the one-time model download.
A lightweight content script observes DOM turns on Claude, ChatGPT, Perplexity, and Gemini as you use them naturally. No keystroke logging. No click tracking. No screenshots.
content_script · MV3 · zero DOM mutationAn on-device LLM (Llama-3.2-3B via WebGPU) reads each segment and decides: does this carry reasoning intelligence? Casual chat, factual Q&A, and task execution are dropped. Only frameworks, decisions, and approaches survive.
WebGPU · Llama-3.2-3B · WASM fallbackBERT-NER identifies every person, company, location, dollar amount, and date. Each entity is rewritten to a deterministic placeholder before storage. If any identifier survives verbatim after two passes — the segment is dropped, not stored.
BERT-base-NER · SHA-256 deterministic replacer · drop-not-storeall-MiniLM-L6-v2 converts each anonymized segment into a 384-dimensional semantic vector. Everything lands in your browser's IndexedDB. No cloud database. No sync. It lives exactly where you are.
all-MiniLM-L6-v2 · 384-dim · IndexedDBAsk natural questions — "the approach that worked with a difficult client," "why we chose the boring stack," "how I framed the roadmap conversation." The engine finds the entries you meant, not just keyword matches. Export to any AI tool with one click.
cosine similarity · ⌘K anywhere · export to markdown/JSON/HTMLEvery persisted segment goes through this rewrite. Any entity that survives verbatim after both passes is dropped — never stored.
Red = entity detected by BERT-NER · Teal = deterministic placeholder · The reasoning survives. The people don't.
If you use AI to draft emails and book meetings, there's little to capture. If you use it to solve hard problems — this was built for you.
These are commitments enforced in code. Not in a terms of service document you'll never read.
Source available on request · hussein@nextdecentrum.com
Every design decision has a source we can point at. We built this because the research said we had to.
The free tier delivers the complete core loop — capture, anonymize, search, export. Pro is a power-user convenience layer, not a capability lock.
Join the private beta. We'll send install instructions as slots open. Pro features are free during beta — no card required.