Beyond ReAct: Building the modern AI agent stack for massive tool ecosystems
Large language models struggle with decision-making accuracy when given thousands of tools due to context window limitations. Modern AI agent systems use optimized planning and selective tool routing to improve performance without overwhelming the model's available context.
Read full story →Microsoft’s SkillOpt Shows Optimized Agent Skill Artifacts Transfer Across Model Scales and Between Codex and Claude Code Harnesses
Skills trained on Codex transferred to Claude Code with varying success rates, improving spreadsheet tasks from 22.1 to 81.8 percent accuracy. Retention ranged from 102 percent on spreadsheets to 10 percent on math problems depending on task type.
Meta enters the AI coding wars with Muse Spark 1.2 and Muse Code with persistent async background agents
Meta released Muse Code, a terminal-based AI coding agent in beta, alongside Muse Spark 1.2 models for handling complete software engineering tasks across large repositories. The system performs planning, code writing, and validation and is installable on macOS or Linux with a single curl command.
Meta AI Releases Muse Code (Beta): A Terminal Coding Agent Powered by the New Muse Spark 1.2 Model
A terminal coding agent called Muse Code plans, writes, and validates code across large repositories using the Muse Spark 1.2 model. The system maintains async background agents throughout sessions and uses a local append-only event log for crash recovery and exact runtime replay.