<?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: R Stephen Ruiz</title>
    <description>The latest articles on DEV Community by R Stephen Ruiz (@rslruiz).</description>
    <link>https://dev.to/rslruiz</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F364983%2Fd597be8f-5446-4a7a-af16-c206f83e8040.jpg</url>
      <title>DEV Community: R Stephen Ruiz</title>
      <link>https://dev.to/rslruiz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rslruiz"/>
    <language>en</language>
    <item>
      <title>I asked DeepSeek to design a band-pass filter. What I learned wasn't about the filter.</title>
      <dc:creator>R Stephen Ruiz</dc:creator>
      <pubDate>Tue, 15 Sep 2026 14:35:31 +0000</pubDate>
      <link>https://dev.to/rslruiz/i-asked-deepseek-to-design-a-band-pass-filter-what-i-learned-wasnt-about-the-filter-2gn6</link>
      <guid>https://dev.to/rslruiz/i-asked-deepseek-to-design-a-band-pass-filter-what-i-learned-wasnt-about-the-filter-2gn6</guid>
      <description>&lt;p&gt;My prompt: "Design a band-pass filter with lower cutoff at 1 kHz and upper cutoff at 10 kHz. Use a 741 and set the gain to 50."&lt;/p&gt;

&lt;p&gt;It gave a clean two-stage design. It also flagged the 741's 1 MHz gain-bandwidth product, which leaves almost no margin at a gain of 50, and recommended better op-amps and an alternative topology.&lt;/p&gt;

&lt;p&gt;So DeepSeek gave me a textbook solution—and named the 741's limits itself. What it couldn't know is what I never told it: my supply rails and my maximum input amplitude.&lt;/p&gt;

&lt;p&gt;That raised the real question. What solution was I expecting? In a classroom, the textbook answer is appropriate. In the lab, building a prototype, will it meet spec? Probably—maybe.&lt;/p&gt;

&lt;p&gt;Better still: why not ask DeepSeek to test it? Sweep the frequency from 0.1 kHz to 100 kHz, vary the input from 0.1 V to 5.0 V, and plot the output.&lt;/p&gt;

&lt;p&gt;But can DeepSeek run that test? It can write the Python script. It cannot execute it.&lt;/p&gt;

&lt;p&gt;So the boundary is clear. &lt;strong&gt;AI writes the test. I run the test.&lt;/strong&gt; There are tools emerging that close this gap—MCP servers that let a model drive ngspice or LTspice directly—but for now, the experimenter is still me.&lt;/p&gt;

&lt;p&gt;Which means the next step is mine: run the sweep, and see whether the prototype matches the simulation.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>electronics</category>
      <category>learning</category>
      <category>career</category>
    </item>
  </channel>
</rss>
