Papers › InfiniteWeb: Scalable Web Environment Synthesis for GUI Agent Training

InfiniteWeb: Scalable Web Environment Synthesis for GUI Agent Training

7 Jan 2026arXiv:2601.04126added by Syntology

Ziyun Zhang, Zezhou Wang, Xiaoyi Zhang, Zongyu Guo, Jiahao Li, Bin Li, Yan Lu

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

GUI agents that interact with graphical interfaces on behalf of users represent a promising direction for practical AI assistants. However, training such agents is hindered by the scarcity of suitable environments. We present InfiniteWeb, a system that automatically generates functional web environments at scale for GUI agent training. While LLMs perform well on generating a single webpage, building a realistic and functional website with many interconnected pages faces challenges. We address these challenges through unified specification, task-centric test-driven development, and a combination of website seed with reference design image to ensure diversity. Our system also generates verifiable task evaluators enabling dense reward signals for reinforcement learning. Experiments show that InfiniteWeb surpasses commercial coding agents at realistic website construction, and GUI agents trained on our generated environments achieve significant performance improvements on OSWorld and Online-Mind2Web, demonstrating the effectiveness of proposed system.

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="2601.04126")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

microsoft/FIVE-UI-Evol found in paper text by SyntologyMIT 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 microsoft/FIVE-UI-Evol. “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.

audit_single_task microsoft/FIVE-UI-Evol/InfiniteWeb/src/llm_task_auditor.py found in paper text by Syntology unverified MIT (permissive) · b434a5c1e1fd1dd3 · report
audit_website microsoft/FIVE-UI-Evol/InfiniteWeb/src/llm_task_auditor.py found in paper text by Syntology unverified MIT (permissive) · acd7d2f93af84a0a · report
check_validation_failure microsoft/FIVE-UI-Evol/InfiniteWeb/src/batch_generate.py found in paper text by Syntology unverified MIT (permissive) · 4cd606813c2a6db3 · report
encode_image microsoft/FIVE-UI-Evol/InfiniteWeb/src/llm_caller.py found in paper text by Syntology unverified MIT (permissive) · d6d6f575b423041b · report
extract_website_name microsoft/FIVE-UI-Evol/InfiniteWeb/src/generate_task_jsons.py found in paper text by Syntology unverified MIT (permissive) · 8817c2e739adb78b · report
find_evaluator_by_task_id microsoft/FIVE-UI-Evol/InfiniteWeb/src/generate_task_jsons.py found in paper text by Syntology unverified MIT (permissive) · 8d5ac1ef791b5fe0 · report
generate_report microsoft/FIVE-UI-Evol/InfiniteWeb/src/llm_task_auditor.py found in paper text by Syntology unverified MIT (permissive) · 4dad02afb1c4395c · report
get_raw_output_log_path microsoft/FIVE-UI-Evol/InfiniteWeb/src/codex_test_runner.py found in paper text by Syntology unverified MIT (permissive) · e4bbe3406e3faaa0 · report
get_system_time_override microsoft/FIVE-UI-Evol/InfiniteWeb/src/codex_test_runner.py found in paper text by Syntology unverified MIT (permissive) · b1dab5103a3ed275 · report
load_json microsoft/FIVE-UI-Evol/InfiniteWeb/src/generate_task_jsons.py found in paper text by Syntology unverified MIT (permissive) · 752cc2290bb5485c · report
load_tasks_from_batch microsoft/FIVE-UI-Evol/InfiniteWeb/src/claude_test_runner.py found in paper text by Syntology unverified MIT (permissive) · dfeab6c13d2bb637 · report
load_tasks_from_website microsoft/FIVE-UI-Evol/InfiniteWeb/src/claude_test_runner.py found in paper text by Syntology unverified MIT (permissive) · af5a8909e3a3bd3d · report
load_websites_config microsoft/FIVE-UI-Evol/InfiniteWeb/src/batch_generate.py found in paper text by Syntology unverified MIT (permissive) · 436ea28fa12933eb · report
load_websites_from_jsonl microsoft/FIVE-UI-Evol/InfiniteWeb/src/batch_generate.py found in paper text by Syntology unverified MIT (permissive) · d1b73fe019f892ee · report
run_claude_test microsoft/FIVE-UI-Evol/InfiniteWeb/src/claude_test_runner.py found in paper text by Syntology unverified MIT (permissive) · feecff66a22720b2 · report
write_evaluator_file microsoft/FIVE-UI-Evol/InfiniteWeb/src/codex_test_runner.py found in paper text by Syntology unverified MIT (permissive) · 1f2e918958a7d3c0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.04126, was issued in January 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