avatarPaul DelSignore

总结

undefined

摘要

ally, and that requires some kind of programming experience since it runs on Python and requires OpenAI and Pinecone API keys.</p><p id="2833">However, there are already AutoGPT apps that run on the browser, like <a href="https://agentgpt.reworkd.ai/">AgentGPT</a> and <a href="https://www.cognosys.ai/">Cognosys</a>. BabyAGI can also run on a browser via <a href="https://huggingface.co/spaces/dory111111/babyagi-streamlit">this Hugging Face space</a>.</p><p id="5725">Since the experimentation is currently develop-centric, we should expect AutoGPTs to become more user-friendly soon, with clean and intuitive UI interfaces.</p><p id="615c">Getting back to my liminal Twitter experience, the following example is just one thread of literally dozens that have been lighting up the twitterverse. This thread shows some of the experimentation happening around AutoGPTs…</p> <figure id="7641"> <div> <div> <img class="ratio" src="http://placehold.it/16x9"> <iframe class="" src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=d04bfffea46d4aeda930ec88cc64b87c&amp;schema=twitter&amp;url=https%3A//twitter.com/rowancheung/status/1646389808401448960&amp;image=https%3A//i.embed.ly/1/image%3Furl%3Dhttps%253A%252F%252Fabs.twimg.com%252Ferrors%252Flogo46x38.png%26key%3D4fce0568f2ce49e8b54624ef71a8a5bd" allowfullscreen="" frameborder="0" height="281" width="500"> </div> </div> </figure></iframe></div></div></figure><h2 id="3d41">A Move Towards Action-based AI</h2><p id="285d">The AutoGPT movement is part of a bigger trend in generative AI that is moving toward action-based AI agents.</p><p id="3ba5">For example, <a href="https://www.adept.ai/">Adept AI</a> is a machine learning research and product lab that is developing AI models to automate tasks and turn text commands into actions.</p><p id="2eae">A move toward action is also being sparked by <a href="https://readmedium.com/why-chatgpt-plugins-are-revolutionary-dd63fa1b170c">OpenAI’s release of ChatGPT plugins</a> which transforms chat from a basic communication tool into a service that curates action-based experiences.</p><p id="fb83">For example, Expedia is releasing a travel advisor plugin that not only provides recommendations for destinations, flights or hotels, but will also book directly from the recommendations as well.</p><p id="1ede">cool right?</p><p id="1bf0">What about an AI doctor app that

观点

can not only respond with medical suggestions but can also recommend specialists near you, book appointments, and manage your insurance-related questions and tasks?</p><p id="24e2">This takes chat to the next level and turns AI into assistants working for you.</p><h2 id="d687">Final Thoughts</h2><p id="df38">What makes AutoGPTs amazing is once you give them a mission, they go off and autonomously perform that objective for you. They figure out the tasks and steps required.</p><p id="6bd2">This is one more step closer to AGI (Artificial General Intelligence).</p><p id="6f26">And while there are talks about an AI pause and government bans on ChatGPT, the next wave of generative AI is surfacing and it’s not from private or company research labs, but from Github repos and Twitter feeds.</p><p id="0896"><i>If you liked this article, throw out some Medium love… claps, comment, and be sure to follow.</i></p><p id="8b1c"><i>You can also support my work on Medium by becoming a member using this <a href="https://medium.com/@pdelsignore/membership">referral link</a>.</i></p><h2 id="197c">More From The Generator</h2> <figure id="5dda"> <div> <div> <img class="ratio" src="http://placehold.it/16x9"> <iframe class="" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fopen.spotify.com%2Fembed%2Fshow%2F785f6jfKmDMEPmB8S6WtjD%3Futm_source%3Doembed&amp;display_name=Spotify&amp;url=https%3A%2F%2Fopen.spotify.com%2Fshow%2F785f6jfKmDMEPmB8S6WtjD&amp;image=https%3A%2F%2Fi.scdn.co%2Fimage%2Fab67656300005f1fb9d234fc9454708280aa7430&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=spotify" allowfullscreen="" frameborder="0" height="152" width="456"> </div> </div> </figure></iframe></div></div></figure><div id="3169" class="link-block"> <a href="https://readmedium.com/auto-ai-turning-ai-into-your-own-personal-prompt-engineer-29ead2015384"> <div> <div> <h2>Auto AI: Turning AI into Your Own Personal Prompt Engineer</h2> <div><h3>Exploring the next evolution of AI</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*6MvS06JMBBPRo-6akO-gRQ.png)"></div> </div> </div> </a> </div></article></body>Elmo.chat 是一个 AI 助手,能够快速总结网页、YouTube 视频、PDF 文档,并支持多语言,提供深入的关键词分析和即时问答功能。

