Guides

What AI Platforms Actually Do With Your Chat Data (And How to Opt Out)
Beginner · Tutorial

What AI Platforms Actually Do With Your Chat Data (And How to Opt Out)

What AI Platforms Actually Do With Your Chat Data (And How to Opt Out) OpenAI's own privacy page confirms that ChatGPT, Codex, and other consumer products "may use your content to train our models" unless you switch that off yourself...

AI-firstNext.jsConvex+5
3 modules · 8m · 39 viewsFree
@vybecoding
Run Claude Code Unattended: Auto Mode, /goal, Routines, and Claude in Chrome
Beginner · Tutorial

Run Claude Code Unattended: Auto Mode, /goal, Routines, and Claude in Chrome

A four-layer walkthrough for running Claude Code without babysitting it: auto mode to cut approval prompts, /goal to enforce a finish line, and /schedule Routines for cloud-scheduled jobs. Every feature claim from a popular June 2026 video is re-checked against Anthropic docs and corrected where the video got it wrong — /routines is really /schedule, and Claude for Chrome is no longer macOS-only.

claude-codeai-agentsworkflow-automation+1
4 modules · 15m · 18 viewsFree
@vybecoding
5 Patterns for Building Production AI Agents
Intermediate · Tutorial

5 Patterns for Building Production AI Agents

The five agentic patterns from Anthropic's 'Building Effective Agents' — prompt chaining, routing, parallelization, orchestrator-workers, and evaluator-optimizer — each with one runnable Python example. Start simple, add complexity only when it pays for itself.

ai-agentsanthropicpatterns+3
6 modules · 8m · 19 viewsFree
@vybecoding
Fine-Tuned Mid-Tier vs Frontier: When a Smaller Model Wins (And Costs 10x Less)
Beginner · Tutorial

Fine-Tuned Mid-Tier vs Frontier: When a Smaller Model Wins (And Costs 10x Less)

Fine-Tuned Mid-Tier vs Frontier: When a Smaller Model Wins (And Costs 10x Less) Learning Outcomes By the end of this guide, you will be able to: 1.

AI-firstNext.jsConvex+5
4 modules · 8m · 11 viewsFree
@vybecoding
Building AI Agent Approval Workflows: Emoji Shortcuts, Telegram Bots & Mobile-First Permissions
Intermediate · Tutorial

Building AI Agent Approval Workflows: Emoji Shortcuts, Telegram Bots & Mobile-First Permissions

Building AI Agent Approval Workflows: Emoji Shortcuts, Telegram Bots & Mobile-First Permissions A practical guide to the part of agent design nobody demos: the moment your autonomous agent stops and asks "can I run this?" We cover three...

agentstelegrammobile+4
4 modules · 17m · 4 viewsFree
@vybecoding
How to Structure Claude Code Skills: The 9 Categories Anthropic Uses Internally
Intermediate · Tutorial

How to Structure Claude Code Skills: The 9 Categories Anthropic Uses Internally

After cataloging every internal skill at Anthropic, the Claude Code team found they cluster into exactly nine categories. Here is each one — what it does, the skills Anthropic names as examples, and how to map the taxonomy onto your own .claude directory.

claude-codeskillsSKILL.md+4
4 modules · 14m · 4 viewsFree
@vybecoding
Bolt.new vs Lovable: Which Full-Stack App Builder in 2026
Intermediate · Tutorial

Bolt.new vs Lovable: Which Full-Stack App Builder in 2026

An honest comparison of two AI full-stack app builders — Bolt.new and Lovable — across pricing models, supported stacks, deploy targets, backend story, export-to-repo, and iteration speed. Includes a concrete where-each-breaks section and vendor-cited pricing, so you pick the one that fits the app you're actually building.

vibe-codingbolt-newlovable+2
3 modules · 10m · 5 viewsFree
@vybecoding
v0 by Vercel for Next.js Developers: What It Does and When Not to Use It
Intermediate · Tutorial

v0 by Vercel for Next.js Developers: What It Does and When Not to Use It

A plain-spoken guide to v0 by Vercel for people already building with Next.js and the App Router — what v0 actually generates, how its output drops into an App Router project, what the free tier really gives you, two concrete workflows, and an honest section on when v0 is the wrong tool.

