Quality Modes

Choose between Prototype and Production quality for AI-generated code

What are Quality Modes?

Make Mode offers two code quality tiers that control how the AI generates code. Select the mode that matches your current needs — fast iteration or production-ready output.

Prototype Mode (Default)

Selected via the lightning bolt icon in the Make toolbar. Optimized for speed and quick iteration.

Production Mode

Selected via the checkmark icon in the Make toolbar. Generates shipping-ready code.

Multi-File Output

In Production mode, the AI generates multiple files with proper project structure:

In Prototype mode, code is generated as a single file by default.

Choosing the Right Mode

Tip

Use Prototype mode to quickly test different approaches, then switch to Production mode for the final version. This saves time and API costs during the exploration phase.

Related Articles