Two Research Projects Challenge Imitation Learning for Web Agents

Two Approaches to Web Agent Training
Two research projects challenge the standard approach of training AI agents solely through imitation of expert demonstrations, focusing specifically on web form filling tasks where models must navigate real websites, fill fields, click buttons, and submit forms.
Browser in the Loop: RL for Task Completion
The first project, "Browser in the Loop" (doi.org/10.13140/RG.2.2.24922.71360), uses an 8-billion-parameter model in a feedback loop with a real browser. Instead of only imitating expert demonstrations, the model generates action plans, executes them against live web forms, and learns from the outcome.
Reinforcement learning converts near-perfect attempts (where all fields are correct but submission fails) into actual successes. The gains come not from filling fields better, but from learning to cross the finish line—something imitation alone never optimized for.
Concentrate or Collapse: RL Challenges with Diffusion Models
The second project, "Concentrate or Collapse" (doi.org/10.13140/RG.2.2.11500.94088), explores what happens when models don't generate actions left to right at all. Diffusion language models refine entire action sequences in parallel, but applying the same RL that works for autoregressive models causes these diffusion models to collapse, with outputs degrading to incoherence.
Across 16 controlled comparisons, token-level RL improved only twice. The fix required rethinking optimization at the sequence level, where one method (ESPO) finally broke through for pure diffusion architectures.
Key Implications
The research highlights that most web agent benchmarks still evaluate on text similarity to reference trajectories rather than actual task completion. These projects suggest that what looks correct on paper and what actually works in a browser are different problems, and optimizing for the wrong one leaves performance on the table.
All 12 trained models and their pipeline have been open-sourced: Code at github.com/billy-enrizky/openbrowser-ai and models at huggingface.co/billyenrizky.
📖 Read the full source: r/LocalLLaMA
👀 See Also

AI Data Center Water Use in California: Estimates from Physics and AI Models
A California WaterBlog analysis using physics and four AI models estimates AI data center water use in California at 2,300–400,000 acre-ft/year, with a realistic range of 32,000–290,000 acre-ft/year — modest compared to agriculture.

Claude Opus 4.6's effort=low parameter differs from other providers' low-reasoning modes
Claude Opus 4.6's effort=low parameter controls general behavioral effort, not just reasoning depth, unlike OpenAI's reasoning.effort=low or Gemini's thinking_level=low. This caused agents to make fewer tool calls, be less thorough in cross-referencing, and ignore parts of system prompts about web research.

Constraint Decay: Why LLM Agents Fail at Structured Backend Code
New research introduces 'constraint decay': as structural requirements accumulate, LLM agent performance drops drastically — capable agents lose 30 points in assertion pass rates, weaker ones approach zero. Actionable insights for anyone using AI coding agents.

Instead of Banning AI, a Professor Drafted a Classroom Contract with Students
A science professor created a classroom contract with students to define acceptable AI use, rather than banning it outright. The contract covers transparency, attribution, and accountability.