agent sdk
30 articles about agent sdk in AI news
Anthropic Reverses Claude Agent SDK Billing Overhaul Before Launch
Anthropic paused its June 15 billing overhaul for the Claude Agent SDK, keeping usage within regular subscription limits, amid a brewing price war with OpenAI and its own upcoming IPO.
ForeverSolar Uses Claude Agent SDK to Automate Solar Permitting, Cutting Approval Times
Solar installation company ForeverSolar is using Anthropic's Claude Agent SDK to automate permitting documentation, a major bottleneck in solar deployment. This represents a concrete enterprise application of agentic AI beyond software development.
Claude Agent SDK's a2a Tool Lets You Build Persistent, Observable AI Assistants
Use the a2a CLI tool to add persistent memory, skill management, and observability to your Claude Code projects, moving prototypes to production.
Anthropic Ejects Programmatic Claude Use From Pro Subscriptions
Anthropic gives Pro subscribers a $20 monthly credit for Agent SDK usage starting June 15, separating programmatic use from interactive subscription limits.
Anthropic Splits --print Into $100/Mo Credit, Torpedoes CLI Workarounds
Anthropic splits `claude --print` and Agent SDK usage into separate monthly credits. Pro gets $20/mo, Max gets $100-$200/mo. Credits don't roll over.
Anthropic's Accidental Code Release: Inside the Claude Code CLI That Wasn't Meant to Be Seen
Anthropic's Claude Agent SDK inadvertently includes the entire minified Claude Code CLI executable, revealing the inner workings of their AI coding assistant. The 13,800-line bundled JavaScript file contains everything from agent orchestration to UI rendering, raising questions about security and transparency in AI tooling.
Anthropic Tightens Security: OAuth Tokens Banned from Third-Party Tools in Major Policy Shift
Anthropic has implemented a significant security policy change, prohibiting the use of OAuth tokens and its Agent SDK in third-party tools. This move comes amid growing enterprise adoption and heightened security concerns in the AI industry.
Stop Writing SDK Docs for AI Agents: Build MCP Servers Instead
MCP servers replace SDKs for AI agents. Claude Code users should expose APIs as MCP servers so agents discover capabilities autonomously, not via docs. First sentence: BridgeXAPI argues MCP servers transform messaging APIs into discoverable execution infrastructure for Claude Code agents.
Cursor SDK Turns AI Agent Runtime into Programmable Infrastructure
Cursor is releasing an SDK that turns its agent runtime into programmable infrastructure for headless use in CI/CD pipelines, internal tools, and third-party products. Revenue scales with compute tokens, not seats, enabling higher volume without human-in-the-loop.
OpenAI Open-Sources Agents SDK, Supports 100+ LLMs
OpenAI has open-sourced its internal Agents SDK, a lightweight framework for building multi-agent systems. It features three core primitives, works with over 100 LLMs, and has gained 18.9k GitHub stars immediately.
OpenAI Agents SDK Gains Containerized Execution & Step Control
OpenAI has released new capabilities for its Agents SDK, including containerized execution and granular step control, giving developers more tools to build and manage long-running AI agents.
Symbolica's Agentica SDK Scores 36.08% on ARC-AGI-3, Claiming Cost-Effective Agentic Breakthrough
Symbolica's Agentica SDK reportedly achieved a 36.08% score on the new ARC-AGI-3 benchmark in one day, using an agentic approach claimed to be far cheaper than brute-forcing with a frontier model.
9-Line Agent: Cursor Beats Claude, OpenAI SDKs in Dev Build Test
A developer built the same agent in Cursor (9 lines), Claude Code (47 lines), and OpenAI Codex (31 lines). The gap is in tool orchestration architecture, not model capability.
Run Claude Code in Any Sandbox with One API: AgentBox SDK
Swap coding agents and sandbox providers without changing code. Preserves full interactive capabilities (approval flows, streaming).
GitAgent Aims to Unify AI Agent Development with Git-Based Standard
GitAgent introduces an open specification that defines AI agents through files in a Git repository, enabling portability across frameworks like Claude Code, OpenAI Agents SDK, and CrewAI while leveraging Git's native version control and collaboration features.
x402 Lets Agents Pay Per API Call — No Wallet Required
x402 lets AI agents pay per API call via USDC micropayments. The Stall now adds a fiat rail: buy credits with a card from $5/100 calls.
MCP Hits 10K Servers, 97M Monthly SDK Downloads by May 2026
Anthropic's MCP hit 10K+ servers and 97M monthly SDK downloads by May 2026, with all major AI vendors adopting it natively. Enterprise production adoption stands at 41%.
Claude Code's June 15 Agentic Credit Split: How to Avoid Hitting the $20 Wall
Claude Code's June 15 agentic credit split moves `claude -p` and CI workflows to a separate $20/month bucket on Pro. Upgrade to Max 5x or switch to direct API for production pipelines.
Dynamic Workflows: A New Agent Primitive Emerges
Dynamic workflows generate harnesses on the fly for agent orchestrators, enabling branching and verified tasks across coding agents like Claude Code and Codex.
Median Coding Agent Hits 96k Input Tokens, Rewriting Inference Economics
SemiAnalysis found median coding agent uses 96k input tokens from 432k requests, shifting inference cost focus from output to context.
11-Agent Company Earned $0: CLAUDE.md Mistakes Cost Revenue
11-agent company experiment earned $0 after 896 tasks. Operator open-sourced CLAUDE.md template with 72 lessons on coordination failures and legal constraints.
Permission-first CLAUDE.md kit aims to fix agent overreach
Developer releases MIT-licensed kit enforcing permission-first workflow for Claude Code with 10 agents and 28 skills.
Amazon's SageMaker Agentic Fine-Tuning Supports Llama, Qwen, DeepSeek, Nova
Amazon launched an AI agent on SageMaker that automates fine-tuning of Llama, Qwen, DeepSeek, and Nova models via plain-language instructions, abstracting API fragmentation.
World2Agent Open-Sources Protocol for Real-World AI Perception
World2Agent open-sourced a protocol to standardize how AI agents perceive the real world via sensors. No adoption metrics or technical details were disclosed.
OpenAI Agents Now Ask Questions Good Enough for Research Papers
Sébastien Bubeck revealed on the OpenAI Podcast that internal AI agents now ask research questions so insightful they're inspiring papers and correcting published mistakes, with a 1-2 year timeline for full researcher-level capabilities.
The 2026 CLAUDE.md Playbook: 8 Rules That Make Your Agent 2x More Effective
The 2026 consensus on CLAUDE.md: shorter files, falsifiable rules, and explicit enforcement. Here's the 8-rule framework to stop your agent from fighting stale configs.
Agent Harnessing: The Infrastructure That Makes AI Agents Work
A detailed technical guide argues that the model is not the hard part of building AI agents. The six-component harness — context management, memory, tools, control flow, verification, and coordination — is what separates production-grade agents from those that fail silently.
Swiss AI Lab Ships Pixel-Based Agents That Control Real Phones
A Swiss AI lab has developed agents that interact with smartphones by processing screen pixels and simulating touch, eliminating the need for app-specific APIs or integrations. This approach mirrors human interaction and could generalize across any app interface.
Google Launches A2UI 0.9, a Generative UI Standard for AI Agents
Google released A2UI 0.9, a standard allowing AI agents to generate UI elements dynamically using an app's existing components. It includes a web core library, React renderer, and support for Flutter, Angular, and Lit.
Claude Adds Dynamic Loop Scheduling to AI Agent Workflows
Anthropic has added dynamic loop scheduling to Claude, allowing the AI to intelligently schedule repeated tasks without a fixed interval. This is a foundational capability for creating more autonomous and efficient AI agents.