04 // RETRIEVAL FIELD DATA

RAG, WITH
THE NERVES EXPOSED.

Vagus retrieves. Your agent reads and answers. Every stage is local, inspectable, and measured without relabeling a score as confidence. Start with the illustrated anatomy.

SEARCH PIPELINE

LOCAL FROM
QUERY TO EVIDENCE.

FIELD REPORT // REAL CORPUS // 2026-08-18

NOT A TOY VAULT.

This page was measured against one real, iCloud-synced personal corpus on an M1 Pro. Only aggregates are public; titles, queries, and contents stay private.

Assessment: recall is excellent at this scale; ordering is good, not oracle-perfect. Every gold note entered the 10-item judgment window, while three missed rank one. That is why the skill reads full bodies before presenting evidence.

Small 12-query, author-designed known-note probe; not a universal benchmark. Exact hybrid RRF, note-level, k=10. The optional reranker also reached 100% recall but lower MRR (0.788), so it remains optional.

measurement record ↗
RECALL@1012/12100% gold-note recall
TOP-19/1275% first result
MRR@100.854mean reciprocal rank
nDCG@100.891graded ranking quality
BATCH15.9s12 exact queries

STORAGE ANATOMY

RAW BRAIN.
DERIVED TISSUE.

~/brainRAW CORTEXsource of truth
MARKDOWN7.13 MiB566 files
CHUNKS5,022all embedded
SQLITE30.8 MiBtext + vectors
TANTIVY4.25 MiBBM25 index
USEARCH15.5 MiBHNSW index
DERIVED TOTAL50.5 MiBrebuildable locally

AGENT REFLEX ARC

GIVE YOUR HARNESS
ACCESS TO MEMORY.

Vagus provides retrieval and filing primitives, not frontier reasoning. Claude Code and pi can install three bundled Agent Skills; Codex CLI or any shell-capable SOTA harness can drive the same JSON contract: create a note, search with an explicit quality gate, and propose a PARA destination.

  • create-note/SKILL.mdcapture → inbox → index
  • search/SKILL.mdretrieve → rerank → judge → cite
  • process-inbox/SKILL.mdticket context + recommendation → approve → file
see the harness contract →
install_reflexes.sh
# Claude Code$ vagus skills install✓ ~/.claude/skills
# pi coding agent$ vagus skills install --agent pi✓ ~/.pi/agent/skills
# inspect$ vagus skills list --agent picreate-note [installed]
search [installed]
process-inbox [installed]

Idempotent. Re-run after upgrades. In a live pi session: /reload.

Ready to attach the reflex arc?

05 // install from the tap →