# maf (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover maf.

Page: <https://rssamplifier.com/topics/maf/blogs>  
Feed: <https://rssamplifier.com/topics/maf/blogs.md>

---

## [Local transcript cleanup in .NET with s1-mini](https://elbruno.com/2026/08/21/local-transcript-cleanup-in-net-with-s1-mini/)

_2026-08-21 · elbruno · El Bruno_

Hi 👋 My favorite demo for this library is intentionally small: Raw ASR transcript Cleaned by s1-mini you don't have any any any any change at all? You don't have any change at all. That any any any any collapse is the interesting part. This is more than deleting a list of filler words. It is transcript \[…\]

## [Add a Microsoft Foundry model to the GitHub Copilot app](https://elbruno.com/2026/08/18/add-a-microsoft-foundry-model-to-the-github-copilot-app/)

_2026-08-18 · elbruno · El Bruno_

### Display name This is the friendly name displayed by the GitHub Copilot app. It does not have to match the Azure model or deployment name: “\`text GPT-5.6-sol on Azure Production reasoning model Foundry GPT-5.6 “\` ### Wire model This is the identifier sent in the \`model\` property of the request. Azure OpenAI routes requests \[…\]

## [🦾 From Model to Agent: let&#8217;s build our own Claw, live in C#](https://elbruno.com/2026/08/10/%f0%9f%a6%be-from-model-to-agent-lets-build-our-own-claw-live-in-c/)

_2026-08-10 · elbruno · El Bruno_

This blog post was created with the help of AI tools. Yes, I used a bit of magic from language models to organize my thoughts and automate the boring parts, but the geeky fun and the in C# are 100% mine. Hi! So, you’ve probably used a “claw” already. One of those CLI agents that plans, runs tools, remembers what it did, and more. Cool. But have you ever stopped to think about what’s actually going…

## [🧠 MagenticBrain Is Now Supported in ElBruno.LocalLLMs](https://elbruno.com/2026/07/30/%f0%9f%a7%a0-magenticbrain-is-now-supported-in-elbruno-localllms/)

_2026-07-30 · elbruno · El Bruno_

TL;DR Why this model is important (and what it is designed for) MagenticBrain is not just another general-purpose chat model. It is designed for agent orchestration: planning multi-step tasks, selecting tools, chaining tool calls across rounds, and deciding when to terminate with a final answer. That design matters because many app scenarios need more than one prompt/one \[ \]

## [🚀 Fara 1.5-9B Is Now Fully Supported in ElBruno.LocalLLMs](https://elbruno.com/2026/07/28/%f0%9f%9a%80-fara-1-5-9b-is-now-fully-supported-in-elbruno-localllms/)

_2026-07-28 · elbruno · El Bruno_

TL;DR When Microsoft Research introduced MagenticLite, MagenticBrain, and Fara1.5, it made a strong case for practical local agentic experiences: In plain words: smaller, specialized models can deliver real agentic behavior when the tooling is right. For this repo, that “tooling is right” moment means: Fara is now actually runnable end-to-end in .NET, not just listed as an \[ \]

## [🧠 Someone Asked Me to Add a 975B Model to a LocaLLMs, here&#8217;s Why we Can&#8217;t (Yet)](https://elbruno.com/2026/07/16/%f0%9f%a7%a0-someone-asked-me-to-add-a-975b-model-to-a-locallms-heres-why-we-cant-yet/)

_2026-07-16 · elbruno · El Bruno_

⚠️ This blog post was created with the help of AI tools. The geeky fun and the 🤖 in C# are 100% mine. TL;DR Someone asked me to add Inkling — Thinking Machines shiny new open-weights model — to ElBruno.LocalLLMs. I did the evaluation, and the answer is: not for now. 🔴 Inkling is a 975B-parameter, Mixture-of-Experts, multimodal (text + image + audio) \[ \]

## [I built a weekly AI news digest with GitHub Agentic Workflows. Here is how it works.](https://elbruno.com/2026/07/10/i-built-a-weekly-ai-news-digest-with-github-agentic-workflows-here-is-how-it-works/)

_2026-07-10 · elbruno · El Bruno_

This blog post was created with the help of AI tools. I used them to organize ideas and write a first draft, but the workflow, the code, the testing, and the 🤖 enthusiasm are mine. Hi! I like reading AI news. I do not like opening seven tabs, comparing five versions of the same announcement, \[ \]

