91% of designers now use AI weekly (up from 54% a year earlier) and 75% use it daily, per the AI in Design Report 2026.Source ↗
78% of designers and developers say AI meaningfully speeds up their work, yet only 32% say they can rely on its output, per Figma's 2025 AI report.Source ↗
Roughly 75% of designers' AI usage concentrates on writing, documentation, and content rather than visuals, per the UX Tools design survey.Source ↗
62% of designers cite inconsistent or unreliable output as their biggest challenge with AI tools, per the AI in Design Report 2026.Source ↗
analysisClaudeChatGPT

Turning interview transcripts into research themes

After a round of 8-12 user interviews you are staring at hundreds of pages of transcripts with a readout due Friday. NN/g's research agenda names extracting themes from qualitative data as one of the clearest places AI helps, and Figma's 2025 report found designers already reach for it in discovery. AI can cluster observations into candidate themes faster than sticky notes on a wall — as a first pass you then check against the raw quotes.

Prompt
You are a UX research analyst helping me synthesize a round of user interviews. My research goal: {{research_goal}}. Product context: {{product_context}}.

I will paste de-identified transcripts below, with each participant labeled by number: {{transcripts}}

Produce an affinity-style synthesis:
1. 5-8 candidate themes, each with a one-line description.
2. For every theme, 2-3 supporting quotes copied VERBATIM from the transcripts, each tagged with the participant number I used.
3. A rough frequency per theme (how many participants it appears in) and a confidence note (strong pattern / early signal / single voice).
4. A "contradictions and outliers" section — quotes that cut against the main themes. Do not discard these.
5. Open questions the data does not answer.

Hard constraints: use ONLY the transcripts I provide. Do not invent, paraphrase, or embellish quotes — if you cannot find a verbatim quote to support a theme, write [NEEDS QUOTE] and lower the confidence. Do not infer demographics, emotions, or intent that participants did not state. Never reconstruct names. This is a first-pass synthesis I will verify against the raw transcripts before any readout.

Fill in your details and the prompt updates live — then copy.

writingClaudeChatGPTCopilot

Microcopy and error messages that match your voice

Buttons, error states, empty states, tooltips, onboarding — the interface is mostly words, and most product teams have no dedicated UX writer. NN/g calls writing the most powerful value AI currently adds to UX work, and the UX Tools survey found about 75% of designers' AI usage is writing and content, not visuals. Generating on-voice variations to compare is faster than staring at a blank text layer.

Prompt
You are a UX writer working inside an established product voice. Here is our voice-and-tone guidance: {{voice_and_tone}}. Here is the UI element and its context: {{component_context}}. Target reading level: {{reading_level}}.

Write three distinct options for this copy. For each option provide:
- The copy itself (button, label, error, empty state, or tooltip as appropriate).
- A one-line rationale tied to the voice guidance.
- Character counts for any length-constrained elements.

Rules:
- Plain, specific language; no jargon, no filler, no exclamation marks unless the voice guide allows them.
- Accessibility: write for screen readers — never rely on "click here" or directional cues like "the button on the right"; make link and button text describe the action.
- Error messages: say what happened and what to do next; never blame the user.
- Do not reference features, limits, or data that are not in the context I gave you. Where a specific number, name, or limit is needed, insert [PRODUCT: confirm] rather than guessing.

Keep all three in the same voice but genuinely different in wording so I can compare approaches.

Fill in your details and the prompt updates live — then copy.

planningClaudeChatGPT

Usability test plans and non-leading discussion guides

Every study needs a plan, a screener, and a discussion guide, and the temptation under a tight timeline is to skip the rigor and wing it. NN/g lists writing study plans and deliverables among the clearest AI uses in research — while warning that AI-generated follow-up questions can quietly introduce bias. A solid draft to edit beats an improvised script.

Prompt
You are a senior UX researcher. Draft a moderated usability test plan for {{product_flow}}. Primary objective: {{research_objective}}. Sessions: {{session_details}}.

Deliver, in this order:
1. 3-4 research questions the study will answer (the underlying things we want to learn, not interview questions).
2. A participant screener: 5-7 questions that qualify the right users, with target answers marked.
3. Task scenarios written as realistic goals the participant tries to accomplish — not step-by-step instructions.
4. A discussion guide: warm-up, think-aloud reminder, per-task prompts, and wrap-up questions.

Constraints: every question must be open and non-leading — one idea per question, no assuming the participant liked or noticed anything. After the guide, add a "bias check" list that flags any question at risk of leading the participant and offers a neutral rewrite. Base the tasks only on the flow I described; where you assume something about the product that I did not state, mark it [ASSUMPTION] so I can correct it.

Fill in your details and the prompt updates live — then copy.

communicationClaudeChatGPTGemini

Explaining design decisions to skeptical stakeholders

The design is done; now you have to defend it to a PM, an engineer, and a VP who each care about different things. Translating design decisions into the language of user evidence, business goals, and tradeoffs is where a lot of designers lose the room. A tight decision doc, tailored to the audience, keeps the review about the work instead of about opinions.

