<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Documentation Feed</title>
    <link>https://k33g.org</link>
    <description>Latest updates and articles</description>
    <language>en</language>
    <lastBuildDate>Tue, 09 Jun 2026 06:53:09 GMT</lastBuildDate>
    <atom:link href="https://k33g.org/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Conversational Memory with `messages[]`</title>
      <link>https://k33g.org/GRP-Genkit JS-02-Conversational memory.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Genkit JS-02-Conversational memory.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>When you&apos;re going to chat with your AI assistant, from one question to another it will forget what you&apos;re talking about. So if you ask it to generate the code for an HTTP server, and in the next turn to modify it to add an endpoint, it won&apos;t remember what it did in the previous turn.</description>
    </item>
    <item>
      <title>Context Packing to improve conversational memory</title>
      <link>https://k33g.org/GRP-Genkit JS-03-Context-packing.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Genkit JS-03-Context-packing.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>Let&apos;s see how to modify our previous example to integrate this technique.</description>
    </item>
    <item>
      <title>Golo[Script] Previous Posts</title>
      <link>https://k33g.org/GRP-Golo-01-Previous posts.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Golo-01-Previous posts.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>- January 14, 2026 [GoloScript will be the scripting language for AI](https://k33g.hashnode.dev/goloscript-will-be-the-scripting-language-for-ai)</description>
    </item>
    <item>
      <title>Create an AI Coder Agent with Golo[Script] and Agentic Compose</title>
      <link>https://k33g.org/GRP-Golo-02-AI Coder Agent.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Golo-02-AI Coder Agent.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>You can then type your coding request in the TUI editor. Once you finish (with `Ctrl+D`), the agent will process your request and stream back the generated code in markdown format:</description>
    </item>
    <item>
      <title>Welcome 🤗</title>
      <link>https://k33g.org/index.html</link>
      <guid isPermaLink="true">https://k33g.org/index.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>👋 Welcome, this is my 🧪 experimental blog site. I cover various topics here, most often technical ones (related to development, devops, Docker, AI...) but don&apos;t be surprised if sometimes I talk about cooking, fishing, or cycling.</description>
    </item>
    <item>
      <title>**`cagent`** with Tiny Language Models and Tools</title>
      <link>https://k33g.org/GRP-Coding Agents-02 cagent and small models.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Coding Agents-02 cagent and small models.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>This article is the follow-up to [**`cagent`** with Tiny Language Models and Skills: Introduction](https://k33g.org/GRP-Coding%20Agents-01%20cagent%20and%20small%20models.html)</description>
    </item>
    <item>
      <title>**`cagent`** with Tiny Language Models and Sub Agents</title>
      <link>https://k33g.org/GRP-Coding Agents-03 cagent and sub-agents.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Coding Agents-03 cagent and sub-agents.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>In the previous episode ([**`cagent`** with Tiny Language Models and Tools](https://k33g.org/GRP-Coding%20Agents-02%20cagent%20and%20small%20models.html)), we saw how to add tool support to our agent.</description>
    </item>
    <item>
      <title>Using `cagent` with `gpt-oss-120b` and OVH AI endpoints</title>
      <link>https://k33g.org/GRP-Coding Agents-cagent and OVH.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Coding Agents-cagent and OVH.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>To start answering this question, I kicked off a series of experiments that will lead to a series of articles.</description>
    </item>
    <item>
      <title>My Little Arrangements with DevContainer - Part 1</title>
      <link>https://k33g.org/GRP-DevContainer-2026-02-16-Setup.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-DevContainer-2026-02-16-Setup.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>Microsoft offers [&quot;pre-made&quot; images](https://hub.docker.com/r/microsoft/devcontainers) with the usual development tools for popular languages (Go, .NET, Node, Python, Java, etc.). These images are designed to be used directly in a `devcontainer.json` without having to maintain a custom Dockerfile.</description>
    </item>
    <item>
      <title>Baby steps with Genkit JS and Docker Model Runner</title>
      <link>https://k33g.org/GRP-Genkit JS-01-Baby steps.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Genkit JS-01-Baby steps.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>So I&apos;m offering you a little series of articles to discover Genkit JS at the same time as me.</description>
    </item>
    <item>
      <title>**`cagent`** with Tiny Language Models and Skills: Introduction</title>
      <link>https://k33g.org/GRP-Coding Agents-01 cagent and small models.html</link>
      <guid isPermaLink="true">https://k33g.org/GRP-Coding Agents-01 cagent and small models.html</guid>
      <pubDate>Tue, 09 Jun 2026 06:53:09 GMT</pubDate>
      <description>But it&apos;s also possible to use **`cagent`** with local LLMs using **[Docker Model Runner](https://docs.docker.com/ai/model-runner/)**, and given my machine, I stick to models under `8b` parameters. This way I ensure good responsiveness and a smooth user experience.</description>
    </item>
    <item>
      <title>Running Mistral&apos;s Vibe CLI in an `sbx` sandbox</title>
      <link>https://k33g.org/20260609-sbx-mistral-vibe.html</link>
      <guid isPermaLink="true">https://k33g.org/20260609-sbx-mistral-vibe.html</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/mistral-vibe.png&quot; alt=&quot;sbx + mistral vibe&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Docker Agent meets Kronk safely with `sbx`</title>
      <link>https://k33g.org/20260510-kronk-docker-agent-sbx.html</link>
      <guid isPermaLink="true">https://k33g.org/20260510-kronk-docker-agent-sbx.html</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260510-kronk-header.png&quot; alt=&quot;sbx&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Improving the Developer Experience with SBX Kits</title>
      <link>https://k33g.org/20260501-sbx-kits.html</link>
      <guid isPermaLink="true">https://k33g.org/20260501-sbx-kits.html</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260501-kit-header.png&quot; alt=&quot;sbx&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Giving capabilities to our mini `docker-agent` with &quot;mini skills&quot;</title>
      <link>https://k33g.org/20260420-mini-skill.html</link>
      <guid isPermaLink="true">https://k33g.org/20260420-mini-skill.html</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260420-riker-header.png&quot; alt=&quot;sbx&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>How to cook a little coding agent with Docker Model Runner and Docker Agent (and `sbx`)</title>
      <link>https://k33g.org/20260419-little-coder-agent.html</link>
      <guid isPermaLink="true">https://k33g.org/20260419-little-coder-agent.html</guid>
      <pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260419-little-coder-agent-header.png&quot; alt=&quot;sbx&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Embedding a Web IDE and Docker Agent into `sbx`, a fully secured sandbox</title>
      <link>https://k33g.org/20260418-web-ide-in-sbx.html</link>
      <guid isPermaLink="true">https://k33g.org/20260418-web-ide-in-sbx.html</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260418-sbx-header.png&quot; alt=&quot;sbx&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Building a form with 🫟 Pablo</title>
      <link>https://k33g.org/20260410-pablo-form.html</link>
      <guid isPermaLink="true">https://k33g.org/20260410-pablo-form.html</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260410-pablo-form.png&quot; alt=&quot;pablo&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Pablo, a small Golang library to make your life easier with BubbleTea</title>
      <link>https://k33g.org/20260409-hello-pablo.html</link>
      <guid isPermaLink="true">https://k33g.org/20260409-hello-pablo.html</guid>
      <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/pablo.png&quot; alt=&quot;pablo&quot; width=&quot;1000&quot;&gt;</description>
    </item>
    <item>
      <title>Using `docker-agent` with Docker Model Runner and `sbx`</title>
      <link>https://k33g.org/20260403-docker-agent-with-dmr-sbx.html</link>
      <guid isPermaLink="true">https://k33g.org/20260403-docker-agent-with-dmr-sbx.html</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <description>&lt;img src=&quot;./assets/20260403-header.png&quot; alt=&quot;sbx&quot; width=&quot;1000&quot;&gt;</description>
    </item>
  </channel>
</rss>