Tagged “tools”
-
Feeding Web Pages to a Local Model Without Wrecking the Context
Raw HTML is mostly not content, and locally every token costs VRAM and wall-clock time. Why markdown is the format a small model can actually read.
-
Giving a Local Model Access to the Live Web
A local model's knowledge stops at its training cutoff. Wiring search into it closes the gap — and quietly ends the guarantee that nothing leaves your box.
-
What a Tool Call Looks Like From the Model's Side
Local models don't run code or reach the network. Tool calling is a text protocol plus a loop you write — and small models fail at it in specific ways.