<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Claude API on Gabriel Mongeon</title><link>https://gabrielmongeon.ca/en/tags/claude-api/</link><description>Recent content in Claude API on Gabriel Mongeon</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 15 May 2026 00:07:00 -0400</lastBuildDate><atom:link href="https://gabrielmongeon.ca/en/tags/claude-api/index.xml" rel="self" type="application/rss+xml"/><item><title>Retrospective, Lessons Learned, and v2 Roadmap</title><link>https://gabrielmongeon.ca/en/2026/05/raspberry-pi-voice-assistant-retrospective/</link><pubDate>Fri, 15 May 2026 00:07:00 -0400</pubDate><guid>https://gabrielmongeon.ca/en/2026/05/raspberry-pi-voice-assistant-retrospective/</guid><description>&lt;p>&lt;em>This post is part of the &lt;a href="https://gabrielmongeon.ca/en/series/voice-assistant-on-raspberry-pi/">Voice Assistant on Raspberry Pi&lt;/a> series.&lt;/em>&lt;/p>
&lt;p>Six articles and two evenings later, we have a French-language voice assistant running entirely on two Raspberry Pi 4s.&lt;/p></description></item><item><title>Function Calling: Teaching Tools to the Assistant</title><link>https://gabrielmongeon.ca/en/2026/05/raspberry-pi-voice-assistant-function-calling/</link><pubDate>Fri, 15 May 2026 00:06:00 -0400</pubDate><guid>https://gabrielmongeon.ca/en/2026/05/raspberry-pi-voice-assistant-function-calling/</guid><description>&lt;p>&lt;em>This post is part of the &lt;a href="https://gabrielmongeon.ca/en/series/voice-assistant-on-raspberry-pi/">Voice Assistant on Raspberry Pi&lt;/a> series.&lt;/em>&lt;/p>
&lt;p>In article #5, we injected weather data into every conversation, even for questions like &lt;em>&amp;ldquo;what&amp;rsquo;s your name?&amp;rdquo;&lt;/em>. That wastes tokens. Function calling fixes this: the LLM decides when it needs a tool and only calls it when the question actually warrants it.&lt;/p>
&lt;p>The complete code for this article is available on &lt;a href="https://github.com/mongeon/code-examples/tree/main/dotnet/ai/audio-assistant/06-function-calling">GitHub&lt;/a>.&lt;/p></description></item><item><title>Real-Time Weather and Swapping to the Claude API</title><link>https://gabrielmongeon.ca/en/2026/05/raspberry-pi-voice-assistant-weather-claude/</link><pubDate>Fri, 15 May 2026 00:05:00 -0400</pubDate><guid>https://gabrielmongeon.ca/en/2026/05/raspberry-pi-voice-assistant-weather-claude/</guid><description>&lt;p>&lt;em>This post is part of the &lt;a href="https://gabrielmongeon.ca/en/series/voice-assistant-on-raspberry-pi/">Voice Assistant on Raspberry Pi&lt;/a> series.&lt;/em>&lt;/p>
&lt;p>The assistant responds well, but it has no idea what the weather is like outside. We wire up Open-Meteo, a free, key-less weather API. And while we&amp;rsquo;re at it, we swap Ollama for the Claude API: a single line in &lt;code>appsettings.json&lt;/code>.&lt;/p>
&lt;p>The complete code for this article is available on &lt;a href="https://github.com/mongeon/code-examples/tree/main/dotnet/ai/audio-assistant/05-weather-claude-api">GitHub&lt;/a>.&lt;/p></description></item></channel></rss>