EASEL benchmark finds multimodal AI agents struggle with visual tool use

Researchers have introduced EASEL, a benchmark aimed at a capability they call "dexterous visual tool use": fine-grained, closed-loop, parameterized visual action, where a model has to infer tool parameters from what it sees and those parameters then directly determine the outcome. The paper argues this coupling between visual evidence and execution precision is largely untested by existing agent benchmarks, which focus on web navigation, GUI operation, and software engineering instead. EASEL's primary task is reference-guided visual reconstruction: an agent incrementally paints a canvas, stroke by stroke, trying to match a given reference image. The benchmark also includes semantic tasks covering region annotation, handwriting, and path planning. Alongside the benchmark, the researchers release EASEL-Data, a 440,000-sample two-stage curriculum dataset built for trajectory supervision, and use it to train a model called EASEL-9B to see what effect that training data has on the target capability. Running 25 models through EASEL shows that current multimodal agents systematically struggle with the benchmark: reconstruction similarity scores bottleneck at a low 0.40 to 0.54, and trajectory diagnostics reveal severe closed-loop instability, with models typically saturating early or degrading in quality after reaching their peak. On the semantic tasks, the evaluation exposes sharp capability boundaries specifically in precision annotation and path planning. EASEL-9B, the model trained on EASEL-Data, outperforms its (unnamed) base model by a relative 6.3% and ranks third among all 25 evaluated models. The abstract does not name the paper's authors, institutions, release date, or the identities of the other 24 models tested, nor does it state any code, dataset, or license availability.
Key facts
- EASEL is a new benchmark for "dexterous visual tool use": closed-loop, parameterized visual actions where a model infers tool parameters from visual evidence and those parameters directly govern the result.
- Its primary task has an agent incrementally paint a canvas to match a reference image; it also includes semantic tasks in region annotation, handwriting, and path planning.
- The accompanying EASEL-Data dataset has 440,000 samples in a two-stage curriculum built for trajectory supervision.
- Across 25 evaluated models, reconstruction similarity bottlenecks at 0.40 to 0.54, and trajectory diagnostics show models typically saturate early or degrade after peaking.
- EASEL-9B, trained on EASEL-Data, beats its base model by a relative 6.3% and ranks third overall among the 25 models tested.
Why it matters
Agent evaluation has been shifting from static question answering toward settings where models act through external tools, but the paper identifies a gap: benchmarks for web navigation, GUI operation, and software engineering rarely test the tight coupling between what an agent visually perceives and the precision of the action it then executes. EASEL targets exactly that coupling, using painting a canvas to match a reference image as its controlled proxy task, on the theory that if an agent cannot translate visual evidence into accurate, fine-grained tool parameters here, similar failures are likely wherever an agent's actions must be visually grounded and precise.
Who it affects
The benchmark is aimed at researchers and developers building multimodal agents that need to act on visual input rather than just describe or answer questions about it, anywhere an agent must set tool parameters, such as position, size, or stroke, from what it sees. The abstract does not name any company, product, or institution behind the work, so its immediate audience is the broader multimodal-agent research community rather than a named set of adopters.
How to use it
EASEL's primary task is reference-guided visual reconstruction: the agent incrementally paints a canvas to match a reference image, building up the result stroke by stroke rather than in one shot. Alongside it, EASEL includes semantic tasks in region annotation, handwriting, and path planning, and the researchers release EASEL-Data, a 440,000-sample two-stage curriculum dataset intended for trajectory supervision, which they use to train the EASEL-9B model. The source gives no information on how to access the benchmark, the dataset, or EASEL-9B, and states no license or availability terms.
How solid is it
The evaluation covers 25 models, a reasonably broad sweep for a new benchmark, and reports concrete, bounded metrics rather than vague claims: reconstruction similarity capping out in the 0.40 to 0.54 range, and trajectory diagnostics that specifically show models saturating early or degrading after their peak rather than simply describing agents as inconsistent. EASEL-9B's relative 6.3% gain over its base model and its third-place overall ranking are stated precisely. What limits independent scrutiny is that the abstract does not identify the other 24 models tested, does not name EASEL-9B's base model, and gives no author or institutional affiliation, so the claims currently rest on the paper's own reporting rather than on verifiable, cross-checkable detail.
Risks and caveats
Several basic facts are simply missing from the available text: no authors or institutions are named, there is no release date or venue, and no code, dataset, or license availability is stated, all of which limits how reproducible or citable the work currently is. The identities of 24 of the 25 evaluated models and of EASEL-9B's base model are also withheld in the abstract, so the reported rankings and the 6.3% improvement cannot be checked against which specific systems were compared.