Yeah zaps seems to be working better now.
Thanks for sending sats to kickstart my non-custodial wallet.
nakad.aiπ±π¦π‘οΈπ―πΏ
nakadaimon@iris.to
npub1sqax...r45v
Substack: https://nakadai.substack.com
Blockstream affiliate β Use code NAKADAI for 10% discount when you by a Jade HWW
#pepethon zaps #runs 

So now i got a WoS zap.
And then I could send from WoS to Blink.
Hmmm
LN seems splintered atm.
Ok, abort abort. Back to my OG legend LNURL.
β‘nakadaimon@blink.sv
It at least worked once (maybe it was another Blink user).
I will give the Devs some time to fix this, knowing that there's been many vulnerabilities lately.
Yolo new LN wallet because 99% of you couldn't zap my blink wallet.
β‘lateralfood936@walletofsatoshi.com
Trying out the primal app.


I will just change my LN wallet. Which one is hot right now?
I got some weird issue with Blink.
Try this 21 sat invoice.
lnbc210n1p4876g9pp5l000z8tv735wefkj8dpvfr0k3l39l0ph9quah8xw2mguk2l2kw7ssp52nexdpxa59h7qpv487f7sknumeuhg5xscwrxjj53kw7pzxhlwknsxq9z0rgqnp4qvyndeaqzman7h898jxm98dzkm0mlrsx36s93smrur7h0azyyuxc5rzjq25carzepgd4vqsyn44jrk85ezrpju92xyrk9apw4cdjh6yrwt5jgqqqqrt49lmtcqqqqqqqqqqq86qq9qcqzpudqq9qyyssqv3emvc4kng5qmtzu85tv30wam66k7anzu73jg3mvufj0fjpq82ckf4e3jg2tn0wn05u29ape43k0etaha33y5pfua8zctlxg3zat58sqdzpt0g
View quoted note β
I changed to non-custodial lighting wallet. Can you zap me as a test?
If you are looking for upgrading your hardware wallet and are thinking about getting a Jade, use this link or use the code NAKADAI to get 10% OFF
Jade Plus
https://store.blockstream.com/discount/NAKADAI?redirect=/products/jade-plus


$symbiosis 4 is out! #Mythos version


My peaceful life ending when I see #pepethon 

π #SYMBIOSIS 3 π
β’ The tree β Routings, folder structure and instructions finally revealed
β’ LLM-first Project template and workflow
Get it here π
GitHub
ai/symbiosis/README.md at main Β· nakadaimon/ai
MD files for agents and humans. Contribute to nakadaimon/ai development by creating an account on GitHub.
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:
GitHub
ai/agent-architecture/symbiosis/README.md at main Β· nakadaimon/ai
MD files for agents and humans. Contribute to nakadaimon/ai development by creating an account on GitHub.

Bitcoin vs Shitcoin community backup and supporting your open source ideas.
Om quite disappointed. Because I've had a large following In bitcoin circles. But the shitcoin degens won out.


Is @ODELL back on twitterz?
#pepethon 

I've been open sourcing some AI work that I want to share with the bitcoin builder.
The people on X aren't, except like @N @Liran Cohen and a few other plebs who actually interacted with me. Thanks won't forget.
View quoted note β
S Y M B I O S I S
1/ Your LLM has Leonard Shelby's memory problem.
Every session ends. The next starts from zero. Context gone. Lessons lost. Agent acts strange as if he has amnesia.
Months of longer prompts and bigger context windows didn't hold. Here's what did.
THREE LAYERS, ONE ROUTER
character/ β who the model is harness/ β how the work gets done memento/ β what we've learned so far
30 lines at the root boot the rest. Nothing else lives there.
WHY SPLIT IT THIS WAY?
Separation lets you update one layer without touching the others. And models reason better retrieving from structure than reconstructing from training.
One rule at the top of the router:
Prefer retrieval-led reasoning over pre-training-led reasoning.
MEMENTO
The memento layer mirrors cognitive science:
episodic β specific events (sessions, lessons)
semantic β synthesized knowledge (wiki, ideas) procedural β automated patterns (skills, scripts) prospective β future intentions (tasks)
Same 4 domains humans have. Same split works.
IT'S CALLED MEMENTO ON PURPOSE
Leonard Shelby can't form memories. He relies on tattoos, polaroids, notes. The character holds together through structure outside his head.
LLMs have the same problem. The folders is the tattoos
THE CONTRACT
The contract matters more than the structure.
symbiosis .MD defines what the user owe (externalize lessons, correct drift) and what the model owes (build on memory, push back, flag if I outsource thinking).
Without it, the files are just files.
With it, better alignment.
TWO VERBS KEEP IT ALIVE
ingest β moves signal up. Sessions β lessons β wiki or skills. Patterns that repeat get promoted.
lint β catches drift. Broken refs, stale facts, missing pushback, rules that aren't pulling weight.
THE ENGINE IS REPLACABLE
Model is the motor. Harness is the chassis. Memento is the navigation. I'm the driver.
Motor swappable β Claude today, something else tomorrow. Driver isn't. The symbiosis lives in the structure, not the weights.
NONE OF THIS IS NEW
Nolan for Memento. Steinberger for soul .MD . Karpathy for the LLM-WIKI pattern.
What's new is the arrangement.
#symbiosis
MIT licensed. Full write-up in Karpathy
style idea MD that you can give to your agent to get started:
GitHub
ai/agent-architecture/symbiosis at main Β· nakadaimon/ai
MD files for agents and humans. Contribute to nakadaimon/ai development by creating an account on GitHub.