The Problem
The Solution
The Numbers
| Metric | Result |
|---|---|
| Patterns stored, single lattice | 3,000,000 · 9-checkpoint validated · no upper bound found |
| Recall fidelity (R@1) | 1.000 at every checkpoint, 1K → 3M |
| Tokens per memory op | 0 LLM tokens · sub-200ms retrieval |
| Search speed at 3M patterns | 2.1ms (BALANCED) · constant with scale |
| LongMemEval R@5 | 95.0% · no LLM in retrieval pipeline |
| ARC-AGI-3 | 84.9% · 23/25 games · ~$250 total cost |
| Sign-bit arithmetic empirical floor | 24,926× signal vs random · 370K vocaba |
| Histopathology pilot (multimodal) | 100% tumor sensitivity + 100% release-tier specificity at 93,522 patches, 4 encoder consensus |
| BEIR retrieval | Sign-zero blend matches cosine within 1pp at 32× compression |
| Production deployment | $28/mo droplet · multi-agent serving |
Market
Standard sign-zero retrieval at 32× compression matches Pinecone, Weaviate, Qdrant, Milvus, Zilliz — with no reindex-on-write and zero LLM tokens in the memory operation.
The substrate is encoder-agnostic. What we ship is shaped like a vector DB; what we built is a binary-pattern memory layer that takes anything you can build an encoder for. Each new encoder unlocks an adjacent market.
Savings
Mem0/Letta/Zep-style memory systems pay LLM tokens twice per query: once for the memory operation itself (extraction, summarization, routing), and again when retrieved content is injected into the consuming model's prompt. We eliminate the first cost entirely.
| Usage volume | Efficient (Haiku / Mini) | Standard (Sonnet / GPT-4o) | Premium (Opus / Pro) |
|---|---|---|---|
| 1 query | $0.002 – $0.05 | $0.03 – $0.22 | $0.30 – $1.80 |
| 1,000 queries | $2 – $50 | $30 – $220 | $300 – $1,800 |
| 100,000 queries / mo | $200 – $5,000 | $3,000 – $22,000 | $30,000 – $180,000 |
Savings range applies most directly to teams using LLM-mediated memory (Mem0, Letta). For teams using standard vector-DB RAG, savings come from higher-precision retrieval allowing fewer chunks per query — typically 3–5× reduction at the lower end. Cost math compounds either way; magnitude depends on what you're switching from.
One Substrate, Three Surfaces
Go-to-Market
Roadmap & Hardware
The Ask
| Allocation | Amount | Deliverable |
|---|---|---|
| Andy runway | $25K | 6 months focused build time at bootstrapped pace |
| Hardware engineer (contractor) | $10K | 2 months: GPU optimizations on the lattice runtime + breadboard XOR rough demo (64×64 L2 or 256×256 L3 scale). Physical silicon-shaped artifact in hand — turns "interesting concept" into "show me the silicon, here's the silicon." |
| Hardware partnership talks | $5K | Travel + prototype hardware deposits |
| Hosting + marketing | $5K | V1 launch (Reddit / HN / Product Hunt) + deeper droplet capacity |
| Legal | $5K | Contracts, provisional patents, etc. |