Switch language한국어
Back to the list

Microsoft Research Releases Webwright: A Terminal-Native Web Agent Framework That Scores 60.1% on Odysseys, Up from Base GPT-5.4’s 33.5%

TL;DR AI

Key summary

2 min read
  1. Microsoft Research released Webwright, an open-source framework for terminal-native web agents.

  2. Instead of clicking through browsers step by step, agents write Playwright scripts, run bash commands, inspect logs, and iterate in a workspace.

  3. Webwright also adds safeguards against premature completion and summarizes long histories to manage context.

  4. In benchmarks, it outperformed a screenshot-based agent and reached 60.1% on Odysseys versus a 33.5% GPT-5.4 baseline.

  5. The result suggests web automation agents may be more effective as code-writing terminal programs than as click-by-click browser drivers.

Read the original