Pillar 01 · 29 posts

AI How-To

Step-by-step tutorials for specific AI workflows. Practical guides for ChatGPT, Claude, Cursor, and the broader AI tool stack.

Jump to another pillar

Abstract illustration showing three distinct digital streams merging into unified code flow.
AI How-To6 minJun 7, 2026

Vibe Coding vs Prompt Engineering vs Context Engineering

Three terms everyone in AI circles uses but few define clearly. Here is what vibe coding, prompt engineering, and context engineering actually mean.

Abstract visualization of interconnected neural pathways and data streams flowing through a digital brain structure.
AI How-To7 minJun 3, 2026

How to Give Your AI Agent Long-Term Memory with MCP

Your agent forgets everything when the context window ends. Here is how to wire a memory MCP server so it stores and recalls facts across sessions with no glue code.

Digital workflow visualization showing interconnected nodes and AI technology representing automated customer support syst…
AI How-To8 minJun 3, 2026

Build an AI Customer Support Workflow with n8n and OpenAI

A practical 4-day walkthrough for automating ticket routing, CRM updates, and repetitive replies using n8n workflows and the OpenAI API.

Abstract illustration of a digital AI interface adapting and transforming to reflect diverse brand communication styles an…
AI How-To7 minMay 30, 2026

How to Train Claude to Match Your Brand Voice

Stop getting beige AI copy. Here is the exact system to give Claude your brand rules so every output sounds like you, not a generic chatbot.

Colorful digital tools and skill badges floating around a central video play button symbol.
AI How-To7 minMay 28, 2026

Claude Code Video Skills: How to Choose the Right One

Claude Code has six video generation skills and each solves a different problem. Here is how to match the right skill to your actual build.

How an Anthropic Engineer Uses Claude for Personal Projects
AI How-To6 minMay 26, 2026

How an Anthropic Engineer Uses Claude for Personal Projects

Felix Rieseberg walks through his real Claude workflows: 3D floor plan walkthroughs, automated promise tracking, and a $20 AI hardware buddy.

Claude Code Review Prompts That Think Like a Principal Engineer
AI How-To7 minMay 25, 2026

Claude Code Review Prompts That Think Like a Principal Engineer

Generic AI code reviews miss real bugs. These Claude prompts surface auth flaws, scale bottlenecks, and architectural risks before they reach production.

Prompt Engineering Techniques That Actually Work in 2026
AI How-To2 minMay 25, 2026

Prompt Engineering Techniques That Actually Work in 2026

Ten proven prompt engineering techniques to get consistently better results from ChatGPT, Claude, and other AI models, with examples you can copy today.

How to Build a Voice AI Booking Agent With ElevenLabs and n8n
AI How-To6 minMay 22, 2026

How to Build a Voice AI Booking Agent With ElevenLabs and n8n

A 60-day production report: 7 restaurants, 200 bookings a month, native Italian voice, and an €87/month stack built on ElevenLabs and n8n.

Gemma 4 Vision OCR: Replace a Paid API With a Free Local Script
AI How-To2 minMay 22, 2026

Gemma 4 Vision OCR: Replace a Paid API With a Free Local Script

Run OCR locally for free using Gemma 4's 4B vision model. This guide covers the exact script and preprocessing steps that cut a $50/month API bill to zero.

How to Use Gemini Omni: Best Prompts and Use Cases
AI How-To7 minMay 21, 2026

How to Use Gemini Omni: Best Prompts and Use Cases

Gemini Omni turns text, images, and audio into editable video through conversation. How to access it, prompt it well, and put it to work.

How to Build SEO Reports with Claude Code and Search Console
AI How-To7 minMay 20, 2026

How to Build SEO Reports with Claude Code and Search Console

Connect Google Search Console data to Claude Code, generate custom visualizations, and create flexible SEO reporting workflows for stakeholder meetings.

How Anthropic Engineers Use HTML Instead of Markdown in Claude Code
AI How-To6 minMay 19, 2026

How Anthropic Engineers Use HTML Instead of Markdown in Claude Code

An Anthropic engineer argues only 1% of AI-generated tokens become production code. The rest should be rich HTML plans, dashboards, and throwaway micro-apps.

Claude Code HTML Workflows That Replace Markdown
AI How-To6 minMay 19, 2026

Claude Code HTML Workflows That Replace Markdown

Anthropic engineer Thariq Shihipar shows three HTML workflows for Claude Code: interactive brainstorming, disposable micro-apps, and living design systems.

How RAG Works: Retrieval Augmented Generation Explained
AI How-To7 minMay 18, 2026

How RAG Works: Retrieval Augmented Generation Explained

