<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Eric Zhao</title>
    <description>The latest articles on DEV Community by Eric Zhao (@eric-zhao).</description>
    <link>https://dev.to/eric-zhao</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3979111%2F413f492b-efb6-4367-b7bd-fe9963b1f252.png</url>
      <title>DEV Community: Eric Zhao</title>
      <link>https://dev.to/eric-zhao</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eric-zhao"/>
    <language>en</language>
    <item>
      <title>Why Hardware Engineers Should Care About Component Sourcing in the AI Era</title>
      <dc:creator>Eric Zhao</dc:creator>
      <pubDate>Thu, 11 Jun 2026 08:54:41 +0000</pubDate>
      <link>https://dev.to/eric-zhao/why-hardware-engineers-should-care-about-component-sourcing-in-the-ai-era-4bbm</link>
      <guid>https://dev.to/eric-zhao/why-hardware-engineers-should-care-about-component-sourcing-in-the-ai-era-4bbm</guid>
      <description>&lt;p&gt;Most developers see artificial intelligence as a software revolution. Hardware engineers see something else: power delivery, thermal stress, high-speed signal routing, memory demand, and component availability.&lt;/p&gt;

&lt;p&gt;AI systems are not built only with GPUs. They require thousands of supporting electronic components. If one small component becomes unavailable, an entire design or production schedule can be delayed.&lt;/p&gt;

&lt;p&gt;This is why component sourcing has become part of engineering strategy.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hidden Hardware Behind AI Systems
&lt;/h2&gt;

&lt;p&gt;A modern AI system depends on many component categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Power management ICs&lt;/li&gt;
&lt;li&gt;MOSFETs and power modules&lt;/li&gt;
&lt;li&gt;SiC and GaN power semiconductors&lt;/li&gt;
&lt;li&gt;Voltage regulators&lt;/li&gt;
&lt;li&gt;Current sensors&lt;/li&gt;
&lt;li&gt;High-speed connectors&lt;/li&gt;
&lt;li&gt;Memory devices&lt;/li&gt;
&lt;li&gt;Optical communication components&lt;/li&gt;
&lt;li&gt;Capacitors and inductors&lt;/li&gt;
&lt;li&gt;Protection devices&lt;/li&gt;
&lt;li&gt;Thermal monitoring sensors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These components support the real work of the system: delivering stable power, protecting circuits, transferring data, and keeping everything within a safe operating range.&lt;/p&gt;

&lt;p&gt;For engineers, this means that small component choices can have large system-level consequences.&lt;/p&gt;

&lt;h2&gt;
  
  
  Power Design Is Becoming a Bottleneck
&lt;/h2&gt;

&lt;p&gt;AI servers require dense and efficient power conversion. As power levels rise, engineers need to think carefully about losses, heat, switching behavior, and PCB layout.&lt;/p&gt;

&lt;p&gt;A voltage regulator that works well in a simple embedded system may not be suitable for a high-current AI or industrial power design. A MOSFET with the correct voltage rating may still perform poorly if its gate charge, RDS(on), package, or thermal resistance is not suitable.&lt;/p&gt;

&lt;p&gt;This is why engineers should evaluate more than headline specifications.&lt;/p&gt;

&lt;p&gt;When selecting a component, consider:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Electrical rating&lt;/li&gt;
&lt;li&gt;Thermal performance&lt;/li&gt;
&lt;li&gt;Package and footprint&lt;/li&gt;
&lt;li&gt;Switching frequency&lt;/li&gt;
&lt;li&gt;Efficiency requirements&lt;/li&gt;
&lt;li&gt;Protection features&lt;/li&gt;
&lt;li&gt;Availability&lt;/li&gt;
&lt;li&gt;Lifecycle status&lt;/li&gt;
&lt;li&gt;Alternative part options&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good design is not only about making a circuit work once. It is about making the product manufacturable and serviceable over time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The BOM Should Be Designed for Reality
&lt;/h2&gt;

&lt;p&gt;Many hardware problems appear late because the BOM was treated as a static list. In reality, every BOM is exposed to supply chain risk.&lt;/p&gt;

