|
|
|
|
|
by djangelic
1040 days ago
|
|
Forgive my conjecture, as I'm no expert in this field, but have enjoyed playing with the different models. I see it as a matter of attention. GPT-4 is limited in the number of tokens you can feed it and receive back from it. I see this as how much attention the LLM can give you. I see meta-gpt and other models like this as increasing the attention of the LLM by allowing it combine it's short attention span with multiple assessments of the request, and give you a more complete picture of what you want because it can keep giving it consistent attention to the problem at hand, instead of simply trying to solve it on the first try. Someone please correct me if I'm way off, but this simple mental model helps me abstract this. |
|
You can use multiple agents, or split a lot of information across multiple requests to one agent. The result is the same. Some problems require a full understanding of the whole picture.