Skip to content

Work

Memory, retrieval, and knowing when to stop

Every project here is some version of the same question: what should a system keep, what should it go and find, and when should it admit it isn't getting anywhere.

Featured projects

activeJan 2026 — Present

Modular Memory Unit

Hybrid retrieval RAG framework

A retrieval framework that fuses dense and lexical signals with Reciprocal Rank Fusion, benchmarked on legal and compliance documents across five custom metrics including faithfulness and cross-document reasoning.

  • Python
  • FastAPI
  • BGE-M3
  • FAISS
  • BM25
Retrieval signals fused
3
BGE-M3 · FAISS · BM25
Custom eval metrics
5
incl. faithfulness, cross-doc reasoning
Target venue
EMNLP/ACL
Student Research Workshop
shippedApr — May 2026

Ring Zero

Predictive memory orchestrator

A predictive memory orchestrator pairing a multi-modal next-context transformer with a PPO-trained cgroup v2 tier policy. Beat the Android App Standby Buckets baseline on both warm rate and latency at a fixed 400MB budget.

  • Python
  • PyTorch
  • PPO
  • cgroup v2
  • PSI telemetry
Warm rate
90%
86% App Standby Buckets
Latency
192ms
217ms App Standby Buckets
Memory budget
400MB
fixed constraint for both systems
activeJun — Jul 2026

ex_mem

Contradiction-aware shared memory server (MCP)

An MCP memory server that treats a changed fact as evolution with preserved history rather than an overwrite — aimed at a benchmark gap where every system evaluated scores in single digits.

  • Python
  • MCP
  • SQLite FTS5
  • sqlite-vec
  • LLM-judge
Best FactConsolidation score
≤7%
across all 22 systems evaluated
Systems evaluated
22
MemoryAgentBench
Retrieval stack
2
SQLite FTS5 + sqlite-vec
shippedJul 2026

Plateau

Semantic circuit breaker for AI agents

A detector that trips on semantic information stagnation rather than textual repetition, so autonomous agent loops can be stopped when they stop making progress — not merely when they start repeating themselves.

  • Python
  • Sentence embeddings
  • pytest
Passing tests
121
validation suite
Live demo
2machines
distributed, at the hackathon
Distribution
pip
installable package `plateau`