Hacker Newsnew | past | comments | ask | show | jobs | submit | jermolene's commentslogin

(Disclosure: I originally created TiddlyWiki.)

For the single-file configuration you describe, there are already several LLM connectors — e.g. [1]. The appeal is exactly what you note: no dependencies, no installation, trivially archivable. A single-file agentic wiki wandering around and self-editing isfeasible today.

For something closer to Karpathy's LLM Wiki pattern, I've been working on twillm[2], which uses TiddlyWiki's Node.js configuration. That setup saves tiddlers as individual files, so you can point it at an existing Markdown vault and work alongside tools like Claude Code.

Some benefits of TiddlyWiki for this:

* Open source, so you can be confident it'll remain usable indefinitely.

* Web-based, so accessible anywhere.

* Computed views replace materialised index files. Karpathy's setup relies on an index.md that the LLM has to keep in sync as it adds notes — something LLMs are bad at, with staleness creeping in across sessions. TiddlyWiki views are live filter expressions: "tiddlers tagged concept, sorted by rating" computes its contents at render time.

* Frontmatter becomes queryable structure. Obsidian renders YAML frontmatter as boxed metadata at the top of a note. TiddlyWiki promotes frontmatter fields into first-class tiddler fields you can filter, sort, and aggregate over.

* LLM-authored applets, not just content. Beyond Markdown notes, the LLM can drop in wikitext tiddlers (.tid) that act as small interactive live views: dashboards, browse-by-tag tools, journal indexes, glossary pages.

[1] https://github.com/rimir-cc/tw-llm-connect [2] https://github.com/Jermolene/twillm


Two more that I've come across:

https://hyperclay.com/ and https://feather.wiki/

Thanks for mentioning TiddlyWiki btw.


Another one I'd forgotten is Wiki On A Stick. It dates from 2006 or so, just after TiddlyWiki's first release

https://stickwiki.sourceforge.net/


Hyperclay involves a node js server. Feathre.wiki looks like a legit SFWA.


Thank you for your kind words, much appreciated, speaking as the creator/maintainer of TiddlyWiki. I really like what you've done, and the way you've described it on the site. I hope you will enjoy success with it, and have as much fun with it as I have with TiddlyWiki.


Could you try with any extensions disabled? We've had problems with some recently


It appears to be the Ghostery extension in my Chrome blocking requests to Google Analytics.

(If I disable it, it works fine).


Thanks nacs we've fixed the crash with Ghostery for the next release


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: