wuphf - Karpathy-style LLM wiki for agents
Local wiki layer where agents read and write Markdown under git, indexed with bleve (BM25) and SQLite. Designed so context compounds across sessions instead of being re-pasted.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Self-hosted developer tools and PaaS
Open-source, self-hosted alternatives to Heroku, Render, GitHub Actions, and the rest of the SaaS dev stack.
Git workflow tools beyond the basics
Better diffs, mob programming, parallel worktrees, multi-repo management, and TUI commit graphs - the git tools worth knowing past `git rebase`.
Memory and knowledge graphs for AI agents
Memory layers, knowledge graphs, and persistent context stores for agents - the substrate underneath useful long-running systems.
Related entries
engram - context spine for AI coding agents
Aggregates six providers (graph, git, MemPalace, Context7, Obsidian) into rich context packets that fire on every agent Read. Local SQLite, no native deps, no cloud.
Egregore - shared memory for multiplayer Claude Code
Local MIT substrate that gives a team of Claude Code sessions a shared memory and coordination layer, spun up via npx create-egregore.
stash - persistent memory layer for AI agents
Self-hosted single-binary Go service that stores episodes, facts, and working context for AI agents in Postgres. Ships an MCP server and runs without cloud dependencies.
mcptube - Karpathy-style LLM wiki for YouTube
MCP server that turns YouTube videos into a persistent, merging wiki rather than ephemeral vector chunks. Scene-change frame extraction + vision analysis captures slides, code, and diagrams that transcripts miss. 25+ MCP tools, FTS5+LLM hybrid retrieval, version history with source attribution per claim.