howiuseai.dev

How I Use AI

Discover how people actually use agentic coding assistants. Real workflows, real examples, ranked by the community.

Claude Code/Cursor/GitHub Copilot

10 workflows

๐ŸŽต

Vibe Coding

Beginner

Just talk to the AI and let it build. No specs, no plans, just vibes.

Claude CodeCursorGitHub Copilot
๐Ÿ“‹

Plan Mode โ†’ Execute

Intermediate

Plan first with Claude, then switch to auto-accept for one-shot execution.

Claude Code
๐Ÿ”ƒ

Ralph Wiggum Loop

Advanced

Autonomous iteration loop โ€” set success criteria and let Claude run until done.

Claude Code
๐Ÿ“

Spec-Driven Development

Intermediate

Write a detailed spec first, then let the agent implement it faithfully.

Claude CodeCursorGitHub Copilot
๐Ÿงช

Test-Driven Development

Intermediate

Write failing tests first, then let the agent make them pass. Red โ†’ Green โ†’ Refactor.

Claude CodeCursor
๐Ÿ“

CLAUDE.md Engineering

Beginner

Invest heavily in CLAUDE.md files to make every session smarter.

Claude Code
โšก

Parallel Claude Instances

Advanced

Run multiple Claude sessions simultaneously on different tasks.

Claude Code
๐Ÿง 

Ultrathink Deep Dive

Intermediate

Use extended thinking for complex architectural decisions and tricky bugs.

Claude Code
๐ŸŒณ

Subagent Task Decomposition

Advanced

Break complex tasks into isolated subtasks using the Task tool for context isolation.

Claude Code
๐Ÿ“ฆ

GitHub Issue โ†’ PR Pipeline

Intermediate

Point Claude at a GitHub issue and let it produce a complete PR.

Claude CodeGitHub