Related:
⬡ API & SDK/2026-06-21Advanced
Surviving the 90-Second Code Execution Cell Limit with Checkpointed Chunking
Claude's code execution tool now enforces a 90-second per-cell limit. Here is how to keep a long batch from getting cut off there: persist progress to the container filesystem and resume across cells, with working code for timing, idempotent checkpoints, and knowing when to offload.
⬡ API & SDK/2026-06-12Intermediate
Handing Monthly Revenue CSVs to the Claude API Code Execution Tool — Files API Wiring, Container Reuse, and Billing Traps
How I moved monthly revenue-CSV reconciliation for four apps into the Claude API Code Execution tool — Files API integration, container reuse, the 5-minute billing minimum, and the file-preload charge that surprises almost everyone.
⬡ API & SDK/2026-03-30Advanced
Building a Search-Augmented AI Assistant with Claude API: Web Search × Dynamic Filtering × Citations
Learn how to combine Claude API's Web Search Tool, Dynamic Filtering, and Citations API to build a production-grade search-augmented AI assistant that returns accurate, source-backed answers.