-
Agent Skills in .NET: A Minimal Working Demo
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… â read more
-
â° ClockTray â Hide or Show Your Windows Clock with One Click (yes, in C#)
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… â read more
-
đïžđ€ Real-Time AI Conversations in .NET â Local STT, TTS, VAD and LLM
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… â read more
-
đš Text-to-Image in .NET â FLUX.2 Pro in the Foundry and Stable Diffusion on Your Machine
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?… â read more
-
đ€đŁïž Local AI Voices in .NET â VibeVoice & Qwen TTS
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. đ§ … â read more
-
Microsoft Agent Framework is Release Candidate! Letâs Go đ„đ€
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. đ€ What is Microsoft Agent Framework? The Microsoft Agent… â read more
-
đ§ Building RAG in .NET with Local Embeddings â 3 Approaches, Zero Cloud Calls
Hi! đ One of the questions I get most often is: “Bruno, can I build a RAG (Retrieval-Augmented Generation) app in .NET without sending my data to the cloud?” The answer is a resounding YES. đ In this post, I’ll walk you through three different ways to build RAG applications using ElBruno.LocalEmbeddings â a .NET library that generates text embeddings locally using ONNX… â read more
-
Building GitHub Copilot Agents in C# with Microsoft Agent Framework
GitHub Copilot just crossed a very interesting line. Itâs no longer âjustâ helping you write code â it can now run as an agent, with goals, tools, and autonomy, using Microsoft Agent Framework (MAF). đ„ Watch the full video here: In the video, I walk through three simple C# samples showing how Copilot can be… â read more
-
đ€ Never Lose Your AI Agent’s Train of Thought
Persisting Microsoft Agent Framework Sessions with ASP.NET, Redis & Blazor Have you ever built a chat app where the AI forgets what you said five seconds ago? đ That’s the classic stateless API problem â and today we’re fixing that in .NET using the Microsoft Agent Framework (MAF + Ollama), persistent agent sessions (Redis), and a Blazor frontend so you can see… â read more
-
đïž No Tiene Nombre (NTN 470 a 473): cuando la IA promete, cobra, copia⊠y se mete en problemas
En los episodios NTN 470 a 473, No Tiene Nombre entra en una racha especialmente interesante:las grandes empresas de IA empiezan a mostrar sus cartas, y no todas son tan bonitas como los anuncios. AcĂĄ hablamos de estrategia, dinero, Ă©tica, piraterĂa y bots que se pasan de listos, siempre con contexto, humor y cero humo.… â read more
-
Building an MCP App with C# – A Color Picker Sample
Hi! Iâve been spending some airport time playing with MCP Apps, and one question kept coming back: Can we build a real, interactive UI for MCP tools⊠using just C#? Short answer: yes.Long answer: letâs build one. In this post, weâll create a Color Picker MCP App using ASP.NET Core + Model Context Protocol, where:… â read more
-
Building a 3.6GB .NET Audio Joiner with GitHub Copilot CLI đ§đ€
Hi! Sometimes you donât need a framework, a service, or a startup idea.You just need a small tool that actually works. In my latest video, I put GitHub Copilot CLI to work building a .NET console app that merges 65 MP3 files into a single 3.6GB audio file. No fluff, no fake demo â a… â read more
-
đïž No Tiene Nombre (NTN 463 â NTN 469): de matemĂĄticas con IA a agentes bien diseñados
En esta racha de episodios, No Tiene Nombre baja el hype y sube el anĂĄlisis profundo, ejemplos prĂĄcticos y perspectiva realista sobre lo que estĂĄ pasando con inteligencia artificial y desarrollo tecnolĂłgico en 2026. Bruno Capuano no solo cuenta âquĂ© pasĂłâ, sino âquĂ© significaâ para quienes construimos, usamos y pensamos en IA. đ„ NTN 463… â read more
-
GitHub Copilot SDK: Build AI into Your Apps (Fast Overview)
Hi đ While exploring recent updates around the GitHub Copilot CLI, inspired by posts and demos from Scott Hanselman, I stumbled upon something even more interesting: the GitHub Copilot SDK. This SDK opens the door to embedding GitHub Copilot directly into your own applications, not just your editor or terminal. Even better: it supports multiple… â read more
-
Trick to fix DevUI Workflow Errors in Microsoft Agent Framework
Hi! How a Missing Workflow Name Breaks DevUI (and How to Fix It) When working with Microsoft Agent Framework and DevUI, I ran into a subtle but very frustrating issue: everything compiled, but DevUI failed at runtime. No workflows visible.No clear hint in the UI.And a runtime exception that didnât immediately point to the real… â read more
-
đïž No Tiene Nombre (NTN 457 a 462): chips, agentes, guerras internas y predicciones
Buenas! A partir del episodio NTN 457, No Tiene Nombre entra en una racha bien clara:menos âwow IAâ, mĂĄs infraestructura, poder, decisiones incĂłmodas y consecuencias reales. Entre chips, agentes que hacen cosas, peleas internas en Big Tech y predicciones para 2026, estos episodios pintan bastante bien el mapa de hacia dĂłnde va todo⊠y por… â read more
-
Fixing OllamaSharp Timeouts in C# (with a Simple Extension and just for fun đ)
Hi! Avoid reading the blog post with this 5-min video: When working with local models in OllamaSharp, I hit a timeout while running long-running workloads like video analysis. The issue wasnât the model, it was the default 100-second timeout coming from HttpClient. The problem By default, OllamaSharp uses an HttpClient with a fixed timeout.If your… â read more