Work
Client email
I am [who you are and what you do]. I am writing to [who, at which company].
Goal of the email: [what you want to achieve].
History between us: [prior contact, or "none, first touch"].
Write an email under 120 words in plain language, no corporate filler, no "hope you are doing well". End with one concrete question. Give me three subject-line options.
Work
Meeting debrief
Below is a meeting transcript. Turn it into:
1. Decisions — one bullet per decision.
2. Action items: who, what, by when. If no date was given, write "no date given".
3. Open questions left unresolved.
Do not fill in gaps: if something is not in the text, say so.
Transcript:
[paste the text]
Learning
Explain a document
Explain this document the way you would to a friend with no specialist background.
Structure:
— What it is about, in two sentences.
— What I am obliged to do, and by when.
— What deserves attention: contentious clauses, risks, unusual terms.
— What to ask the document's author.
Document:
[paste the text]
Learning
Study plan
I want to learn: [topic].
My current level: [what I already know, or "from scratch"].
I can spend [hours] per week, for [weeks] in total.
Build a week-by-week plan. For each week: what to study, what to build by hand, how to check I have absorbed it. Do not suggest paid courses. Finish with three signs that I am stalling.
Creative
Social post
Post topic: [what about].
Audience: [who reads it].
What the reader should do afterwards: [action].
Write three versions in different tones: calm and expert, personal first-person, short and blunt. 60–90 words each. No emoji at the start of lines, no "hey folks!", no question in the opening sentence.
Creative
Simplify a text
Rewrite the text below more simply, keeping every meaning and every number.
Remove: bureaucratic phrasing, nominalisations, passive voice, filler like "it should be noted that".
Keep: facts, sums, dates, names.
Length: no more than 70% of the original.
Show the result, and below it list what you cut and why.
Text:
[paste the text]
Code
Debug an error
This code is failing. Help me find the cause.
Expected behaviour: [what should happen].
Actual behaviour: [what you see].
Exact error text:
[paste the whole error]
Code:
[paste the code]
Name the most likely cause first and explain why it is that one. Then give the fix as a minimal change. Do not rewrite the whole file.
Creative
AI photoshoot
Professional photoshoot: [who or what is being shot — a person, a product, a dish].
Style: [studio / street / cinematic / minimalist].
Light and mood: [soft daylight / high-contrast studio / golden hour].
Angle and composition: [close-up / full body / overhead].
Background and location: [white cyclorama / city street / nature].
Wardrobe, props, details: [what the subject wears, accessories].
Make a photorealistic, high-resolution image, no watermarks or text in the frame. Give me 3 variants with different angles.
(Switch the composer to Image mode before sending — otherwise this goes to the text chat instead.)
Code
Code review
Review this code as a reviewer would. Find, in this order:
1. Bugs that will show up in production.
2. Security issues and mishandling of untrusted input.
3. Places that break as load or data volume grows.
Say nothing about formatting or style. For each finding: the line, what is wrong, a concrete fix. If nothing serious is there, say so.
Code:
[paste the code]