Amazon-Microsoft paper: skill-guided action chunking lifts agent success to 67.2% while halving LLM calls
rohanpaul_ai · x · 2026-09-04
A new Amazon-Microsoft paper argues long-horizon LLM agents shouldn't call the model after every tiny action — the hard part is learning which actions can safely run together.
Their method SPACE:
- Induces two-level programmatic skills from successful trajectories, using subskill boundaries as supervision for meaningful action chunks
- Distills this temporal structure into a policy that emits variable-length primitive actions, with no skill library needed at test time
On ScienceWorld, success rose from 35.9% to 67.2% and average LLM rounds fell from 10.2 to 5.2; the abstract reports 7.0%-31.3% gains over the strongest baselines on ALFWorld and ScienceWorld with up to 78.9% fewer decision rounds. Takeaway: don't reconsider every step, and don't blindly batch actions — train agents to know when to keep acting and when to look again.
Related event: SPACE Cuts Agent LLM Calls by 78.9% While Boosting Success(3 posts)→
More from coding & agent
- Junie Local runs a coding agent on your Mac with unlimited usage, no credits — heyronir · 2026-09-04
- POSTECH's PACE uses coordinated agents to surface hidden conflicts in user requests — POSTECH · 2026-09-04
- Astra solves Excel World Championship cases ~4x faster than human champions using pure computer use — sandersted · 2026-09-04
- Dev builds a Magicka-inspired MMO in just 3 days using fable 5.1 — TAbrodi · 2026-09-04
- Creator assigns overnight tasks to AI agents, hopes for renders not a coup — bilawalsidhu · 2026-09-04
- Reddit debate: How many AI-built apps do you actually run in production? — LocustKitten · 2026-09-04