<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI-Adventures on Res Futuras</title><link>https://resfuturas.com/tags/ai-adventures/</link><description>Recent content in AI-Adventures on Res Futuras</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 14 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://resfuturas.com/tags/ai-adventures/index.xml" rel="self" type="application/rss+xml"/><item><title>Exploration of RAGs and designing a RAG system</title><link>https://resfuturas.com/posts/exploration-of-rags-and-designing-a-rag-system/</link><pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate><guid>https://resfuturas.com/posts/exploration-of-rags-and-designing-a-rag-system/</guid><description>RAG (Retrieval-Augmented Generation) RAG (Retrieval-Augmented Generation) is the way to integrate knowledge outside your model&amp;rsquo;s training data into your LLM. A prime candidate for this is &amp;ldquo;Private Documents&amp;rdquo;.
RAG makes it possible for an LLM to answer a question like: Is my LG TV's warranty still valid for intermittent screen flickering issues? Without knowledge of your warranty documents, the LLM has to ask you follow-up questions like When did you buy it?</description></item><item><title>Exploring AI Coding Assistants</title><link>https://resfuturas.com/posts/exploring-ai-coding-assistants/</link><pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate><guid>https://resfuturas.com/posts/exploring-ai-coding-assistants/</guid><description>After playing with AI for a while, I did what every sensible person would do: I decided to design my AI Coding Agent, because&amp;hellip; Why the fuck not?
Designing a Coding Assistant In my adventures in AI I&amp;rsquo;ve talked about the complexity of designing a good general-purpose AI assistant like ChatGPT. One simple question can trigger multiple model calls, tool calls (web search etc.) and verification stages to increase the quality.</description></item></channel></rss>