Claude Advanced Tool Use
anthropic.com
Claude Advanced Tool Use
1–10 of 280 posts
Re: Claude Advanced Tool Use
#2I wonder if there will be another round of simplifications as models continue to improve, or if the scaffolding is here to stay.
Re: Claude Advanced Tool Use
#3Re: Claude Advanced Tool Use
#4We seem to be on a cycle of complexity -> simplicity -> complexity with AI agent design. First we had agents like Manus or Devin that had massive scaffolding around them, then we had simple LLMs in loops, then MCP added capabilities at the cost of context consumption, then in the last month everything has been bash + filesystem, and now we're back to creating more complex tools. I wonder if there will be another roun…
Re: Claude Advanced Tool Use
#5It uses their Python sandbox, is available via API, and exposes the tool calls themselves as normal tool calls to the API client - should be really simple to use!
Batch tool calling has been a game-changer for the AI assistant we've built into our product recently, and this sounds like a further evolution of this, really (primarily, it's about speed; if you can accomplish 2x more tools calls in one turn, it will usually mean your agent is now 2x faster).
Re: Claude Advanced Tool Use
#6Re: Claude Advanced Tool Use
#7We seem to be on a cycle of complexity -> simplicity -> complexity with AI agent design. First we had agents like Manus or Devin that had massive scaffolding around them, then we had simple LLMs in loops, then MCP added capabilities at the cost of context consumption, then in the last month everything has been bash + filesystem, and now we're back to creating more complex tools. I wonder if there will be another roun…
Re: Claude Advanced Tool Use
#8Re: Claude Advanced Tool Use
#9We seem to be on a cycle of complexity -> simplicity -> complexity with AI agent design. First we had agents like Manus or Devin that had massive scaffolding around them, then we had simple LLMs in loops, then MCP added capabilities at the cost of context consumption, then in the last month everything has been bash + filesystem, and now we're back to creating more complex tools. I wonder if there will be another roun…
Re: Claude Advanced Tool Use
#10I'm confused about these tools - is this a decorator that you can add to your MCP server tools so that they don't pollute the context? How else would I add a "tool" for claude to use?
The API will then respond when it needs the client code to compute a tool output.