frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Llm9p: LLM as a Plan 9 file system

https://github.com/NERVsystems/llm9p
9•mleroy•1h ago

Comments

mleroy•1h ago
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•1h ago
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.
interstice•1h ago
Isn’t that just editing the main Claude.md? A bit loose but I’ve been getting Claude to edit its own settings a fair bit.