Rubric
Contents — domains, guide and mocks

Choosing formats and curating information

CCAO-F 2.612 min read · checked 21 September 2026

Task statementOrganize and curate information and select appropriate output formats (artifacts, inline, structured data)

What happens to this output next?

What happens to this output next?
  • Read now, then done
    Inline answerin the conversation
  • Kept, edited or shared
    Artifactstandalone, versioned, shareable
  • Sorted, filtered or imported
    Structured datatable, CSV, JSON, spreadsheet
  • Needed as an Office file
    Created fileExcel, Word, PowerPoint, PDF
The format follows the use. The same content — a comparison of three suppliers — could rightly be any of these, depending on who uses it and how.

Inline: the default for conversation

Most answers belong in the conversation: explanations, quick comparisons, short drafts you will paste elsewhere, answers to “what does this clause mean?”. Inline text is fast to read and fast to follow up on. Its weakness is that it lives in the chat history — hard to find again, awkward to share as a finished piece, and mixed in with everything else that was said.

Format inside an inline answer matters too. Anthropic’s prompting guidance notes that the style of your prompt influences the style of the response, and that it works better to say what you want (“flowing prose paragraphs”) than what you don’t (“no bullet points”). A short table is often the best inline format for comparing a few options; a wall of bullets is rarely the best format for an argument.

Artifacts: when the output is a thing, not an answer

Claude’s help centre describes an artifact as something Claude makes that you would put in front of someone — a document, a deck, a dashboard, a diagram or a small interactive tool — shown in its own window beside the conversation. Claude creates one when the content is significant and self-contained (typically more than about 15 lines), stands on its own without the surrounding chat, and is something you are likely to edit, reuse or come back to.

Artifacts give youWhich matters when
A standalone view, separate from the chatThe output will be read without the conversation around it
Editing, and a version selector between iterationsYou will refine it over several rounds and may want an earlier version
Copy and download optionsIt will be used outside Claude
Sharing by link, with plan-dependent access controlsColleagues need to see or reuse it
Interactive content such as dashboards or small toolsThe reader needs to explore, not just read

Two practical notes from the help centre. Artifacts need the code execution and file creation capability switched on in settings (on Team and Enterprise plans, an owner controls it). And sharing has consequences: when you publish or share, attachments from the original conversation can become visible to viewers, and some artifacts store information that everyone who opens them can see — so check what is in the conversation before you send the link. Sensitive-data handling in general is covered in 6.2.

Structured data: when a spreadsheet or system is the reader

Some outputs are read by a tool before a person: a list to sort in Excel, a table to import into a CRM, fields to paste into a form, a JSON file for a colleague’s system. Prose is the wrong format here, even if it is well written, because someone has to re-type it. The right move is to ask for structure explicitly, and to specify it precisely. Anthropic’s consistency guidance puts specifying the exact output format first among its techniques, and recommends showing an example of the format you want.

Asking for data you can actually use

Produces prosetext

Summarise the pricing and terms in
these 12 supplier quotes.

Produces datatext

From the 12 attached supplier quotes,
build a table with one row per supplier
and these columns, in this order:

supplier | unit_price_gbp | min_order |
lead_time_days | payment_terms | source_page

- Prices in GBP, numbers only, no symbols
- If a value is not in the quote, write
  NOT_FOUND - do not estimate
- Give me the result as a CSV file
The right-hand request fixes the columns, units, one-row-per-item rule and what to do with missing values — which is what makes the result sortable and importable without clean-up.

With code execution and file creation on, Claude can also produce real files — Excel spreadsheets with working formulas, Word documents, PowerPoint decks and PDFs — rather than text you paste into them. That is the right choice when the recipient works in those tools. Structured outputs still need the checks from 2.1 and 2.3: a tidy table with a wrong number is still wrong, and “NOT_FOUND” values are gaps to chase, not to hide.

Organising and curating information

Curating is deciding what the reader gets: what to include, what to leave out, how to group it and in what order. It is where Claude saves the most time — turning fifteen sources into a two-page brief — and where the most can quietly go wrong, because every merge is a chance to lose a caveat or the source of a claim.

  • Organise by the reader’s question, not by source. “What competitors charge” is more useful than “what Source 1 said, then Source 2”.
  • Rank. Put what changes the decision first; move background to the end or an appendix.
  • Keep attribution attached. Each figure or claim should carry its source, so curation does not erase the trail back to the evidence.
  • Flag conflicts instead of blending them. If two sources disagree, say so and show both; an average of two contradictory figures is a figure nobody reported.
  • Say what was left out. A line on what was excluded, and why, keeps the curation honest.

How you give Claude the material helps too. Anthropic’s long-context guidance recommends putting long documents at the top of the prompt with the question at the end, and wrapping each document with its name and source so Claude can tell them apart — which also makes it easier for the output to cite them.