vibe-codingv0vercel+2
3 modules · 9m · 4 viewsFree
@vybecoding
Cursor vs Bolt.new vs Claude Code: Picking Your AI Coding Tool in 2026
Intermediate · Tutorial

Cursor vs Bolt.new vs Claude Code: Picking Your AI Coding Tool in 2026

A working comparison of three very different AI coding tools — Cursor the AI editor, Bolt.new the in-browser app builder, and Claude Code the terminal agent. Side-by-side on pricing, model backends, context handling, agentic depth, and repo-vs-greenfield fit, with every price footnoted to the vendor's own pricing page and one honest limitation each.

vibe-codingidecomparison+3
3 modules · 10m · 15 viewsFree
@vybecoding
Intelligence Per Token: Why Local AI Needs Loops, Not One-Shots
Intermediate · Tutorial

Intelligence Per Token: Why Local AI Needs Loops, Not One-Shots

A small local model that runs on your own desk can do real work — but only if you stop prompting it like ChatGPT. This guide breaks down intelligence per token and the five-step agentic loop that turns a 3B-active model into a reliable builder, with the exact specify-implement-review-patch-verify cycle and the hardware and tools to run it.

local-aiai-agentsqwen+2
6 modules · 22m · 3 viewsFree
@vybecoding
The 8-Component LLM Control Layer — 100% Structured Output Reliability in Production
Advanced · Tutorial

The 8-Component LLM Control Layer — 100% Structured Output Reliability in Production

The 8-Component LLM Control Layer — 100% Structured Output Reliability in Production A clean prompt gets you a demo. It does not get you a system you can put in front of paying users.

llmproductionreliability+3
6 modules · 10m · 4 viewsFree
@vybecoding
Every Popular Claude Skills System, Compared — and the Simple Loop They All Share
Beginner · Tutorial

Every Popular Claude Skills System, Compared — and the Simple Loop They All Share

A beginner-friendly tour of the most popular Claude Code 'skills' libraries — Addy Osmani's agent-skills, Matt Pocock, Gary Tan, Everything Claude Code, BMAD, and Superpowers — what each one is for, the five-step loop they all quietly share, and why the best skill system is ultimately the small one you build yourself.

claude-codeworkflowbeginner+3
4 modules · 12m · 14 viewsFree
@vybecoding
When to Use a Persistent AI Agent (Claw) vs On-Demand AI — Decision Framework
Intermediate · Tutorial

When to Use a Persistent AI Agent (Claw) vs On-Demand AI — Decision Framework

A practical decision framework for choosing between a persistent background AI agent (a claw) and a prompt-triggered on-demand model. Includes a decision tree with four checkpoints mapped to real enterprise scenarios.

AI agentsOpenClawagentic AI+4
6 modules · 27m · 2 viewsFree
@vybecoding
Build a Kanban State Machine for AI Agents in Plain Node.js
Intermediate · Tutorial

Build a Kanban State Machine for AI Agents in Plain Node.js

Build a Kanban State Machine for AI Agents in Plain Node.js When you run more than one AI agent at a time, a chat log stops being enough. You need to know — at a glance — what is running, what is waiting on you, and what is queued.

nodejsai-agentsstate-machine+2
3 modules · 10m · 2 viewsFree
@vybecoding
The Four-Pillar AI Content Workflow: Context, Live Data, Style, and Knowledge Graphs
Intermediate · Tutorial

The Four-Pillar AI Content Workflow: Context, Live Data, Style, and Knowledge Graphs

Most AI content fails not because it is badly written but because it is generic and nobody ever finds it. This is the concrete four-pillar system — context engineering, live search data over MCP, style skills, and knowledge-graph gap analysis — built on Claude Code with real config you can paste in today.

claude-codemcpai-content+2
6 modules · 13m · 2 viewsFree
@vybecoding
Hardening Stripe Webhooks in Next.js: What the Docs Don't Tell You
Advanced · Tutorial

Hardening Stripe Webhooks in Next.js: What the Docs Don't Tell You

Hardening Stripe Webhooks in Next.js: What the Docs Don't Tell You A production build log covering the raw-body parsing problem that breaks Stripe signature verification in Next.js App Router, the idempotency pattern that prevents...

stripewebhooksnextjs+2
4 modules · 6m · 24 viewsFree
@vybecoding
Clerk + Next.js 15 in Production: The Gotchas Nobody Warns You About
Intermediate · Tutorial

