Skip to content

Commit

Permalink
Tracking AGI systems. Closes #36 (superseded)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Apr 12, 2023
1 parent 94abd52 commit 2147a0c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/awesome-agi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 🤖 Awesome AGI: A Curated List of Artificial General Intelligence Systems and Techniques

A collection of cutting-edge AGI systems and techniques, designed to help this app developers,
and enthusiasts stay up-to-date with the latest advancements in the field of Artificial General Intelligence.

If you're thinking of implementing any of the techniques in this app, please
coordinate with @enricoros and @fredliubojin.

---

#### Reasoning systems

| System | Date | Comments | Information |
|:-----------|------------|---------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ..tba.. | 2023-04- | | |
| AutoGPT | 2023-04-03 | objective-driven: Execution VM, with Agents | github.com/[Torantulino/Auto-GPT]https://github.com/Torantulino/Auto-GPT |
| BabyAGI | 2023-04-02 | objective-driven: Task expander loop | github.com/[yoheinakajima/babyagi](https://github.com/yoheinakajima/babyagi) |
| HuggingGPT | 2023-03-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 | 2023-03-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 | 2023-02-03 | | [[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-10-06 | | [[PDF](https://arxiv.org/pdf/2210.03629)] [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/abs/2210.03629) |

#### Other interesting reads

| What | Link |
|:-------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Task-driven Autonomous Agent (Yohei) | [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/) [Tweet](https://twitter.com/yoheinakajima/status/1640934493489070080?t=TnCAUC_1ypEnxVKAARyIRQ&s=19) |
| Early experiments with GPT-4 | [Sparks of Artificial General Intelligence](https://arxiv.org/abs/2303.12712) |

##### Please Edit!

We welcome contributions to this Awesome AGI list! If you know of any AGI systems, techniques, or resources
that should be included, please submit a pull request and we'll merge it right away.

1 comment on commit 2147a0c

@vercel
Copy link

@vercel vercel bot commented on 2147a0c Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextjs-chatgpt-app – ./

nextjs-chatgpt-app-git-main-enricoros.vercel.app
nextjs-chatgpt-app-enricoros.vercel.app
gpt4.enrico.ai

Please sign in to comment.