AI & ML
- Anthropic launches Claude Opus 5, delivering nearly all the intelligence of Claude Fable 5 at half the cost—$5 per million input tokens and $25 per million output tokens. The model is now the default on Claude Max and strongest on Claude Pro, signaling the AI race shifting from raw capability to economics of daily use. Read more
- OpenAI rolls out ChatGPT Voice to desktop apps via the new ChatGPT-Live family of voice models, enabling users to dictate multi-step commands and control AI agents. The feature works with ChatGPT Work and Codex, includes computer use skills, and supports macOS Appshots for screen access via alt-text. Read more
- Meta AI rolls out task automation features powered by the new Muse Spark 1.1 model, allowing autonomous completion of recurring tasks like daily briefings via calendar summaries and weekly meal planning. Initial rollout in select markets via Meta AI app and meta.ai, with expansion to WhatsApp planned. Read more
AI Coding Tools
- LangChain4j releases experimental multi-agent coding system with new MonitoredAgent interface for visibility into agent invocations and system topology. Testing shows the rigid workflow pattern executes three times faster than autonomous supervisor pattern by eliminating LLM-induced coordination overhead. Read more
Languages & Runtimes
- Microsoft Agent Framework now includes native agent memory via CosmosMemoryContextProvider in the new
agent-framework-azure-cosmos-memorypackage for Python (preview). Memory is automatically remembered, distilled, and recalled across threads and sessions with no orchestration code required. Read more
Browser & Web Platform
- Chrome 151 introduces expanded AI assistance widgets, detailed CSS specificity breakdowns in the Styles tab, and support for additional web platform features. Read more
- Isolated Web Apps (IWAs) now support version management, offering high-trust, secure, and version-discrete runtime environments on top of the web platform. Read more
DevOps & Cloud
- AWS Lambda Durable Execution SDK for .NET reaches general availability, enabling C# developers to build resilient, long-running workflows using durable functions for payment processing, AI agent orchestration, and human-in-the-loop approvals without external orchestration services. Local testing emulator available via NuGet. Read more
- Claude Opus 5 is now available on AWS via Amazon Bedrock and Claude Platform on AWS, both with zero data retention (ZDR) enabled by default. Bedrock offers regional data residency and AWS-managed features like Guardrails and Knowledge Bases. Read more
- AWS announces aws-bench, an open-source benchmark for AI agents on AWS derived from real usage patterns. Includes CLI tool for instantiating test environments, executing runs, and scoring agent accuracy on investigation, troubleshooting, and infrastructure tasks. Read more
- Fly.io launches Sprites iteration focused on agent coding infrastructure, secures additional funding, and appoints Scott Johnston as CEO after company identity reckoning. Read more
Security
- Microsoft blames massive Microsoft 365 outage affecting Teams, SharePoint, and other services on a maintenance bug rather than a security incident. Read more
Open Source
- GitHub hosts emerging agent-focused projects: codebase-memory-mcp (high-performance code intelligence with persistent knowledge graph indexing), herdr (agent multiplexer for terminal workflows), Paperclip (Node.js/React orchestration for teams of AI agents), and stablyai/orca (quick open search across worktrees and agents). Read more
Dev Tools & IDEs
- JetBrains launches unified IDE Plugin Generator combining features from both the legacy IDE generator and GitHub template approach—now offers IDE access, GitHub integration, dependency selection, and consistent templates maintained in a single place. Read more