Llm9p: LLM as a Plan 9 file system
mleroy
15 points
3 comments
March 08, 2026
Related Discussions
Found 5 related stories in 98.4ms across 3,471 title embeddings via pgvector HNSW
- 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
- I don't use LLMs for programming ms7892 · 68 pts · March 12, 2026 · 53% similar
- Right-sizes LLM models to your system's RAM, CPU, and GPU bilsbie · 76 pts · March 01, 2026 · 52% similar
- I'm Not Consulting an LLM birdculture · 52 pts · March 08, 2026 · 51% 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.