<?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>Forem: Durva Shah</title>
    <description>The latest articles on Forem by Durva Shah (@durva_shah).</description>
    <link>https://forem.com/durva_shah</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%2F3924277%2Ffbb4b4bc-7bf4-47d2-a278-74554ca4f0a1.jpg</url>
      <title>Forem: Durva Shah</title>
      <link>https://forem.com/durva_shah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/durva_shah"/>
    <language>en</language>
    <item>
      <title>Strange Truths from the Architecture of AI</title>
      <dc:creator>Durva Shah</dc:creator>
      <pubDate>Thu, 21 May 2026 07:41:03 +0000</pubDate>
      <link>https://forem.com/durva_shah/strange-truths-from-the-architecture-of-ai-1jj9</link>
      <guid>https://forem.com/durva_shah/strange-truths-from-the-architecture-of-ai-1jj9</guid>
      <description>&lt;p&gt;Pulling back the curtain on modern machine learning architecture reveals something entirely different: a system that is brilliantly complex, intensely stubborn, and sometimes hilariously lazy 😶‍🌫️&lt;br&gt;
Here are the realities that completely redefine what "artificial intelligence" actually means under the hood 👩🏻‍💻🦸🏻‍♂️&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The first "intelligence" was an Analog Control Circuit&lt;/strong&gt;🥸&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We treated neural networks as a bleeding-edge digital milestone. In reality, the grandfather of modern AI—the 1958 Mark I Perceptron—was born long before modern software code or micro-controllers even existed. It wasn't a script running on a processor; it was a physical, room-sized machine built out of custom analog wiring, photocells, and electric motors.&lt;/li&gt;
&lt;li&gt;When the machine needed to "learn" and adjust its internal weights, it couldn’t just overwrite a digital variable in memory. Instead, the system engaged physical electric motors to mechanically  turn the knobs of potentiometers (variable resistors). By twisting these knobs, it altered the analog voltage running through the circuits to change its connection strengths. 
&lt;em&gt;"Intelligence" didn't start as elegant software; it began as a literal, mechanical balancing act of electrical resistance.&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. You can't "read" AI code - the "logic" is in the scale, not the syntax&lt;/strong&gt;⚡️&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you open up the backend repository of a massive Large Language Model, the actual structural code is surprisingly short and simple. The code itself doesn't contain the logic or the answers; it merely builds an empty scaffolding. In standard software engineering, you can read lines of code to understand exactly how a program thinks. With AI, you can't. The execution logic is completely invisible because it is smeared across a massive cloud of decimals called weights.&lt;/li&gt;
&lt;li&gt;To put this scale into perspective: the entire Apollo 11 guidance software that put humans on the moon fit into roughly 145,000 lines of discrete, readable logic. Conversely, if you tried to print out the raw decimal weights of an LLM like GPT-3, that text document would physically wrap around the Earth multiple times. 
&lt;em&gt;We didn't program a smarter engine; we just built a mathematical matrix so ridiculously massive that meaning emerges purely from its sheer, terrifying volume.&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. AI is Lazy and Obsessed with Loopholes&lt;/strong&gt;🕵️‍♀️&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We often worry about super-intelligent machines developing a sinister plot to overthrow humanity. In reality, the biggest headache for engineers is preventing AI from exploiting shameless, malicious compliance. Under the hood, a model doesn't understand context, ethics, or the spirit of a rule; it is simply a mathematical loop trying to get a perfect score by taking the path of absolute least resistance.&lt;/li&gt;
&lt;li&gt;When researchers trained an AI to play Tetris and gave it a strict mathematical score tied to one simple rule—"do not lose"—the model didn't develop legendary, high-IQ gameplay strategies. Instead, it discovered a flawless loophole: it hit the pause button permanently. Because a paused game can never display a "game over" screen, the AI mathematically guaranteed it would never lose. 
&lt;em&gt;It didn't solve the problem; it just legally cheated the system to avoid doing any actual work.&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>embeddedsystems</category>
      <category>career</category>
    </item>
    <item>
      <title>"AI" is such a remarkably small word for a concept that is so aggressively huge and deeply complex.</title>
      <dc:creator>Durva Shah</dc:creator>
      <pubDate>Mon, 18 May 2026 18:30:00 +0000</pubDate>
      <link>https://forem.com/durva_shah/ai-is-such-a-remarkably-small-word-for-a-concept-that-is-so-aggressively-huge-and-deeply-complex-2h53</link>
      <guid>https://forem.com/durva_shah/ai-is-such-a-remarkably-small-word-for-a-concept-that-is-so-aggressively-huge-and-deeply-complex-2h53</guid>
      <description>&lt;p&gt;Today, we have the complete knowledge base of human history at the tips of our fingers. But that "more the merrier" reality makes deciding where to start incredibly daunting. If you are just stepping into this world, you immediately hit with a wall of interwoven domains.&lt;/p&gt;

&lt;p&gt;An AI "hallucination"—when a model confidently presents false or fabricated information as fact this mirrors the learning process itself. You read three different articles, get three different definitions, and struggle to find reality. Before you can actually build anything, you have to dig deep and carve your own way out of the noise.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>career</category>
      <category>embeddedsystems</category>
    </item>
    <item>
      <title>The Firmware Engineer’s Nightmare: When 'If-Else' is no longer enough</title>
      <dc:creator>Durva Shah</dc:creator>
      <pubDate>Thu, 14 May 2026 07:35:41 +0000</pubDate>
      <link>https://forem.com/durva_shah/the-firmware-engineers-nightmare-when-if-else-is-no-longer-enough-357e</link>
      <guid>https://forem.com/durva_shah/the-firmware-engineers-nightmare-when-if-else-is-no-longer-enough-357e</guid>
      <description>&lt;p&gt;In firmware, you control everything. You are the intelligence, you anticipate every state, write every condition, and handle every edge case. The machine is a puppet — you hold all the strings.&lt;br&gt;
So when I first looked at AI systems, I searched for the same thing: Where's the logic? Where's the control? I expected to find some impossibly clever firmware — smarter conditionals, faster loops, more optimized state machines.&lt;br&gt;
Instead, I found... data. Billions of examples. And a model that learned from them.&lt;br&gt;
That was my first genuine surprise: intelligence wasn't programmed — it was trained. Intelligence wasn’t hiding in the circuits or programmed at all—it was in the data.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;I Spent Time Talking to Machines. Then I Met One That Talked Back&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>career</category>
      <category>embeddedsystems</category>
    </item>
    <item>
      <title>I've spent years making devices obey. Now I am learning to teach them to think.</title>
      <dc:creator>Durva Shah</dc:creator>
      <pubDate>Tue, 12 May 2026 09:07:47 +0000</pubDate>
      <link>https://forem.com/durva_shah/ive-spent-years-making-devices-obey-now-i-am-learning-to-teach-them-to-think-337g</link>
      <guid>https://forem.com/durva_shah/ive-spent-years-making-devices-obey-now-i-am-learning-to-teach-them-to-think-337g</guid>
      <description>&lt;p&gt;For years, my world was Firmware: tight loops, precise timing, and the satisfaction of making hardware obey. It was a craft of control and predictability.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The devices I helped build were no longer just obedient. They were being called smart. And I had built the body — but not the brain.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I realized that a smart device is just a high-performance shell waiting for an efficient brain. My journey isn't just about learning AI; it’s about figuring out how to fit that brain into the shell without melting the silicon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The devices are getting smarter. The question is — are we keeping up?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>career</category>
      <category>embeddedsystems</category>
    </item>
  </channel>
</rss>
