The CLI is the new frontier for AI coding. This post dives into the best CLI AI coder helpers, comparing established tools like Claude Code CLI and Gemini CLI against the innovative Claude Code Router. Learn how the Router, powered by OpenRouter, gives you ultimate model flexibility to switch between models like Kimi, Sonnet, and Gemini based on cost and task—achieving a truly cost-optimized and agentic workflow right from your terminal.
How to Build Your First MCP Server in C#: A Simple File Listing Tool
What is MCP? The Model Context Protocol (MCP) is an open standard that enables Large Language Models to interact with external tools and data sources. If you’re a C# developer looking to create your first MCP server, this guide will walk you through a minimal but functional example. MCP allows LLM clients like Claude Desktop […]
How to Run Local AI on Your Android: A Step-by-Step Guide with llama.cpp and Termux
Introduction Imagine running AI models directly on your Android phone, even without a dedicated GPU. Thanks to llama.cpp, a lightweight and efficient library (used by Ollama), this is now possible! This tutorial will guide you through installing llama.cpp on your Android device using Termux, allowing you to run local language models with just your CPU. […]
C# – ML.NET – Simple Tutorial
Hello Devz, Here is a simple tutorial of how to use ML.Net to make a prediction based on regression. ML.Net is an open source and cross-platform machine learning framework. A regression is a statistical method to find the relation between variables. Let’s use a budget context. We have a list of expenses with a cost […]
Google Dialogflow – create your own AI in a few clicks
Hello Devz, Having a Google Home at home and a Google Assistant in my pocket, I wanted to go further and create my own Actions. Pretty easy with Google DialogFlow! DialogFlow is a free web interface that allows you to create a, wait for it… dialog flow! Let’s say I want to add an expense […]
AI – Tensorflow First Steps
Hello Devz, Do you want to learn more about Artificial Intelligence? Tensorflow is your best bet… Tensorflow is a framework developed by Google which allows you to do almost everything you could imagine with AI’s. There are different ways to use Tensorflow. Being a fan of C#, you could use TensorflowSharp. But it is known […]
AI – Image Recognition with Darknet
Hello nerdz, Being a fan of TED Talks, I found a really interesting one about AI and object recognition. Joseph Redmon is presenting in this show his work about the Darknet. It’s an open source C code which is an AI that can be trained to recognize any object, and it’s damn fast! Here is […]







