What did GPT-5.6 Sol, Terra and Luna unlock that made your launch possible?
Maker
This project was built with GPT-5.6's help, especially around the web interface and environment-handling parts of the codebase. It helped design and implement the QEMU execution system, including launching and controlling the VM through Python's async subprocess handling with asyncio.create_subprocess_exec.
It also helped with the structured AI response handling used for code detection and execution planning, where responses follow a JSON schema so they are predictable and ready to parse.