skip to content
Astro Cactus

Notes about vibe coding

I recently “vibe coded” an app to help manage my job search. Here are some things to remember:

  • Always use a statically typed programming language, and make the AI typecheck itself when it is done
  • Use git extensively: being able to roll back is essential
  • Add tests wherever possible