<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Beyond Hello World]]></title><description><![CDATA[Beyond Hello World]]></description><link>https://jkcodes.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Beyond Hello World</title><link>https://jkcodes.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 18:43:51 GMT</lastBuildDate><atom:link href="https://jkcodes.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[I Tried Fooling My Own AI. It Almost Fooled Me Instead.]]></title><description><![CDATA[“AI can clone voices, forge documents, generate convincing emails, and build fake websites faster than most of us can detect them. That got me wondering…”
What if one platform could verify them all?
T]]></description><link>https://jkcodes.hashnode.dev/i-tried-fooling-my-own-ai-it-almost-fooled-me-instead</link><guid isPermaLink="true">https://jkcodes.hashnode.dev/i-tried-fooling-my-own-ai-it-almost-fooled-me-instead</guid><category><![CDATA[Artificial Intelligence]]></category><category><![CDATA[Software Engineering]]></category><category><![CDATA[MERN Stack]]></category><category><![CDATA[Machine Learning]]></category><category><![CDATA[Web Development]]></category><dc:creator><![CDATA[jashvitha]]></dc:creator><pubDate>Sun, 26 Jul 2026 04:17:11 GMT</pubDate><content:encoded><![CDATA[<p>“AI can clone voices, forge documents, generate convincing emails, and build fake websites faster than most of us can detect them. That got me wondering…”</p>
<p>What if one platform could verify them all?</p>
<p>That question stayed in my head longer than I’d like to admit.</p>
<p>So instead of building another CRUD application with a login page and a dashboard (the internet has enough of those), I decided to build PARAKH—an AI-powered verification platform designed to detect scams across multiple mediums: voices, websites, documents, QR codes, emails, and images.</p>
<p>Spoiler: My RAM deserved financial compensation.</p>
<p>⸻</p>
<p>The moment everything clicked</p>
<p>Most projects begin with an assignment.</p>
<p>This one began with paranoia.</p>
<p>Imagine getting a call from your mother.</p>
<p>Same voice.</p>
<p>Same tone.</p>
<p>Same way of saying your name.</p>
<p>She asks you to transfer money immediately.</p>
<p>You wouldn’t think twice.</p>
<p>Until you realise…</p>
<p>It wasn’t her.</p>
<p>With today’s AI voice cloning technology, that’s no longer a far-fetched scenario.</p>
<p>Instead of asking,</p>
<p>“Can I detect AI?”</p>
<p>I started asking,</p>
<p>“Can I verify trust?”</p>
<p>That single question changed the entire direction of the project.</p>
<p>⸻</p>
<p>Suddenly, one model wasn’t enough.</p>
<p>Voice verification quickly turned into document verification.</p>
<p>Document verification turned into website analysis.</p>
<p>Website analysis turned into QR verification.</p>
<p>Then came email authentication.</p>
<p>Image forensics.</p>
<p>Metadata analysis.</p>
<p>An LLM that could explain every result without sounding like a research paper.</p>
<p>Somewhere in between, Chrome had 47 tabs open and my laptop sounded like it was preparing for takeoff.</p>
<p>⸻</p>
<p>The biggest lesson wasn’t technical.</p>
<p>Training models is exciting.</p>
<p>Connecting APIs is satisfying.</p>
<p>Deploying successfully feels illegal.</p>
<p>But none of those matter if users don’t understand the result.</p>
<p>Imagine seeing:</p>
<p>Confidence: 93.81%</p>
<p>Cool.</p>
<p>Now what?</p>
<p>Instead, I wanted PARAKH to explain things like:</p>
<p>“This website was registered recently and contains characteristics commonly associated with phishing.”</p>
<p>or</p>
<p>“The uploaded voice does not closely match the enrolled speaker.”</p>
<p>Technology shouldn’t just be intelligent.</p>
<p>It should be understandable.</p>
<p>⸻</p>
<p>Debugging has a strange sense of humour.</p>
<p>Every developer has that one bug.</p>
<p>Mine arrived five minutes before a demo.</p>
<p>Everything had worked perfectly.</p>
<p>Until…</p>
<p>It didn’t.</p>
<p>After three hours of debugging, checking logs, questioning my career choices, and blaming perfectly innocent APIs…</p>
<p>The culprit?</p>
<p>One mismatched field name.</p>
<p>That’s it.</p>
<p>Three hours.</p>
<p>One missing word.</p>
<p>Character development completed.</p>
<p>⸻</p>
<p>Things college never really teaches you</p>
<p>Nobody tells you that software engineering is mostly reading documentation.</p>
<p>Or debugging.</p>
<p>Or redesigning something you were absolutely convinced was “perfect” yesterday.</p>
<p>Or learning an entirely new technology because your project suddenly needs it.</p>
<p>Or discovering that the bug was introduced by… yourself.</p>
<p>Past You is a dangerous developer.</p>
<p>⸻</p>
<p>My favourite feature wasn’t the AI.</p>
<p>It was the question behind it.</p>
<p>Instead of asking,</p>
<p>“Is this audio AI-generated?”</p>
<p>I asked,</p>
<p>“Is this actually the person they claim to be?”</p>
<p>That tiny change completely reshaped the architecture.</p>
<p>Sometimes better software doesn’t come from better models.</p>
<p>It comes from asking better questions.</p>
<p>⸻</p>
<p>If I rebuilt PARAKH today…</p>
<p>I’d spend less time chasing perfect code.</p>
<p>And more time designing systems that are easier to extend, maintain, and debug.</p>
<p>Because clever code impresses developers.</p>
<p>Clean architecture survives developers.</p>
<p>⸻</p>
<p>Final thoughts</p>
<p>Technology changes ridiculously fast.</p>
<p>Today’s impossible idea becomes tomorrow’s tutorial.</p>
<p>There’s always another framework.</p>
<p>Another model.</p>
<p>Another API.</p>
<p>But curiosity never goes out of date.</p>
<p>So I’ll keep building.</p>
<p>Keep learning.</p>
<p>Keep shipping.</p>
<p>And hopefully spend slightly less time hunting missing field names.</p>
<p>Although, realistically…</p>
<p>Probably not.</p>
<p>⸻</p>
<p>If you’ve made it this far…</p>
<p>Thank you.</p>
<p>If you’re building something ambitious too, don’t wait until you feel “ready.”</p>
<p>You probably won’t.</p>
<p>Start anyway.</p>
<p>The bugs are already waiting for you.</p>
<p>⸻</p>
<p>P.S.</p>
<p>The best part about building AI isn’t teaching machines to think.</p>
<p>It’s learning how to ask better questions yourself.</p>
]]></content:encoded></item></channel></rss>