El Bruno

@elbruno.com

Rocking AI and. NET @Microsoft https://aka.ms/elbruno

🦾 From Model to Agent: let’s build our own Claw, live in C# 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 on inside one? 🤔 Turns out, a claw is…

🦾 From Model to Agent: let’s build our own Claw, live in C#

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 on inside one? 🤔 Turns out, a claw is really just an agent harness: a loop around a model, wired up with tools, planning, memory, approvals and observability.

elbruno.com

🕛 ClockTray v1.0.0: Meet the CLI-Enabled Clock Tool for Windows 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 v1.0.0: Meet the CLI-Enabled Clock Tool for Windows

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. 🚀

elbruno.com

🚀 Meet t2i — The ElBruno.Text2Image CLI 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…

🚀 Meet t2i — The ElBruno.Text2Image CLI

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 in the terminal.

elbruno.com

🌟 Gemma 4 Is Here — And My C# Library Is (Almost) Ready 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…

🌟 Gemma 4 Is Here — And My C# Library Is (Almost) Ready

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...

elbruno.com