What does HackerNews think of Auto-GPT?
An experimental open-source attempt to make GPT-4 fully autonomous.
Do you think https://github.com/Significant-Gravitas/Auto-GPT et al will become more performant as models improve?
I recently used it to have it find a source of data and scrape it as a test, and it works. Took only 30 min or so.
Could have done it in under 5 min by myself, but taking 20s to write the prompt is still faster than spending the 5 min doing it myself
https://github.com/Significant-Gravitas/Auto-GPT
>This program, driven by GPT-4, chains together LLM "thoughts", to autonomously achieve whatever goal you set. As one of the first examples of GPT-4 running fully autonomously, Auto-GPT pushes the boundaries of what is possible with AI.
>As an autonomous experiment, Auto-GPT may generate content or take actions that are not in line with real-world business practices or legal requirements. It is your responsibility to ensure that any actions or decisions made based on the output of this software comply with all applicable laws, regulations, and ethical standards. The developers and contributors of this project shall not be held responsible for any consequences arising from the use of this software.
Presumably someone running a misconfigured future version of autoGPT?
As for autonomy, LLMs don't have autonomy by themselves. But they can be pretty easily combined with other systems, connected to the outside world, in a way that seems pretty darned autonomous to me. (https://github.com/Significant-Gravitas/Auto-GPT). And that's basically a duct-tape-and-string version. Given how new these LLMs are, it's likely we're barely scratching the surface.