Hello;
I have gone off the deep end of vibe coding. I am using codex (vite and react for a web app and chatgpt 5.4 at highest level) to do the same space game I have been trying to write for at least 30 years. After 6 months of figuring out what to trust the ai with I have gotten good at it (and the harness has gotten much better too).
I can ask it to do the tech tree for ship armor (including some crafty paths that bypass neutron research) and it creates the entire tree, a screen for it that can be expanded with the shield research lane and pseudo science for each node.
I can ask it to do the ship editor, including tech levels and size of ship parts, make sure you get a bonus for engines in the back and same weight left right etc. It does take it an hour to plan and write the code -- but the outstanding thing is it tests it all in my browser 5 different ways.
The automatic testing of the code paths is the part I didn't realize I really needed all along. It can take hours to run the tests but you don't have to be there and it can run 5 tests at once. If it finds a problem it fixes it and runs it all over again.
The way wasn't all roses of course--early on it would write unfun sub games into the alien encounters (like add all the numbers between 19 and 31 and use a timer). It doesn't seem to know what fun is and it has a hard time understanding the player can upgrade his ship but the designer has to edit the enemy ships. But with patience and big .md files it gets the hang of it.
I think I am coming to the end of programming, and it is a blast.
yours
winkr7