← Back to Blog
Agentic AIDevOpsObservabilityEngineeringApplied Materials

How Agentic AI Workflows Doubled Our Engineering Productivity

April 10, 2025

When I say our team’s productivity doubled, I mean it in a measurable sense: features that previously took four sprints were shipping in two, and our defect escape rate dropped by roughly 40% in the same period. This post breaks down the specific workflows that drove those results.

Observability-First Development

One of the most impactful changes we made had nothing to do with code generation. We used AI to redesign how we instrument our software.

Semiconductor inspection tools generate enormous volumes of telemetry. Historically, log messages were written by engineers for engineers—dense, abbreviated, and only interpretable by someone with deep system knowledge. We used AI to draft customer-friendly log messages that explained what happened and what to do about it, not just which function threw an exception.

The result: first-call resolution on customer support issues improved, and our field teams stopped needing to escalate as many issues to engineering for log interpretation.

Throughput Testing Automation

Benchmarking wafer throughput is tedious but critical. A regression in throughput means fewer wafers per hour, which has direct financial consequences for our customers.

We built an end-to-end automation framework for throughput testing using Python, with AI helping us generate test scenarios, validate results, and produce readable benchmark reports. What previously required a dedicated test engineer running manual tests over multiple days became an automated nightly job that produced clear, actionable reports by morning.

Waferless Recipe Creation

One of our flagship projects was the waferless recipe creation application—a tool that allows customers to configure inspection recipes without needing physical wafers present, dramatically reducing setup time for new product introductions.

AI assistance was used at multiple stages: generating boilerplate UI scaffolding, writing validation logic, and drafting the user documentation. The engineers focused on the domain-specific algorithm design—the part where their expertise was genuinely irreplaceable.

The Compounding Effect

The productivity gains are compounding. Engineers who have been using AI tools for six months are dramatically more effective than they were at month one—not because the tools improved (though they did), but because the engineers developed better prompting intuitions and learned where to apply critical scrutiny.

The lesson: AI-enabled productivity is a skill, not a switch. Invest in helping your team develop that skill deliberately, and the returns compound over time.