Tutorials Claude Managed Agents: Build a Long-Running Agent in Python
Stand up an autonomous agent with sessions, streaming events, and webhooks - no agent loop required.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Stand up an autonomous agent with sessions, streaming events, and webhooks - no agent loop required.
Tutorials Stream Gemini's thought summaries live, control reasoning effort, and track thinking-token cost.
Tutorials Surface, stream, and log Gemini 2.5 Pro Deep Think's reasoning chain with thought summaries.
Tutorials Stream audio in and out, add tools, approvals, and handoffs with gpt-realtime-2 in Python.
Tutorials Install grok-build-0.1, run plan mode, stream JSON in CI, and call the API from Python.
Tutorials Use Opus 4.8 role:system messages mid-conversation to update agent rules without invalidating cache.
Tutorials Build custom Gemini agents that fork sandboxes every run and stream output.
Tutorials Build with Gemini 3.5 Flash: thinking levels, streaming thoughts and function calling in Python.
System Design Stop cache stampedes with locking, single-flight, and probabilistic early expiry.
System Design Send a backup when the first call is slow. Cut P99 tail latency without overloading services.
Tutorials Wire Claude or any agent backend to a React UI with AG-UI's 16 event types.
Backend Build a reliable production job queue using only Postgres FOR UPDATE SKIP LOCKED.