ManifoldRG / Manifold-KB

This repository serves as a knowledge base with key insights, details from other research and implementations to serve as references and one place to document various possible paths to achieve something.
GNU General Public License v3.0
4 stars 0 forks source link

AF Survey - "LLM Powered Autonomous Agents" #18

Open harshsikka opened 12 months ago

harshsikka commented 12 months ago

For team review: https://lilianweng.github.io/posts/2023-06-23-agent/

PranayPasula commented 11 months ago

My (quick) overview of Lilian Weng's blog post "LLM-powered Autonomous Agents" at https://lilianweng.github.io/posts/2023-06-23-agent/

Agent System Overview

Screenshot 2023-08-03 at 8 29 33 AM

Component One: Planning

Task Decomposition

Self-Reflection

Component Two: Memory

Types of Memory

Maximum Inner Product Search (MIPS)

Component Three: Tool Use

Case Studies

Scientific Discovery Agent

Generative Agents Simulation

Proof-of-Concept Examples

Challenges

Irony

ChatGPT-4 + plugins did a horrendous job of summarizing this even with guidance, so I wrote everything (and copied and pasted certain parts from Lilian's post) except for the ### and #### headers (which I explicitly provided in my prompt to ChatGPT-4 anyways, so I don't give it credit for this either).

My goodness! I don't want to have to use ReAct or even CoT just to get a decent quality answer from GPT-4 on something as simple as this. Lilian states that ChatGPT Plugins is a good example of LLMs augmented with tool use capability working practice, which I intentionally omitted from the overview. I guess it is a good example, but it has poor performance without significant prompt engineering, which I don't have the time to do at 8:40 AM.

Note: Some references don't have descriptions, but they can be summarized in one sentence. Check the abstract or Lilian's post.

For You, the reader

Limitations provided by Lilian are very limited, and I encourage folks to consider other patterns in limitations with the approaches, and more importantly, the paradigms mentioned, and to share these in the comments before this issue is closed out. I have several in mind, which I'll share after some others do.

PranayPasula commented 11 months ago

Actually, I'm closing this as the issue is resolved, but in general, an issue surrounding challenges and limitations of LLM influenced agents should be tracked separately and prominently, as our goal is overcoming these issues.

Quoting my CTA at the bottom of my previous reply

For You, the reader

Limitations provided by Lilian are very limited, and I encourage folks to consider other patterns in limitations with the approaches, and more importantly, the paradigms mentioned, and to share these in the comments before this issue is closed out. I have several in mind, which I'll share after some others do.

PranayPasula commented 11 months ago

Reopened this so that people can comment on it with their questions, insights, corrections, etc. here!

Please do so!

bhavul commented 10 months ago

Hey folks, thanks for contributing to this!!

Could we please turn the notes into a summary.md file and submit a PR following the community guidelines?

Thanks in advance! :)