[flagged]
Comments like this break both the HN guidelines ( https://news.ycombinator.com/newsguidelines.html ) and the Show HN guidelines ( https://news.ycombinator.com/showhn.html ). Can you please review those and please not post like this?
Show HN: My LLM CLI tool can run tools now, from Python code or plugins
11–20 of 178 posts
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#12Every time I update llm I have to reinstall all plugins, like gemini and ollama. My Gemini key is still saved, as are my aliases for my ollama models, so I don't get why the installed plugins are lost.
I have an idea to fix that by writing a 'plugins.txt' file somewhere with all of your installed plugins and then re-installing any that go missing - issue for that is here: https://github.com/simonw/llm/issues/575
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#13[flagged]
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#14Thank you for this release. I believe your library is a key component to unlocking the potential of LLMs without the limitations/restricitions of existing clients. Since you released version 0.26 alpha, I’ve been trying to create a plugin to interact with a some MCP server, but it’s a bit too challenging for me. So far, I’ve managed to connect and dynamically retrieve and use tools, but I’m not yet able to pass param…
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#15unrelated note: your blog is nice and I've been following you for a while, but as a quick suggestion: could you make the code blocks (inline or not) highlighted and more visible?
This post has an unusually large number of code blocks without syntax highlighting since they're copy-pasted outputs from the debug tool which isn't in any formal syntax.
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#16what are the use cases for llm, the CLI tool? I keep finding tgpt or the bulletin AI features of iTerm2 sufficient for quick shell scripting. does llm have any special features that others don't? am I missing something?
I find it extremely useful as a research tool. It can talk to probably over 100 models at this point, providing a single interface to all of them and logging full details of prompts and responses to its SQLite database. This makes it fantastic for recording experiments with different models over time. The ability to pipe files and other program outputs into an LLM is wildly useful. A few examples: llm -f code.py -s '…
> had I used o3 to find and fix the original vulnerability I would have, in theory [...]
they ran a scenario that they thought could have lead to finding it, which is pretty much not what you said. We don't know how much their foreshadowing crept into their LLM context, and even the article says it was also sort of chance. Please be more precise and don't give into these false beliefs of productivity. Not yet at least.
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#17[flagged]
Comments like this break both the HN guidelines ( https://news.ycombinator.com/newsguidelines.html ) and the Show HN guidelines ( https://news.ycombinator.com/showhn.html ). Can you please review those and please not post like this?
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#18Earlier quoted context omitted.
I find it extremely useful as a research tool. It can talk to probably over 100 models at this point, providing a single interface to all of them and logging full details of prompts and responses to its SQLite database. This makes it fantastic for recording experiments with different models over time. The ability to pipe files and other program outputs into an LLM is wildly useful. A few examples: llm -f code.py -s '…
"LLM was used to find" is not what they did > had I used o3 to find and fix the original vulnerability I would have, in theory [...] they ran a scenario that they thought could have lead to finding it, which is pretty much not what you said. We don't know how much their foreshadowing crept into their LLM context, and even the article says it was also sort of chance. Please be more precise and don't give into these fa…
Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#19Re: Show HN: My LLM CLI tool can run tools now, from Python code or plugins
#20Earlier quoted context omitted.
"don't actually do anything with this stuff" - https://github.com/simonw/llm/compare/0.25...0.26 138 commits to implement this new feature.
[flagged]
I don’t get where you get the idea that people aren’t actually using this stuff and being productive.