Lesson 3 of 8
Structured Tables
Tables are useful when repeated items share the same fields and you need to compare or verify them quickly.
Active reading
Columns
Define the schema first.
Rows
One comparable item each.
Missing data
Use explicit blanks or unknown.
Define the table before asking AI to fill it
A stable table prompt names the exact columns and tells the model what to do when a value is missing.
This makes outputs easier to compare, export and verify than free-form prose.
Example
Columns: Item | Owner | Deadline | Evidence. If a field is missing, write “Unknown” instead of guessing.
Quick check
Explain this lesson back in one sentence before continuing. If you cannot, reread the example and key takeaway.
Common mistake
Do not ask the model to invent values just to make every cell look complete.
Key takeaway
Structured output is reliable when the schema and missing-data rules are explicit.