← All courses
IntermediateFree

Avoiding the Re-ask Loop

Stop re-asking the same thing. Get it right the first time and save water.

5 lessons · 35 min · Instructor: Placeholder

0%

1. The re-ask trap

The re-ask loop is the cycle of sending a vague prompt, getting a partial answer, and firing off correction after correction. Each round is a fresh charge of input and output tokens, and the running total adds up fast.

The fix is not the opposite extreme. Cramming everything into one giant mega-prompt with huge pasted context and a request for a very long answer can waste even more tokens than a few short, well-built messages. Both extremes are inefficient.

The target is the middle: reach a correct, usable answer with the fewest total tokens. Sometimes that is one good prompt, sometimes it is two short ones.

This course shows how to find that middle: front-load what matters, get a complete answer in one pass when you can, and understand the real cost behind it.