Live data from Hacker News

Show HN: GPT-3 Powered Shell

musings.yasyf.com

71–80 of 114 posts

Re: Show HN: GPT-3 Powered Shell

#72

"The new Power had no weapons on the ground, nothing but a comm laser. That could not even melt steel at the frigate’s range. No matter, the laser was aimed, tuned civilly on the retreating warship’s receiver. No acknowledgment. The humans knew what communication would bring. The laser light flickered here and there across the hull, lighting smoothness and inactive sensors, sliding across the ship’s ultradrive spines…

Have you read Rainbows End?

Re: Show HN: GPT-3 Powered Shell

#73

"The new Power had no weapons on the ground, nothing but a comm laser. That could not even melt steel at the frigate’s range. No matter, the laser was aimed, tuned civilly on the retreating warship’s receiver. No acknowledgment. The humans knew what communication would bring. The laser light flickered here and there across the hull, lighting smoothness and inactive sensors, sliding across the ship’s ultradrive spines…

Have you read Rainbows End?

Yes, though I don't remember any of it 15+ years later. Do you have a (spoiler-free) reason to reread it? :)

Re: Show HN: GPT-3 Powered Shell

#74

"The new Power had no weapons on the ground, nothing but a comm laser. That could not even melt steel at the frigate’s range. No matter, the laser was aimed, tuned civilly on the retreating warship’s receiver. No acknowledgment. The humans knew what communication would bring. The laser light flickered here and there across the hull, lighting smoothness and inactive sensors, sliding across the ship’s ultradrive spines…

Reading this reminds me of the enormous chasm that exists between the vast majority of overwrought poorly written science fiction like this, and the absolute best of the genre.

Re: Show HN: GPT-3 Powered Shell

#75
post #16
post #8

Half of the fun of using cli is using it with your own knowledge imo. Using GPT3 makes it feel like I may as well use some GUI tool. I understand gpt3 will/does save time and money but I actually like to code and to use my skills and knowledge to build and solve thingswith my own hands. Maybe I'm an outlier here, but using some tool to do it for me doesn't sound like fun.

Agreed. There is quickly going to be a bigger chasm between the best devs and average/bad devs bc of LLMs.

This is just wishful thinking of course.

The shell itself is an outdated piece of technology that unfortunately has to be used for historical reasons. I’m glad we now see a way to work past it.

Re: Show HN: GPT-3 Powered Shell

#76

Earlier quoted context omitted.

Have you read Rainbows End?

Yes, though I don't remember any of it 15+ years later. Do you have a (spoiler-free) reason to reread it? :)

It is about a lab engineered virus that spreads around the world. I had read it long before the pandemic.

Re: Show HN: GPT-3 Powered Shell

#77
post #74

"The new Power had no weapons on the ground, nothing but a comm laser. That could not even melt steel at the frigate’s range. No matter, the laser was aimed, tuned civilly on the retreating warship’s receiver. No acknowledgment. The humans knew what communication would bring. The laser light flickered here and there across the hull, lighting smoothness and inactive sensors, sliding across the ship’s ultradrive spines…

Reading this reminds me of the enormous chasm that exists between the vast majority of overwrought poorly written science fiction like this, and the absolute best of the genre.

Merry Christmas to you too.

Re: Show HN: GPT-3 Powered Shell

#78
post #74

"The new Power had no weapons on the ground, nothing but a comm laser. That could not even melt steel at the frigate’s range. No matter, the laser was aimed, tuned civilly on the retreating warship’s receiver. No acknowledgment. The humans knew what communication would bring. The laser light flickered here and there across the hull, lighting smoothness and inactive sensors, sliding across the ship’s ultradrive spines…

Reading this reminds me of the enormous chasm that exists between the vast majority of overwrought poorly written science fiction like this, and the absolute best of the genre.

Vinge has won plenty of awards. Can you recommend a book that is better and not a obvious top 50 SciFi books that most of us have read already?

Re: Show HN: GPT-3 Powered Shell

#79
post #75
post #16

Earlier quoted context omitted.

Agreed. There is quickly going to be a bigger chasm between the best devs and average/bad devs bc of LLMs.

This is just wishful thinking of course. The shell itself is an outdated piece of technology that unfortunately has to be used for historical reasons. I’m glad we now see a way to work past it.

What would you describe as a better tool? GUIs definitely aren’t it, as they can’t be composed together. APIs are great when they exist, but are often far too verbose for one-off tasks.

Relevant here, a GPT-powered shell throws away the repeatability and predictability that shells have. There’s nothing to say that a different random seed or a little more training data won’t change the interpretation of a task that was specified in the vagaries of natural language.

Re: Show HN: GPT-3 Powered Shell

#80
post #61
post #60

Earlier quoted context omitted.

if you pass `--model=chatgpt` there's experimental support for ChatGPT, but it's suuuper flaky

Oh right, sorry! I've been using similar workarounds to use ChatGPT programmatically and it's just not worth it. In my experience you just get blocked after a couple of requests. I'm really hoping they release an API soon.

> In my experience you just get blocked after a couple of requests.

Ah, that confirms what I suspected then. Good to know, thanks!

Post reply on HN