<?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: Girraj Jangid</title>
    <description>The latest articles on DEV Community by Girraj Jangid (@girraj_jangid_62ed3ab9f05).</description>
    <link>https://dev.to/girraj_jangid_62ed3ab9f05</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%2F3645736%2Ff9a30b5a-5cca-4359-903d-cedd0365cada.jpg</url>
      <title>DEV Community: Girraj Jangid</title>
      <link>https://dev.to/girraj_jangid_62ed3ab9f05</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/girraj_jangid_62ed3ab9f05"/>
    <language>en</language>
    <item>
      <title>My Journey Into AI Agents: How AI Works and How We Can Create AI</title>
      <dc:creator>Girraj Jangid</dc:creator>
      <pubDate>Thu, 04 Dec 2025 09:37:33 +0000</pubDate>
      <link>https://dev.to/girraj_jangid_62ed3ab9f05/my-journey-into-ai-agents-how-ai-works-and-how-we-can-create-ai-2je2</link>
      <guid>https://dev.to/girraj_jangid_62ed3ab9f05/my-journey-into-ai-agents-how-ai-works-and-how-we-can-create-ai-2je2</guid>
      <description>&lt;p&gt;🚀 My Journey Into AI Agents: Understanding How AI Works and How We Can Create It&lt;/p&gt;

&lt;p&gt;— My Learning Experience from the AI Agents Intensive Program&lt;/p&gt;

&lt;p&gt;Artificial Intelligence is everywhere today, but this course finally helped me understand how AI actually works and how we can build AI systems from scratch.&lt;br&gt;
This program gave me clarity on AI fundamentals, its working process, and the real power of AI agents.&lt;/p&gt;

&lt;p&gt;⭐ What I Learned: How AI Actually Works&lt;/p&gt;

&lt;p&gt;The most important thing I learned is that AI is not magic —&lt;br&gt;
AI = Data + Model + Training&lt;/p&gt;

&lt;p&gt;✔ Data&lt;/p&gt;

&lt;p&gt;Data is the fuel of AI. Better data means better learning.&lt;/p&gt;

&lt;p&gt;✔ Model&lt;/p&gt;

&lt;p&gt;A model is a mathematical structure that identifies patterns from the data.&lt;/p&gt;

&lt;p&gt;✔ Training&lt;/p&gt;

&lt;p&gt;Training is the process where the model reduces its mistakes and improves accuracy.&lt;/p&gt;

&lt;p&gt;AI learns step by step —&lt;br&gt;
it makes mistakes → corrects them → improves → and eventually becomes intelligent.&lt;/p&gt;

&lt;p&gt;🤖 How AI Is Created — The Complete Process I Learned&lt;/p&gt;

&lt;p&gt;The course gave me a clear roadmap for building AI:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Understanding the Problem&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Before creating an AI, we must know what problem we want to solve — prediction? classification? automation?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Collecting &amp;amp; Cleaning Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Raw data must be cleaned, organized, and converted into a format that a model can understand.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Choosing the Right Model&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Simple tasks → regression or classification&lt;br&gt;
Complex tasks → neural networks&lt;br&gt;
Advanced systems → transformers (like ChatGPT)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Training the Model&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is the phase where the AI “learns”.&lt;br&gt;
The model adjusts, corrects errors, and becomes accurate.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Testing &amp;amp; Deployment&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Once trained, we deploy the AI into real-world applications — apps, APIs, websites, or agents.&lt;/p&gt;

&lt;p&gt;🔥 The Most Exciting Part: AI Agents&lt;/p&gt;

&lt;p&gt;The highlight of the course for me was learning about AI Agents.&lt;/p&gt;

&lt;p&gt;AI Agents are more powerful than normal models because they can:&lt;/p&gt;

&lt;p&gt;Use tools&lt;/p&gt;

&lt;p&gt;Search the web&lt;/p&gt;

&lt;p&gt;Read, write, and edit files&lt;/p&gt;

&lt;p&gt;Perform multi-step tasks&lt;/p&gt;

&lt;p&gt;Make decisions on their own&lt;/p&gt;

&lt;p&gt;It felt like creating a digital worker that can think and take action.&lt;/p&gt;

&lt;p&gt;AI Agents =&lt;/p&gt;

&lt;p&gt;Model + Memory + Tools + Autonomy&lt;/p&gt;

&lt;p&gt;They represent the future of automation.&lt;/p&gt;

&lt;p&gt;🌟 What This Course Taught Me Overall&lt;/p&gt;

&lt;p&gt;Building AI is not difficult — it just requires a structured approach.&lt;/p&gt;

&lt;p&gt;Data is the backbone of every AI system.&lt;/p&gt;

&lt;p&gt;Neural networks and transformers are the core of modern AI.&lt;/p&gt;

&lt;p&gt;AI Agents are the most powerful way to automate complex tasks.&lt;/p&gt;

&lt;p&gt;I now understand how to design, train, and deploy an AI system from start to finish.&lt;/p&gt;

&lt;p&gt;This course didn’t just teach me to use AI —&lt;br&gt;
it taught me how to create AI.&lt;/p&gt;

&lt;p&gt;✨ Final Thoughts&lt;/p&gt;

&lt;p&gt;This journey opened my eyes to how AI actually works inside.&lt;br&gt;
AI is no longer a black-box to me — I now understand what happens behind the scenes, step by step.&lt;/p&gt;

&lt;p&gt;AI Agents especially changed my view:&lt;br&gt;
they combine intelligence, automation, and creativity in one place.&lt;/p&gt;

&lt;p&gt;This is just the beginning of my AI journey, and I’m excited to build more intelligent systems in the future.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>agents</category>
      <category>python</category>
    </item>
  </channel>
</rss>
