Papers › The Amazing Agent Race: Strong Tool Users, Weak Navigators

The Amazing Agent Race: Strong Tool Users, Weak Navigators

11 Apr 2026arXiv:2604.10261added by Syntology

Zae Myung Kim, Dongseok Lee, Jaehyung Kim, Vipul Raheja, Dongyeop Kang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Existing tool-use benchmarks for LLM agents are overwhelmingly linear: our analysis of six benchmarks shows 55 to 100% of instances are simple chains of 2 to 5 steps. We introduce The Amazing Agent Race (AAR), a benchmark featuring directed acyclic graph (DAG) puzzles (or "legs") with fork-merge tool chains. We release 1,400 instances across two variants: sequential (800 legs) and compositional (600 DAG legs). Agents must navigate Wikipedia, execute multi-step tool chains, and aggregate results into a verifiable answer. Legs are procedurally generated from Wikipedia seeds across four difficulty levels with live-API validation. Three complementary metrics (finish-line accuracy, pit-stop visit rate, and roadblock completion rate) separately diagnose navigation, tool-use, and arithmetic failures. Evaluating three agent frameworks on 1,400 legs, the best achieves only 37.2% accuracy. Navigation errors dominate (27 to 52% of trials) while tool-use errors remain below 17%, and agent architecture matters as much as model scale (Claude Code matches Codex CLI at 37% with 6x fewer tokens). The compositional structure of AAR reveals that agents fail not at calling tools but at navigating to the right pages, a blind spot invisible to linear benchmarks. The project page can be accessed at: https://minnesotanlp.github.io/the-amazing-agent-race

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.10261")

Code

Syntology Ran 17 of 26 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 13 ran · our draft was wrong; 1 ran with no contract checked.

By repository: found in paper text by Syntology: 26 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

minnesotanlp/the-amazing-agent-race found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 17 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
13ran · our draft was wrong
1ran
9unverified

Licence: 0 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from minnesotanlp/the-amazing-agent-race. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_clean_markdown minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 3b168f47e5b4f118 · report
_fix_coords_in_key minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 2de8b9d85813088f · report
_get_page_ticker minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · bc128de5928ca206 · report
_is_boring_link minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · violated contract MIT (permissive) · 96c5781fe4eb6cbe · report
_is_wikipedia_article_url minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · violated contract MIT (permissive) · 1d6e5237d3056e1d · report
_normalize_wiki_url minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f3fc6d916e08980c · report
_page_info_from_dict minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 62011b7560c8c2cc · report
_page_info_to_dict minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e6bb27e1801240f6 · report
_strip_wiki_chrome minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · bc0443ad6dcf8952 · report
_title_from_url minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 36bae59154179886 · report
_try_parse_numeric minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 82128b92c53ae52b · report
_url_hash minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 761c80bb7720cc62 · report
extract_first_paragraph minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 82d8f76e79208a04 · report
extract_sections minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 16e79860878b0114 · report
extract_wiki_links minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 153a9a0e24de1a37 · report
fetch_pageviews minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran MIT (permissive) · fedf944b99d9fbb3 · report
parse_infobox minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 33ebdafd546ec4e6 · report
InfoboxField minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · 1d418693be94de1b · report
PageInfo minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · 54495666dfd6fb69 · report
TrailDifficultyConfig minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · fa40afece5cec31b · report
WikiGraph minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · 59567e4dd3f35ef4 · report
WikiLink minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · bcfe6f3d9dcc9f6b · report
_format_page_summaries minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · 68fa60fb317d7b6c · report
_get_page_crypto_symbol minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · cfeb5d9b72e9306d · report
_plan_route minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · 125cea695600e777 · report
build_page_info minnesotanlp/the-amazing-agent-race/src/trail/builder.py found in paper text by Syntology unverified MIT (permissive) · c5896715a3cd6bae · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.10261, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections