| ▲ | msejas 2 hours ago | ||||||||||||||||||||||
Most people don't understand that 'agentic AI' is a completely synthetic, force fed capability by extensive Reinforcement Learning on synthetic domain specific 'agentic' datasets on post training. If the LLM wasn't post-trained to adhere to specific handbook, it just won't work. If the LLM wasn't trained on an use case the lab decided was worth making a synthetic agentic dataset, it won't work as well as you want. There's a reason the main agentic task LLMs excel at are coding tasks, it's the way of working of the creators, and they understand intimately the flow and can train for it. I believe the true way will be able to easily fine tune models on your agentic use cases, but it would require a big company to compile a huge dataset on it's way of working and I don't think anyone wants to be the first. In terms of long context, accurate attention retrieval from early tokens is just impossible, given the expansion of RoPE encoding for the positions, or in case of Kimi that don't use it anymore, as well as deepseek, early context is heavily compressed you lose accurate information. If people spent more time studying about AI and how it works, they would realize that the default should be to one shot prompt your task with a big, cached system prmopt, with an user prompt that is just dynamic data, specified to the cheapest model that can do the job. Unless you really can't do this given your problem, you should try to make a graph of well defined, step by step oneshot prompts, and THEN if your problem still can't be solved with that, then you start leveraging agents. Despite this giving better results, and being more cost efficient, is evidently too much work then just letting the AI do all the work. | |||||||||||||||||||||||
| ▲ | drob518 2 hours ago | parent | next [-] | ||||||||||||||||||||||
What do you mean by a graph of one shot prompts? | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | AnimalMuppet an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
> In terms of long context, accurate attention retrieval from early tokens is just impossible, given the expansion of RoPE encoding for the positions, or in case of Kimi that don't use it anymore, as well as deepseek, early context is heavily compressed you lose accurate information. "Every gambler knows the secret to survivin' is knowing what to throw away, and knowing what to keep." - Kenny Rogers Humans have limited context, just like AI. The difference is that humans - at least some of the time - can figure out which pieces are more likely to be important, and therefore prioritize keeping those in the context. | |||||||||||||||||||||||
| ▲ | dominotw 2 hours ago | parent | prev [-] | ||||||||||||||||||||||
can downvoters explain? this has been by experience with these tools too. i thought it was well known that claude code got good at coding because anthropic bought tons of coding data from companies like mercor. | |||||||||||||||||||||||