paper-with-me

홈 › Papers

Executable World Models for ARC-AGI-3 in the Era of Coding Agents

2026-05-06 · Sergey Rodionov arxiv

We evaluate an initial coding-agent system for ARC-AGI-3 in which the agent maintains an executable Python world model, verifies it against previous observations, refactors it toward simpler abstractions as a practical proxy for an MDL-like simplicity bias, and plans through the model before acting. The system is intentionally direct: it uses a scripted controller, predefined world-model interfaces, verifier programs, and a plan executor, but no hand-coded game-specific logic. The agent-facing prompts, workspace, and controller contain no game-specific code, game-specific prompts, hand-coded heuristics, hidden solutions, or other game-specific information; the same agent and prompts are used across games. Because the coding agent has broad system access, we audit unintended information channels, describe earlier vulnerable harnesses, and explain how the current harness closes observed leakage channels while reducing benchmark-specific information exposure. We report results on the 25 public ARC-AGI-3 games. Each playthrough starts from a fresh agent instance and clean workspace, with no access to files or conversation state from earlier playthroughs. With GPT-5.5 high reasoning effort, the agent fully solved 15 games and achieved a mean per-game RHAE of 58.12%. With GPT-5.4 high reasoning effort, it fully solved 8 games and achieved a mean per-game RHAE of 41.29%. Performance on the private validation set, which is not yet available to us, remains to be tested. Overall, the results provide preliminary evidence that verifier-driven executable world models are a promising approach for ARC-AGI-3 agents. Full run artifacts are released with the code at https://github.com/astroseger/arc-3-agents-baseline1.

📄 PDF Abstract BibTeX arXiv:2605.05138

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NEMO: Execution-Aware Optimization Modeling via Autonomous Coding Agents

2026-01-29 · Yang Song, Anoushka Vyas, Zirui Wei, Sina Khoshfetrat Pakazad 외 arxiv

We present NEMO, a system that translates Natural-language descriptions of decision problems into formal Executable Mathematical Optimization implementations using autonomous coding agents (ACAs). Existing approaches rel…

MolViBench: Evaluating LLMs on Molecular Vibe Coding

2026-05-04 · Jiatong Li, Yuxuan Ren, Weida Wang, Changmeng Zheng 외 arxiv

Molecular Vibe Coding, a paradigm where chemists interact with LLMs to generate executable programs for molecular tasks, has emerged as a flexible alternative to chemical agents with predefined tools, enabling chemists t…

Code GenerationDrug Discovery

Coding Agents are Effective Long-Context Processors

2026-03-20 · Weili Cao, Xunjian Yin, Bhuwan Dhingra, Shuyan Zhou arxiv

Large Language Models (LLMs) have demonstrated remarkable progress in scaling to access massive contexts. However, the access is via the latent and uninterpretable attention mechanisms, and LLMs fail to effective process…

Open-Domain Question Answering

Do Coding Agents Need Executable World Models, Simplification, and Verification to Solve ARC-AGI-3?

2026-07-16 · Sergey Rodionov arxiv

Our previous ARC-AGI-3 agent bundled executable world modeling, prompted simplification, and exact replay verification, leaving their individual contributions unclear. An executable world model is a persistent, agent-aut…

GameEngineBench: Evaluating Coding Agents on Real C++ Runtime Environments

2026-07-03 · Brian La, Sejoon Chang, Ben Kim, Junyoung Bae 외 arxiv

Game engines provide real-time simulation, rendering, physics, interaction, networking, and asset pipelines, making them valuable not only for games but also for 3D applications in healthcare, robotics, architecture, man…