## [Foundry Local Monitor — See every local AI model your machine is running with Foundry Local](https://elbruno.com/2026/07/06/foundry-local-monitor-see-every-local-ai-model-your-machine-is-running-with-foundry-local/)

_2026-07-06 · elbruno · El Bruno_

Hi! If you have been playing with Foundry Local to run AI models on your own machine, you probably ran into the same thing I did: you never really know what is running. You load a model from the CLI. Your C# app loads another one through the SDK. A Python script spins up its own. A .NET \[ \]

## [Run the Right AI Model for the Right Copilot Task — Local or Cloud!](https://elbruno.com/2026/07/04/run-the-right-ai-model-for-the-right-copilot-task-no-cloud-credits-wasted/)

_2026-07-04 · elbruno · El Bruno_

Hi! Part 1 of the CopilotHarness series Big models are great for heavy thinking. But what about simple questions — rename this variable , write a short docstring , what does this function do ? Those don t need GPT-5 across the internet. They can be answered instantly by a model running on your own machine, offline, for free. \[ \]

## [Local-first AI Agents in C#: Foundry Local, MEAI, and Microsoft Agent Framework](https://elbruno.com/2026/06/05/local-first-ai-agents-in-c-foundry-local-meai-and-microsoft-agent-framework/)

_2026-06-05 · elbruno · El Bruno_

Hi! If you are building local AI apps in C#, you quickly hit a practical gap: That is exactly why I created this library Why I created this I wanted a clean, non-REST, in-process integration where: So the library provides a thin adapter: Foundry Local SDK - FoundryLocalChatClientAdapter - IChatClient This lets you write provider-agnostic app code while still running local \[ \]

## [From any door to your door (Sponsored)](https://crawlproof.com/a/JHwNQHoj9Ppc)

_2026-06-05 · **Sponsored**_

Book rides, errands, deliveries, groceries and home help in one app

## [GitHub Copilot and tokens: how to keep using AI without burning your budget in three prompts (some personal lessons learned!)](https://elbruno.com/2026/06/04/github-copilot-and-tokens-how-to-keep-using-ai-without-burning-your-budget-in-three-prompts-some-personal-lessons-learned/)

_2026-06-04 · elbruno · El Bruno_

Hi! For a long time, many of us used GitHub Copilot as if it were unlimited magic: autocomplete, chat, agent mode, code review, increasingly powerful models, massive context, and long-running sessions that sometimes felt like a pair-programming marathon. And it worked. Well, mostly. Now, with usage-based billing and AI Credits, many developers are seeing something \[ \]

## [MAI-Image-2.5 support in ElBruno.Text2Image and the t2i CLI 🚀](https://elbruno.com/2026/06/03/mai-image-2-5-support-in-elbruno-text2image-and-the-t2i-cli-%f0%9f%9a%80/)

_2026-06-03 · elbruno · El Bruno_

Hi! And for the Flash version, use the same generator with the Flash model id:

## [VS Code 1.122 Makes BYOK Easier](https://elbruno.com/2026/05/30/vs-code-1-122-makes-byok-easier/)

_2026-05-31 · elbruno · El Bruno_

One of the most interesting announcements in the recent VS Code 1.122 release is that Bring Your Own Key (BYOK) models can now be used without signing in to GitHub. VS Code now supports BYOK scenarios, including chat, tools, and MCP integrations, without requiring GitHub authentication, making enterprise, offline, and air-gapped workflows much easier to \[ \]

## [Building Cross-Framework Agents with MAF, A2A, NVIDIA NeMo, and Aspire](https://elbruno.com/2026/05/20/building-cross-framework-agents-with-maf-a2a-nvidia-nemo-and-aspire/)

_2026-05-20 · elbruno · El Bruno_

