Advanced Tool Use - Empowering LLMs to build and use their own tools

In this post I will demonstrate how to significantly enhance the abilities of any LLM model, as long as it is competent enough to write workng Python code and make tool calls: add_tool_demo

Draft/Edits in Progress - this will be removed once the post is complete

TL;DR

Intead of specifying a gerneral or custom toolset, start with only add_tool, giving the model the ability (and inclination), to write and use new tools.

Demo Video

(Coming soon!)

Introduction

Tool calling is what gives a Large Language Model (LLM), abilities beyond generating output text for you to read.

Tested

I have enjoyed very positive results testing this new method with a number of different models over the last week, including:

Disclaimer

The above models and specific quantizations are not in any way an indication of what is required for advanced tool use. I tested Qwen3-Coder-30B-A3B-Instruct at 4-bit quantization (16GB) which was able to successfully add and use multiple new tools, including programatic tool calling, although it was not able to add tools with moderate complexity (like an SSL cert checker) which all of the above handle without issue.

Introducing advanced tool use on the Claude Developer Platform

Agent Skills

Tool Use Example

Written on December 17, 2025