About Agent expression

to be honest,agent without @doc is really bad ,every step by coding i have to watch the process the whole time bucause only LLM without document is limited,even claude 3.5 200k,Not to mention the team canceled this, with no explanation. long contexts are always more reliable than short contexts with multiple agents, just as the same thing is done by a master and done by a group of novices with imperfect communication

1 Like

Are you talking about “agent” mode? If - yes can you elaborate on what exactly is a difference between “agent” and “normal” mode. So far the only one I can notice is ability to run terminal commands. Is that it?

yes,in fact agent mod is more like a RAG in your code base ,normal mode only can search files you upload ,and if you use @codebase in normal ,they are the same, but agent RAG has better retrieval performance,thats all. agent cant use the doc especially in some cases such as you need index some imformation in python library ,LLM can only use old information to help coding,its efficiency is very low.

1 Like