projects

14 projects, grouped by kind. Each entry links to a detail page with the full write-up, stack, and source.

open source

Public repositories, MIT or Apache licensed.

  • EVOKE

    OS-like memory management for the LLM KV cache.

    status
    in-progress
    started
    2025
    stack
    Python, C++, llama.cpp fork, CUDA, Qwen, Jacobian lens
  • redraft

    Reactive LLM inference. When you edit an LLM's context, redraft recomputes only what the edit actually changed on both sides of the call: the prompt (reused KV prefix) and the answer (salvaged via self-speculative replay), implemented as a streaming mode inside llama.cpp.

    status
    shipped
    started
    2026
    stack
    Python, C++, llama.cpp, FastAPI, pytest
  • incr

    Incremental computation engine for Rust. Tracks dependencies between computations automatically and only reruns what's actually affected.

    status
    shipped
    started
    2023
    stack
    Rust, Cargo, proptest, criterion
  • second-brain

    A universal memory layer for AI coding agents. Ingests conversation history from Claude Code, Cursor, and other tools into a single SQLite-backed store with vector and full-text search, then serves it via MCP so any AI agent can recall what you've discussed, decided, and built across projects and machines.

    status
    active
    started
    2025
    stack
    Rust, SQLite, usearch, tantivy, BGE-small, MCP
  • verdant

    Content-addressed cache for AI agent loops. Returns exact bytes from prior executions instead of re-running tools or re-calling LLMs.

    status
    active
    started
    2025
    stack
    Rust, blake3, MCP
  • cognitive-cache

    Algorithmic context-window selection for LLM coding tools. Treats context as a constrained optimization problem, not retrieval.

    status
    shipped
    started
    2024 – 2026
    stack
    Python, scikit-learn, networkx, Hypothesis
  • wardrowbe

    Put your wardrobe in rows. Snap. Organize. Wear.

    status
    shipped
    started
    2024
    stack
    Next.js, TypeScript, FastAPI, Python, PostgreSQL, Redis, Docker, Ollama
  • memories-for-llms

    LoRA-as-memory experiment: per-user durable memory lives in a rank-16 LoRA adapter on a Qwen3 student rather than in the prompt window.

    status
    in-progress
    started
    2025
    stack
    Python, SQLite, QLoRA, unsloth, Qwen
  • Certus

    A standard for AI-generated code to carry machine-checkable certificates of correctness, plus a Python reference implementation and a finetuned model that generates them.

    status
    shipped
    started
    2024
    stack
    Python, Qwen 2.5 Coder, QLoRA, Hypothesis, unsloth
  • skillprobe

    Automated testing for LLM skills. Launches Claude Code or Cursor as subprocesses, runs scenarios in isolated workspaces, and reports what passed and what didn't.

    status
    active
    started
    2025
    stack
    Python, Claude Code, Cursor

proprietary

Closed-source products and client work.

  • wardrowbe.com

    The hosted version of wardrowbe. Virtual try-on, iOS and Android apps, cloud sync, fashion subscription.

    status
    active
    started
    2024
    stack
    Next.js, TypeScript, FastAPI, Python, PostgreSQL, iOS, Android, Stable Diffusion
  • dreamery

    Generative-AI image SaaS. 2,000+ paying customers, 7,000+ images transformed. AI headshots, glamour shots, conceptual art.

    status
    shipped
    started
    2023 – 2024
    stack
    SvelteKit, ComfyUI, RunPod, DeepFace, Stripe, PostgreSQL, microservices

side

Smaller builds and experiments.

  • eon

    Artificial life simulator. Agents start with random neural networks and figure out how to survive through natural selection.

    status
    active
    started
    2024
    stack
    Rust, Python, NEAT, Godot, WebSocket
  • art_gan

    GAN that generates modern art.

    status
    archived
    started
    2020
    stack
    Python, GAN

Older work from 2018–2020 is in the archive. Interactive explainers live at learn.anyesh.me ↗.