https://github.com/enricoros/awesome-agi
A curated list of amazing resources, papers, articles, and tools related to Artificial General Intelligence.
https://github.com/enricoros/awesome-agi
List: awesome-agi
agi ai-research ai-resources artificial-general-intelligence artificial-intelligence autonomous-agents deep-learning gpt large-language-models machine-learning reasoning-systems
Last synced: 5 months ago
JSON representation
A curated list of amazing resources, papers, articles, and tools related to Artificial General Intelligence.
- Host: GitHub
- URL: https://github.com/enricoros/awesome-agi
- Owner: enricoros
- Created: 2023-04-13T22:47:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T22:59:41.000Z (about 3 years ago)
- Last Synced: 2025-03-10T14:51:19.212Z (about 1 year ago)
- Topics: agi, ai-research, ai-resources, artificial-general-intelligence, artificial-intelligence, autonomous-agents, deep-learning, gpt, large-language-models, machine-learning, reasoning-systems
- Homepage:
- Size: 1.95 KB
- Stars: 54
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome AGI - Artificial General Intelligence 🧠🚀
🔥 A compilation of state-of-the-art AGI resources and methodologies 📚, curated to assist app developers 🛠️ and awesome people 🌟 in keeping abreast with the most recent progressions in the realm of Artificial General Intelligence 🧠💡.
_If you want to contribute, please read the [contribution guidelines](CONTRIBUTING.md)._
## Introduction
This repository is dedicated to providing the latest and most relevant resources on AGI to keep you informed and inspired. While there is debate on the definition of AGI, practitioners take it to their IDEs and Terminals to harness the power of LLMs with outer-loops (and soon other LLMs) to inch closer and closer to AGI.
## 🌌 Reasoning Systems
Most recent developments on top, as obsolecence is quick in this space, because of the breadth and speed of innovation.
| System | Date | Comments | Information |
|:------------------|--------|------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Generative Agents | Apr 7 | Simulate human behavior with generative agents | [[PDF](https://arxiv.org/pdf/2304.03442)] [Generative Agents: Interactive Simulacra of Human Behavior](https://arxiv.org/abs/2304.03442) |
| AutoGPT | Apr 3 | objective-driven: Execution VM, with Agents | [Torantulino/Auto-GPT](https://github.com/Torantulino/Auto-GPT) |
| BabyAGI | Apr 2 | objective-driven: Task expander loop | [yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) |
| HuggingGPT | Mar 30 | Model calls specialized models for input | [[PDF](https://arxiv.org/pdf/2303.17580)] [Solving AI Tasks with ChatGPT and its Friends in HuggingFace](https://arxiv.org/abs/2303.17580) |
| Reflexion | Mar 20 | | [[PDF](https://arxiv.org/pdf/2303.11366)] [Reflexion: an autonomous agent with dynamic memory and self-reflection](https://arxiv.org/abs/2303.11366) |
| DEPS | Feb 3 | | [[PDF](https://arxiv.org/pdf/2302.01560)] [Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents](https://arxiv.org/abs/2302.01560) |
| ReAct | 2022 | | [[PDF](https://arxiv.org/pdf/2210.03629)] [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/abs/2210.03629) |
## Articles
- [Task-driven Autonomous Agent Utilizing GPT-4, Pinecone, and LangChain](https://yoheinakajima.com/task-driven-autonomous-agent-utilizing-gpt-4-pinecone-and-langchain-for-diverse-applications/) - Yohei's system to achieve AGI thought a Task-expansion loop
- [Sparks of Artificial General Intelligence](https://arxiv.org/abs/2303.12712) - Microsoft's experience report on GPT-4, including how unicorns got uglier
## Future Content
- [Tools](#tools)
- [Events](#events)
- [Communities](#communities)
## 🌟 Enjoy & Edit
This is made of your contributions! If you know of any AGI systems, techniques, or resources
that should be included, please submit a pull request and we'll process it soon.
_If you want to contribute, please read the [contribution guidelines](CONTRIBUTING.md)._