πŸ”¨ Build It With AI

Step-by-step tutorials building real things with AI tools

Every Tuesday
  1. #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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  17. #6

    Build a Resume Analyzer That Scores Against Job Descriptions

    Step-by-step tutorial: build a web app that compares your resume to a job posting and gives you a match score with actionable suggestions.

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

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

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

  21. #1

    Build a Reddit + Stack Overflow Monitor That Sends You Opportunities on Discord

    Step-by-step tutorial: build a Python script that scans Reddit, Stack Overflow, and Hacker News for posts matching your content, and sends matches to Discord β€” running automatically every 2 hours with GitHub Actions.

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