<?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: sujith857</title>
    <description>The latest articles on DEV Community by sujith857 (@sujith857).</description>
    <link>https://dev.to/sujith857</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%2F212603%2F6625958b-874c-4ca9-8e6e-8349ea08642c.png</url>
      <title>DEV Community: sujith857</title>
      <link>https://dev.to/sujith857</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sujith857"/>
    <language>en</language>
    <item>
      <title>Just finished the AI Agents Intensive! 🚀 #AI #Agents #BuildInPublic #TechTrends</title>
      <dc:creator>sujith857</dc:creator>
      <pubDate>Mon, 08 Dec 2025 04:50:00 +0000</pubDate>
      <link>https://dev.to/sujith857/just-finished-the-ai-agents-intensive-ai-agents-buildinpublic-techtrends-2p98</link>
      <guid>https://dev.to/sujith857/just-finished-the-ai-agents-intensive-ai-agents-buildinpublic-techtrends-2p98</guid>
      <description>&lt;p&gt;Reflecting on the last few weeks, here are my core takeaways from the code trenches:&lt;/p&gt;

&lt;p&gt;Stochastic vs. Deterministic: Writing code for agents requires a mindset shift. You are essentially managing probabilistic behavior within deterministic control flows. Handling that randomness is an art form.&lt;/p&gt;

&lt;p&gt;Tool Use: The moment you see an LLM autonomously decide to query a database or run a Python script to answer a question, the paradigm shifts.&lt;/p&gt;

&lt;p&gt;State Management: Standard chatbots are stateless. Agents require memory—short-term for the current task context, and long-term for personalization.&lt;/p&gt;

&lt;p&gt;The shift from standard LLMs to Agentic Workflows is massive. We are no longer just "talking" to AI; we are designing systems where AI can plan, execute, and use tools to solve complex problems autonomously.&lt;/p&gt;

&lt;p&gt;The biggest unlock? Realizing that an Agent is just an LLM with a loop, a memory, and a toolkit.&lt;/p&gt;

&lt;p&gt;Can't wait to ship what I’ve been building. 🤖✨&lt;/p&gt;

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