CLAUDE LABJP
2.2553.0 — Claude Desktop and Cowork both shipped over the weekend. Connector and extension tools no longer fail when an optional argument is left outCOMPACT — The Messages API gained a compaction parameter. Behind the compact-2026-09-04 beta header, you can now compress a conversation on your own schedule10/07 — The old management-configuration key spellings are accepted until noon PT on October 7, sixteen days away. Move your fleet past 1.15200.0 before switching orgPluginSettings to the array formGH.LINK — Cowork shows the GitHub integration as authenticated, yet there is no way to use it: it never registers as a connectorNEW — You are paying for Pro but no charges appear in the Console. Here is where to lookKB5129195 — September Windows updates that stopped Cowork from reaching files are fixed by Microsoft KB5129195. No Claude Desktop update is needed2.2553.0 — Claude Desktop and Cowork both shipped over the weekend. Connector and extension tools no longer fail when an optional argument is left outCOMPACT — The Messages API gained a compaction parameter. Behind the compact-2026-09-04 beta header, you can now compress a conversation on your own schedule10/07 — The old management-configuration key spellings are accepted until noon PT on October 7, sixteen days away. Move your fleet past 1.15200.0 before switching orgPluginSettings to the array formGH.LINK — Cowork shows the GitHub integration as authenticated, yet there is no way to use it: it never registers as a connectorNEW — You are paying for Pro but no charges appear in the Console. Here is where to lookKB5129195 — September Windows updates that stopped Cowork from reaching files are fixed by Microsoft KB5129195. No Claude Desktop update is needed
ARTICLES

All Articles

All (872) Claude AI (141) Claude Code (371) Cowork (63) API & SDK (297)
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.

API & SDK/2026-03-30Beginner

Claude API Pricing Guide 2026 — Complete Cost Breakdown for Every Model, Batch API, and Prompt Caching

A complete guide to Claude API pricing in 2026. Learn the per-token costs for Opus 4.6, Sonnet 4.6, and Haiku 4.5, how to save up to 95% with Batch API and Prompt Caching, and see real-world cost estimates for common use cases.

API & SDK/2026-03-29Intermediate

Claude API 429 Errors in Production: Lessons from Six Parallel Content Pipelines

When Claude API starts returning 429 Too Many Requests, the official exponential-backoff snippet alone is rarely enough. Drawing on six content pipelines run by one indie developer, this guide covers the real failure modes I have observed, working Python and TypeScript retry implementations with jitter, a token-bucket throttle, and concrete criteria for moving jobs to the Batch API.

API & SDK/2026-03-29Intermediate

Claude MCP Hybrid Architecture — Design Patterns for Combining Deterministic Tools with AI Reasoning

Learn how to build reliable AI agents using Claude MCP hybrid architecture. Combine deterministic tools with AI reasoning using patterns inspired by Andrew Ng's Tool Use framework.

API & SDK/2026-03-29Advanced

Claude API Think Tool — Dramatically Improve Tool Call Accuracy with Interleaved Reasoning in Agentic Workflows

Master the Claude API Think Tool pattern. Learn the key differences from Extended Thinking, implement interleaved reasoning in agent loops, and apply production design patterns that improve tool call accuracy by up to 54%.

API & SDK/2026-03-29Advanced

Claude Long-Term Memory with MCP — Production Implementation Guide

A production-grade walkthrough of long-term memory with MCP — vector DB metrics, scale-based DB selection, and the embedding-model pitfalls the official docs don't mention.

API & SDK/2026-03-28Advanced

Building a Text-to-SQL Intelligent Agent with Claude API — Schema Inference, Query Optimization, and Secure Execution for Production

Learn how to build an intelligent agent that converts natural language to SQL using the Claude API. Covers schema inference, query optimization, security hardening, and production-grade implementation patterns.

API & SDK/2026-03-28Advanced

Production Voice Agents with Claude API: Latency Budgets, Cost, and Fallbacks

Orchestrating Whisper/Deepgram, Claude API, and TTS into a voice agent that survives production — latency budgets measured on Cloudflare Workers and Cloud Run, per-session cost math, three-tier fallbacks, and barge-in handling.

API & SDK/2026-03-27Advanced

Claude API Production Resilience Patterns — Model Routing, Circuit Breakers, and Fallback Strategies for Indie Teams

Production resilience patterns for Claude API: circuit breakers, intelligent model routing, fallback chains, exponential backoff with jitter, and disaster recovery — with TypeScript implementations and operational lessons from running Dolice Labs across four sites as an indie developer.

API & SDK/2026-03-27Advanced

Building LLM Evaluation Pipelines with Claude API — Claude-as-Judge, Prompt A/B Testing, and Quality Scoring Patterns

Designing and implementing LLM evaluation pipelines on the Claude API — Claude-as-Judge, prompt A/B testing, quality scoring, and regression testing for production applications.

API & SDK/2026-03-27Advanced

Building AI Application Observability with Claude API and OpenTelemetry

Learn how to integrate OpenTelemetry with your Claude API applications for unified tracing, metrics, and logging. Covers token usage visualization, latency monitoring, cost alerting, and distributed tracing for agent workflows.

API & SDK/2026-03-26Intermediate

Build a PDF Analysis and Summarization App with Claude API — Vision plus Extended Thinking

Learn how to build a PDF analysis and summarization application using Claude API's Vision capabilities and Extended Thinking, with step-by-step Python implementation.