For a semiconductor engineering organisation, the software delivery problem is no longer adjacent to the hardware problem. It is the hardware problem. A modern multi-die part coordinates firmware, EDA scripting, driver stacks, embedded software, verification environments, and HPC infrastructure across dozens of teams, and the discipline of how that software is built, validated, and released now sets the ceiling on how fast and how safely silicon reaches the fab. The core tension facing engineering directors at ASML scale is this: the levers that promise speed (AI assistance, more tooling, more parallelism) actively degrade delivery reliability unless the underlying platform and SDLC foundations are mature. Speed without discipline is not throughput. It is accumulated risk that surfaces during the most expensive part of the cycle.
AI is an amplifier, not a fix, for delivery stability
AI coding assistance is now effectively universal. The 2025 DORA report, drawn from roughly 5,000 professionals, found that 90% of respondents use AI at work and over 80% report productivity gains. That is the headline most executives latch onto. The finding that matters more for a director accountable for delivery is the second half: AI adoption shows a positive relationship with throughput and a negative relationship with software delivery stability. DORA's own framing is that AI is an amplifier. It magnifies whatever foundation already exists, so teams with weak version control, thin automated testing, slow feedback, and large batch sizes see AI push change-failure rate and instability the wrong way.
The mechanism is visible in the numbers. As AI raises change volume, Faros AI's analysis of the DORA findings reports incidents per pull request up roughly 243% and PR review time up roughly 91% when change volume rises without controls. DORA's 2025 year-in-review reinforces the point: high AI usage coexists with low trust in AI-generated code, and the lifecycle only benefits when the foundation is solid. For an org coordinating firmware and embedded software across many teams, that translates directly. More generated code with no corresponding improvement in test coverage, small batch sizes, and quality internal platforms means more regressions discovered later, when they cost the most. The remedy is not fewer AI seats. It is the platform and DevOps maturity that lets AI's throughput compound instead of destabilise.
Engineers lose a day a week to toil, and AI is not giving it back
The second structural drain is friction. The Atlassian Developer Experience Report 2025, covering 3,500 developers and managers across six countries, found that 50% of developers lose 10 or more hours per week and 90% lose 6 or more hours per week to organisational inefficiencies: waiting on builds, environment setup, finding documentation and APIs, and context-switching between tools. The trap is that 68% save 10 or more hours per week with AI but lose roughly the same amount straight back to process friction. Atlassian calls this a false economy, and the label is precise.
In semiconductor engineering the toll is heavier than in a pure-software shop, because the friction is not just process overhead. It is long-running regression suites, formal-verification jobs, emulation and FPGA queues, and trillions of simulation cycles competing for HPC capacity. When the underlying time accounting already skews this far from coding, the gap compounds. Separately, IDC research reported by InfoWorld found application development was only about 16% of developers' time, with the rest going to operational and support tasks. The implication for an engineering director is a lead-time and cost argument, not a comfort one. Reclaiming a day per engineer per week is among the highest-ROI reliability investments available, and the lever is internal developer platforms and self-service tooling that make builds, environments, and verification jobs fast and frictionless, not additional AI licences layered onto a slow pipeline.
Chip IP is a nation-state target, and the toolchain is the attack surface
Chip designs, EDA files, and process data are among the most valuable intellectual property in existence, and they are under sustained, escalating attack. The CloudSEK "Silicon Under Siege" findings reported by CSO Online put cyberattacks on the semiconductor industry up more than 600% since 2022, with confirmed ransomware losses exceeding $1.05B since 2018. The detail that should reframe SDLC security as a delivery concern is the vector. In July 2025, China-backed APT41 infiltrated at least six semiconductor organisations and exfiltrated hundreds of gigabytes of IP, and a 2023 TSMC-related production halt was estimated at a $256M loss.
Critically, the attack surface now explicitly includes the software supply chain: compromised software updates and EDA-vendor breaches, not just the network perimeter. That means the engineering toolchain itself, the CI/CD pipeline that builds firmware and assembles design artifacts, is a primary target. Provenance of build artifacts, hardened pipelines, secrets management, signed and verified dependencies, and tightly controlled access to design repositories are no longer hardening niceties. They are table stakes. Security has to be built into the pipeline rather than bolted on after, which is squarely a DevSecOps and platform-engineering mandate that an engineering director, not just a CISO, owns.
The EU Cyber Resilience Act turns compliance into a pipeline problem
Regulation is closing the gap between intent and obligation. The EU Cyber Resilience Act covers products with digital elements sold into the EU, which captures much of the semiconductor and embedded-systems value chain, and its requirements are legally binding. Per Mend.io's CRA compliance guidance, the Act mandates machine-readable SBOMs in CycloneDX or SPDX format, secure-by-design engineering, coordinated vulnerability disclosure, and security updates across the product lifetime. The timeline is concrete and near: reporting obligations begin 11 September 2026 with a 24-hour early warning and 72-hour full notification, full CE-mark conformity is required by 11 December 2027, and non-compliance can trigger fines up to EUR 15M or 2.5% of global annual turnover.
At ASML scale, meeting this by hand is infeasible. The only workable model is SBOM generation, vulnerability scanning, and evidence collection embedded directly in the build and release pipeline, so that compliance artifacts are produced as a byproduct of every build rather than assembled retroactively under audit pressure. That converts a regulatory obligation into a platform-engineering and CI/CD automation problem, and the penalties make it delivery-blocking rather than optional.
Co-development complexity is moving the differentiation to software
The complexity itself is escalating. Modern chiplet and multi-die systems mix and match compute, memory, and I/O components across process nodes, and the product can no longer be validated only after silicon returns from the fab. HTEC's trends analysis describes 2026 as the year chiplet architecture goes from niche to mainstream, enabling customisation that was impractical with monolithic die designs. Pre-silicon validation, scaled on cloud and HPC, is fundamentally a software and infrastructure problem.
The same analysis makes the strategic point sharper: software, not silicon, increasingly decides mainstream winners, the NVIDIA and CUDA pattern, while only 44% of semiconductor organisations have fully embedded AI across functions and 56% remain in pilots. Competitive advantage is shifting to the software ecosystem around the silicon, which means engineering orgs must run fast, reliable software delivery in lockstep with hardware. Platform engineering and CI/CD for hardware-adjacent software is a strategic differentiator, not a back-office function.
What good looks like
Across these five pressures the corrective work is consistent, which is the encouraging part. A disciplined semiconductor engineering org tends to share a recognisable profile:
- The foundation comes before the accelerant. Strong version control, automated testing, small batch sizes, and fast feedback are in place first, so AI amplifies stability instead of eroding it.
- The internal platform absorbs the toil. Self-service builds, environments, and verification jobs reclaim the lost day per engineer per week instead of handing it back to friction.
- Security and compliance are pipeline byproducts. Artifact provenance, signed dependencies, SBOM generation, and vulnerability evidence are emitted on every build, not reconstructed under audit or incident pressure.
- Hardware-assisted verification is treated as first-class software infrastructure, scaled and orchestrated with the same rigour as the production release pipeline.
None of this is exotic. It is the unglamorous discipline of mature SDLC and platform engineering, applied to an environment where the cost of a late-discovered defect is measured in fab cycles and quarters rather than a redeploy. The throughput is available, the AI leverage is real, and the regulatory clock is running. What determines whether those forces compound or collide is the quality of the foundation underneath them, and that foundation is exactly the work an engineering director is accountable for getting right.
Sources
- Announcing the 2025 DORA Report: State of AI-Assisted Software Development - Google Cloud Blog (DORA)
- DORA 2025: Year in Review - DORA (Google Cloud)
- Key Takeaways from the DORA Report 2025 - Faros AI
- Atlassian Developer Experience Report 2025 - Atlassian
- Developers spend most of their time not coding - IDC report (InfoWorld)
- Silicon Under Siege: Nation-state hackers target semiconductor supply chains - CSO Online (citing CloudSEK)
- EU Cyber Resilience Act: 2026 Compliance Guide - Mend.io
- Key Trends Shaping the Semiconductor Industry in 2026 - Edge AI and Vision Alliance (reprinted from HTEC)