I like machines close to the metal and results you can measure. By day I build in-memory data systems at AWS ElastiCache; the rest of the time I train and compress small fast models, write CUDA, and maintain open-source tools people actually run.
Research notes and working papers live at avifenesh.ai. I also run a one-person inference lab, tiyuvta β my engine serves a public OpenAI-compatible API there at inference.tiyuvta.ai, so you can try it without owning the card. Issues, questions, and counterexamples are always welcome.
- memra β from-scratch Rust + CUDA inference engine for RTX PRO 6000 Blackwell and RTX 5090. Bit-exact by construction: speculative, graphed and batched serving are gated byte-identical to plain decode, per request. Safetensors is the tuned path, GGUF stays supported, and a mechanism that wins on one card and loses on the other becomes a per-device default rather than a compromise. On crates.io with prebuilt binaries; it serves inference.tiyuvta.ai at a 262k context.
- hqmtp β MTP draft-head lab, concluded. Function cuts (pruning, low-rank, distillation) pay a 10β19-point off-distribution tax that fidelity cuts don't; the zero-training trimmed-vocabulary recipe won at 1.8β2.7Γ end to end. The negative results stay in the ledger.
- recipe-lab β layer-loop weight sharing + Ξ΅=Ξ»/(NβL) residual scaling, combined for the first time and tested from zero in 11 pre-registered rounds. In the data-constrained regime the looped model beat FLOPs-matched vanilla in all three mixer families β attention, pure SSM, and hybrid; seven paired runs, zero sign flips β with 26β34% fewer parameters. Rule isolated: loop the state-mixer, never the retriever.
- mem-retrofit β grafted a product-key memory layer onto a stock dense 4B and ran it against LoRA over sequential updates. The retrofit is free at lr/10; the published forgetting advantage failed 12/12 confidence intervals.
- More studies with receipts: fixed-compute-frontier (a preregistered kill-gate ledger, ~84 theory lanes) Β· gemma-expert-atlas (26B MoE expert surgery, 3,840 experts traced) Β· block-routed-swiglu (near-free kernel, refuted capability) Β· moe-lab Β· assumption-excavator.
- Working papers: small-vocabulary MTP heads Β· prune, heal, quantize β methods, failed arms, and evidence in the open.
- In review upstream: NVFP4 quantization at llama.cpp, hybrid-KV loads at vLLM and LMCache.
- Valkey GLIDE β the official multi-language Valkey/Redis client. Rust core, Java/JNI, Node/N-API; 158 PRs authored, 480 reviewed, plus releases and the support that starts after the code works.
- valkey-skills β official AI skills for the Valkey ecosystem. Started it, maintain it.
- agent-sh β my org: an ecosystem of tools for agent-assisted development, working across Claude Code, Codex, OpenCode, Cursor, and Kiro.
- glide-mq β Node.js queue on Valkey Streams with a Rust N-API core, plus adapters for Hono, Fastify, Hapi, NestJS and a dashboard.
- Also around: RustOwl (runtime, memory, and CI work) and ChatGPT Desktop for Linux (Wayland input, accessibility, packaging).
- Valkey β core contributor; sync-from-replica replication in review. On the side: CRIU copy-on-write live-migration research β under 50 ms of freeze while migrating a 200 GB loaded instance.
- FlowFabric β durable-execution engine in Rust for Valkey, Postgres, and SQLite: lease-safe workers, waitpoints, budgets.
- layout-audit β DWARF memory-layout analysis: padding, layout diffs, size budgets for C/C++/Rust/Go.
- scrump β format-aware secret scrubber for binary capture artifacts: perf.data, core dumps, nsys traces, JFR.
- ocaml-valkey β OCaml 5 + Eio Valkey client, published on opam.
- agnix β linter and language server for AI agent configs: 444 rules with autofixes, a GitHub Action, an MCP server, and editor plugins.
- computer-use-linux / agent-workspace-linux β Linux desktop control over MCP, and isolated agent-owned desktops so an agent never has to touch your real machine.
- eigen β local agent daemon in Go: resumable sessions, multi-provider routing, memory, observability.
- Talks: Inside Valkey GLIDE on the AWS Developers Podcast Β· Glide into resiliency on Let's Talk About Data
- Writing: avifenesh.ai/writing Β· answering on Stack Overflow
- π« aviarchi1994@gmail.com Β· LinkedIn Β· X
If something here saved you time, sponsoring helps me keep doing it.






