Tutorials Qwen3.8-Max Tool Calling: A Python Agent Loop
Build a working tool-calling agent on Alibaba's new Qwen3.8-Max using the OpenAI-compatible API.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Build a working tool-calling agent on Alibaba's new Qwen3.8-Max using the OpenAI-compatible API.
Tutorials Tune Kimi K3's low/high/max reasoning effort and stream reasoning_content to control token cost.
Tutorials Use GPT-5.6 Sol's new max reasoning effort and ultra subagents via the Responses API.
Tutorials Let a cheap executor model consult a stronger advisor mid-task in one Messages API call.
Tutorials Catch Claude Fable 5's stop_reason refusal and auto-retry on Opus 4.8 without breaking production.
Tutorials Use speed:"fast" on Claude Opus 4.8 for up to 2.5x faster output, with a safe rate-limit fallback.
Tutorials Build agents that remember across sessions with Claude's /memories tool — full Python tutorial.
Tutorials Use Claude Code dynamic workflows to fan out and cross-check critical work.
Tutorials Tune token spend on Opus 4.8 with the effort parameter. Runnable Python, real I/O, real numbers.
Tutorials Anthropic shipped Dynamic Workflows on May 28. Spawn 1000 parallel subagents from one prompt.
Tutorials Use Opus 4.8 role:system messages mid-conversation to update agent rules without invalidating cache.
Tutorials Point the Anthropic SDK at Qwen 3.7 Max with one base-URL change: 1M context, thinking, caching.