<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>AI on The Learning Loop</title>
    <link>https://blog.juzam.pro/tags/ai/</link>
    <description>Recent content in AI on The Learning Loop</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 05 Sep 2025 13:09:00 -0400</lastBuildDate>
    <atom:link href="https://blog.juzam.pro/tags/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ask your WhatsApp: build a private RAG with LlamaIndex</title>
      <link>https://blog.juzam.pro/posts/2025-09-05/zaprag/</link>
      <pubDate>Fri, 05 Sep 2025 13:09:00 -0400</pubDate>
      <guid>https://blog.juzam.pro/posts/2025-09-05/zaprag/</guid>
      <description>&lt;h2 id=&#34;why-build-a-whatsapp-rag&#34;&gt;Why build a WhatsApp RAG?&lt;/h2&gt;
&lt;p&gt;I have a very active group chat with my friends on WhatsApp. At the time of
writing, it is a bit over half a million messages. Since LLMs became a thing, I
always wondered how I could use this data for something useful—or at the very
least, prank my friends.&lt;/p&gt;
&lt;p&gt;Last year I tried a few different approaches to fine tune a model using the chat
data, but it didn&amp;rsquo;t work all that well. Fine‑tuning a model on commodity
hardware is a challenge in itself and the results were underwhelming. So I
dropped that idea for a while. While going through the material for the
&lt;a href=&#34;https://huggingface.co/learn/agents-course/unit2/llama-index/components&#34;&gt;HuggingFace Agents Course&lt;/a&gt;
though, it became very clear that RAG (Retrieval Augmented Generation) would be
a perfect fit for what I was trying to do.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugging face agents</title>
      <link>https://blog.juzam.pro/posts/2025-08-25/hugging-face-agents/</link>
      <pubDate>Mon, 25 Aug 2025 10:40:48 -0400</pubDate>
      <guid>https://blog.juzam.pro/posts/2025-08-25/hugging-face-agents/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been working through the Hugging Face
&lt;a href=&#34;https://huggingface.co/learn/agents-course/&#34;&gt;agents course&lt;/a&gt;, and I’m enjoying
it quite a bit. Highly recommended! First, it’s rounding out my knowledge of
LLMs, transformers, and AI in general. Second, it paints a very clear picture of
what agentic AI is all about—while staying away from the hype. I’ll try to
summarize here, but I really recommend checking out the full course.&lt;/p&gt;
&lt;p&gt;This is not a formal definition, but I think the crucial feature of agents is
the ability to use tools to interact with the environment. Instead of relying
solely on the knowledge of the model itself, agents can search the web, access
web pages, and use Unix commands like find, ls, and grep to help answer your
questions. Another key characteristic is that this all happens in a loop, giving
the agent the ability to course correct in case things don&amp;rsquo;t go as planned in
order to achieve its goal.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
