The FORGE family
Not a portfolio of demos. A set of proofs — each system settles one question production AI keeps failing.
Every project below isolates a single reliability property and makes it visible, testable, and live. The point isn't that the AI answered. It's that you can see whether it can be trusted to.
Proves · provable answersLive
LEMMA
A research assistant that proves its answers. Hybrid retrieval (dense + BM25 + RRF), native citations to the exact passage, and bounded multi-hop search that decides how hard to look — with a live panel measuring its own recall, latency and cost.
RAGcitationsmulti-hopFastAPI72 tests
Proves · accountable memoryLive
ENGRAM
A memory-reliability ledger for AI agents, with a 3D observatory you fly through. What an agent believed, when it changed, what evidence triggered the revision, what decayed and was restored — WAL-hardened, proven with 24 concurrent writers losing zero records.
memoryprovenanceThree.jsSQLite
Proves · one door, every modelLive
Axiom AI
A unified gateway across Claude, GPT, Gemini and Groq — streaming, auth, usage tracking. Its Failure Contract Lab lets you click the failure path: broken streams end with a named error, not a fake success; failed calls never corrupt a session.
LLM gatewaySSEreliability30 tests
Proves · agents get testedLive
Agent Reliability Arena
An eval harness that catches what breaks agents in production: stale memory stated as truth, unsupported tool claims, answer drift, and long-horizon trend decay. Deterministic scoring — honest missing data over a fabricated leaderboard.
evalsobservabilitydeterministic
Proves · automation fails safelySource · v0.1
FlowProof
The operational half of reliability. Idempotent intake so a retried webhook creates nothing twice; bounded retries that end in an auditable dead-letter state instead of looping forever; human approval before ambiguous work runs. Every attempt in the ledger.
idempotencyaudit trailFastAPI35 tests
Proves · systems you can exploreLive
FORGE Neural Map
A real codebase rendered as a navigable 3D universe — 2,778 nodes · 7,295 connections · 157 systems — vanilla Three.js with GPU-shader layout over a live knowledge graph. Complexity you can fly through instead of read.
Three.jsWebGLdataviz
Proves · AI that compoundsPrivate · running 24/7
Project Maxima
My 24/7 personal AI partner — 219 callable tools, persistent long-horizon memory, current-truth override, and proactive pattern detection across weeks. Built and run non-stop since March; this year I took its 7,789-line core apart with a net of tests, live, without breaking it.
agentslong-horizon memorytool use
Proves · agents that self-governOpen source
LOOPKIT
A file-based operating system for self-improving autonomous loops: a charter, an append-only log, a fleet dashboard, a golden regression set, and a captions airlock so it can never post as you. Born from a documented run where its own audit caught it inflating a number and forced a correction.
agent autonomygovernanceMIT