Skip to content
PrepMint

Claude

Projects & Artifacts

Projects, Artifacts, Memory, and workspace features

6 questions
Easy· 4Medium· 2

Last reviewed

Recommended

Projects & Artifacts — Timed Test (6 questions)

TimedEasy6 questions · 6 min
Start test

No account needed. Answers and explanations arrive when you submit.

What this topic tests

The mix every Projects & Artifacts set is built to, and the questions published against it so far. Nothing here is hidden before you start.

Projects & Artifacts — target difficulty mix and published question count per level
LevelTarget sharePublished
Easy40%4
Medium40%2
Hard20%0
Total6

Projects & Artifacts — the theory

Claude's Projects and Artifacts features help you organize and act on work more effectively than a single freeform chat.

Projects. A Project groups related conversations under one roof, with shared context that persists across every chat inside it. You can attach reference files, write custom instructions specific to that project, and start as many conversations as you need — each one automatically has access to the project's shared materials. This is especially useful for ongoing work like writing a book, managing a codebase, or running a research effort, where re-explaining context every time you open a new chat would be wasteful.

Artifacts. When Claude generates a substantial, self-contained piece of content — a block of code, a document, an HTML page, a diagram — it can render that content in a separate panel next to the conversation instead of inline in the chat. This "artifact" stays interactive: you can ask Claude to revise it, and the panel updates in place while your conversation history stays clean and readable. Artifacts are especially useful for code you intend to keep iterating on, since you don't have to scroll back through chat history to find the latest version.

Working together. Projects and Artifacts complement each other: a Project gives you a stable home base with shared context, while Artifacts give you a clean workspace for any single deliverable you're actively building within that project. Understanding when to reach for a Project versus a single conversation, and how Artifacts keep long-running work organized, is core to using Claude efficiently for real tasks rather than one-off questions.

Practical use. A common pattern is starting a Project for a recurring area of work — say, a specific codebase or an ongoing writing project — uploading the relevant reference material once, and then returning to that Project repeatedly over days or weeks. Every new conversation inside it starts with full context already available, without you needing to re-upload files or re-explain background each time. Combined with Artifacts for any individual deliverable you're iterating on, this pairing turns Claude from a single-conversation tool into something closer to an ongoing workspace for real, sustained projects.

Setting up a Project well. The value you get from a Project depends heavily on what you put into it. Two inputs matter most: the reference files you attach and the custom instructions you write. Good reference files are the documents you would otherwise find yourself pasting into chats repeatedly — a style guide, a product specification, meeting notes, a summary of decisions already made. Good custom instructions describe how you want Claude to behave in every conversation inside the project: the audience it is writing for, the conventions to follow, the tone to use, and anything it should always or never do. A few minutes spent writing clear project instructions pays off across every conversation that follows.

Curate rather than dump. A tempting mistake is to attach everything even loosely related to the work. In practice, a smaller set of well-chosen, current documents produces better results than a large pile of overlapping or outdated ones, because it is clearer which source should win when documents disagree. When a project's reference material changes — a spec is revised, a decision is reversed — updating the attached files keeps every future conversation grounded in the current truth rather than the old one.

One project per stream of work. Projects work best when each one maps to a single ongoing effort with its own context: one per codebase, one per book, one per client, one per research question. Mixing unrelated work into a single project dilutes the shared context and makes custom instructions harder to write, since instructions that suit one kind of task may be wrong for another. Creating a new project is cheap; untangling a mixed one is not.

Iterating on Artifacts. Because an artifact updates in place, you can treat it as the single live version of whatever you are building. Ask for a revision in plain language — tighten this section, rename that function, make the layout two columns — and the panel reflects the change while the conversation stays a readable record of what you asked for and why. This is a very different rhythm from scrolling back through chat history comparing near-identical pasted versions, and it is the main reason artifacts suit work you expect to refine over multiple rounds rather than accept on the first pass.

When a plain conversation is enough. Not everything needs this machinery. A one-off question, a quick explanation, or a task with no reusable context is perfectly served by a normal chat. The judgment to develop is simple: if you expect to come back to this work, or you are already re-explaining the same background a second time, that is the signal to promote the work into a Project — and if you are about to iterate on a single self-contained deliverable, that is the signal to have Claude build it as an artifact.

The bigger picture. Together, these two features mark the difference between using an AI assistant as a question-answering box and using it as a workspace. The Project holds the durable context; each conversation inside it handles one thread of the work; each artifact holds one evolving deliverable. Learning that division of labor — and forming the habit of setting up a Project the moment work becomes recurring — is one of the most practical skills for getting sustained, real-world value out of Claude.

Sample questions

Three questions from this topic, with the answer and the reasoning shown.

Q1EasyCan multiple separate conversations exist within a single Project?
  • Yes, and each one automatically has access to the project's shared materialsCorrect
  • No, a Project supports exactly one conversation
  • Yes, but they cannot access any shared files
  • No, Projects replace conversations entirely

Explanation

Yes. A Project is a workspace with its own chat history, not a single long thread, so you can start as many separate conversations inside it as the work needs — one per bug, one per chapter, one per experiment — and each keeps its own transcript.

What they share is the Project's knowledge base and its instructions. Files, documents and code you upload sit at the Project level, and Claude draws on them in every chat you start there, along with any project instructions you have set. That is why a new conversation in a Project does not begin from nothing: the background is already attached, without you pasting it again.

The sharing runs one way, and it is worth knowing which way. Project knowledge reaches every chat, but the chats stay separate transcripts, so what you worked out in one is not automatically part of another. If something that surfaced in a conversation matters to the whole effort, add it to the Project's knowledge yourself.

Open this question on its own page

Q2EasyWhat is the primary purpose of a 'Project' in Claude.ai?
  • To group related conversations with shared context, files, and instructionsCorrect
  • To manage billing across a team
  • To schedule automated messages
  • To translate conversations into other languages

Explanation

A Project keeps one body of work — its chats, its uploaded files and its custom instructions — together in a single, persistent workspace. That is the purpose: continuity. A standalone conversation starts from nothing every time, so the background you spent ten minutes explaining yesterday has to be explained again today, and pasting the same specification into chat after chat is both slow and a place for versions to drift apart.

Inside a Project, the knowledge you add lives at the Project level rather than inside one conversation. Every chat you start there can draw on it, and the custom instructions you set apply to all of them, so Claude holds the same context and the same standing brief across the whole effort. That is what makes a Project the right container for ongoing work — a codebase, a research thread, a document you keep returning to — and an ordinary chat the right one for a single question you will not revisit.

Open this question on its own page

Q3EasyWhat kind of content is best suited to becoming an Artifact rather than staying inline in the chat?
  • A substantial, self-contained piece of content like code or a documentCorrect
  • A single short one-sentence answer
  • A simple yes or no response
  • A one-word clarifying question

Explanation

Artifacts exist for output you will do something with after the chat is over. Anthropic's test is size and independence: Claude creates one when the content is significant and self-contained — typically more than fifteen lines — and when it is something you are likely to edit, iterate on or reuse outside the conversation. A React component, a migration script, a policy document or a long data table each qualifies, because each still means something once you copy it somewhere else.

Short replies fail that test, and the failure is practical rather than stylistic. A one-line answer, a yes or no, or a clarifying question only makes sense next to the message that prompted it. Lifting one into a panel of its own separates it from the context that made it readable, and costs you a click to read what would otherwise have been visible in the transcript.

The useful question is therefore not whether the answer is important, but whether you will still want it after the chat is closed.

Open this question on its own page

More Claude topics

All of Claude