<?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: Harsh Gohil</title>
    <description>The latest articles on DEV Community by Harsh Gohil (@harshh999).</description>
    <link>https://dev.to/harshh999</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%2F3359577%2Fb967a53b-2700-4425-9ad9-6670b89456f2.jpeg</url>
      <title>DEV Community: Harsh Gohil</title>
      <link>https://dev.to/harshh999</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshh999"/>
    <language>en</language>
    <item>
      <title>🤖 So... I Started Messing Around with AI, and Here's What Happened</title>
      <dc:creator>Harsh Gohil</dc:creator>
      <pubDate>Wed, 16 Jul 2025 10:33:04 +0000</pubDate>
      <link>https://dev.to/harshh999/so-i-started-messing-around-with-ai-and-heres-what-happened-5ch7</link>
      <guid>https://dev.to/harshh999/so-i-started-messing-around-with-ai-and-heres-what-happened-5ch7</guid>
      <description>&lt;p&gt;Hey there 👋&lt;br&gt;
I’m Harsh — a CS major, full-time tech nerd, and part-time "try everything once" kinda guy. Lately, I’ve been diving into this fascinating black hole called Artificial Intelligence… and man, it’s been a trip.&lt;/p&gt;

&lt;p&gt;This isn’t some "I built Jarvis in a weekend" type post. Just me, figuring things out, breaking stuff, Googling error messages like my life depends on it — and occasionally making something that actually works.&lt;/p&gt;

&lt;p&gt;Let’s talk AI. No fluff. No buzzwords. Just real stuff.&lt;/p&gt;

&lt;p&gt;🧠 Wait… What Even Is AI?&lt;br&gt;
So here's the thing — AI isn’t magic. It's not some Skynet robot uprising (yet 😅). It's mostly:&lt;/p&gt;

&lt;p&gt;Math&lt;/p&gt;

&lt;p&gt;Patterns&lt;/p&gt;

&lt;p&gt;And a lot of training data&lt;/p&gt;

&lt;p&gt;At its core, AI is about teaching machines how to "think" (kinda). You feed them a bunch of data and say, “Hey, learn this pattern so you can make decisions next time.” It’s like teaching a toddler with infinite patience.&lt;/p&gt;

&lt;p&gt;🔍 Why I Gave It a Shot&lt;br&gt;
Honestly? Curiosity.&lt;/p&gt;

&lt;p&gt;Everyone was talking about ChatGPT, Midjourney, AI this, AI that — and I didn’t want to just sit on the sidelines pretending to understand. So I rolled up my sleeves and jumped in.&lt;/p&gt;

&lt;p&gt;And let me tell you, it’s weirdly satisfying when you write some Python code and the machine suddenly starts predicting stuff. Even if it’s just whether a sentence is positive or negative.&lt;/p&gt;

&lt;p&gt;🛠️ My Very First AI Project (Don’t Laugh)&lt;br&gt;
Alright, so for my first project, I built a fake news detector.&lt;/p&gt;

&lt;p&gt;Yup. I fed it a dataset of real vs fake news headlines and trained it using some good ol’ natural language processing (NLP). Then I tested it with random headlines like "Aliens Found Living in Gujarat" and it went — 🚨 FAKE.&lt;/p&gt;

&lt;p&gt;Was it perfect? Heck no.&lt;br&gt;
Did it feel cool? Hell yes.&lt;/p&gt;

&lt;p&gt;🧰 Stuff I Used (a.k.a. Free Things That Actually Helped)&lt;br&gt;
Python – If AI was a sandwich, Python is the bread.&lt;/p&gt;

&lt;p&gt;Scikit-learn – Easy to start with for ML stuff.&lt;/p&gt;

&lt;p&gt;Pandas + NumPy – Can’t do anything useful without these.&lt;/p&gt;

&lt;p&gt;Jupyter Notebooks – Because printing to console is sooo last semester.&lt;/p&gt;

&lt;p&gt;Kaggle – Free datasets, free GPUs, and some amazing people sharing code.&lt;/p&gt;

&lt;p&gt;Also tried Google’s Teachable Machine — highly recommend if you want to build an image classifier in 5 minutes without writing a single line of code.&lt;/p&gt;

&lt;p&gt;😬 Things That Confused the Hell Out of Me&lt;br&gt;
What the heck is a "loss function"?&lt;br&gt;
(Still figuring it out. It’s basically how your model feels bad for being wrong.)&lt;/p&gt;

&lt;p&gt;Why is accuracy not always the best metric?&lt;br&gt;
(Because life is unfair and math is complex.)&lt;/p&gt;

&lt;p&gt;Why do my models sometimes just... suck?&lt;br&gt;
(Because you probably gave it garbage data. I did too.)&lt;/p&gt;

&lt;p&gt;💭 Final Thoughts (for Now)&lt;br&gt;
If you’re thinking of learning AI, here’s my very unqualified but honest advice:&lt;/p&gt;

&lt;p&gt;Start small. Like really small. Think: “can I tell if a tweet is sarcastic?”&lt;/p&gt;

&lt;p&gt;Use existing datasets. Don’t go chasing APIs and sensors unless you have to.&lt;/p&gt;

&lt;p&gt;Accept that most of your models will be trash in the beginning.&lt;/p&gt;

&lt;p&gt;But trust me — when it works? It’s addictive.&lt;/p&gt;

&lt;p&gt;AI isn’t just for researchers in labs. It’s for curious devs like us, who want to build stuff that’s slightly smarter than a calculator.&lt;/p&gt;

&lt;p&gt;🤝 Let’s Connect!&lt;br&gt;
If you’re learning AI too, or you’ve built something weird and wonderful — drop a comment. Let’s talk. I’m all ears (and eyeballs 👀).&lt;/p&gt;

&lt;p&gt;Also, if this post made you smile, maybe give it a 💖 or a 🦄 — so I know someone out there read it.&lt;/p&gt;

&lt;p&gt;Catch you in the next one!&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #MachineLearning #BeginnerDev #Python #csstudent
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
