paper-with-me

홈 › Papers

FluxEDA: A Unified Execution Infrastructure for Stateful Agentic EDA

2026-03-26 · Zhengrui Chen, Zixuan Song, Yu Li, Qi Sun, Cheng Zhuo arxiv

Large language models and autonomous agents are increasingly explored for EDA automation, but many existing integrations still rely on script-level or request-level interactions, which makes it difficult to preserve tool state and support iterative optimization in real production-oriented environments. In this work, we present FluxEDA, a unified and stateful infrastructure substrate for agentic EDA. FluxEDA introduces a managed gateway-based execution interface with structured request and response handling. It also maintains persistent backend instances. Together, these features allow upper-layer agents and programmable clients to interact with heterogeneous EDA tools through preserved runtime state, rather than through isolated shell invocations. We evaluate the framework using two representative commercial backend case studies: automated post-route timing ECO and standard-cell sub-library optimization. The results show that FluxEDA can support multi-step analysis and optimization over real tool contexts, including state reuse, rollback, and coordinated iterative execution. These findings suggest that a stateful and governed infrastructure layer is a practical foundation for agent-assisted EDA automation.

📄 PDF Abstract BibTeX arXiv:2603.25243

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Aethon: A Reference-Based Replication Primitive for Constant-Time Instantiation of Stateful AI Agents

2026-04-13 · Swanand Rao, Kiran Kashalkar, Parvathi Somashekar, Priya Krishnan arxiv

The transition from stateless model inference to stateful agentic execution is reshaping the systems assumptions underlying modern AI infrastructure. While large language models have made persistent, tool-using, and coll…

Towards Security-Auditable LLM Agents: A Unified Graph Representation

2026-05-07 · Chaofan Li, Lyuye Zhang, Jintao Zhai, Siyue Feng 외 arxiv

LLM-based agentic systems are rapidly evolving to perform complex autonomous tasks through dynamic tool invocation, stateful memory management, and multi-agent collaboration. However, this semantics-driven execution para…

Code as Agent Harness

2026-05-18 · Xuying Ning, Katherine Tieu, Dongqi Fu, Tianxin Wei 외 arxiv

Recent large language models (LLMs) have demonstrated strong capabilities in understanding and generating code, from competitive programming to repository-level software engineering. In emerging agentic systems, code is …

TessPay: Verify-then-Pay Infrastructure for Trusted Agentic Commerce

2026-01-30 · Mehul Goenka, Tejas Pathak, Siddharth Asthana arxiv

The global economy is entering the era of Agentic Commerce, where autonomous agents can discover services, negotiate prices, and transact value. However adoption towards agentic commerce faces a foundational trust gap: c…

stratum: A System Infrastructure for Massive Agent-Centric ML Workloads

2026-03-03 · Arnab Phani, Elias Strauss, Sebastian Schelter arxiv

Recent advances in large language models (LLMs) transform how machine learning (ML) pipelines are developed and evaluated. LLMs enable a new type of workload, agentic pipeline search, in which autonomous or semi-autonomo…