&lt;p&gt;A component can become obsolete. A lead time can increase. A factory can prioritize another market. A popular part can suddenly become hard to buy because demand from AI, automotive, industrial automation, or renewable energy applications increases.&lt;/p&gt;

&lt;p&gt;For this reason, engineering teams should build sourcing flexibility into the design process.&lt;/p&gt;

&lt;p&gt;Useful practices include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Approving multiple manufacturers where possible&lt;/li&gt;
&lt;li&gt;Selecting common package types&lt;/li&gt;
&lt;li&gt;Avoiding unnecessary over-specialized parts&lt;/li&gt;
&lt;li&gt;Checking lifecycle status before final design release&lt;/li&gt;
&lt;li&gt;Preparing &lt;a href="https://octatronics.com/resource/components-guide/pin-to-pin-replacement-parts" rel="noopener noreferrer"&gt;pin-compatible alternatives&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Keeping notes about acceptable parameter ranges&lt;/li&gt;
&lt;li&gt;Separating “must match” specifications from “can vary” specifications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This approach can save a lot of time when a purchasing problem appears later.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Evaluate an Alternative Component
&lt;/h2&gt;

&lt;p&gt;When replacing an electronic component, never compare only one parameter.&lt;/p&gt;

&lt;p&gt;For example, when comparing MOSFETs, you may need to check voltage rating, current rating, RDS(on), gate threshold voltage, gate charge, package, pinout, avalanche rating, thermal resistance, and switching performance.&lt;/p&gt;

&lt;p&gt;For voltage regulators, you may need to compare input voltage range, output voltage, current capability, dropout voltage, quiescent current, package, feedback configuration, protection features, and stability requirements.&lt;/p&gt;

&lt;p&gt;For connectors, you may need to compare pitch, number of positions, current rating, mating style, locking method, plating, operating temperature, and compatible terminals.&lt;/p&gt;

&lt;p&gt;For passive components, package size, tolerance, temperature coefficient, voltage rating, ESR, ripple current, and material type may matter.&lt;/p&gt;

&lt;p&gt;The correct replacement depends on the application, not only the part number.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Obsolete Components Still Matter
&lt;/h2&gt;

&lt;p&gt;Many industries still depend on older electronic components. Industrial machines, medical equipment, aerospace systems, power supplies, telecom devices, and automotive modules often stay in use for many years.&lt;/p&gt;

&lt;p&gt;When a component becomes obsolete, companies may still need it for repair, maintenance, or small production runs. In these cases, sourcing becomes more difficult.&lt;/p&gt;

&lt;p&gt;A responsible sourcing process should include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manufacturer part number verification&lt;/li&gt;
&lt;li&gt;Package verification&lt;/li&gt;
&lt;li&gt;Datasheet comparison&lt;/li&gt;
&lt;li&gt;Date code review&lt;/li&gt;
&lt;li&gt;Stock condition check&lt;/li&gt;
&lt;li&gt;Visual inspection&lt;/li&gt;
&lt;li&gt;Testing when possible&lt;/li&gt;
&lt;li&gt;Alternative model research&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is especially important for discontinued ICs, relays, sensors, power modules, connectors, and memory devices.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;The AI era is making hardware more important, not less important.&lt;/p&gt;

&lt;p&gt;As data centers, automation systems, electric vehicles, and renewable energy infrastructure expand, &lt;a href="https://octatronics.com/resource/components-guide/pin-compatible-alternatives-obsolete-ics" rel="noopener noreferrer"&gt;sourcing obsolete electronic components&lt;/a&gt; will continue to face changing demand patterns. Engineers who understand both design and sourcing will have a practical advantage.&lt;/p&gt;

&lt;p&gt;A strong BOM is not only electrically correct. It is available, replaceable, documented, and ready for real-world production.&lt;/p&gt;

&lt;p&gt;For teams building or maintaining electronic systems, now is a good time to review component choices, identify high-risk parts, and prepare reliable alternatives.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>semiconductors</category>
    </item>
  </channel>
</rss>
