Writing · Tag
Articles tagged "vibe-coding".
4 articles on this topic.
Articles tagged "vibe-coding"
·8 min read · claude-code , claude-md , lovable
How I document AI-built projects: a CLAUDE.md, ISSUES.md, and prompts/ workflow
Four files that fix the missing context in AI-built codebases: CLAUDE.md, ISSUES.md, a prompts/ folder, and a two-AI handoff workflow.
·9 min read · lovable , lovable-security , supabase
How to audit a Lovable app after the BOLA disclosure: a 6-hour rotation playbook
Audit checklist I ran on a client's Lovable app after the April 2026 BOLA disclosure, plus the key rotation and Chrome extension SDK migration.
·7 min read · cursor , fast-apply , diffs
Why AI coding tools rewrite full files instead of using diffs
Cursor fast apply, Morph, and Aider all converge: full-file rewrites beat diffs under 400 lines. Three reasons rooted in how language models work.
·10 min read · vibe-coding , cursor , claude-code
How AI coding tools edit code: 6 things from shipping software with real users
What's actually happening when your AI coding tool rewrites a whole file, misses a diff, or loads files you never mentioned.