Remix.run Logo
behnamoh a day ago

I cannot believe all these months and years people have been loading all of the tool JSON schemas upfront. This is such a waste of context window and something that was already solved three years ago.

michaelanckaert a day ago | parent | next [-]

^ this. Careful design of what tools are passed when is key to good agent design.

qntty a day ago | parent | prev | next [-]

Solved how?

orliesaurus 17 hours ago | parent | prev | next [-]

Function calling is back

artursapek a day ago | parent | prev [-]

What is the right pattern? Do you just send a list of tool names & descriptions, and just give the agent an "install" tool that adds a given tool to the schema on the next turn?