Tutorials Kimi K3 Dynamic Tool Loading: Inject Tools On Demand
Load tools just-in-time in Kimi K3's agent loop to shrink prompts and sharpen tool choice.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Load tools just-in-time in Kimi K3's agent loop to shrink prompts and sharpen tool choice.
Tutorials kimi-k3 is not a drop-in swap. Map the params right and dodge the trap that breaks tool loops.
Tutorials Point the OpenAI SDK at Meta's agent model, add tools, let it self-manage a 1M-token context.
Machine Learning Run the first 27B-class model on a phone: MLX, llama.cpp, tool calls, and the memory math.
Tutorials Use GPT-5.6's Responses API so the model writes JavaScript to run your tools in one call.
Tutorials Build an agentic Grok 4.5 tool loop in Python: route reasoning_effort and cache to slash cost.
Tutorials Load SKILL.md files into a Claude Agent SDK app with setting_sources and the skills option.
Tutorials Meituan's 1.6T open MoE topped OpenRouter as 'Owl Alpha.' Call it in Python with the OpenAI SDK.
Tutorials Build cheap, cited research agents on Claude Sonnet 5 using the web search tool and dynamic filtering.
Tutorials Sonnet 5 claims better hijack resistance. Here's how to measure it yourself.
Tutorials Load a whole repo into Gemini 3.5 Pro's 2M context, query it without RAG, and cache to cut cost.
Tutorials Build a browser-control agent with Gemini 3.5 Flash's new computer_use tool and Playwright.