Show HN: CodeAlmanac – Karpathy-style codebase wiki from your conversations

AI wants to write your team’s memory, but commenters are already asking who it’s really for

TLDR: CodeAlmanac is a new Mac-only tool that turns AI coding conversations into a searchable project wiki stored in your files. Commenters instantly split between intrigued and skeptical, with the biggest debate being whether it’s actually useful or just another AI idea in search of proof.

A new project called CodeAlmanac is pitching a very modern dream: let an artificial intelligence helper turn your coding chats into a living wiki that explains why a project works the way it does, what broke in the past, and what future workers should never touch. It lives as plain text files inside the project, runs locally on Mac, and even tidies itself up in the background like an overachieving digital intern. Sounds neat, right? Well, the comments immediately turned into a mix of curiosity, side-eye, and classic developer trust issues.

The loudest reaction was brutally simple: “Mac only?” One commenter practically did a record scratch at launch, asking whether this is a harmless early limitation or yet another tool built for the Apple bubble. Another big theme was the eternal “show me the receipts” demand. People didn’t want vibes; they wanted proof. Does this actually save money, save time, or make the AI give better answers? If there’s no hard evidence, some readers clearly see this as one more shiny promise in a crowded pile of AI promises.

Then came the skepticism from experienced users: one commenter basically said they’ve used advanced AI heavily and still don’t believe it can pull useful, reusable lessons out of past chats without serious human supervision. That’s the real drama here: fans see a memory system for messy projects, while skeptics hear “great, now the robot is writing company folklore.” Still, one hopeful voice asked if it could improve real-world work, not just coding chores, which gave the thread a tiny spark of optimism amid the trust issues.

Key Points

  • CodeAlmanac stores a codebase wiki as plain markdown inside a repository and is designed to preserve context for AI coding agents that source code does not capture.
  • The tool currently supports macOS, works with Codex or Claude Code, and requires Python 3.12+.
  • Setup installs agent instructions plus three local background jobs—Sync, Garden, and Update—that run on scheduled intervals using macOS launchd.
  • The CLI provides commands for initializing, searching, viewing, serving, validating, and checking the health of a local wiki.
  • Wiki update lifecycle commands use build, ingest, and garden agents via the Yoke SDK and operate under a trusted local-agent model with broad filesystem permissions rather than OS sandboxing.

Hottest takes

"Mac only." — colinb
"Any data on better outputs and/or token saving?" — pwillia7
"I have not seen evidence that AIs extract good reusable knowledge from sessions" — ajrouvoet
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.