Hi! What happens when a Python-based AI agent and a .NET-based AI agent need to work together? That is the idea behind MAF-A2A-NVIDIA-NemoAgents (https://github.com/elbruno/MAF-A2A-NVIDIA-NemoAgents-private): a reference app that shows how to combine NVIDIA NeMo Agent Toolkit, Microsoft Agent Framework, Agent-to-Agent communication, and Aspire into one multi-agent workflow. The repo describes…

## [GitHub Copilot CLI + SQUAD + GPT-5.5 BYOK: Better Engineering, Same Hard Truth](https://elbruno.com/2026/05/14/github-copilot-cli-squad-gpt-5-5-byok-better-engineering-same-hard-truth/)

_2026-05-14 · elbruno · El Bruno_

TL;DR This was the final ElBruno.NetAgent experiment: GitHub Copilot CLI + SQUAD using Azure OpenAI GPT-5.5 BYOK against the same app-building challenge I previously tried with CPU-only local models, GPU local models, and GPT-5-mini. The good news: GPT-5.5 was clearly better at staying inside phase boundaries, following safety rules, reducing broad stabilization loops, and working \[ \]

## [GitHub Copilot CLI + GPT-5-mini BYOK: The Code Was Cheap, the Quality Gates Were Expensive](https://elbruno.com/2026/05/11/github-copilot-cli-gpt-5-mini-byok-the-code-was-cheap-the-quality-gates-were-expensive/)

_2026-05-11 · elbruno · El Bruno_

The first screenshot shows GitHub Copilot CLI ready with the SQUAD agent and GPT-5-mini selected. Then SQUAD started spawning background agents.

## [From Pet Projects to +20 Open Source NuGet Packages, Thanks to GitHub Copilot 🚀](https://elbruno.com/2026/05/10/from-pet-projects-to-20-open-source-nuget-packages-thanks-to-github-copilot-%f0%9f%9a%80/)

_2026-05-10 · elbruno · El Bruno_

Hi! Some of these started as small pet projects. IE: a quick helper for a demo, a tiny tool for a conference, a library to avoid repeating the same code again and again, or one of those “I’ll just build this in one evening” ideas that somehow becomes a real thing. And now, thanks to \[ \]

## [Running GitHub Copilot CLI Offline with Local Models: GPU Edition](https://elbruno.com/2026/05/06/running-github-copilot-cli-offline-with-local-models-gpu-edition/)

_2026-05-06 · elbruno · El Bruno_

TL;DR After my first CPU-only experiment with GitHub Copilot CLI and local models, I wanted to try the same idea again, but this time with a GPU-powered setup. The first experiment proved that running GitHub Copilot CLI offline with local models was technically possible. This second experiment showed something more interesting: With the right model, \[ \]

## [Running GitHub Copilot CLI Offline with Local Models: A CPU-Only Reality Check](https://elbruno.com/2026/05/03/running-github-copilot-cli-offline-with-local-models-a-cpu-only-reality-check/)

_2026-05-03 · elbruno · El Bruno_

TL;DR I tested GitHub Copilot CLI running offline with local models on a CPU-only Microsoft Dev Box. The short version: Or, in one sentence: CPU-only can be your copilot. Just do not promote it to engineering manager yet 😅 The experiment goal This experiment started with a simple question: Can I use GitHub Copilot CLI \[ \]

## [OllamaMonitor — Monitor Your Local Ollama Runtime from the Windows Tray](https://elbruno.com/2026/04/28/ollamamonitor-monitor-your-local-ollama-runtime-from-the-windows-tray/)

_2026-04-28 · elbruno · El Bruno_

Hi! If you re running Ollama locally on Windows—whether you re tinkering with LLMs, building local AI demos, or just curious about the overhead of large models—you ve probably wondered: Is it still running? How much CPU is it chewing? Did that model load? Welcome to ElBruno.OllamaMonitor. It s a no-frills system tray app that sits in your Windows notification area \[ \]

## [Ship software peacefully (Sponsored)](https://crawlproof.com/a/FKP6IGqrtQJA)

_2026-04-28 · **Sponsored**_

Deploy apps from your repo with auto-config, instant previews, scaling, and monitoring.

## [AspireMonitor: Stop bouncing between your Aspire dashboard and your code.](https://elbruno.com/2026/04/27/aspiremonitor-stop-bouncing-between-your-aspire-dashboard-and-your-code/)

_2026-04-27 · elbruno · El Bruno_

Hi! What it is AspireMonitor is a Windows tray app that puts your Aspire AppHost status one click away. No browser tabs. No switching context. Click the tray icon, see what s running, Start/Stop your app, or pin the resources you actually care about in a compact mini window. Why it exists If you use Aspire, \[ \]

## [🕛 ClockTray v1.0.0: Meet the CLI-Enabled Clock Tool for Windows](https://elbruno.com/2026/04/23/%f0%9f%95%9b-clocktray-v1-0-0-meet-the-cli-enabled-clock-tool-for-windows/)

_2026-04-23 · elbruno · El Bruno_

Hi! usually hide my taskbar clock while recording videos, and after doing that dance one too many times, I had one goal: save a few clicks. Then yesterday, during a GitHub Copilot CLI session (watch it here), I decided to pick up the ClockTray app and turn it into a CLI tool. And here we are. \[ \]

## [🚀 Big Update: GPT-Image Models + AI Agent Skills](https://elbruno.com/2026/04/22/%f0%9f%9a%80-big-update-gpt-image-models-ai-agent-skills/)

_2026-04-22 · elbruno · El Bruno_

Hi! Two weeks ago, I shipped t2i — a terminal-first CLI for text-to-image generation. Today I m excited to announce two major additions that make t2i even more powerful: TL;DR 🤖 Part 1: AI Agent Skills — The Biggest Feature This is the feature I m most excited about: teaching AI agents how to use t2i automatically What Are Skills? Skills are packages of functionality that AI \[ \]

## [🚀 Meet t2i — The ElBruno.Text2Image CLI](https://elbruno.com/2026/04/20/%f0%9f%9a%80-meet-t2i-the-elbruno-text2image-cli/)

_2026-04-20 · elbruno · El Bruno_

Hi! I just shipped t2i, a terminal-first CLI tool for ElBruno.Text2Image. Generate images from your shell in two commands — no UI, no browser, just a simple cli interface to image generation from the cloud. This is the Lite edition (cloud-only, ~2.4 MB on NuGet) — perfect for CI/CD pipelines, deployment scripts, batch jobs, and developers who live \[ \]

## [🗺️ AOT-Friendly DTO Mapping in .NET](https://elbruno.com/2026/04/16/%f0%9f%97%ba%ef%b8%8f-aot-friendly-dto-mapping-in-net/)

_2026-04-16 · elbruno · El Bruno_

Hi! So, I ve been away from any scenario that involves and needs data mapping, until I get to OpenClawNet. So I got to the point that I need to map my entities to DTOs? I read this a lot runtime reflection doesn t play nice with AOT and trimming. 😅 So I SQUAD myselft and built: 👉 ElBruno.AotMapper \[ \]

## [🖼️ MAI-Image-2 Just Dropped — And .NET Support Is Already Here](https://elbruno.com/2026/04/13/%f0%9f%96%bc%ef%b8%8f-mai-image-2-just-dropped-and-net-support-is-already-here/)

_2026-04-13 · elbruno · El Bruno_

Hi! When Microsoft announced MAI-Image-2, I immediately thought: I need to add this to ElBruno.Text2Image. Today. So I did. 😄 MAI-Image-2 is Microsoft s new image generation model on Microsoft Foundry — high-quality generation, a synchronous API (no polling!), a 32K character prompt limit, and flexible dimensions. And it s already supported in ElBruno.Text2Image with the same clean interface you…

## [🚀 Bing Open-Sources New Embedding Models — Now Available in C# with LocalEmbeddings.Harrier](https://elbruno.com/2026/04/08/%f0%9f%9a%80-bing-open-sources-new-embedding-models-now-available-in-c-with-localembeddings-harrier/)

_2026-04-08 · elbruno · El Bruno_

The Microsoft Bing Search team just dropped something big: 👉 https://blogs.bing.com/search/April-2026/Microsoft-Open-Sources-Industry-Leading-Embedding-Model They’ve open-sourced a new set of high-quality embedding models, designed to be competitive with state-of-the-art approaches — and ready to run in modern AI workflows. And here’s the fun part 👇 You can already use these models from C#/.NET.…

## [I Built a .NET 10 Knowledge Graph Builder (Inspired by Karpathy)](https://elbruno.com/2026/04/06/i-built-a-net-10-knowledge-graph-builder-inspired-by-karpathy/)

_2026-04-07 · elbruno · El Bruno_

Hi! Earlier this year, Andrej Karpathy tweeted about using LLMs as knowledge compilers — a mind-bending idea: instead of asking an LLM questions, feed it raw data (papers, code, images) and let it automatically build a structured, navigable knowledge base. No RAG. No vector databases. Just pure understanding compiled into a graph. Then I saw @socialwithaayan showcase graphify — \[ \]

## [📝 Convert Anything to Markdown in .NET — Meet ElBruno.MarkItDotNet](https://elbruno.com/2026/04/04/%f0%9f%93%9d-convert-anything-to-markdown-in-net-meet-elbruno-markitdotnet/)

_2026-04-04 · elbruno · El Bruno_

Hi! You know that feeling when you re building an AI pipeline or a RAG workflow and you realize: Wait… I need to turn all these PDFs, Word docs, HTML pages, and random files into something my LLM can actually eat ? 😅 Yeah, me too. That s exactly why I built: 👉 ElBruno.MarkItDotNet A .NET library that converts files to clean Markdown. Think of \[ \]

## [🌟 Gemma 4 Is Here — And My C# Library Is (Almost) Ready](https://elbruno.com/2026/04/03/%f0%9f%8c%9f-gemma-4-is-here-and-my-c-library-is-almost-ready/)

_2026-04-03 · elbruno · El Bruno_

Hi! So Google just dropped Gemma 4 — their most capable open model family yet — and I couldn t resist. I spent a good chunk of time digging into the architecture, trying to convert models, hitting walls, finding workarounds, and hitting more walls. Here s where things stand with ElBruno.LocalLLMs. Spoiler: the library is ready for Gemma 4. The ONNX runtime \[ \]

## [Watch Chovy Code Live (Sponsored)](https://crawlproof.com/a/dIcyrhfyoIuT)

_2026-04-03 · **Sponsored**_

Join live coding streams with real-time collaborative screen sharing, open source and free.

## [🚀 Build QR Codes in .NET FAST with ElBruno.QRCodeGenerator](https://elbruno.com/2026/03/30/%f0%9f%9a%80-build-qr-codes-in-net-fast-with-elbruno-qrcodegenerator/)

_2026-03-30 · elbruno · El Bruno_

Hi! I needed a quick way to generate QR codes in .NET—no heavy dependencies, no complex setup, just something that works and that’s exactly why I built: 👉 ElBruno.QRCodeGenerator An open-source, lightweight library to generate QR codes in multiple formats: 🎬 Watch the video I recorded a quick demo showing how everything works end-to-end 👇 \[ \]

## [Stop Wasting Tokens: Smart Tool Routing for LLMs with MCPToolRouter](https://elbruno.com/2026/03/27/stop-wasting-tokens-smart-tool-routing-for-llms-with-mcptoolrouter/)

_2026-03-27 · elbruno · El Bruno_

Hi! Today I want to share something that s been hearing a couple of times: You know when you re building an AI agent or working with LLMs, and you have dozens (or hundreds) of tools available? What do you do? Send ALL of them to the LLM every single time, right? Yeah, me too. And it s \[ \]

## [Build Your Own AI Agent Platform with .NET and GitHub Copilot &#8211; OpenClawNet &#8211; Free Live Series at Microsoft Reactor](https://elbruno.com/2026/03/26/build-your-own-ai-agent-platform-with-net-and-github-copilot-openclawnet-free-live-series-at-microsoft-reactor/)

_2026-03-26 · elbruno · El Bruno_

Hi! Are you ready to dive into the world of AI agents? Join us for an exciting four-session live series at Microsoft Reactor where we ll build OpenClawNet, a production-grade AI agent platform from scratch using .NET 10 and GitHub Copilot. What You ll Learn Over four interactive sessions, we ll transform a simple chatbot into an intelligent, autonomous \[ \]

## [🤖 Local LLM Chat Completions in .NET — Just C#](https://elbruno.com/2026/03/19/%f0%9f%a4%96-local-llm-chat-completions-in-net-just-c/)

_2026-03-19 · elbruno · El Bruno_

Hi! Let s look at this code snippet: That s it. This runs a local LLM. No API keys. No REST calls. The model downloads automatically the first time. Let me show you more. ⬇️ Download Progress and Model Info When you run a model for the first time, you probably want to see what s happening. Here s \[ \]

## [🎙️ No Tiene Nombre — Episodios NTN 474 a NTN 487](https://elbruno.com/2026/03/11/%f0%9f%8e%99%ef%b8%8f-no-tiene-nombre-episodios-ntn-474-a-ntn-487/)

_2026-03-11 · elbruno · El Bruno_

Una nueva tanda de episodios de No Tiene Nombre trae noticias sobre inteligencia artificial, tecnología y el impacto real que estas herramientas están teniendo en el mundo del desarrollo y mas. Aquí tienes un resumen rápido de cada episodio con su enlace directo. 🎧 NTN 487 Título: NTN 487 – IA y nuevas batallas tecnológicasDescripción: \[ \]

## [Agent Skills in .NET: A Minimal Working Demo](https://elbruno.com/2026/03/09/agent-skills-in-net-a-minimal-working-demo/)

_2026-03-09 · elbruno · El Bruno_

Hi 👋 If you’re experimenting with AI Agents in .NET, one of the concepts that appears quickly is Agent Skills. Skills are the mechanism that allows an agent to extend its capabilities: calling prompts, running code, or executing external logic. To make this easier to understand, we published a small sample repo: 👉 https://github.com/Azure-Samples/agent-skills-dotnet-demo The \[ \]

## [⏰ ClockTray – Hide or Show Your Windows Clock with One Click (yes, in C#)](https://elbruno.com/2026/03/04/%e2%8f%b0-clocktray-hide-or-show-your-windows-clock-with-one-click/)

_2026-03-05 · elbruno · El Bruno_

Sometimes you want to see the clock all the time.Sometimes you want it completely hidden. Depending on how you work, the Windows clock in the taskbar can either be useful… or distracting. So I built a tiny utility that lets you toggle the Windows clock visibility with a single click. Meet ClockTray. The Problem Windows \[ \]

## [🎙️🤖 Real-Time AI Conversations in .NET — Local STT, TTS, VAD and LLM](https://elbruno.com/2026/03/02/%f0%9f%8e%99%ef%b8%8f%f0%9f%a4%96-real-time-ai-conversations-in-net-local-stt-tts-vad-and-llm-no-cloud-required/)

_2026-03-02 · elbruno · El Bruno_

Hi 👋 What if you could build a real-time voice conversation app in .NET — speech-to-text, text-to-speech, voice activity detection, and LLM responses — all running locally on your machine? That s exactly what ElBruno.Realtime does. 🎥 Watch the full video here Why I Built This I ve been building local AI tools for .NET for a while — local embeddings, local TTS with \[ \]

## [🎨 Text-to-Image in .NET — FLUX.2 Pro in the Foundry and Stable Diffusion on Your Machine](https://elbruno.com/2026/02/26/%f0%9f%8e%a8-text-to-image-in-net-flux-2-pro-in-the-foundry-and-stable-diffusion-on-your-machine/)

_2026-02-26 · elbruno · El Bruno_

Hi 👋 These days Microsoft announced FLUX.2 Flex on Microsoft Foundry, I immediately thought: I need to wrap this for .NET developers. So I setup a SQUAD team and I did it. And then I thought: Wait — I have a couple of Test-to-Image local pet projects, what if my SQUAD also help to polish and publish this? \[ \]

## [🤖🗣️ Local AI Voices in .NET — VibeVoice &#038; Qwen TTS](https://elbruno.com/2026/02/23/%f0%9f%a4%96%f0%9f%97%a3%ef%b8%8f-local-ai-voices-in-net-vibevoice-qwen-tts/)

_2026-02-23 · elbruno · El Bruno_

Hi! Let’s look at these 2 code snippets… what’s behind them? 🧠 Snippet 1 — VibeVoice (Native TTS in .NET) This generates a WAV file from text using the VibeVoice-Realtime-0.5B model, running locally via ONNX.The first time you run it, the model is automatically downloaded. No REST calls. No API keys. No cloud dependency. 🧠 \[ \]

## [Microsoft Agent Framework is Release Candidate! Let’s Go 🔥🤖](https://elbruno.com/2026/02/23/microsoft-agent-framework-is-release-candidate-lets-go-%f0%9f%94%a5%f0%9f%a4%96/)

_2026-02-23 · elbruno · El Bruno_

Hi! Big milestone these days: The Microsoft Agent Framework (MAF) just reached Release Candidate status 🎉 Official announcement here:👉 https://devblogs.microsoft.com/foundry/microsoft-agent-framework-reaches-release-candidate/ As someone who has been building apps, samples, demos, orchestration experiments and livestream content around MAF for months… this one feels GOOD. Let’s talk about this.…

## [Vision Memory Agent: local image search with CLIP + Ollama + Microsoft Agent Framework](https://elbruno.com/2026/02/20/37230/)

_2026-02-20 · elbruno · El Bruno_

Hi! This post walks through a tiny but powerful scenario: ingest images locally, search them with natural language, and let an agent decide when to call tools. Everything runs on your machine, and it s an simple example of how to use Microsoft Agent Framework with local embeddings. We’ll use: Repo sample: https://github.com/elbruno/elbruno.localembeddings/tree/main/samples/VisionMemoryAgentSample…

