LLMs as Files
2 min readRecently I had a need to interact with a LLM from a throwaway shell script. Initially I went the easy route of shelling out to claude -p to solve my problem. Problem solved, script done, and I moved on to my next task.
Something in my brain, nestled next to the part that loves the ideas behind the Plan 9 operating system, kept spinning on the idea. Having successfully nerd-sniped myself I did what any self-respecting programmer would do. I built a FUSE filesystem that makes interacting with large language models as easy as interacting with files.
...