Clerk + Next.js 15 in Production: The Gotchas Nobody Warns You About

A first-hand account of the non-obvious Clerk configuration issues that broke our production auth — the publishable key environment split, the middleware CSP headers that silently blocked auth, and why the hosted Clerk subdomain ends up in Google's index. Real stack, real fixes.

clerknextjsauthentication+2
4 modules · 6m · 30 viewsFree
@vybecoding
From 27 to 143 Indexed Pages: Fixing Convex + Next.js 15 SSR for Google
Intermediate · Tutorial

From 27 to 143 Indexed Pages: Fixing Convex + Next.js 15 SSR for Google

A first-hand case study of why a Convex-backed Next.js 15 app was nearly invisible to Google, and the exact server-rendering changes that took it from 27 to 143 indexed pages. Covers the client-only content trap, the hybrid hydration pattern, and the robots.txt mistake that freezes pages in the index.

nextjsconvexseo+2
4 modules · 7m · 4 viewsFree
@vybecoding
How to Run 10+ Parallel Claude Code Agents Without Merge Conflicts
Advanced · Tutorial

How to Run 10+ Parallel Claude Code Agents Without Merge Conflicts

A first-hand playbook for orchestrating a fleet of parallel Claude Code agents on one repository — the git worktree merge protocol, per-agent browser isolation, and the shared-state files that must never be touched by two agents at once. Built from running this exact setup in production.

claude-codemulti-agentgit-worktrees+2
4 modules · 8m · 8 viewsFree
@vybecoding
Stop Coding First: The Prototype Tax and the 4-Step Fix
Beginner · Tutorial

Stop Coding First: The Prototype Tax and the 4-Step Fix

A step-by-step method for solo builders: design and test the whole experience before you write a line of code, so your AI coding agent builds the right thing once instead of three times.

claude-designclaude-codeai-prototyping+3
1 modules · 9m · 2 viewsFree
@vybecoding
Claude Code vs OpenAI Codex — Which AI Coding Agent Should You Use?
Beginner · Tutorial

Claude Code vs OpenAI Codex — Which AI Coding Agent Should You Use?

A beginner-friendly comparison of Anthropic's Claude Code and OpenAI's Codex: what each one is, how their pricing and context windows really compare in 2026, where each one shines, and a simple decision flowchart. All numbers verified against official vendor pages.

claude-codeopenai-codexai-coding+3
3 modules · 9m · 19 viewsFree
@vybecoding
Ask Your Claude Agent for HTML — A One-Line Trick That Makes AI Output 10× Easier to Read
Beginner · Tutorial

Ask Your Claude Agent for HTML — A One-Line Trick That Makes AI Output 10× Easier to Read

A small Anthropic-popularized prompting trick: instead of asking your AI agent to reply in plain text, ask it for HTML. You get scannable tables, color-coded options, and diagrams instead of a wall of prose. This guide covers the exact prompt, a before/after readability comparison, the real use cases, and the honest tradeoffs (token cost, noisy diffs) so you know when NOT to use it.

claudepromptingai-agents+5
4 modules · 11m · 6 viewsFree
@vybecoding
5 Engineer-Only Claude Skills Every Vibe Coder Needs
Intermediate · Tutorial

5 Engineer-Only Claude Skills Every Vibe Coder Needs

A walkthrough of five skills from Matt Pocock's 100k-star skills library — improve-codebase-architecture, grill-me, caveman, zoom-out, and handoff — that bring real engineering discipline to AI coding. What each does, when to reach for it, and the exact command to run.

claude-codeskillsproductivity+3
4 modules · 14m · 20 viewsFree
@vybecoding
Claude Code's /goal Command: Autonomous Coding with Adversarial Verification
Intermediate · Tutorial

Claude Code's /goal Command: Autonomous Coding with Adversarial Verification

A practical walkthrough of Claude Code's /goal command — how its independent adversarial review loop verifies work, why you plan first and feed tasks two at a time under a ~3,500-character ceiling, and the memory system that keeps long autonomous runs from drifting.

claude-codegoal-commandautonomous-agents+3
3 modules · 11m · 8 viewsFree
@vybecoding

Showing 24 of 79 guides

Difficulty:BeginnerIntermediateAdvanced

All guides