Skip to main content

Iterate without rebuilding

Prefer small diffs

After the first draft exists, avoid “rebuild the entire app.” Instead:
  • Change one section
  • Fix one bug
  • Add one page
Smaller asks = fewer surprises and lower credit use.

Use Preview as the source of truth

Describe what you see:
On the pricing page, the Pro card CTA is cut off on mobile. Fix overflow and keep desktop layout.

Checkpoints

After a successful agent turn, Mythex saves a git checkpoint. Use Restore on that turn in chat to roll the project back before a bad change — better than fighting compounding errors. You can also edit an earlier message and Discard & resend to rewind and try a different prompt.

When a rebuild is OK

  • You changed the product idea completely
  • The architecture is wrong for the new requirements
  • You are still on an empty/nearly empty project
Even then, state what to keep (name, brand colors, content).

Plan then build

For large features, switch to Plan mode first (or ask for a short plan), approve it, then Build.