August 5, 2026 - August 6, 2026
The SEMI Smart Manufacturing Initiative is hosting a two-day workshop titled "AI Techniques in Semiconductor Manufacturing" at SEMI HQ in Milpitas, CA, on August 5–6, 2026. This event is part of a continuing series focused on integrating advanced AI into the semiconductor landscape. The workshop is designed to help participants understand: The real-world deployment, impact, and lessons learned from AI techniques. Strategies for building observable and scalable multi-agent workflows. The industry transition from restrictive data silos toward autonomous discovery. Methods for achieving tangible business results and automation through diverse AI applications.
Time
8:00 am - 5:00 pm PDT
Location
SEMI HQ
673 S Milpitas Blvd.
Milpitas, CA 95035
United States
AI Techniques in Semiconductor Manufacturing
Core Objectives:
This workshop is designed to help participants understand:
The real-world deployment, impact, and lessons learned from AI techniques
Strategies for building observable and scalable multi-agent workflows
The industry transition from restrictive data silos toward autonomous discovery.
Methods for achieving tangible business results and automation through diverse AI applications
We’ve curated a technical agenda featuring Topics such as:
Agentic AI
Gaussian Process Regression
Time Series Modeling
Bayesian Optimization
And more...
You will walk away with actionable insights on:
- Yield Enhancement through Edge-Driven Defect Detection and Classification
- Demonstrates how edge AI leverages real-time sensor and image data—through virtual metrology, anomaly detection, and SPC-integrated feedback loops—to enable early defect detection, classification, and yield optimization.
- From Prediction to Action: Causal AI for Real-Time Root-Cause Analysis in Semiconductor Manufacturing
How causal AI unifies multi-modal fab data into an intelligence layer to move beyond predictive alerts toward rapid root cause identification, prescriptive actions, and continuous improvement—significantly reducing RCA time and improving yield and operational efficiency.
- From Data Silos to Autonomous Discovery: Agentic AI in Semiconductors
Agentic AI in semiconductor workflows as autonomous, decision-making systems (beyond RAG) that orchestrate multi-agent reasoning across complex fab data—requiring robust data foundations, domain-grounded algorithms, SME-driven knowledge (including reasoning traces), and structured evaluation frameworks (agentic harness) to ensure reliable, scalable deployment.
- Making Sense of Equipment Time‑Series Data: From Signals to Insight
- Introduces how semiconductor equipment time-series data (sensor signals, traces, run-to-run data) can be processed and modeled to uncover equipment behavior over time, enabling engineers to detect drift, changes, and anomalies for improved monitoring and troubleshooting.
- Achieving Business Results from Air-gapped Agentic AI Automation in Semiconductor Manufacturing - Lessons from the Field
- Highlights real-world deployment of agentic AI in fabs, demonstrating how autonomous systems are driving yield, capacity, and operational gains across engineering workflows (FDC, yield, test, maintenance) while navigating constraints like data privacy and legacy integration—along with practical adoption strategies and hands-on use cases.
- And more...
Agenda
Morning, Day 1: August 5th, 2026
Semiconductor manufacturing faces a broad set of complex challenges addressed through Yield Management Systems (YMS), Fault Detection and Classification (FDC), Run-to-Run (R2R) control, Design of Experiments (DOE), and Statistical Process Control (SPC). Existing machine learning approaches are predominantly scoped to individual process steps or short loops, leaving full-traveler analysis — essential for informed tool decisions such as hold, parameter adjustment, and recipe modification — largely unaddressed. Bespoke, step-specific models do not generalize across process nodes or design variants, and manually configuring analytical workflows for each new use case is time-intensive and error-prone as technology nodes diversify. General-purpose coding agents built on large language models (LLMs) partially close this gap by automating workflow generation, but they lack the semiconductor-specific domain knowledge required for robust, production-grade solutions: open-source ML packages carry no fab context, and proprietary data curation and signal-processing conventions are rarely captured in public training corpora.
This session shows how a fab-aware agentic approach closes that gap, focusing on three use cases: YMS, FDC, and Process DOE. It opens with a technical primer built on a common pipeline — preprocessing and feature reduction, uncertainty-aware imputation, regime-aware modeling (physics and virtual-metrology priors when data is scarce, data-driven as it grows), and interpretable attribution rather than black-box scores — instantiated differently across the three, with emphasis throughout on when a result can be trusted. YMS downselects high-dimensional metrology, imputes sparse measurements, and trains a tuned regressor ensemble (GPR, gradient-boosted trees, neural nets), with feature attribution (SHAP) mapped to process step and tool. FDC aligns traces, then layers univariate control limits (SPC) with multivariate anomaly detection (PCA, Hotelling T², MEWMA), per-sensor attribution, and alarm-budgeted limits that transfer across chambers. Process DOE designs experiments, fits uncertainty-aware surrogates (Gaussian processes), reduces dimensionality (PCA), and selects runs sequentially (single- and multi-objective Bayesian optimization). Attendees then see these techniques operationalized live by a domain-specific agentic platform and work directly with the agents on curated datasets.
By the end, attendees will understand how problem formulation, data characteristics, and method selection shape outcomes, and what distinguishes a domain-aware agentic workflow from a general-purpose coding agent. The session is interactive by design — participant choices steer the live analysis, and attendee input shapes how these capabilities evolve.
Break
Semiconductor fabs generate high-volume, multivariate sensor telemetry from process tools, ambient monitoring systems, sub-fab equipment, etc. Scheduling maintenance operations depends on more than just reacting to alarms/alerts: teams need to forecast how equipment will behave and detect abnormal trajectories/baseline shifts before failures occur.
This session introduces an open Predictive Maintenance Blueprint that embeds NV-Tesseract as the core time series AI component. The pipeline performs multivariate forecasting on equipment sensor data, then runs diffusion-based anomaly detection on the forecasted window to flag emerging degradation patterns.
The blueprint is packaged as a reusable, deployable workflow with Hugging Face weight retrieval, configurable sensor channels, and structured outputs for downstream automation.
We extend this blueprint with NVIDIA NeMoClaw, treating predictive maintenance as an always-on agent workflow: an autonomous agent ingests sensor streams, invokes the NV-Tesseract pipeline, interprets anomaly scores, and produces operator-ready summaries and recommended actions under OpenShell runtime guardrails.
Together, this shows how foundational time series models and agent orchestration can be coupled to build a production-style Predictive Maintenance stack for semiconductor operations.
What the Audience Will Learn:
Predictive maintenance is shifting from threshold-based SCADA alarms to forecast-then-detect workflows that catch drift earlier on multivariate equipment signatures.
Foundational time series models (like NV-Tesseract) are increasingly deployed as components inside larger agent systems, not as standalone notebooks.
Semiconductor and industrial teams are adopting blueprint + agent patterns (similar to NeMoClaw deployments in EDA, simulation, and factory ops) to move from prototype to governed, repeatable workflows.
Practical lessons: multivariate sensor alignment matters; model weights and configs should be versioned and auto-retrieved; anomaly outputs must be explainable enough for maintenance engineers to trust and act on.
Architecture takeaways:
When to use multivariate forecasting vs. single-signal monitoring.
Why diffusion-based anomaly detection fits correlated, high-dimensional fab sensor data better than univariate reconstruction approaches.
How NeMoClaw can orchestrate the pipeline: data ingest → inference → thresholding → alert routing → human-in-the-loop review.
SEEQ
Lunch
Afternoon, Day 1: August 5th, 2026
One of the bottlenecks to building semiconductor chips is the increasing cost required to develop chemical plasma processes that form the transistors and memory storage cells1,2. These processes are still developed manually using highly trained engineers searching for a combination of tool parameters that produces an acceptable result on the silicon wafer3. The challenge for computer algorithms is the availability of limited experimental data owing to the high cost of acquisition, making it difficult to form a predictive model with accuracy to the atomic scale. Here we study Bayesian optimization algorithms to investigate how artificial intelligence (AI) might decrease the cost of developing complex semiconductor chip processes. In particular, we create a controlled virtual process game to systematically benchmark the performance of humans and computers for the design of a semiconductor fabrication process. We find that human engineers excel in the early stages of development, whereas the algorithms are far more cost-efficient near the tight tolerances of the target. Furthermore, we show that a strategy using both human designers with high expertise and algorithms in a human first–computer last strategy can reduce the cost-to-target by half compared with only human designers. Finally, we highlight cultural challenges in partnering humans with computers that need to be addressed when introducing artificial intelligence in developing semiconductor processes.
What the Audience will Learn:
How Bayesian optimization can help enhance speed-to-solution for semiconductor manufacturing.
Break
Semiconductor fabs generate massive volumes of data across tools, sensors, inspection systems, and process logs—yet most AI deployments remain predictive, identifying anomalies without explaining their root cause. This results in prolonged root cause analysis (RCA), costly downtime, and repeated trial-and-error fixes.
In this talk, we present a practical approach to moving from prediction to action using causal AI. By unifying multi-modal data like images, time-series signals, and process metadata into a single intelligence layer, we enable systems that reason about cause-and-effect relationships rather than correlations.
We will discuss how such systems can be trained efficiently using weak supervision and deployed at the edge to meet latency, privacy, and reliability requirements. We also highlight how continuous monitoring and model refinement in production ensure sustained performance in dynamic manufacturing environments.
Drawing from real-world deployments, we show how this approach reduces RCA time from hours to minutes, improves diagnostic accuracy, and enables prescriptive actions for faster yield recovery and improved operational efficiency.
What the Audience will Learn:
1. Why predictive AI falls short for RCA and how causal AI bridges the gap
2. How to build an “intelligence layer” on top of MES and traceability systems
3. Practical methods for leveraging limited labeled data
4. How to integrate multi-modal data (inspection images + sensor logs + process flows)
5. How to build AI agents that improve with more data
How this AI technique is being used in industry today (real deployments, lessons learned, impact): In semiconductor manufacturing environments, causal AI systems are being deployed alongside existing inspection and MES infrastructure to accelerate and improve root cause analysis.
In one deployment, defect patterns observed across multiple inspection stages were correlated with tool-level and process metadata. Instead of manual investigation across dozens of steps, the system identified a specific tool-stage interaction responsible for recurring defects. This reduced RCA time from 20–40 hours to under 10 minutes while improving diagnostic consistency.
Demo: Yes
Hands-on Session:
Yes, Applying weak supervision to label defect data with minimal manual effort
Interpreting causal relationships across process steps
Monitoring and updating models in a production-like setting
Reception
Morning, Day 2: August 6th, 2026
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.
Break
Semiconductor manufacturing is increasingly challenged not by the availability of data, but by the difficulty of integrating and reasoning across fragmented, heterogeneous information sources spanning process data, metrology, and engineering knowledge. This session introduces a practical, system-level perspective on building agentic AI capabilities for semiconductor applications, beginning with foundational considerations in data definition, representation, and consistency across structured and unstructured domains.
The discussion focuses on how these foundations enable a transition from isolated analytics toward more integrated, decision-oriented systems. Architectural patterns are explored for combining data-driven models, simulation, and domain knowledge into cohesive workflows, with emphasis on reliable orchestration, traceability of reasoning, and appropriate human oversight—elements that are critical for deploying AI in high-stakes manufacturing environments.
The session concludes with an overview of how emerging approaches are extending these ideas toward more adaptive and semi-autonomous optimization systems. Attendees will gain a structured view of the end-to-end stack—from data preparation to decision support—and practical insights into considerations for adopting agentic AI methodologies in semiconductor manufacturing settings.
Sponsor
Lunch
Afternoon, Day 2: August 6th, 2026
Modern semiconductor equipment generates vast amounts of time-series and inspection data, but much of it remains under-utilized. This session presents a practical, end-to-end workflow—from data preparation and AI modeling (including anomaly, defect, and drift detection) to validation and deployment—using familiar manufacturing data. It also highlights how synthetic data and generative AI can accelerate model development while maintaining robust validation and engineering control.
What the Audience will Learn:
Attendees will learn how to turn equipment data into actionable insights using an end-to-end AI workflow—from data preparation to deployment. They will also see how multiple AI approaches, synthetic data, and generative AI can accelerate development while maintaining rigorous engineering validation.
Demo / Hands-on Session: Yes
Break
Agentic AI has crossed a capability line where it can now effectively automate non-trivial portions of work that previously was only done by factory engineers - process engineers, yield engineers, test engineers, maintenance engineers. At Cohu, we have been working closely every week with our customers to roll out agentic capabilities that are leading to significant automation, yield, and capacity improvements. Along the way, we have needed to overcome significant constraints - such as prohibitions on providing sensitive process data to cloud AI providers - and had to manage the more complicated issue of integrating agentic AI into legacy systems and processes. In this talk I can share some of ways that our customers are benefiting from agentic AI and talk about some of the learnings gained through these various deployments.
What the Audience will Learn:
Key learnings for the audience a) real use cases of agentic AI in global semiconductor manufacturing companies; b) practical recommendations for how to prepare for and be successful with the deployment of agentic AI in semiconductor manufacturing.
Demo:
FDC model creation, and fault analytics
Yield analytics
Tester Operations Management
Test Engineering - lot disposition analytics
Maintenance optimization and predictive maintenance
Line support optimization
Sponsors
Event Sponsors
Sponsorship Opportunities
Enhance your brand with our exclusive sponsorship packages. For details, contact:
Karim Somani
Email: [email protected]
Suggested Hotels:
Embassy Suites by Hilton Milpitas Silicon Valley
901 East Calaveras Boulevard
Milpitas, CA 95035
(408) 942-0400
Courtyard by Marriott Milpitas Silicon Valley
1480 Falcon Dr.
Milpitas, CA 95035
(408) 719-1966