What I learned from vibe coding a small web project with GitHub Copilot and GPT-5 mini
A developer shares firsthand experience vibe coding a small web project using GitHub Copilot with VS Code Agent Mode and GPT-5 mini, on a stack of Go, SQLite, React, Redux, and Sass. The positives include fast boilerplate setup, dependency installation, and incidental learning of CLI tricks like lsof and curl. The negatives are significant: the AI struggled with more than a handful of moving parts, hallucinated fixes (nearly wiping a database), installed outdated dependencies, and produced code that didn't match the versions it installed. The author concludes that vibe coding is useful for boilerplate and learning but unreliable for anything complex, and recommends treating AI output like code from a distracted junior developer with access to last year's internet.