← Dictionary

2. Talking to a model well

Structured output

Forcing the model to answer in an exact machine-readable format — named fields like `name`, `date`, `amount` — instead of free prose. (The usual format is called JSON, a simple labeled-data notation software everywhere understands.)

Why it matters: prose is for humans; structure is for systems. The moment an AI's answer needs to flow into a spreadsheet, database, or another agent, structured output is mandatory.