Selected work

Work

The RAG systems are public, with reproducible evals; the cluster and agent platform are private infrastructure. Each entry leads with the outcome, and every project metric is labeled measured or estimated.

Flagship

RAG reliability cluster

  • rag-reliability — Twelve Silent-Failure Gates for RAG

    Personal — RAG & Retrieval Systems · 2026

    Twelve small, offline, deterministic tools — one per RAG pipeline stage — that turn silent retrieval failures into loud, named signals. Each ships a red/green self-test that reproduces a real failure, catches it, and clears a clean case so the catch isn't rigged.

    12/12
    gates passing their red/green self-test
    measured
    SyncGate — fewer sources reprocessed vs. reprocess-everything
    measured
    3
    other repos here reuse these gates as a shared library
    measured
    • RAG
    • Reliability
    • Verification
    • Testing
    • Python
  • RAGpack — Document-to-Vector-Store Ingestion Library

    Personal — RAG & Retrieval Systems · 2026

    Turns a folder of documents into a searchable Qdrant index in one line — GPU-optional embeddings, optional GPU OCR for scanned PDFs, and fail-closed device selection. Installable from source.

    installable
    from source; CPU / GPU / OCR extras
    measured
    Py 3.10–3.12
    CI matrix, fully offline test suite
    measured
    fail-closed
    device="cuda" never silently drops to CPU
    measured
    • Python
    • Qdrant
    • Embeddings
    • GPU OCR
    • CI
  • linkgraph — Cross-Document Relationship Graph

    Personal — RAG & Retrieval Systems · 2026

    A queryable graph of which RFCs obsolete which, which errata correct which, and which entities co-occur — built over the real entity-mention stream from the RFC-corpus RAG.

    13,666 / 14,844
    nodes / edges on the real corpus
    measured
    5,061
    corrects-edges (errata → RFC)
    measured
    2,370 / 2,352
    obsoletes / updates edges
    measured
    • Graph
    • Knowledge graphs
    • Python
    • RAG
  • activerag — Evidence-Aware Hunt-and-Retry for RAG

    Personal — RAG & Retrieval Systems · 2026

    Detects thin evidence in an answer, ranks where to hunt for more, retries once inside a bounded cycle, and audits every attempt — proven against the real 321k-chunk RFC corpus.

    53 tests
    unit-tested independent of a live corpus
    measured
    ~35s
    live registry rebuild against the real 321k-chunk corpus
    measured
    3 triggers
    independent low-evidence signals (citations, dropped claims, router margin)
    measured
    • RAG
    • Reliability
    • Python
  • chain-rag — Cited Retrieval over Blockchain Protocol Docs

    Personal — RAG & Retrieval Systems · 2026

    A second, independent vertical on the same architecture — cited answers over Bitcoin, Ethereum, Solana, Monero, Polygon, and Cardano protocol docs — plus a real router-calibration finding the reliability gates exist to catch.

    22 docs / ~1,055 chunks
    real corpus across 6 chains
    measured
    8/8
    eval checks (6 per-chain + 1 cross-chain + 1 abstain)
    measured
    3 PASS / 0 FAIL
    reliability gates (VecStamp, ChunkLedger, and more)
    measured
    • RAG
    • Blockchain
    • Qdrant
    • Python

Systems & local-LLM serving