Sorting & Structuring¶
Raw notes from a meeting, a wall of bullet points, a long email thread — this kind of unstructured information is hard to act on. AI is good at imposing order: it can sort items into categories, pull specific details from a block of text, or reformat a mess of notes into a clean table. The key is giving it the actual messy content to work with, not a description of it. The cleaner and more specific your instructions about the output format, the better the result.
The two recipes here cover the most common structuring tasks: Messy Notes into a Table and Extract Key Details from Text.
In this section¶
| Page | Last updated |
|---|---|
| Extract Key Details from Text Pull specific fields out of unstructured text. |
Updated 2026-06-24 |
| Turn Messy Notes into a Table Convert a pile of notes into a clean, structured table. |
Updated 2026-06-24 |