Why You Need To Know About AutoGPTs

The Next Wave Of Generative AI

made by author in Midjourney

Do you ever have that feeling after reading or watching something that everything is about to change?

I had that feeling last year when I first read OpenAI’s announcement post on DALL-E 2. That’s actually the moment for me when I suddenly shifted my technology gaze toward this thing called Generative AI.

Since then, we’ve seen an explosion of innovation in generative content creation, with transformers that output text, images, code, and video. And no doubt, this content creation space will continue to progress rapidly.

But I had another one of those feelings several days ago.

And it wasn’t from a company blog, an event, or a release announcement. It was in my Twitter feed.

What I was witnessing was post after post of developers experimenting with something that is very new and different.

It was about the creation of autonomous AI agents, currently referred to as AutoGPTs.

The Rise Of AutoGPTs

AutoGPTs leverage OpenAI’s large language model, GPT-4, to automate multi-step projects that would have otherwise required back-and-forth interactions with GPT-4.

In simpler terms, AutoGPTs enable the chaining of thoughts to accomplish a specified objective and do so autonomously.

They have internet access with the ability to read/write files, and they possess short-term and long-term memory to understand what has been done.

To be clear… the goal of AutoGPTs is to “make GPT-4 fully autonomous.

The three most popular AutoGPTs can all be found on Github, they are as follows:

  1. BabyAGI by Yohei Nakajima
  2. Auto-GPT by Toran Bruce Richards, who goes by the alias Significant Gravitas.
  3. Jarvis by Microsoft.

In order to run these popular AutoGPTs, you need to install them locally, and that requires some kind of programming experience since it runs on Python and requires OpenAI and Pinecone API keys.

However, there are already AutoGPT apps that run on the browser, like AgentGPT and Cognosys. BabyAGI can also run on a browser via this Hugging Face space.

Since the experimentation is currently develop-centric, we should expect AutoGPTs to become more user-friendly soon, with clean and intuitive UI interfaces.

Getting back to my liminal Twitter experience, the following example is just one thread of literally dozens that have been lighting up the twitterverse. This thread shows some of the experimentation happening around AutoGPTs…

A Move Towards Action-based AI

The AutoGPT movement is part of a bigger trend in generative AI that is moving toward action-based AI agents.

For example, Adept AI is a machine learning research and product lab that is developing AI models to automate tasks and turn text commands into actions.

A move toward action is also being sparked by OpenAI’s release of ChatGPT plugins which transforms chat from a basic communication tool into a service that curates action-based experiences.

For example, Expedia is releasing a travel advisor plugin that not only provides recommendations for destinations, flights or hotels, but will also book directly from the recommendations as well.

cool right?

What about an AI doctor app that can not only respond with medical suggestions but can also recommend specialists near you, book appointments, and manage your insurance-related questions and tasks?

This takes chat to the next level and turns AI into assistants working for you.

Final Thoughts

What makes AutoGPTs amazing is once you give them a mission, they go off and autonomously perform that objective for you. They figure out the tasks and steps required.

This is one more step closer to AGI (Artificial General Intelligence).

And while there are talks about an AI pause and government bans on ChatGPT, the next wave of generative AI is surfacing and it’s not from private or company research labs, but from Github repos and Twitter feeds.

If you liked this article, throw out some Medium love… claps, comment, and be sure to follow.

You can also support my work on Medium by becoming a member using this referral link.

More From The Generator

Artificial Intelligence
Technology
AI
Github
Recommended from ReadMedium