Style Transfer
Style transfer is one of the hardest tasks to describe in words alone. Showing the model two examples of the transformation makes the target voice concrete and reproducible.
Rewrite the following paragraph in the style of {{target_style}}. Study these examples first: Example 1 — Original: "The company released a new product today. It has several improvements over the previous version." Rewritten in Ernest Hemingway's style: "The product was new. It was better than the old one. That was enough." Example 2 — Original: "The market experienced significant volatility due to uncertainty around interest rate decisions." Rewritten in Ernest Hemingway's style: "The market moved. No one knew about the rates. The traders watched and waited." Now rewrite this: Original: "{{original_text}}" Rewritten in {{target_style}}:
Variables to customize
Why this prompt works
Style transfer is one of the hardest tasks to describe in words alone. Showing the model two examples of the transformation makes the target voice concrete and reproducible.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Requesting confidence and key phrases forces the model to justify its classification rather than guessing. The structured output format works zero-shot because sentiment analysis is well-understood by LLMs.
Key Information ExtractionListing the exact fields to extract removes guesswork. The 'Not specified' instruction prevents hallucination when information is missing -- a common failure mode without this guardrail.
Question Answering with SourceGrounding the answer in source material and instructing the model to refuse when information is missing dramatically reduces hallucination -- the biggest risk in zero-shot Q&A.
Math Word Problem ReasoningExplicit numbered steps force the model to decompose the problem rather than guessing. The verification step catches arithmetic errors before the final answer.