It's a deep problem that unearths itself constantly. The project part was discovered this week.
🔔 This profile hasn't been claimed yet. If this is your Nostr profile, you can claim it.
Edit
It's a deep problem that unearths itself constantly. The project part was discovered this week.
I have entire organisations that believe. Bitcoin bros aren't at the frontier anymore.
Yes, and the opposite is true. Someone who's in autopilot and just follows. Never reflects. It's athropy. AI can accelerate that too.
I just built s skill that 20x the performance of Karpathy wiki, automating graph for retrieval, very elegant, no bloat, no runtime. Fits anyone already using Karpathy. But yea it's no value for bitcoiners. They're too smart.
Yes it's extremely valuable for my own work and people have started using it. Early versions are used by professionals. But bitcoiners only value when their coin is pumping it seems.
Yep no such thing.
Github here: https://github.com/nakadaimon/ai/tree/main/skills/auto-graph-wiki
AUTO GRAPH WIKI Skill extension of LLM-Wiki by karpathy — 20x performance when querying LLM-wikis. Automated regeneration of wiki graph from frontmatter. You never type a script name. You ask in natural language; the agent runs the right thing. I did some tests querying my Wiki and I was astonished by the results. ~500 tokens instead of ~10 000 for a full-file read. How you run it The skill is a folder of Python scripts. You point your agent at the folder and let it run the right script when you ask. Drop the folder into your host's skills directory; the host parses SKILL.md, learns the triggers, and dispatches scripts on your behalf. Quick start 1. Configure your wiki paths 2. Build the initial index (one-time) 3. Search That's the whole loop. Edit your wiki freely from this point on. Every search.py call re-checks freshness and rebuilds if needed. Optional follow-ups - Generate a derived overview page (frontmatter table grouped by domain) - Find broken wiki-links - Check freshness manually (mtime + schema-version drift) Frontmatter that makes the graph sharp The skill quality goes up sharply when notes carry the right metadata. The fields below are what search.py, links.py, broken.py, and generate_index.py actually read. Minimal frontmatter example Three principles for frontmatter Consistency beats completeness. A wiki where every page has summary, keywords, and aliases filled in — even minimally — outperforms one where some pages have rich frontmatter & others have none. The graph is only as good as its sparsest section. Aliases are how the graph knows what your pages are called. A page named quarterly-revenue-by-segment won't backlink from [[Quarterly revenue]] in prose unless Quarterly revenue is listed in its aliases. Add aliases for the words you actually use when referring to the page. Related: is curated graph context. Inline [[wiki-links]] in the body capture intention at a moment. Frontmatter related: captures the page's permanent neighbors. Both end up in the graph; both add value; they are not the same. The auto part? Indexes regenerate automatically when frontmatter changes — there's no migration step. Auto-reindexing The skill name is "auto" because indexing is automatic at three points: Lazy at search. Every search.py call checks index freshness. If any wiki file is newer than the index, search rebuilds before returning. Active at lint. freshness.py --auto-fix rebuilds stale indexes on demand. Wire this into your host harness's lint pipeline. Coupled at ingest. Whatever pipeline writes new pages to the wiki should run reindex.py as final step. Documented in command file. A correctly integrated install means you never type "reindex" by hand. Trade-offs TF-IDF is keyword-based. A query for "compliance" will not match a wiki that uses "regulation". The augmentation rewards consistent vocabulary in the source — consider it a feature. Indexes are rebuilt from scratch. Not incremental. For wikis up to a few thousand pages this is fine — full reindex completes in a couple of seconds. For larger wikis, incremental indexing would need to be added JSON indexes are not for humans. They are fuel for search.py. Do not open them in a markdown editor. For contributors Run the test suite: Tests cover the edge-case vault under examples/edge-cases/. Pytest is a test-time dependency only — the runtime is Python-standalone with no third-party packages. What this is not This is a retrieval layer for already-curated knowledge. If your wiki is unstructured — no frontmatter, inconsistent terminology, no manual organization — the augmentation will not save you. The discipline of writing the wiki is what makes the cheap retrieval possible. This is also not a knowledge graph extractor. If you have unfamiliar material (a codebase you didn't write, papers you haven't read), you need extraction tools, not retrieval tools. Different problem. Want to support my work, you can zap me.
#SYMBIOSIS 2 is out! Frictionless onboarding! Refactored architecture! New features! Examples examples examples Get the gist here: https://github.com/nakadaimon/ai/blob/main/agent-architecture/symbiosis/README.md The 1st version of my Symbiosis manifesto worked as an essay but failed as a bootstrap. I simulated a real user trying to set it up, they hit 7 friction points in 22 turns. So I iterated. 5 versions, 4 blind onboarding tests. Each round driven by friction previous one surfaced. Pattern across the rounds: missing pieces → wrong order → missing crib-sheets. By v2.8.0 the bootstrap actually completes. Same persona that bounced on v2.3.0 finished cleanly and said "Done" without prompting. Pushed to GitHub. The CHANGELOG and the test recipe are both in the repo — if you're building something similar, open-source the methodology, not just the doc. https://github.com/nakadaimon/ai/blob/main/agent-architecture/symbiosis/CHANGELOG.md Onboarding test orchestrator: https://github.com/nakadaimon/ai/blob/main/agent-architecture/symbiosis/recipes/symbiosis-onboarding-test-orchestrator.md Research foundations Symbiosis now stands on 13 sources linked in the manifesto.
Substack: https://nakadai.substack.com