<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ai on #anooptube</title>
    <link>https://anooptube.in/tags/ai/</link>
    <description>Recent content in ai on #anooptube</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 16 Aug 2026 13:11:18 +0530</lastBuildDate><atom:link href="https://anooptube.in/tags/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Best AI Coding Assistants in 2026: Claude Code vs Cursor vs Kilo Code</title>
      <link>https://anooptube.in/blog/post51/</link>
      <pubDate>Sun, 16 Aug 2026 13:11:18 +0530</pubDate>
      
      <guid>https://anooptube.in/blog/post51/</guid>
      <description>I&amp;rsquo;ve been rotating between three AI coding tools for the past few weeks, and every time someone asks me &amp;ldquo;which one should I use,&amp;rdquo; my answer starts with &amp;ldquo;depends what you&amp;rsquo;re actually trying to do&amp;rdquo; — because these three aren&amp;rsquo;t really competing for the same job anymore.
That answer used to annoy people. They wanted a single winner. But after using all three on real projects — not demos, not toy repos, actual client work and my own side projects — I&amp;rsquo;ve come around to the idea that the &amp;ldquo;best AI coding assistant&amp;rdquo; question is the wrong question.</description>
    </item>
    
    <item>
      <title>What&#39;s New in Flutter 3.44 and Dart 3.12: Agentic Hot Reload and Genkit AI</title>
      <link>https://anooptube.in/blog/post53/</link>
      <pubDate>Sun, 16 Aug 2026 13:11:18 +0530</pubDate>
      
      <guid>https://anooptube.in/blog/post53/</guid>
      <description>Flutter 3.44 has been out since May, and by the time I got around to actually upgrading a project, I realized I&amp;rsquo;d been ignoring the more interesting half of the release. It&amp;rsquo;s not just UI widgets anymore — it&amp;rsquo;s AI tooling baked straight into the framework. I spent a weekend actually using Agentic Hot Reload, wiring up a Genkit flow, and pointing an AI coding assistant at the new Dart and Flutter MCP Server.</description>
    </item>
    
    <item>
      <title>Build a Simple AI Agent in Python (No Framework Needed)</title>
      <link>https://anooptube.in/blog/post50/</link>
      <pubDate>Sat, 15 Aug 2026 19:48:00 +0530</pubDate>
      
      <guid>https://anooptube.in/blog/post50/</guid>
      <description>Every &amp;ldquo;build an AI agent&amp;rdquo; tutorial I ran into lately starts with pip install langchain or pip install langgraph. Useful tools, but they hide the actual mechanism. Before reaching for a framework, I wanted to see the loop with my own eyes — so I built the smallest working agent I could, in plain Python.
Turns out it&amp;rsquo;s not much code. The core loop fits in about 60 lines. This post walks through building that loop from scratch: what an agent actually is, what the ReAct pattern means in practice, the full working code, a real trace of it reasoning through a task, the ways it breaks, and when you should stop doing this yourself and reach for a framework.</description>
    </item>
    
    <item>
      <title>Vibe Coding Is Dead, Long Live Agentic Engineering</title>
      <link>https://anooptube.in/blog/post48/</link>
      <pubDate>Sat, 15 Aug 2026 19:48:00 +0530</pubDate>
      
      <guid>https://anooptube.in/blog/post48/</guid>
      <description>Six months ago &amp;ldquo;vibe coding&amp;rdquo; meant typing a vague prompt and hoping the output compiled. I did it. It worked until it didn&amp;rsquo;t — the moment a codebase got past toy-project size, prompt-and-hope fell apart. What replaced it, quietly, wasn&amp;rsquo;t a better prompt. It was a different job description.
The shift nobody announced I still write code every day. I just don&amp;rsquo;t type most of it anymore. The work moved up a level: instead of implementing a function, I write a spec for what the function needs to do, constraints it has to respect, and then I watch an agent build it.</description>
    </item>
    
  </channel>
</rss>
