paper-with-me

홈 › Papers

ArchAgent: Agentic AI-driven Computer Architecture Discovery

2026-02-25 · Raghav Gupta, Akanksha Jain, Abraham Gonzalez, Alexander Novikov, Po-Sen Huang, Matej Balog, Marvin Eisenberger, Sergey Shirobokov, Ngân Vũ, Martin Dixon, Borivoje Nikolić, Parthasarathy Ranganathan, Sagar Karandikar arxiv

Agile hardware design flows are a critically needed force multiplier to meet the exploding demand for compute. Recently, agentic generative AI systems have demonstrated significant advances in algorithm design, improving code efficiency, and enabling discovery across scientific domains. Bridging these worlds, we present ArchAgent, an automated computer architecture discovery system built on AlphaEvolve. We show ArchAgent's ability to automatically design/implement state-of-the-art (SoTA) cache replacement policies (architecting new mechanisms/logic, not only changing parameters), broadly within the confines of an established cache replacement policy design competition. In two days without human intervention, ArchAgent generated a policy achieving a 5.3% IPC speedup improvement over the prior SoTA on public multi-core Google Workload Traces. On the heavily-explored single-core SPEC06 workloads, it generated a policy in just 18 days showing a 0.9% IPC speedup improvement over the existing SoTA (a similar "winning margin" as reported by the existing SoTA). ArchAgent achieved these gains 3-5x faster than prior human-developed SoTA policies. Agentic flows also enable "post-silicon hyperspecialization" where agents tune runtime-configurable parameters exposed in hardware policies to further align the policies with a specific workload (mix). Exploiting this, we demonstrate a 2.4% IPC speedup improvement over prior SoTA on SPEC06 workloads. Finally, we outline broader implications for computer architecture research in the era of agentic AI. For example, we demonstrate the phenomenon of "simulator escapes", where the agentic AI flow discovered and exploited a loophole in a popular microarchitectural simulator - a consequence of the fact that these research tools were designed for a (now past) world where they were exclusively operated by humans acting in good-faith.

📄 PDF Abstract BibTeX arXiv:2602.22425

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ArchAgent: Scalable Legacy Software Architecture Recovery with LLMs

2026-01-19 · Rusheng Pan, Bingcheng Mao, Tianyi Ma, Zhenhua Ling arxiv

Recovering accurate architecture from large-scale legacy software is hindered by architectural drift, missing relations, and the limited context of Large Language Models (LLMs). We present ArchAgent, a scalable agent-bas…

DR-MMSearchAgent: Deepening Reasoning in Multimodal Search Agents

2026-04-21 · Shengqin Wang, Wentao Yan, Huichi Zhou, Yihang Chen 외 arxiv

Agentic multimodal models have garnered significant attention for their ability to leverage external tools to tackle complex tasks. However, it is observed that such agents often meet premature interaction collapse, caus…

Declarative Data Services: Structured Agentic Discovery for Composing Data Systems

2026-05-20 · Shanshan Ye, Duo Lu arxiv

Agentic discovery has shown that LLM-driven search can find novel algorithms, designs, and code under benchmark conditions. Translating the paradigm to multi-system data backends surfaces a harder problem: the search spa…

Demystifying and Enhancing the Efficiency of Large Language Model Based Search Agents

2025-05-17 · Tiannuo Yang, Zebin Yao, Bowen Jin, Lixiao Cui 외

Large Language Model (LLM)-based search agents have shown remarkable capabilities in solving complex tasks by dynamically decomposing problems and addressing them through interleaved reasoning and retrieval. However, thi…

Language ModelingLanguage ModellingLarge Language ModelRetrieval+1

Agentic Architect: An Agentic AI Framework for Architecture Design Exploration and Optimization

2026-04-28 · Alexander Blasberg, Vasilis Kypriotis, Dimitrios Skarlatos arxiv

Rapid advances in Large Language Models (LLMs) create new opportunities by enabling efficient exploration of broad, complex design spaces. This is particularly valuable in computer architecture, where performance depends…