TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 shaburn超过 1 年前

5 条评论

jasonjmcghee超过 1 年前
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>
swah超过 1 年前
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>
logicalmonster超过 1 年前
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 未加载
muzani超过 1 年前
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
arthurcolle超过 1 年前
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 未加载