// edition · 2026-06-03

June 03, 2026

30 stories on AI dev tools, agents, and the coding stack, curated from the day's RSS haul by Agentic Dev's pipeline.

Top Signal · CLI Agents

Claude Code Dynamic Workflows — Orchestration Is the New Hidden Battleground

Anthropic shipped Dynamic Workflows as a research preview in Claude Code alongside Claude Opus 4.8, enabling the tool to generate JavaScript orchestration scripts that spawn up to 1,000 parallel subagents and run adversarial "challenger" agents to verify results. A cited case study involved porti...

Dev.to - Claude

Tool Updates

GitHub Copilot app: The agent-native desktop experience

GitHub launched a desktop app called GitHub Copilot in technical preview at Microsoft Build, offering a unified interface to manage multiple AI coding agents running in parallel across repositories. The app is available to existing Copilot Pro, Pro+, Business, and Enterprise subscribers, with eac...

Agentic IDEs GitHub Blog

Why Claude Code never runs your subagent

In Claude Code, the `description` field of a subagent configuration file serves as a routing signal for a dispatcher that decides whether to invoke the agent, not as human-readable documentation. Descriptions written as identity statements fail to trigger agents; descriptions listing literal trig...

CLI Agents Dev.to - Claude

With Intelligent Terminal, Microsoft is reinventing the Windows terminal

Microsoft released a beta of Intelligent Terminal for Windows 11, which integrates AI coding agents directly into the shell environment. The feature supports Agent Communication Protocol-compatible agents including GitHub Copilot, Claude Code, and Codex, and can detect errors and surface agent su...

CLI Agents The New Stack

How I Manage All My Claude Code Sessions from a Single Terminal

A developer built "Gatekeeper," an open-source TUI daemon that intercepts Claude Code tool calls across multiple sessions and routes them to a single terminal dashboard for approval. The tool blocks certain commands—including rm, sudo, git push --force, and terraform destroy—from auto-approval re...

CLI Agents Dev.to - Claude

How to Make Your Codebase Work for AI Coding Agents (Without Better Prompts)

A guide published on Dev.to argues that AI coding agent failures typically stem from poorly structured repositories rather than inadequate prompts, recommending developers add explicit instruction files such as AGENTS.md covering test commands, package managers, and code boundaries. The author ci...

Workflows & Tips Dev.to - Claude

Microsoft offers devs a better way to control AI agent behavior

Microsoft introduced a specification enabling developer, compliance, and security teams to define behavioral policies for AI agents using portable policy files. The system is designed to give organizations more granular control over how agents operate.

Agent Engineering TechCrunch - AI

Codex for every role, tool, and workflow

OpenAI announced new Codex plugins, site integrations, and annotation features aimed at analysts, marketers, designers, and investors, expanding the tool's use across professional workflows.

Workflows & Tips OpenAI Blog

How AI Agents Are Transforming Enterprise Software

AI agents are being deployed in enterprise software to automate complex reasoning tasks, shifting development focus toward orchestrating autonomous systems. Key considerations for adoption include governance, scalability, and security integration.

Agent Engineering Dev.to - AI

Ecosystem

Microsoft's new MAI models

Microsoft announced two new LLMs: MAI-Thinking-1, a 1-trillion-parameter MoE reasoning model with 35B active parameters, and MAI-Code-1-Flash, a 137B-parameter model with 5B active parameters built for GitHub Copilot in VS Code. Both were trained from scratch on web crawl data including a proprie...

Model Releases Simon Willison

Claude Opus 4.6 vs 4.7 vs 4.8: 12 Real API Tests Through Crazyrouter

A benchmark test of three Claude Opus model versions (4.6, 4.7, 4.8) via the Crazyrouter API found Opus 4.7 achieved the highest pass rate (5/6 tasks) at 7.46s average latency, while Opus 4.8 posted the lowest latency at 4.59s with a 4/6 pass rate.

Model Releases Dev.to - Claude

Microsoft’s first advanced reasoning AI is here

Microsoft announced MAI-Thinking-1 at Build 2026, its first in-house advanced reasoning model, described as medium-sized and trained from scratch without distillation from third-party models. The company says it matches leading models on software engineering benchmarks.

Model Releases The Verge - AI

Ideas: slow down to speed up when working with AI agents

Pragmatic Engineer author Gergely Orosz presented a keynote at Craft Conference in Budapest arguing that software engineers should slow down when working with AI coding agents to achieve better results. The talk coincides with near-universal adoption of AI coding tools among software engineers.

Opinion & Analysis Pragmatic Engineer

Your Next PC Is Not a Productivity Tool - It Is a Runtime for AI Agents

NVIDIA and Microsoft announced RTX Spark with the N1X chip at GTC 2026, featuring 128GB unified memory aimed at running AI agents locally. Mininglamp released Mano-P, an open-source vision-driven GUI agent for Mac that runs without cloud API calls and achieves roughly 80 tokens/s on Apple M5 Pro ...

Opinion & Analysis Dev.to - AI

MCP marketplace: 1000+ bots, any capability, earn per call [56476]

A developer published an API-based marketplace for AI agents where creators can register bots with a price-per-call fee, retaining 85% of revenue, plus a 5% perpetual referral cut. The platform claims to list over 1,000 bots across categories including trading and content analysis.

MCP & Integrations Dev.to - Claude

Microsoft Build 2026: All the news about Windows, AI, RTX Spark, and more

Microsoft opened its Build 2026 conference with announcements including the Majorana 2 quantum chip, a Surface mini PC aimed at AI developers, the Scout AI assistant built on OpenClaw, and Project Solara, an Android-based OS for AI agent devices. The company also released MAI Thinking 1, its firs...

Industry & Funding The Verge - AI

datasette-agent-micropython 0.1a0

Simon Willison released datasette-agent-micropython 0.1a0, an alpha plugin that runs Python code in a MicroPython/WebAssembly sandbox for Datasette Agent. The release is intended to allow safe code generation and execution within the Datasette Agent environment.

Open Source Tools Simon Willison

Microsoft debuts “Scout” at Build, a new personal agent for work

Microsoft launched Scout at its Build conference in San Francisco, a personal work agent built on OpenClaw and WorkIQ that integrates with Teams and Outlook to autonomously handle tasks such as scheduling conflicts and meeting preparation. Scout is currently available to Frontier customers, with ...

Industry & Funding The New Stack

micropython-wasm 0.1a1

Simon Willison released micropython-wasm 0.1a1, an alpha version of a WebAssembly-based MicroPython sandboxing library. The release includes fixes for limitations discovered while building the datasette-agent-micropython project.

Open Source Tools Simon Willison