Skip to content

35 min read

Three ways to see it

  1. Almost every Pakistani professional who tries AI for the first time has the same instinct. They type a prompt. The result is not good enough. They close the tab and conclude that AI is overhyped. This is the single largest source of disillusionment with AI in our offices, and it is built on a misunderstanding. A prompt is not a vending machine where you insert a coin and pull a soda. A prompt is a conversation, and the first response is almost never the final response. Professionals who get good outcomes from AI iterate three to five times on average before they accept an answer. Professionals who give up after one prompt are not failing because the technology is weak. They are failing because they are using the wrong protocol.

  2. Way one: clarify. The model produced something that misses the mark. Your first move is not to start over. It is to clarify what was wrong, in one sentence, and ask it to try again. "The tone is too informal for an official notice. Please rewrite in a formal sarkari Urdu register." "The summary is too long. Cut it to under one hundred words." "You assumed I am from a private company. I am from a federal ministry. Try again with that context." Clarify-and-retry is the cheapest, most reliable iteration move. It preserves the work the model already did and surgically fixes the one thing that went wrong.

  3. Way two: narrow. The output was too broad, too generic, or covered too much ground. Narrow it. "Focus only on the implications for textile exporters. Drop the agricultural and IT sections." "Give me only the three highest-risk findings. Ignore the rest." "Restrict yourself to the period after the May 2025 budget. Earlier history is not relevant here." Narrowing tells the model that less is better and what to remove. The output usually gets sharper and more useful. Narrowing is the move of choice when the model has done a competent job but produced a paragraph where you needed a sentence.

Quick check

Quick check: what makes modern AI different from a rule-based program?

The why-tree

The iteration rule. Do not start over. The model has context from the previous turn and the previous output. Restarting throws all that away. Instead, in the same conversation, clarify what was wrong, narrow what you want, or show a counter-example. Three small turns will almost always beat one big rewrite.

Sources

Sources. Andrew Ng and Isa Fulford's DeepLearning.AI lesson on iterative prompt development. Anthropic's documentation on prompt iteration patterns. OpenAI's prompt engineering guide, section on iterative refinement. The Anthropic prompt engineering tutorial that walks through a multi-turn refinement on a real document. Karpathy's 2024 lectures on practical LLM usage, which have a strong section on iteration as the core skill.