AIエージェントが最適化プログラミングコンテストで初優勝

· Source: Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Data Science & Analytics · Depth: Intermediate, medium

Summary

Sakana AI's "ALE-Agent" won the AtCoder Heuristic Contest 058 on December 14, 2025, outperforming 804 participants in a 4-hour optimization programming challenge. This marks the first known instance of an AI winning such a contest in real-time, demonstrating AI's capability to rival top human experts in complex, multi-hour tasks. The contest problem involved optimizing hierarchical production planning, a scenario common in supply chains. ALE-Agent's solution, while structurally similar to human approaches (greedy algorithm + simulated annealing), leveraged extensive trial-and-error, unique greedy heuristics like "virtual power," and diverse "giant neighborhood" operations for simulated annealing. It also featured highly optimized execution efficiency, including pre-computation tables. The agent utilized 2654 GPT-5.2 and 2119 Gemini 3 Pro Preview calls, costing approximately $1300, to generate and refine its solution.

Key takeaway

For AI scientists developing optimization agents, this achievement highlights the power of combining scaled LLM inference with self-learning mechanisms. You should focus on designing agents that can perform extensive, diverse trial-and-error and extract actionable insights from execution results. Consider integrating novel heuristics and varied neighborhood operations to push beyond conventional problem-solving boundaries, even if it incurs higher computational costs.

Key insights

AI agents can now win complex, real-time optimization contests by scaling LLM inference and self-learning.

Principles

Method

ALE-Agent uses multiple LLMs to generate programs in parallel, synthesizes insights from trial-and-error, and applies these insights for iterative program generation and refinement.

In practice

Topics

Best for: AI Scientist, Research Scientist, AI Engineer, Machine Learning Engineer, AI Researcher

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Blog.