All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

llm9p: Access Large Language Models Through a 9P Filesystem Interface

By

mleroy

2mo ago· 6 min readenCode

Summary

llm9p is an open-source project that exposes Large Language Models (LLMs) as a 9P filesystem, allowing users to interact with AI models through standard filesystem operations. Users can write prompts to files and read responses from the same files. The project currently supports Anthropic API and Claude Code CLI backends, with plans to add local LLM support via Ollama. This approach enables scripts, AI agents, and users to access LLMs through familiar filesystem interfaces rather than specialized APIs.

Key quotes

· 4 pulled
llm9p enables users, scripts, and AI agents to interact with Large Language Models through standard filesystem operations
Write a prompt to a file, read the response from the same file
Supports multiple backends including Anthropic API, Claude Code CLI, and local LLMs (planned)
LLM exposed as a 9P filesystem
Snippet from the RSS feed
LLM exposed as a 9P filesystem. Contribute to NERVsystems/llm9p development by creating an account on GitHub.

You might also wanna read