Agentic AI is moving from research demos to production EDA flows, and the leverage is very clear in power and signal integrity sign-off, where engineers routinely write 1000+-API Python scripts, search for root causes through ~100 GB log files, and stitch results across half a dozen vendor tools. This talk presents our experiences with building, shipping, and supporting a multi-agent system for a production sign-off tool used on modern VLSI and 3DIC designs — covering what it took to move from a single LLM "wrapper" to a hardened agentic system that customers can actually trust with their IP.
We will walk through the full stack: a multi-agent architecture (code-generation, log-debug, RCA/diagnostics) built on a Deep-Agent framework; an Agent Skills pattern that makes diagnostic workflows modular, composable, and customer-extensible; MCP used in both directions (the Copilot consumes vector-DB and API knowledge as MCP, and the tool itself is exposed as an MCP server so other EDA agents and customer orchestrators can drive it); and a governance layer covering tiered action approval, API-hallucination guards, prompt sanitization, audit trails, and on-premise / air-gapped local-LLM deployment. We will close on the next frontier: cross-vendor agent-to-agent flows, for example, place-and-route → parasitic extraction → power integrity → timing — orchestrated through MCP, with humans setting policy at well-defined checkpoints rather than copy-pasting between tools.
The session is built for practitioners. A curated set of short demo videos recorded from real Agentic AI sessions on representative designs showing the agent generate scripts and run a multi-step RCA end-to-end, with explanations on what is happening under the hood at each step.
What the Audience Will Learn:
1. Reference architecture for a production EDA Copilot: Multi-agent decomposition (code-gen, log-debug, RCA), RAG over manuals/API catalogs, and tool execution inside the host EDA product.
2. The Agent Skills pattern for RCA / diagnostics: Composable Agent Skills (IR-drop RCA, anomaly detection, comparative run analysis) the orchestrator plans over and that customers can extend without touching the core.
3. MCP as a two-way integration framework: Consuming knowledge and tool capabilities as MCP and exposing the EDA tool itself as an MCP server so customer or partner agents can drive it.
4. Governance and guardrails for production: Tiered action approval, API-validation against the catalog to block hallucinations, prompt sanitization for IP, audit trails, and runaway controls.
5. A practical LLM strategy: Cloud frontier models, qualified open-weight local LLMs for air-gapped customers, and distillation + RL fine-tuning strategies with LLM-as-judge and production feedback.
6. The feedback flywheel: What to instrument to drive weekly prompt fixes, monthly workflow updates, and quarterly model improvements.
7. Cross-vendor agentic flows: Sequential chaining, parallel fan-out, and iterative loops across EDA tools over MCP.
How This AI Technique Is Being Used in Industry Today
The Copilot is a shipped, per-user binary that launches alongside a production sign-off tool, attaches to the user's interactive session, and runs entirely on customer infrastructure (cloud LLM or fully on-premise).
Demo Session: Curated Videos (20 min)
Rather than a live hands-on segment, the demo is a curated set of short, pre-recorded clips captured from real Copilot sessions on representative designs. This keeps the demonstration crisp and reproducible, and the speaker narrates each clip — calling out which agent, skill, or MCP call is firing and why.