-
@ Machu Pikacchu
2025-05-11 20:00:20A basic recipe for vibe coding: - idea - README - tests - code - recurse Write the README with your idea, constraints, extra context, etc. Then vibe some tests for the functionality you want (they’ll obviously fail) that help ground the AI model automatically. If the model can then write code to make the tests pass you’ve got an MVP. Then do it all over again for the next feature.