Llm9p: LLM as a Plan 9 file system
mleroy
15 points
3 comments
March 08, 2026
Related Discussions
Found 5 related stories in 82.9ms across 8,303 title embeddings via pgvector HNSW
- Let's talk about LLMs cdrnsf · 153 pts · May 04, 2026 · 60% similar
- LLM plays an 8-bit Commander X16 game using structured "smart senses" russellharper · 15 pts · April 08, 2026 · 57% similar
- Windows 9x Subsystem for Linux sohkamyung · 920 pts · April 22, 2026 · 56% similar
- How I write software with LLMs indigodaddy · 69 pts · March 16, 2026 · 56% similar
- Reliable Software in the LLM Era mempirate · 102 pts · March 12, 2026 · 55% similar
Discussion Highlights (2 comments)
mleroy
Following the recent discussion on files as the ideal interface for agents [0], this might be an interesting exploration. llm9p is a small, experimental 9P server that lets you interact with LLMs as a filesystem. [0] https://news.ycombinator.com/item?id=47286408
stingraycharles
How can it set the system prompt when using Claude Code, when even Claude code itself doesn’t support adding to the system prompt? It does have “—appendSystemPrompt” but despite its name that’s actually just a user message being sent upon startup.