Remix.run Logo
dmvaldman a day ago

This misses that agentic LLMs are trained via RL to use specific tools. Adding custom tools is subpar to those the model has been trained with. That's why Claude Code has an advantage, over say, Cursor, by being vertically integrated.

mikmoila 6 hours ago | parent | next [-]

Are they really? I've been under impression that agentic LLMs are just instances of the LLMs, no "specialized training" involved

firloop a day ago | parent | prev [-]

But if one were to write tools that were "abi-compatible" with Claude Code's, could you see similar performance with a custom agent? And if so - is Cursor not doing just that?

yencabulator 6 hours ago | parent [-]

Part of that is likely that Claude Code tools keep changing a little. Imitating them is chasing a moving target.