<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>llm on #anooptube</title>
    <link>https://anooptube.in/tags/llm/</link>
    <description>Recent content in llm on #anooptube</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 18 Aug 2026 15:00:45 +0530</lastBuildDate><atom:link href="https://anooptube.in/tags/llm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Run a Local LLM in 2026: Ollama, Hardware Requirements, and Picking the Right Model</title>
      <link>https://anooptube.in/blog/post59/</link>
      <pubDate>Tue, 18 Aug 2026 15:00:45 +0530</pubDate>
      
      <guid>https://anooptube.in/blog/post59/</guid>
      <description>Every time I open a new tab it&amp;rsquo;s another SaaS wrapper around someone else&amp;rsquo;s API key. At some point I got tired of paying per-token for things I could run on hardware already sitting on my desk. So I spent a weekend actually setting up local LLMs properly — not just running one toy demo, but figuring out what hardware you actually need, which models are worth pulling, and where the real bottlenecks are.</description>
    </item>
    
    <item>
      <title>What Is MCP (Model Context Protocol) and Why It Became AI&#39;s Most Important Protocol in 2026</title>
      <link>https://anooptube.in/blog/post58/</link>
      <pubDate>Tue, 18 Aug 2026 15:00:34 +0530</pubDate>
      
      <guid>https://anooptube.in/blog/post58/</guid>
      <description>Every AI product I use daily — Claude, ChatGPT, Gemini, Copilot, Cursor — quietly picked up support for the same protocol this year, and I kept running into it before I actually understood what it was. I&amp;rsquo;d see &amp;ldquo;MCP server&amp;rdquo; mentioned in a plugin&amp;rsquo;s README, or a coworker would say &amp;ldquo;just wire it up over MCP,&amp;rdquo; and I&amp;rsquo;d nod along without a clear mental model of what was actually happening under the hood.</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>
    
  </channel>
</rss>
