AI Models May Execute Tasks by Writing Specialized Software
AI models may respond to a task by writing deterministic software to execute it instead of controlling a computer through an interactive interface. One example involved a game built in Godot in which a pelican on a bike performed tricks and backflips.
When tasked with achieving a high score, the model wrote a script that played the game flawlessly. Its behavior looked mechanical because it had no variation like a human player, but it still achieved a very high score.
The example points to an iterative workflow in which a model generates an image or spatial plan, maps that plan into code, and then runs the resulting program. Writing deterministic software is presented as a potentially effective alternative to direct computer use.
