Trace2Skill: Verifier-Guided Skill Evolution for Long-Context EDA Agents

· Source: cs.MA updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Software Development & Engineering · Depth: Expert, extended

Summary

Trace2Skill is a test-time scaling framework designed to improve hardware LLM agents tackling Complex Verilog Design Problems (CVDP) without requiring model fine-tuning. It evolves an agent's natural-language skill by mining repeated rollout traces for success and failure modes, converting them into diagnostics and oracle lessons. An oracle–mutator–selector loop then produces task-specific skills that guide subsequent search, editing, validation, and recovery. The framework also supports bounded runtime dense verifier feedback, providing sanitized functional observations to guide skill evolution and agent execution. On eight hard CVDP tasks that defeated the seed CVDP agent and frontier coding agents, Trace2Skill with dense verifier feedback achieved a 33.6% pass rate, solving 6/8 tasks, a significant improvement over the 0/8 baseline.

Key takeaway

For AI Scientists and Machine Learning Engineers developing agents for complex hardware design, Trace2Skill offers a compelling strategy to overcome hard failures. You should consider implementing a skill evolution framework with dense verifier feedback to adapt agents to specific tasks without costly model fine-tuning. This approach improves task pass rates and enables breakthroughs on previously unsolved problems by fostering skill-agent coadaptation, making failures actionable and guiding future agent behavior.

Key insights

Evolve natural-language agent skills with verifier feedback to solve complex hardware design problems without model fine-tuning.

Principles

Method

Trace2Skill uses an oracle (GPT-5) to summarize lessons from traces, a mutator (Claude Sonnet 4.5) to propose child skills, and a selector to choose the next task-specific skill, guided by metrics like SelectQ.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.MA updates on arXiv.org.