Our prompt improver is compatible with all Claude models, including those with extended thinking capabilities. For prompting tips specific to extended thinking models, see here.
The prompt improver helps you quickly iterate and improve your prompts through automated analysis and enhancement. It excels at making prompts more robust for complex tasks that require high accuracy.
Detailed chain-of-thought instructions that guide Claude’s reasoning process and typically improve its performance
Clear organization using XML tags to separate different components
Standardized example formatting that demonstrates step-by-step reasoning from input to output
Strategic prefills that guide Claude’s initial responses
While examples appear separately in the Workbench UI, they’re included at the start of the first user message in the actual API call. View the raw format by clicking ”</> Get Code” or insert examples as raw text via the Examples box.
Situations where accuracy is more important than speed
Problems where Claude’s current outputs need significant improvement
For latency or cost-sensitive applications, consider using simpler prompts. The prompt improver creates templates that produce longer, more thorough, but slower responses.
Here’s how the prompt improver enhances a basic classification prompt:
Original prompt
Copy
From the following list of Wikipedia article titles, identify which article this sentence came from.Respond with just the article title and nothing else.Article titles:{{titles}}Sentence to classify:{{sentence}}
Improved prompt
Copy
You are an intelligent text classification system specialized in matching sentences to Wikipedia article titles. Your task is to identify which Wikipedia article a given sentence most likely belongs to, based on a provided list of article titles.First, review the following list of Wikipedia article titles:<article_titles>{{titles}}</article_titles>Now, consider this sentence that needs to be classified:<sentence_to_classify>{{sentence}}</sentence_to_classify>Your goal is to determine which article title from the provided list best matches the given sentence. Follow these steps:1. List the key concepts from the sentence2. Compare each key concept with the article titles3. Rank the top 3 most relevant titles and explain why they are relevant4. Select the most appropriate article title that best encompasses or relates to the sentence's contentWrap your analysis in <analysis> tags. Include the following:- List of key concepts from the sentence- Comparison of each key concept with the article titles- Ranking of top 3 most relevant titles with explanations- Your final choice and reasoningAfter your analysis, provide your final answer: the single most appropriate Wikipedia article title from the list.Output only the chosen article title, without any additional text or explanation.