News
Develop-web-game: A Skill to solve the "write and run" dilemma of AI game development
1 min read
Source: aixq.cc
There is an embarrassing problem with AI code writing: it is fast to write but slow to modify. You say "make me a snake" and it gives you a complete HTML file in 30 seconds. You open it and see that the snake is not moving. You tell it "the snake doesn't move", it fixes the snake, and the keyboard is broken. If you ask it to repair the keyboard again, the snake won't eat it. The root cause of this "whack-a-mole" development experience is not that the AI is stupid. The root cause is that AI does not test what it writes by itself. OpenAI's develop-web-game Skill comes for this purpose. It doesn’t teach you how to write games, it just equips AI with a set of tools to run tests and screenshots as soon as you finish writing.