TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why aren't we using ChatGPT in the CLI?

4 pointsby shaburnover 1 year ago

5 comments

jasonjmcgheeover 1 year ago
Many people are. It&#x27;s quite popular to build yourself as it&#x27;s quite easy. There are also more extensive implementations like <a href="https:&#x2F;&#x2F;github.com&#x2F;KillianLucas&#x2F;open-interpreter">https:&#x2F;&#x2F;github.com&#x2F;KillianLucas&#x2F;open-interpreter</a> which is wildly popular (&gt;27k stars).<p>You can also use local LLMs via cli which is also quite popular <a href="https:&#x2F;&#x2F;github.com&#x2F;jmorganca&#x2F;ollama">https:&#x2F;&#x2F;github.com&#x2F;jmorganca&#x2F;ollama</a>
swahover 1 year ago
I use a random one [1], when I remember. Type what I need in english and press Ctrl-G:<p><pre><code> ~&#x2F; git clean branch⌛ (ctrl-g gives me the little hourglass) </code></pre> wait for a second and the command line is replaced:<p><pre><code> ~&#x2F; git clean -f -d &amp;&amp; git checkout branch </code></pre> Of course when the result is not what you want, might as well open the browser...<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;TheR1D&#x2F;shell_gpt">https:&#x2F;&#x2F;github.com&#x2F;TheR1D&#x2F;shell_gpt</a>
logicalmonsterover 1 year ago
While clever as a timesaving tool to look up syntax, it seems kind of dangerous to rely on AI for this without checking and verifying its suggestions. CLIs are very powerful. You can make big changes to complex systems with one random one-liner with the right flags.<p>Now the problem is that state of the art AI can seem incredibly smart in a large portion of cases, but it might act jaw-droppingly stupid in that 1% of cases. You can get used to trusting it too much and accidentally make a bad command. If you&#x27;re trusting that the machine&#x27;s suggestions are right and aren&#x27;t careful, you can easily blow up your system.<p>Do you trust AI to not royally screw up your system that 1% of the time it makes a goofy suggestion?
评论 #37756800 未加载
muzaniover 1 year ago
Made one myself, then found this on HN and have been using it since: <a href="https:&#x2F;&#x2F;github.com&#x2F;npiv&#x2F;chatblade">https:&#x2F;&#x2F;github.com&#x2F;npiv&#x2F;chatblade</a><p>Some say it&#x27;s because it&#x27;s not free, but it just feels good
arthurcolleover 1 year ago
you aren&#x27;t? There are a bunch<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;ZH9ZPr2.png" rel="nofollow noreferrer">https:&#x2F;&#x2F;i.imgur.com&#x2F;ZH9ZPr2.png</a><p>Open Interpreter is really good
评论 #37748259 未加载