RAG connects language models to external knowledge so answers stay current and grounded. Learn how retrieval augmented generation works, when to use it, and how to build it.

How to Reduce AI Coding Assistant Hallucinations with Context Files
AI How-To6 minMay 18, 2026

How to Reduce AI Coding Assistant Hallucinations with Context Files

Practical context management strategies that stop AI coding tools from inventing functions, duplicating features, and burning through your token budget on growing codebases.

How to Use OpenAI Codex on Your Phone
AI How-To4 minMay 17, 2026

How to Use OpenAI Codex on Your Phone

OpenAI Codex now runs inside ChatGPT on iOS and Android. Here is a practical playbook for steering code tasks from your phone without a laptop.

A glowing terminal window showing llama.cpp compilation output on a developer workstation
AI How-To4 minMay 17, 2026

How to Optimize Llama.cpp With the New Qwopus3.5-9B GGUF Model

Speed up local AI coding agents by combining llama.cpp MTP optimizations with the new Qwopus3.5-9B GGUF model. A step-by-step setup and tuning guide for 2026.

How to Build AI Automation Workflows with n8n
AI How-To5 minMay 14, 2026

How to Build AI Automation Workflows with n8n

Learn how to connect AI models like GPT and Claude to 400+ apps using n8n's visual workflow builder. Practical setups for real business automation.

Model Context Protocol: How MCP Connects AI to Your Tools
AI How-To6 minMay 12, 2026

Model Context Protocol: How MCP Connects AI to Your Tools

Model Context Protocol is the open standard letting AI models call tools, query databases, and read files without writing custom glue code per integration.

How to Build a Claude Projects Knowledge Base
AI How-To5 minMay 8, 2026

How to Build a Claude Projects Knowledge Base

Claude Projects stores files, notes, and instructions that persist across every chat. Here is how to turn that persistence into a working knowledge base.

Five glowing milestones along a single line, illustrating the artifacts an AI builder should ship before year-end.
AI How-To4 minMay 5, 2026

5 Things Every AI Builder Should Ship Before 2026 Ends

A prioritized checklist of what separates AI builders who ship from those who stall. Five concrete artifacts to get out the door before December 2026.

Glowing fire-orange recovery path emerging from darkness, illustrating an AI agent staying reliable when external tools fail.
AI How-To6 minMay 5, 2026

How to Keep an AI Agent Reliable When Its Tool Calls Fail

A practical guide for AI builders on designing fault-tolerant tool-calling agents. Retry strategies, fallback chains, error budgets, and observability that keep agents productive.

A developer building an AI agent workflow on a glowing terminal interface
AI How-To8 minMay 3, 2026

AI Agents Explained: What They Are and How to Build One

AI agents autonomously perform tasks using reasoning, tools, and memory. Learn what they are, how they work, and build your first one with MCP in 2026.

A terminal window showing Python code next to a morning news digest email on a minimalist desk
AI How-To5 minMay 3, 2026

Build a Daily AI News Brief in 325 Lines of Python

Ship a complete Collect, Synthesize, Deliver AI news pipeline in 325 lines of Python, running on a $5 VPS for under $0.15 per month.

Editorial placeholder card for the genai.club blog. Near-black background with a single fire-orange accent and the Gen AI wordmark.
AI How-To6 minMay 2, 2026

How to build an AI inbox: triage 200 emails in 10 minutes (2026)

A practical walkthrough for triaging a 200-email inbox in under 10 minutes using Claude, an MCP server for Gmail, and a four-bucket system prompt. Real workflow, real prompts.

Editorial placeholder card for the genai.club blog. Near-black background with a single fire-orange accent and the Gen AI wordmark.
AI How-To6 minApr 17, 2026

How to set up your first AI agent with MCP tools (2026)

A practical eight-step walkthrough for setting up your first AI agent using Model Context Protocol servers. Install, test, extend, deploy.

Editorial placeholder card for the genai.club blog. Near-black background with a single fire-orange accent and the Gen AI wordmark.
AI How-To7 minApr 11, 2026

How to build a working app in 7 days using only AI (no dev team)

A day-by-day plan to ship a working web app in seven days using Claude Code, Cursor, Next.js, Supabase, and Vercel. The exact stack and the prompts that move it forward.

Editorial placeholder card for the genai.club blog. Near-black background with a single fire-orange accent and the Gen AI wordmark.
AI How-To7 minMar 29, 2026

How to use Claude for research without hallucinations (2026)

Eight patterns that cut Claude's hallucination rate to near zero on research work: ground truth, retrieval, citation rules, uncertainty flags, browse mode, and double-check loops.

The chosen generation

Be Generation AI.

Daily posts go out before they hit this site. Member conversations and quarterly intensives are where the playbooks actually get tested.