Agents should know about their limitations while creating new agents. #107
kazunator
started this conversation in
Ideas & Thoughts
Replies: 1 comment 3 replies
-
Yes this should be covered in the standard docs given to all agents. It's call an AGENT MODEL |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find it that LLMs even with updated knowledge cutoff don't really have a good grasp over their own limitations. One of which is the context range on which they perform best. To my understanding, chatgpt4 works best when performing tasks that do not go beyond the 200-300 token range. Anything beyond that and it will try to rush the task and finish it even when not complete. This limitation should be properly communicated to the first layer agents that will create agents below them. And these new agents should also keep these limitations in mind when creating new agents.
Of course, the obvious limitations shouldn't be communicated as that will only create fluff and noise. Only communicate stuff that it doesn't know implicitely.
Beta Was this translation helpful? Give feedback.
All reactions