Anthropic pauses credit change for Claude Code
Anthropic has paused a planned change that would have moved Claude Agent SDK, claude-p, and third-party app usage from subscription rate limits to a dedicated monthly credit. The company is revising t…
Anthropic has paused a planned change that would have moved Claude Agent SDK, claude-p, and third-party app usage from subscription rate limits to a dedicated monthly credit. The company is revising t…
Anthropic's guide on agentic design patterns categorizes all agentic systems into workflows and agents, where workflows use predefined code paths and agents let LLMs dynamically direct their own proce…
Anthropic released the Claude Agent SDK, revealing that the core agent loop is a simple while loop, demystifying AI agent operations. The SDK aims to make agent development more transparent and access…
Anthropic released the Claude Agent SDK, a new tool that eliminates the need for developers to write custom agent loops for tool-using AI models. The SDK provides a pre-built layer that handles the wh…
Anthropic launched Claude Managed Agents, a suite of composable APIs for building and deploying production-grade agents, to help teams move from prototype to launch in days rather than months. The too…
Pydantic AI, an open-source Python framework from the Pydantic team, and Anthropic's Claude Agent SDK offer distinct approaches for building production AI agents, with Pydantic AI focusing on model-ag…
SigNoz has released a guide for monitoring Claude Agent SDK applications using OpenTelemetry, enabling developers to export logs, traces, and metrics for real-time visibility into latency, error rates…
Five AI agent frameworks—Anthropic’s Claude Agent SDK, Pydantic AI, LangChain’s LangGraph, Google’s Agent Development Kit, and OpenAI’s Agents SDK—now dominate production adoption after market consoli…
A developer built a news reader agent using Pydantic AI, the agent framework from the Pydantic team, which leverages Pydantic's validation to create a FastAPI-like experience with decorators and type …
The author rebuilds a news reader project using the Claude Agent SDK, consolidating a scattered multi-file setup into a single Python script to simplify configuration and maintenance.…
Anthropic released the Claude Agent SDK, providing the same engine that powers Claude Code as a programmable tool for developers. The SDK allows users to build custom terminal interfaces in about 10 m…
Bun v1.3, the JavaScript runtime acquired by Anthropic in December 2025, now delivers sub-100ms content delivery when paired with Cosmic's REST API, creating a full-stack JavaScript stack optimized fo…
Anthropic shipped Claude Sonnet 4.6 in February 2026, five months after Sonnet 4.5, with the same API pricing of $3 input and $15 output per million tokens. Sonnet 4.6 achieved an 80.2% SWE-bench Veri…
Seven leading AI agent frameworks have crystallized into distinct approaches for building autonomous systems as of mid-2026, with LangGraph leading production deployments at approximately 400 firms in…
A developer benchmarked the Claude Agent SDK on a local LLM, finding that a 35B-parameter model running on an RTX 3090 Ti can replace Anthropic's Haiku tier in production. The local model achieved par…
A developer built a chatbot that streams tool calls in real time, displaying each step—such as `🔍 search_engine` or `📄 scrape_as_markdown`—as the agent executes them, rather than hiding the process be…
A developer has released Nerve, a self-hosted runtime for AI agents built on the Claude Agent SDK that provides persistent memory, scheduled execution, and task management. The open-source tool allows…
Seven leading AI agent frameworks — DSPy, Claude Agent SDK, OpenAI Agents SDK, CrewAI, AutoGen/Microsoft Agent Framework, LangGraph, and Google ADK — now offer distinct trade-offs in abstraction level…
Anthropic has acquired the company behind Bun, the high-performance JavaScript runtime, bundler, and package manager. Bun will remain open-source under the MIT license, will continue to be actively ma…