No. 36 / 339

What changes for hardware engineering with AI?

The shift

Generating and evaluating a design candidate — an RTL block, a PCB layout, a mechanical part, a test plan — goes from scarce senior-engineer time to abundant, fast, and near-free. What stays exactly as scarce as before is confirming the candidate survives contact with physics: silicon, thermals, tolerances, supply chains, and the cost of being wrong after tape-out or tooling.

The axioms

  • Design space exploration is expensive, so engineers converge on the first workable solution rather than searching broadly. Rests on: generating and scoring alternatives being scarce (senior time, EDA licenses, simulation cycles).
  • Verification and simulation are the bottleneck before every fab run or build, so schedules are built around them. Rests on: compute-bound synthesis of test coverage and edge cases being scarce.
  • Cross-domain fluency (a mechanical engineer who can read timing diagrams, an ASIC designer who understands thermal derating) is rare, so teams over-specialize and hand off through documents. Rests on: translating between domains and expertise levels being scarce.
  • A physical prototype or fab run is the only way to find out if the thing actually works, so iteration speed is capped by lead time and cost. Rests on: physical action and ground-truth feedback being scarce and slow.
  • Tape-out, tooling, and certification are irreversible and expensive, so sign-off is a heavyweight, human-owned gate. Rests on: accountability for an unrecoverable, capital-intensive mistake being scarce.
  • Institutional knowledge of why a past design failed (a derating rule, a fab quirk, a field-return pattern) lives in a few veteran engineers' heads, so new hires re-learn it slowly. Rests on: synthesizing scattered historical failure data being scarce.
  • Datasheets, standards, and vendor documentation are voluminous and inconsistently written, so junior engineers spend real time just finding the right spec. Rests on: synthesis and retrieval across large, messy technical corpora being scarce.
  • Supply chain and component sourcing decisions require constantly updated, real-world state (price, lead time, allocation, second-source availability), so BOM decisions lag reality. Rests on: real-time transactional and physical-world state being scarce/hard to access.

Invalid axioms

  1. Design space exploration is expensive, so teams converge on the first workable solution. Generating and scoring dozens of RTL microarchitectures, PCB floorplans, or mechanical topologies is now cheap and fast — AI-driven design-space search and generative layout are already standard in EDA and CAD toolchains. Habit-trap: teams still budget one exploration pass per project and treat "we found something that works" as done, instead of treating breadth of search as free and re-running it every time constraints change.
  2. Cross-domain fluency is rare, so teams over-specialize and hand off through documents. An LLM can translate a thermal engineer's constraint into terms an RTL designer acts on, or explain a datasheet's obscure register map to whoever needs it, on demand. Habit-trap: orgs still staff thick documentation and hand-off layers between disciplines as if translation itself were the scarce skill, rather than putting the burden on cross-checking the translation.
  3. Datasheets, standards, and vendor docs are voluminous and hard to search, so juniors spend real time hunting for the right spec. Retrieval and synthesis over large technical corpora is now near-instant. Habit-trap: teams still price in "ramp-up time to learn the parts library" as a fixed cost of onboarding, and route simple spec questions to senior engineers who are no longer the fastest path to the answer.
  4. Institutional tribal knowledge of past failures lives in a few veterans' heads and transfers slowly. If failure reports, post-mortems, and derating rules are captured as text, an LLM can synthesize and surface them on demand instead of waiting for a veteran to remember the anecdote. Habit-trap: teams keep treating "ask the person who's been here 20 years" as the only route to that knowledge, instead of building the corpus that makes it queryable.

Unchanged axioms

  1. A physical prototype or fab run is the only way to find out if the thing actually works. AI can generate and pre-screen candidate designs, but it cannot substitute for the electron flowing through the transistor, the board surviving thermal cycling, or the part surviving a drop test. Simulation fidelity has improved but hasn't collapsed the sim-to-real gap for anything genuinely novel — physical validation stays scarce and slow, and iteration speed is still capped by lead time and tooling cost, not by design generation.
  2. Tape-out, tooling, and certification are irreversible, so sign-off is a heavyweight, human-owned gate. A confidently-wrong AI recommendation costs nothing to generate and a fortune to have shipped in silicon or a production tool. Someone with the standing to be fired or sued for the decision has to own the sign-off — that accountability doesn't transfer to a model, and the asymmetry (near-zero cost to propose, six or seven figures to be wrong) means the gate gets more scrutiny, not less.
  3. Verification and simulation are the bottleneck before every fab run or build. AI helps generate test cases and can flag likely failure modes, but it cannot certify that coverage is complete or that an edge case that's never been pattern-matched before has been caught. Judgment about what "verified enough to commit real money" means under novel, high-stakes conditions remains a human call, and being confidently plausible instead of provably correct is a worse failure mode here than almost anywhere else in engineering.
  4. Real-time supply chain and sourcing state requires acting in the transactional world, not just reasoning about it. Knowing a part's real lead time, negotiating a second source, or committing to a purchase order is action with legal and financial consequence — an LLM can synthesize sourcing options, but a person has to place the order and own the exposure if it goes wrong.
  5. Trust between disciplines and with regulators/customers is built on track record, not on a plausible answer. A mechanical engineer trusting an ASIC team's thermal model, or a regulator trusting a certification submission, rests on accountable relationships and prior performance — AI-generated analysis doesn't carry that standing on its own.

New axioms

  1. When generating design candidates is free, who verifies which one is actually the best fit for un-stated constraints? Design space exploration produces more options than any team can manually cross-check against manufacturability, thermal, EMI, and cost constraints simultaneously — the bottleneck moves from generating options to building the verification pipeline that can keep up with the generation rate.
  2. When AI can produce a plausible-looking simulation or analysis instantly, how does a team catch the case where it's confidently wrong about a domain-specific physical constraint? Hardware has less tolerance for "close enough" than most text-based domains — a wrong thermal margin or tolerance stack-up doesn't get caught by a reviewer skimming for tone, it gets caught (expensively) in the field or not at all. Nobody has a standard practice yet for calibrating trust in AI-generated physical-domain analysis.
  3. When cross-domain translation is free, who is accountable for the seams where two AI-mediated interpretations of the same constraint quietly diverge? If translation between disciplines stops passing through a human intermediary who'd catch the mismatch, small inconsistencies (a tolerance rounded differently in the mechanical model vs. the thermal model) can propagate silently until physical integration.
  4. When AI can synthesize institutional failure history instantly, what stops it from surfacing a pattern-matched "similar-looking" fix for a failure mode that is actually novel? Abundant retrieval over past failures creates a temptation to treat historical pattern-matching as diagnosis, when the current failure may have a genuinely new root cause outside the training data.
  5. When component sourcing questions are answered instantly and constantly, does design-for-availability quietly override design-for-performance? If AI-assisted BOM optimization is running continuously against live pricing and lead-time data, engineering decisions can drift toward whatever's abundant at query time rather than what the product actually needs, without anyone deciding that trade-off explicitly.

Where it breaks

Design space exploration going free (invalid) collides directly with verification staying the bottleneck (still holds and new): teams can now generate ten times as many credible-looking candidate designs per week, but the verification and physical-test pipeline that has to screen them hasn't gotten ten times faster — the bottleneck just moved downstream and got worse, not better, because now it's triaging a flood of plausible options instead of refining one.

Cross-domain translation going free (invalid) collides with the new problem of silent seam divergence: the hand-off documents that used to force a human to actually reconcile two disciplines' assumptions are disappearing, but nothing has replaced the reconciliation step itself — just the friction that used to force it to happen.

Related axioms

Other axioms