ref: https://arxiv.org/pdf/2512.14982
Summary
The easiest AI upgrade might be just “copy and paste”. Google researchers tested with 7 leading models and found that repeating the exact same prompt boosted results in 47/70 tests, with 0 losses! On one particular task, accuracy jumped from 21% to 97%. Even better, response time and output length stayed the same. Before adding complex tricks (Re-read, CoT, asking score & threatening), try repeating your prompt once.
ps. The order of question and context also changed performance. Always do question first, context later in Q&A query.
Baseline prompt
Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.
Repetition prompt
Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.
Repetition prompt (Verbose)
Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.Let me repeat that:Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.
Repetition prompt ×3
Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.Let me repeat that:Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.Let me repeat that one more time:Which of the following combinations is a mixture rather than a compound?A. oxygen and nitrogen in airB. sodium and chlorine in saltC. hydrogen and oxygen in waterD. nitrogen and hydrogen in ammoniaReply with one letter (’A’, ’B’, ’C’, ’D’) in the format:The answer is <ANSWER>.


Leave a comment