sdk
30 articles about sdk in AI news
social.plus Vise: Workflow Governance for AI Coding Agents Building SDK
social.plus launched Vise, a workflow governance platform for AI coding agents building SDK integrations, enforcing policy controls and audit trails.
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%.
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.
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.
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.
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.
Toolpack SDK Emerges as Unified TypeScript Solution for Multi-LLM AI Development
Toolpack SDK, a new open-source TypeScript SDK, provides developers with a single interface for working across multiple LLM providers including OpenAI, Anthropic, Gemini, and Ollama. The framework includes 77 built-in tools and a workflow engine for planning and executing AI-powered tasks.
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.
Prism v1.8 Adds CLI, MCP Server, and SDKs — Here's How to Use Them with
Prism v1.8's MCP server gives Claude Code direct control over caches, budgets, and routing. Install it in 2 minutes and ditch the dashboard for terminal-based AI infrastructure management.
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).
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.
How to Build and Publish an MCP Server
Build an MCP server in ~600 lines of TypeScript with @modelcontextprotocol/sdk, using the X syndication endpoint trick, and publish to npm, Anthropic Registry, and Glama for maximum AI tool discoverability.
mcp-hub: The CLI Tool That Fixes MCP Discovery — 13,000+ Servers, One Command
mcp-hub is a CLI tool that lets you search and install MCP servers from a verified registry — no more guessing on npm. With 13,000+ servers and 97M monthly SDK downloads, discovery is the bottleneck.
Write MCP Servers in Python in 10 Lines with FastMCP
FastMCP from the official Python SDK v1.x turns type-hinted functions into MCP tools. Add @mcp.tool() to any function and Claude Code discovers it via tools/list and tools/call JSON-RPC calls.
Cline v4.0.0 Ships Plugin Marketplace
Cline v4.0.0 introduces a plugin marketplace, queued prompts, and an SDK rewrite. Claude Code users get new extensibility and reliability features.
Build a Zero-Dependency MCP Server
Build a zero-dependency MCP server in 50 lines of Python to give Claude Code direct file access. Register it in claude.json and skip SDK bloat.
MCP Crosses 9,400 Servers; Build Your Own in TypeScript
MCP crossed 9,400 servers. Build a database introspection server in TypeScript. SDK handles protocol framing and capability negotiation.
Anthropic Acquires Stainless for ~$300M, Owns MCP Toolchain
Anthropic acquired Stainless for ~$300M, gaining the dominant MCP server generator and key SDK tooling, signaling a bet on integration-layer moats over model differentiation.
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.
MCP vs CLI Debate Resolved by Anthropic's Code Mode: 98.7% Token Drop
Anthropic's Code Mode cuts token use by 98.7%. MCP SDK downloads hit 300M. The debate is resolved.
Luma Labs Opens Uni-1.1 API for Production — Image, Not Video, and #1 ELO Comes With a Caveat
Luma Labs has shipped the Uni-1.1 API for production — an image-generation model (not video) with two REST endpoints, Python and JavaScript SDKs, and support for up to nine reference images per call. The widely-cited '#1 Human Preference ELO' is from Luma's own internal pairwise evaluation; on pure text-to-image Luma reports #2 behind Google Nano Banana. Pricing: ~$0.09 per 2K image, 10–30% below Nano Banana 2 / Pro.
OpenAI Launches GPT-Rosalind for Drug Discovery, GPT-5.4-Cyber for Security
OpenAI launched GPT-Rosalind, a life sciences model performing above the 95th percentile of human experts on novel biological data, and GPT-5.4-Cyber, a cybersecurity variant. These releases, alongside a major Agents SDK update, signal a pivot from general AI to specialized, high-stakes enterprise domains.
AWS Launches 'Generative AI on AWS' Developer Hub
AWS has launched 'Generative AI on AWS,' a new central portal for its AI services, SDKs, and tutorials. This move consolidates its offerings to better compete with Google's Vertex AI and Microsoft's Azure AI Studio.
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.
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.