Claude Cookbook
Anthropic published the Claude Cookbook, a collection of technical guides for building agents with Claude, including agentic search benchmarks, multi-agent orchestration, managed agents with memory an…
Anthropic published the Claude Cookbook, a collection of technical guides for building agents with Claude, including agentic search benchmarks, multi-agent orchestration, managed agents with memory an…
OpenObserve, an open-source observability platform, crossed 20,000 GitHub stars on July 15 and offers native LLM monitoring at $3 per day, compared to Datadog's $174 per day for the same workload. The…
Anthropic introduced the Claude Agent SDK, a tool that lets developers embed autonomous AI agents into their own software, triggered by webhooks or scheduled jobs rather than human input. The SDK buil…
LoopGain, an open-source cost controller for AI agent loops, replaces fixed max_iterations with a control-theoretic stop-and-rollback policy, achieving 92.8% less API spend and ~15× faster median wall…
A developer demonstrates how to build a simple AI agent using Claude Code in 30 minutes, focusing on a goal-tool-observation-decision loop without a framework. The walkthrough emphasizes the importanc…
Claire explains that a harness is code written around an AI agent to make it more effective at a specific job, and she walks through the custom Claude Agent SDK harness she built to automate Sentry bu…
Hasharot, an open-source tool that connects Telegram to a Claude Code agent running locally on a user's machine, has been released. It allows users to control the agent via Telegram messages, enabling…
Claire Vo built a custom AI harness for bug triage at ChatPRD using the Claude Agent SDK, a terminal UI with Ink, and adapters for Sentry, Linear, GitHub, and Vercel. The harness automates evidence ga…
Anthropic's Claude Agent SDK now supports plugins that bundle custom tools, subagents, hooks, and MCP servers into a single portable directory, loading with one line of config. This eliminates the nee…
Anthropic's Claude Code and Claude Agent SDK enable developers to build agentic applications by combining a terminal-based agent loop with a programmable SDK. The SDK's query() function returns an asy…
Udacity launched an AI Engineering with Claude Nanodegree on July 2, 2026, a 38-hour program teaching production agent skills using Claude, Claude Agent SDK, MCP, and Claude Code. The four-course curr…
Anthropic's Claude Agent SDK cannot be deployed like a stateless function because it operates as a long-running process with a shell, filesystem, and untrusted input, posing data exfiltration risks. T…
A developer argues that 88% of AI agent pilots fail not due to model limitations but because of an infrastructure readiness gap, specifically the lack of a unified control plane for governance, observ…
Microsoft's Foundry Agent Service reaches general availability in July 2026, offering hosted AI agents with per-session VM-isolated sandboxes and scale-to-zero pricing. The service supports multiple a…
Anthropic's Claude Agent SDK introduces Hooks, a feature that enforces deterministic guardrails on AI agents by blocking destructive commands, injecting live context, and enabling auditing, without as…
A developer built Recowork, a desktop agent application inspired by Claude Desktop, using Tauri, OrbStack, and Apple container machines with GLM-5.2. The app plans, calls tools, and chains steps to co…
Spotify's VP of engineering Niklas Gustavsson revealed that the company ships 4,500 deploys daily and 73% of pull requests are AI-assisted, using Claude coding agents across a 20-million-line codebase…
Talon, an open-source agentic AI harness, launched with support for Telegram, Discord, Microsoft Teams, and terminal, offering pluggable backends including Claude Agent SDK, Kilo, OpenCode, Codex, and…
A developer breaks down the five essential components of production-grade AI agents: planning, tool use, memory, constraints, and verification. The post argues that agent failures stem from workflow d…
Anthropic's Claude Agent SDK now supports streaming, allowing AI agents to narrate their actions in real-time instead of leaving users waiting during silent pauses. The update transforms the user expe…