Why it's worth the line
Unspecified shape defaults to the model's house style: a medium-length, headed, faintly-bulleted wall of prose. Sometimes that's fine. Often you wanted three bullets, or a table, or one tight paragraph — and now you're reformatting by hand.
Format is also a contract. If something downstream parses the output (a script, a doc, a person skimming on their phone), the shape isn't cosmetic — it's whether the thing works at all.
How to catch it in your own prompt
- You reformat the output every time before you can use it.
- The length is unpredictable run to run.
- You needed JSON / a table / a list and got prose, or vice versa.
What to write instead
- State the structure literally: "5 bullets," "a 3-column table," "two paragraphs, no headings."
- Set a length budget — word count, sentence count, or "fits on one screen."
- If a machine reads it, give the exact schema and say "output only the JSON, no prose."
Seen side by side
Give me ideas for the landing page.
Give me 5 landing-page headline options, max 10 words each, as a plain numbered list — no preamble.
Why it lands — Count + length cap + "no preamble" turns a rambling brainstorm into something you can paste straight into a design.
Extract the action items from these notes.
Extract the action items as JSON: an array of {owner, task, due}. Output only the JSON — no explanation.
Why it lands — Naming the schema makes the output parseable; "only the JSON" stops the model from wrapping it in friendly chatter that breaks the parser.
Stop fixing this by hand.
Paste a prompt — Meerkat catches this and the seven other weak spots before you send it. Free, no signup.