Hacker News new | ask | show | jobs
by MikeDaniel 1550 days ago
Hey guys, I've created a really small tool that converts natural language into terminal commands using GPT3. To my chagrin, I seem to have a pathological inability to remember commands so I'm hoping this may help others suffering from such a terrible affliction.
3 comments

I would actually be interested in trying this out, but the things pointed out here have got me holding off for now: https://news.ycombinator.com/item?id=30721983

Might be worth giving the website/messaging a once-over

When I first read this comment I assumed it was someone sarcastically pretending to be the creator and not the actual creator, and I thought, what a dick... LOL

Looks neat! I've already been using github copilot which I've found brings some more joy into coding (even when it's a little off).

This is fascinating.

Is the input to oh-heck the complete GPT-3 prompt. Or is there something else added to it before sending to GPT-3?

Is there any specific training used for this task? Or just off the shelf GPT-3?

Yea, it's not the full prompt, I've been gradually training it over the last couple of weeks. It still needs work though as it's quite rudimentary at the moment. Something I intend to focus on going forward.