Lead · Frameworks & Projects
Microsoft's Agent Lightning v1.0 lets the production harness own the training loop while the training system watches from the sidelines — just 6,000 examples lifted SWE-bench scores by 14.6 points.
Chris Vale
·
September 05, 2026
On August 17, 2026, Microsoft Research released Agent Lightning v1.0, an open source reinforcement learning (RL) framework addressing a long-standing but rarely named pain point in agent development: the environment you train an agent in and the environment you actually deploy it in are often two entirely different things. This gap has a name — train-serve mismatch — and Agent Lightning v1.0's...