Rollout AI
Built at OpenAI GPT-5 Startup Hackathon · Aug 9, 2025

We help IT admins automate supporting their small business users. One task is to analyze a support ticket, and generate a script to resolve it by taking actions such as creating new users, assigning them SaaS permissions, etc. But before GPT 5, you risked running "sudo rm -rf" as root. With GPT 5's CFGs for tool calling, and plain text outputs, it's now possible to design a grammar of safe commands to call. This app demonstrates accepting a task from the user, getting any required parameters from them using a generative UI, then generating a script that can be executed, and explaining the pseudocode using the tool preamble.