5.21.26
-
Google Open Sources Agent Executor Runtime ⚙️🧠🌐: Google released Agent Executor, or AX, an open source distributed agent runtime built for long running workloads with dynamic scheduling, resumption, auto recovery, auditing, and trajectory branching from kernel snapshots. AX is built for teams and software devs running enterprise agents in production, focusing on the back end systems that handle long-running workflows. This competes with Temporal. The long run is becoming a bigger production concern – AX GitHub Repo, X
-
Cohere Opens Command A+ For Agent Workloads 🧠🔓⚙️: Cohere released Command A+, an Apache 2.0 open source Mixture of Experts model aimed at reasoning heavy, multilingual, and agentic workloads while running on as little as two H100s. The play here is less “new chatbot” and more private deployment for teams building production agents, RAG systems, and regulated workflows, particularly as open models appear to be on the upswing and prices of big models are rising – X
-
GitHub Updates Official MCP Server With Granular Fine-Grained Controls 🛠️🔒⚡️: GitHub released version 1.0.5 of its native Model Context Protocol server, introducing strict issue-label filtering for the get_file_contents tool alongside ongoing rollouts for the remote_mcp_ui_apps feature flag. This is a big deal because granular controls are critical for enterprise security and preventing access drift — GitHub