←back to thread

412 points conanxin | 1 comments | | HN request time: 0.271s | source
1. simonmysun ◴[] No.41086572[source]
I just wrote a command line interface of LLMs in (almost) pure Bash[1]. I endorse the future of LLMs because of the points in this article. People talk to LLMs the same way we talk to CLI shells, and everything is plain text based (It's Unix philosophy! ). I should've read this earlier to get more ideas before writing the CLI client.

[1]: https://github.com/simonmysun/ell