You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cognitive memory backbone for AI agents. Biologically-inspired 4-tier memory, it remembers, forgets, consolidates, and forms associations across a memory graph — Hebbian co-activation, temporal chains, and entity links.
Low-latency viral sequence search. In-process k-mer index + SIMD Smith-Waterman (Java Vector API) — p50 1.75 ms, 27x faster than the 2024 version. Originally written 2024; rebuilt 2026 with benchmarks, tests, and a written retrospective.