Tutorials Gate Every PR With Claude Code Security Reviews
Wire Anthropic's /security-review and GitHub Action to catch SQLi, XSS and RCE before merge.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Wire Anthropic's /security-review and GitHub Action to catch SQLi, XSS and RCE before merge.
Tutorials Point the OpenAI SDK at Moonshot's 2.8T K3, load a whole repo, and cut cost with caching.
Tutorials Point the OpenAI SDK at Meta's agent model, add tools, let it self-manage a 1M-token context.
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 Embed Copilot's agent runtime and route work to scoped sub-agents, with runnable Python.
Tutorials A runnable Python governor that caps LLM spend per user and auto-downgrades models.
Tutorials Build a provider-agnostic LLM failover client in Python that survives outages and model removals.
Tutorials Stop runaway tool calls and agent spawning using canUseTool, PreToolUse hooks and deny rules.
Tutorials Stream audio in and out, add tools, approvals, and handoffs with gpt-realtime-2 in Python.
Tutorials Tune token spend on Opus 4.8 with the effort parameter. Runnable Python, real I/O, real numbers.
Tutorials Use Zhipu's GLM-4.7 through the OpenAI SDK to build a tool-calling coding assistant for pennies.