<?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: preshen Govender</title>
    <description>The latest articles on DEV Community by preshen Govender (@preshen_govender_7162aa60).</description>
    <link>https://dev.to/preshen_govender_7162aa60</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%2F3683200%2F4810532e-d4cd-4976-852f-bb8431f85119.jpeg</url>
      <title>DEV Community: preshen Govender</title>
      <link>https://dev.to/preshen_govender_7162aa60</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/preshen_govender_7162aa60"/>
    <language>en</language>
    <item>
      <title>Why “Smart” AI Still Makes Dumb Decisions</title>
      <dc:creator>preshen Govender</dc:creator>
      <pubDate>Sun, 28 Dec 2025 21:33:26 +0000</pubDate>
      <link>https://dev.to/preshen_govender_7162aa60/why-smart-ai-still-makes-dumb-decisions-431m</link>
      <guid>https://dev.to/preshen_govender_7162aa60/why-smart-ai-still-makes-dumb-decisions-431m</guid>
      <description>&lt;p&gt;&lt;strong&gt;Intelligence without constraints is just speed&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When an AI system makes a bad decision, we usually blame the model.&lt;/p&gt;

&lt;p&gt;But most of the time, the model did exactly what it was allowed to do.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The real failure isn’t intelligence.&lt;br&gt;
It’s the absence of internal constraint mechanisms.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Humans constantly self-correct:&lt;/p&gt;

&lt;p&gt;“That violates a rule.”&lt;/p&gt;

&lt;p&gt;“That doesn’t make sense in this context.”&lt;/p&gt;

&lt;p&gt;“That would cause downstream problems.”&lt;br&gt;
**&lt;br&gt;
We apply these checks subconsciously, before action.**&lt;/p&gt;

&lt;p&gt;AI doesn’t — unless those boundaries are explicitly engineered.&lt;/p&gt;

&lt;p&gt;This is where Control Logic becomes critical.&lt;/p&gt;

&lt;p&gt;Not as censorship.&lt;br&gt;
Not as safety theater.&lt;/p&gt;

&lt;p&gt;But as a structural layer that defines non-negotiable conditions inside a system.&lt;/p&gt;

&lt;p&gt;Think of it as:&lt;/p&gt;

&lt;p&gt;Type checking for reasoning&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guardrails for generative behavior&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A circuit breaker for flawed assumptions&lt;/p&gt;

&lt;p&gt;Without it, systems behave confidently wrong.&lt;br&gt;
With it, they become predictably reliable.&lt;/p&gt;

&lt;p&gt;And in real-world systems, predictability always beats cleverness.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>systemdesign</category>
    </item>
    <item>
      <title>Human AI Inference Is the Real Bottleneck</title>
      <dc:creator>preshen Govender</dc:creator>
      <pubDate>Sun, 28 Dec 2025 21:27:25 +0000</pubDate>
      <link>https://dev.to/preshen_govender_7162aa60/human-ai-inference-is-the-real-bottleneck-2no4</link>
      <guid>https://dev.to/preshen_govender_7162aa60/human-ai-inference-is-the-real-bottleneck-2no4</guid>
      <description>&lt;p&gt;&lt;strong&gt;Why most AI systems fail before the model even runs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most AI failures don’t happen inside the model.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;They happen before inference even begins.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The hardest part of building AI systems isn’t model selection, prompt engineering, or compute scale.&lt;/p&gt;

&lt;p&gt;It’s translating human intent — vague, contextual, emotional, and often contradictory — into something a machine can actually reason about.&lt;/p&gt;

&lt;p&gt;Humans think in:&lt;/p&gt;

&lt;p&gt;Intuition&lt;/p&gt;

&lt;p&gt;Exceptions&lt;/p&gt;

&lt;p&gt;Spatial and experiential memory&lt;/p&gt;

&lt;p&gt;Machines require:&lt;/p&gt;

&lt;p&gt;Explicit constraints&lt;/p&gt;

&lt;p&gt;Formal structure&lt;/p&gt;

&lt;p&gt;Clear failure boundaries&lt;/p&gt;

&lt;p&gt;That mismatch creates a silent failure layer I call human-to-AI inference loss.&lt;/p&gt;

&lt;p&gt;You can use the best model available, with perfect latency and massive context windows — and still get outputs that feel almost right.&lt;/p&gt;

&lt;p&gt;And “almost right” is worse than wrong.&lt;br&gt;
It creates false confidence, hidden errors, and brittle systems.&lt;/p&gt;

&lt;p&gt;The real work isn’t prompting better.&lt;/p&gt;

&lt;p&gt;It’s designing interfaces, abstractions, and representations that translate intent into structure.&lt;/p&gt;

&lt;p&gt;That’s where most AI projects quietly break.&lt;/p&gt;

&lt;p&gt;And that’s where the real engineering challenge actually begins.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
