Getting started
When a build fails
What is checked before a version is saved, why it costs you nothing, and what to try next.
After the model writes the code, the code is checked — it has to really run, and every file may import only things that exist. If the check fails, one repair round runs with the error messages themselves. If that does not work either, the build stops and no version is saved.
You were not charged
A build that fails the check is not billed, even if the model worked for minutes. Its repair round is not billed either, and neither is a build that was interrupted halfway. Those tokens are on us.
What to try
- Split a big request in two — “build a management system for the company” is ten screens nobody asked for
- Say who sees what, if it matters: “only the person who opened the ticket can see it”
- If the description was not enough to plan from at all, the message says so — one clear sentence beats a paragraph
Every error on screen carries a code starting with VX. Quoting it along with the project code skips the whole “which screen was it on” stage.