Is this curated brief ready?

  • Passes: Organised by the reader’s questions
  • Passes: Most decision-relevant points first
  • Check: Every figure carries its sourcetwo launch dates unattributed
  • Passes: Conflicting sources flagged, not mergedpricing conflict shown with dates
  • Missing: Exclusions statedadd a line on what was left out
  • Passes: Format fits the useartifact brief plus filterable spreadsheet
Curation can fail even when every sentence is accurate: the organisation, the attribution and the handling of conflicts are what these checks test.

Traps the wrong answers are built from

Tempting but wrongDo this instead
An artifact for a one-off answerKeep quick, read-once answers inline.
Prose for data someone must sort or importAsk for a table, CSV or spreadsheet with named columns and a missing-value rule.
Vague format requests like “put it in a table”Specify columns, order, units and one row per item — and show an example.
Summaries organised source by sourceOrganise by the reader’s questions and rank by importance.
Blending conflicting sources into one figureShow both with their sources and dates, and resolve it at the source.

You should now be able to

  • Choose inline, artifact, structured data or a created file from how the output will be used next.
  • Apply the help centre’s artifact criteria: self-contained, substantial, likely to be edited, reused or shared.
  • Specify structured outputs precisely: columns, order, units, one row per item, missing-value rule.
  • Curate many sources into a brief organised by the reader’s questions, with attribution kept.
  • Flag conflicts and exclusions instead of hiding them.
  • Check what a shared artifact exposes before sharing it.

Practice questions

Original questions written for this lesson, in the exam’s style. Answer first, then open the reasoning — every option is explained, including why the wrong ones are tempting.

  1. Question 1

    In a chat, a team lead asks Claude what the difference is between the company’s two expense policies for client entertainment. She needs the answer once, before replying to a colleague.

    Which output format is most appropriate?

    1. AAn artifact containing a full comparison document.
    2. BA short inline answer in the conversation.
    3. CA CSV file with one row per policy clause.
    4. DA PowerPoint deck created with file creation.
    Show answer and reasoning
    1. AIncorrect. An artifact suits self-contained content that will be edited or reused; this is a one-off answer.
    2. BCorrect. Read once and acted on immediately — inline is the fastest and simplest format.
    3. CIncorrect. Structured data is for sorting or importing; nobody will process this in a tool.
    4. DIncorrect. A deck is for presenting to others; it adds work without helping this reader.
  2. Question 2

    A procurement analyst needs details from 30 supplier quotes so her team can sort by price and lead time in Excel and import the shortlist into the purchasing system.

    What should she ask Claude for?

    1. AA well-written summary paragraph for each of the suppliers.
    2. BAn artifact with a narrative comparison of the suppliers.
    3. CA spreadsheet with named columns, units and a missing-value rule.
    4. DAn inline bulleted list of each supplier’s key terms and prices.
    Show answer and reasoning
    1. AIncorrect. Prose would have to be re-typed before it could be sorted or imported.
    2. BIncorrect. An artifact is shareable, but a narrative is still not sortable or importable data.
    3. CCorrect. The next step is sorting and importing, so the output must be structured with defined fields.
    4. DIncorrect. Bullets are readable but inconsistent in structure and cannot be filtered in Excel.
  3. Question 3

    An operations manager is creating a step-by-step guide to a new returns process. It will be reviewed by two colleagues, updated over several weeks and shared with store managers.

    Which format best fits this output?

    1. AAn artifact that can be iterated on, versioned and shared.
    2. BAn inline answer she copies from the chat when needed.
    3. CA JSON file with one object per step of the process.
    4. DA new chat each time she needs to update the guide.
    Show answer and reasoning
    1. ACorrect. Self-contained, substantial, edited over time and shared — the criteria for an artifact.
    2. BIncorrect. Inline text is hard to find again, edit over weeks or share as a finished piece.
    3. CIncorrect. JSON is for systems to read; store managers need a readable guide.
    4. DIncorrect. Restarting loses the earlier version and makes collaboration harder.
  4. Question 4

    A strategy analyst has Claude summarise 15 market reports into a brief for the executive team. Two reports give different figures for the same market’s size.

    What is the best way to curate the brief?

    1. ASummarise each report in order, so nothing is left out.
    2. BUse the average of the two market-size figures.
    3. CInclude every finding from all 15 reports for completeness.
    4. DGroup by the executives’ questions, cite sources, and show the conflict.
    Show answer and reasoning
    1. AIncorrect. Source-by-source summaries are complete but hard to use; executives need the answers to their questions.
    2. BIncorrect. An average of contradictory figures is a number neither source reported, and it hides the disagreement.
    3. CIncorrect. Curating means selecting and ranking; including everything pushes the decision-relevant points out of sight.
    4. DCorrect. Organising by the reader’s needs, keeping attribution and surfacing conflicts is what good curation looks like.

Sources

Drafted with AI assistance and checked against the sources above; expert review is in progress. Spotted an error? Tell us and it gets fixed, dated and listed on how this is written.