π¨ Build It With AI
Step-by-step tutorials building real things with AI tools
Every Tuesday- #39
Build an AI Docker Compose Generator β Describe Your Stack, Get Config
Describe your application stack in plain English and get a complete docker-compose.yml. Uses Ollama to generate production-ready configurations.
- #38
Build a Local AI Regex Generator β Describe It, Get Regex
Stop struggling with regex. Describe what you want in plain English and get working regular expressions. Uses Ollama locally.
- #37
Build an AI-Powered PR Reviewer Bot for GitHub
Automate code review with AI. Get instant feedback on pull requests with suggestions for improvements, bugs, and security issues.
- #36
Build a Local AI Database Schema Generator β Describe It, Get SQL
Describe your app in plain English, get a complete database schema. Uses Ollama to generate SQL from natural language descriptions.
- #35
Build an AI API Mock Generator From OpenAPI Specs
Generate mock APIs from OpenAPI specs using AI. Test your frontend without waiting for backend development.
- #34
Build a Local AI Code Translator β Python to Go, JS to TypeScript
Translate code between languages with Ollama. No API costs, no data leaving your machine. Works offline with any language pair.
- #33
Build an AI-Powered Git Bisect Tool β Find Bugs by Describing Symptoms
Stop manually bisecting commits. Build a tool that takes a bug description and uses AI to find the exact commit that introduced it.
- #23
Generating E2E Tests with AI and Playwright
Use AI to draft Playwright E2E tests, then ground selectors, review assertions, reduce flakiness and run the verified suite safely in CI.
- #22
Generate Unit Tests with Ollama β Never Write Tests Manually Again (2026)
Feed your code to a local LLM and get unit tests back. A Python script that generates pytest/jest tests using Ollama β no cloud, no API keys.
- #21
Build an AI-Powered Cron Job Monitor That Explains Failures
Monitor your cron jobs and get AI-generated explanations when they fail. Ollama reads the logs and tells you what went wrong in plain English.
- #20
Build a Local AI Image Describer β Vision Models + Ollama
Describe images, extract text from screenshots, and generate alt text β all locally using Ollama's vision models. No cloud API needed.
- #19
Build an AI Expense Tracker That Reads Your Bank CSV Files
Import bank CSV exports, let AI categorize transactions, and get spending summaries β all locally with Ollama. No data sent anywhere.
- #18
Build a CLI That Generates README Files From Your Code
Point it at a repo, get a complete README.md back. Uses Ollama to analyze your codebase and generate documentation automatically.
- #17
Build an AI-Powered Changelog Generator From Git Tags
Generate beautiful changelogs automatically from your git history. Group commits by type, summarize changes, and format as markdown β all with Ollama.
- #16
Build a Personal AI Knowledge Base with Obsidian + Ollama
Turn your Obsidian vault into a searchable AI knowledge base. Ask questions about your own notes using RAG and Ollama β completely local.
- #15
Build an AI API Documentation Generator From Your Codebase
Feed your Express/FastAPI routes to an LLM and get OpenAPI docs back. A practical tutorial using Ollama for private, local doc generation.
- #14
Build a Local AI Translation Tool with Ollama β No Google Translate Needed
Build a private translation tool that runs on your machine. Supports 50+ languages, no API keys, no data sent anywhere.
- #13
Build an AI-Powered Code Snippet Manager
Step-by-step tutorial: build a CLI tool that saves code snippets with AI-generated tags, descriptions, and search. Never lose a useful snippet again.
- #13
Build an AI Database Query Assistant β Natural Language to SQL
Ask questions in plain English, get SQL queries back. Build a text-to-SQL tool using Ollama that understands your database schema.
- #12
Build a Chrome Extension That Summarizes Any Page With AI
Step-by-step tutorial: build a Chrome extension that extracts page content and generates a summary in a sidebar. Uses Claude's API, works on any website.
- #12
Build an AI Commit Message Generator β Git Hook Tutorial
Never write a commit message again. Build a git hook that reads your diff and generates a conventional commit message using Ollama.
- #11
Build an AI Changelog Generator From Git History
Step-by-step tutorial: build a CLI that reads git commits between tags and generates a formatted changelog with categories, breaking changes, and contributor credits.
- #11
Build a Local Voice Assistant with Whisper + Ollama (2026)
Build a private voice assistant that runs entirely on your machine. Whisper for speech-to-text, Ollama for the brain, and pyttsx3 for text-to-speech.
- #10
Build an AI Meeting Notes Summarizer
Step-by-step tutorial: build a web app that takes meeting transcripts and generates structured notes with action items, decisions, and key points.
- #10
Local AI Code Review with Ollama β Never Send Code to the Cloud (2026)
Set up a private AI code review pipeline using Ollama. Review PRs, catch bugs, and get suggestions without your code leaving your machine.
- #9
Build a GitHub PR Description Generator With AI
Step-by-step tutorial: build a git hook that reads your diff and auto-generates a PR description with summary, changes, and testing notes.
- #9
Fine-Tune a Local LLM β Beginner's Guide with LoRA and Unsloth (2026)
Fine-tune any open-source LLM on your own data using LoRA and Unsloth. Runs on a single GPU. Step-by-step tutorial with working code.
- #8
Build a Local AI Chatbot for Your Docs (RAG With Ollama)
Step-by-step tutorial: build a chatbot that answers questions about your documentation using Ollama, LangChain, and local embeddings. Runs offline, no API costs.
- #8
Build a Local RAG Pipeline with Ollama β No Cloud, No API Keys (2026)
Build a fully private RAG system using Ollama, a local embedding model, and ChromaDB. Query your own documents without sending data anywhere.
- #8
How to Use the MiMo-V2-Pro API: Get Started in 5 Minutes
Xiaomi's MiMo-V2-Pro is OpenAI-compatible and 8x cheaper than Claude Opus. Here's how to set it up, swap it into your existing code, and run your first agent task.
- #7
Build a CLI That Explains Error Messages With AI
Step-by-step tutorial: build a Node.js CLI tool that takes any error message and returns a plain-English explanation with a fix. Pipe errors directly from your terminal.
- #7
Build an AI Code Review Bot for GitHub Pull Requests
Step-by-step tutorial: build a GitHub Action that automatically reviews pull requests with AI and posts comments on your code.
- #6
Build a Slack Bot That Summarizes Channels With AI
Step-by-step tutorial: build a Node.js Slack bot that reads channel history and generates daily AI summaries using Claude's API. Deploy in under an hour.
- #5
Build a Telegram Bot That Tracks Your Gym Workouts With AI
Step-by-step tutorial: build a Telegram bot that logs workouts from natural language messages and sends AI-powered weekly progress summaries.
- #4
Build a CLI Tool That Summarizes Git Diffs With AI
Step-by-step tutorial: build a Node.js CLI that reads your git diff and generates a human-readable changelog using Claude's API.
- #3
Build a Discord Bot That Roasts Your Code With AI
Step-by-step tutorial: build a Discord bot that reviews code snippets in a brutally honest (but funny) tone. Perfect for dev communities.
- #1
How to Use Claude Code: A Beginner's Guide
Claude Code is the #1 AI coding tool in 2026. Here's how to install it, set it up, and start using it for real development work β from someone who uses it daily.