Build with AI
ClinicLive, a clinic app built with an AI pair programmer from the first prompt to a private on-premises assistant, every prompt shown and every mistake kept.
Start here
The series, in order
Four series, 48 parts in all, in the order we suggest reading them.
From Prompt to Production
Build a real app with AI, end to end: Blazor Server, PostgreSQL and SignalR, developed with Claude across fourteen parts — every prompt shown, every AI mistake kept and fixed, every dollar counted. The companion repo's commit messages ARE the prompts.From Prompt to Polish
The design sequel: redesign a working app with AI — kill the template look, build a token design system, and treat four surfaces as four UX disciplines (phone, kiosk, wall TV, pro tool). Ten parts, real before/after screenshots, every AI design mistake kept in.From Prompt to Pocket
The trilogy's third season: put a working app in a patient's pocket with .NET MAUI Blazor Hybrid — one set of Blazor screens for Android, Windows and the browser, real push notifications, haptics, geolocation, a QR scanner and offline support, built with AI across twelve parts. Every native feature is a capability interface; every screenshot is real; every dead end is kept in.From Prompt to Private
Season four: the clinic gets its own AI, on its own server, because patient data cannot leave the building. Free open-weight models on Ollama, a 16 GB GPU (and an honest CPU-only minimum), knowledge in PostgreSQL with pgvector, a staff assistant and a patient assistant on the kiosk and the phone — built with AI across twelve parts, every number measured, every wrong answer kept in.Also in this path
Standalone posts on the same ground, newest first. Each one stands on its own.
Local Model or Cloud API? Which One, and When
Local model or hosted API is decided by your data first. Then quality on grounded questions, the two cost shapes, availability, and who runs the box.What Building a Real App with AI Actually Cost: 36 Parts, Three Seasons, About $17
Every meter reading from three seasons of ClinicLive. Per part and per model, with the methodology, plus what caught the AI's mistakes.What Is AI-Assisted Coding? A Beginner's Guide
AI pair programmers can write code with you. What tools like Copilot and Claude actually do, how to use them well, and the habits that keep you learning.Vibe Coding: What It Is — and When to Trust It
Describe what you want and let AI write the code. That is vibe coding: fast and fun, but knowing when to trust the output is a real skill.What Is a Large Language Model? A Friendly Explanation
LLMs power ChatGPT, Claude and Copilot, but how do they work? A jargon-free tour of tokens, training and prediction, and why models sometimes make things up.Prompt Engineering Basics for Developers
Better prompts mean better code. Practical patterns, context, examples, constraints and iteration, that make AI coding tools dramatically more useful.What Is RAG? Retrieval-Augmented Generation, Explained
How can an AI answer questions about your documents? Meet RAG: chunking, embeddings, vector search and grounded answers, explained step by step.What Are AI Agents? From Chatbots to Digital Coworkers
An AI agent is a language model with tools, memory and a goal. How agents work, what they can safely do today, and how developers fit into the loop.What Is MCP? The Model Context Protocol, Explained Simply
MCP is being called the USB-C of AI. One standard plug between AI models and your tools and data, and here is why everyone is talking about it.JSON → C# records
Paste an API response, get C# 12 records with init-only properties, nullable types and JsonPropertyName — every choice explained, every guess flagged.Blazor render mode chooser
Six questions about your app, one recommendation between static SSR, Server, WebAssembly and Hybrid — every reason shown, shareable by URL.EF Core migration SQL explainer
Paste the script from dotnet ef migrations script — get a plain-English summary of every change, and a warning for each one that can lose data or lock a table.Error lookup
Paste an error message — get the posts on this site that decode it, each with the cause and the fix that worked. Matched on error codes and title words, nothing stored.Extras
More ways in: Learn the stack Prepare for interviews Fixes Tools everything on one page