Large language models (LLMs) are deep learning algorithms that can recognize, summarize, translate, predict, and generate content using very large datasets. They are trained on massive amounts of text data, mostly scraped from the Internet, using artificial neural networks that can contain billions of parameters.
Popular LLMs: OpenAI’s GPT-4, Google’s PaLM, and Meta’s LLaMa.
LLM-powered autonomous agents are systems that can perceive their environment and act accordingly to achieve their goals, using LLMs as their core component. They communicate with humans or other agents, to understand and generate content, and to learn from feedback.
Auto-GPT (163k ⭐) — An AI agent that can perform various tasks autonomously by using the internet and other tools. It is based on OpenAI’s GPT-4, a large language model that can generate text for different purposes.
GPT-Engineer (51k ⭐) — A project that uses GPT-4 to automate the process of software engineering. It includes several Python scripts that interact with the GPT-4 model to generate code, clarify requirements, generate specifications, and more.
AgentGPT (30.3k ⭐) — You can simply assign a name and a goal to this AI agent, and it will think of the best tasks to perform, execute them, evaluate the results, and repeat the process until it achieves the goal.
MetaGPT (40.6k ⭐) — It takes a one-line requirement as input and outputs various artifacts, such as user stories, competitive analysis, requirements, data structures, APIs, documents, and code.
BabyAGI (19.5k ⭐) — Given a specific goal (objective) and a starting point (initial task), it generates creative ideas, organizes them into tasks, and prioritizes those tasks to guide you towards achieving your goal.
JARVIS (23.2k ⭐) — A system that connects LLMs with various machine learning models to solve complex AI tasks. JARVIS is inspired by the fictional AI assistant of Iron Man, and it uses natural language as a universal interface to communicate with users and models.
SuperAGI (14.7k ⭐) — You can run concurrent agents seamlessly, extend agent capabilities with tools. The agents efficiently perform a variety of tasks and continually improve their performance with each subsequent run.
GPT Researcher (12.3k ⭐) — An autonomous agent that can produce detailed, factual and unbiased research reports, with customization options for focusing on relevant resources, outlines, and lessons.
ShortGPT (5.2k ⭐) — It can generate short and creative content, such as jokes, slogans, headlines, tweets, and more.
MiniAGI (2.8k ⭐) — A minimal general-purpose autonomous agent based on GPT-3.5 / GPT-4. Can analyze stock prices, perform network security tests, create art, and order pizza.