Prompt
You are a design lead writing a concise decision document to help a design review go smoothly. Audience and what they care about: {{audience}}. The decision: {{decision}}. The evidence and alternatives I have: {{evidence_and_options}}.

Write a one-page rationale with these sections:
- Problem: the user problem in one or two sentences, in plain business language.
- Options considered: each alternative with its main tradeoff.
- Recommendation: the chosen direction and the top three reasons, tied to user evidence and business goals.
- Tradeoffs and risks: what we are giving up and how we would mitigate it.
- What we would measure: the signal that tells us this worked.

Constraints: translate design and UX jargon into language a product manager, an engineer, and an executive would each understand. Use ONLY the evidence I provided — do not invent research findings, usage metrics, user quotes, or competitor facts. Any claim I did not give you must be written as [NEEDS DATA], not stated as fact. Keep it to roughly one page and lead with the recommendation for skim-readers.

Fill in your details and the prompt updates live — then copy.

automationClaudeChatGPT

Turning a flow into a clickable coded prototype

Static mockups can't answer "how does this actually feel?" The AI in Design Report 2026 found code generation was the biggest year-over-year mover, and about half of designers say they have shipped AI-generated code to production. Describing a flow and getting a working single-file prototype lets you test real interactions in a day instead of a sprint.

Prompt
You are a front-end prototyper. Build a single self-contained clickable prototype so I can test how a flow feels. Flow: {{flow_description}}. Design constraints (colors, type scale, spacing, key components): {{design_constraints}}. States to include: {{states}}.

Requirements:
- One file: HTML with inline CSS and minimal vanilla JavaScript, no external dependencies, runnable by opening it in a browser.
- Accessibility built in: semantic HTML, labeled form controls, logical heading order, full keyboard operability, visible focus states, and text contrast of at least 4.5:1.
- Realistic but obviously fake placeholder content — never real user data or real names.
- Make the primary path clickable end to end; stub secondary actions with a visible "not built in prototype" note.

Constraints: build only the screens and fields I described — do not invent extra features, flows, or copy. This is a throwaway prototype for usability testing, not production code, so favor clarity over cleverness. After the code, list the accessibility choices you made and any spots I should manually check before testing.

Fill in your details and the prompt updates live — then copy.

creativeClaudeChatGPTGemini

Breaking design fixation with divergent concepts

You've anchored on the first layout that came to mind and can't see past it. NN/g describes AI as a "cybernetic teammate" for ideation and notes that teams augmenting ideation with AI outperformed those without. Asking for structurally different approaches — not just visual variations — is a cheap way to widen the option space before you commit to one.

Prompt
You are a principal product designer running a divergent ideation session with me. Design problem: {{design_problem}}. Users and context of use: {{user_and_context}}. Hard constraints (platform, must-have functions, limits): {{constraints}}.

Generate five structurally different concepts — different interaction models and information structures, not visual reskins of one idea. For each concept give:
- The core idea in one sentence.
- The interaction model (how the user moves through it), in words plus a simple ASCII wireframe.
- Who it fits best and in what situation.
- The main usability risk, named against a real principle (for example recognition over recall, error prevention, Hick's law).
- The cheapest way to test whether it works.

Include at least one deliberately unconventional option to stretch the range. Constraints: respect every hard constraint I listed. Do not claim any concept is "the best" — leave that judgment to me. Do not cite statistics, studies, or competitor features you cannot name and verify; if you invoke a pattern, name the design principle behind it rather than inventing evidence. Treat these as raw starting points, not finished designs.

Fill in your details and the prompt updates live — then copy.

Common questions from ux designers

Is it safe to put user research data into ChatGPT or Claude?

Not in raw form. Names, recordings, and transcripts with identifiers are personal data under GDPR and CCPA/CPRA, and consumer tools may retain or train on what you paste. De-identify first, or use an enterprise or zero-retention deployment your company has approved — and make sure your consent form disclosed that AI would process the data.

Will AI-generated designs be accessible?

Not automatically. AI tools are not accessibility tools — they routinely produce low-contrast text, vague alt text, and non-semantic markup. WCAG applies equally to AI-generated content, and legal responsibility under the ADA and Section 508 stays with you, so treat every AI-generated screen as something that still needs an accessibility review.

Can I trust AI to synthesize my research findings?

As a first pass, not a final answer. Figma's 2025 report found only 32% of practitioners feel they can rely on AI output. AI clusters themes quickly but flattens outliers and can state invented patterns with confidence, so verify every theme against the raw quotes before it informs a decision.

Will AI replace UX designers?

Not so far. The AI in Design Report 2026 found near-universal daily use but no broad team reductions — about 76% of designers said AI had not led to role displacement. It removes routine work like first drafts, microcopy, and prototyping, while research judgment, product decisions, and accountability stay human.

Related professions