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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Has someone already created a GPT-powered “SuperShell”?

1 点作者 georgestrakhov大约 2 年前
I&#x27;m imagining an alternative to bash (like zsh) that upon installing would ask for your openai api key (or even better connect to langchain and support multiple different sources of text AI, including locally-running models).<p>Then you can basically tell it what to do (arbitrary commands) in plain english or a combination of plain english and broken code) and it will generate, debug and run code for you, like here: https:&#x2F;&#x2F;twitter.com&#x2F;kcimc&#x2F;status&#x2F;1634334907790135298<p>For those concerned about safety, you can also configure when&#x2F;how it asks for user permission before running the code etc. There could be a check built-in on all potentially fatal code etc.etc.<p>Does this thing exist yet? If no - can someone please make it?<p>p.s. yes, I know security risks blah blah, running arbitrary code is very dangerous blah blah. But you know what? I&#x27;ve done enough dumb shit myself to trust this thing as much as I can trust myself, especially if proper guardrails are implemented and are presented as defaults (that I can change if I want to).

1 comment

georgestrakhov大约 2 年前
The first thing I found is HeyCLI - <a href="https:&#x2F;&#x2F;github.com&#x2F;HeyCLI&#x2F;heyCLI_client">https:&#x2F;&#x2F;github.com&#x2F;HeyCLI&#x2F;heyCLI_client</a>, but it&#x27;s not exactly there...