I do the reverse of that sometimes – "I'm an experienced Python programmer with limited knowledge of TypeScript" to get answers that are better tailored to my own knowledge
PROMPT ENGINEERING
-
Tell LLMs Exactly What You Want for Better Code Generation
By
–
Yeah, for coding I usually tell the model exactly what I want it to write https://
simonwillison.net/2025/Mar/11/us
ing-llms-for-code/#tell-them-exactly-what-to-do
… -
Minimal Prompting: The Art of Simplicity in AI Prompts
By
–
I'm a big fan of what I call "minimal prompting": try to find the shortest, simplest prompt that can achieve your goal and then iterate on it and expand it only if you don't get the desired result from the simple version
-

Prompt Hacks Effectiveness: Model Evolution and Measurement Challenges
By
–
The problem with prompting hacks like "I'll tip you $200" is that they mostly emerged a year or two ago and models have evolved a lot since then It's very easy to remain superstitious about them though, especially as measuring their effectiveness is actually very difficult
-
AI Optimization Techniques Show Unpredictable Performance Results
By
–
Sometimes these techniques helped, sometimes they hurt performance. It averaged to almost no effect. There was no clear way to predict in advance which technique would work when. Papers: https://
papers.ssrn.com/sol3/papers.cf
m?abstract_id=5165270
… https://
papers.ssrn.com/sol3/papers.cf
m?abstract_id=5285532
… https://
papers.ssrn.com/sol3/papers.cf
m?abstract_id=5375404
… -
Comparative prompt execution tracking for benchmark evolution
By
–
I'd love to be able to buy a one-off comparative prompt execution in a few months just to see how a new benchmark has evolved over time
-

Prompt Engineering Techniques Lose Effectiveness on Recent AI Models
By
–
We have been systematically testing lots of received prompting wisdom & for recent AI models:
Threats, saying please, being insulting, & promising tips do not change average performance on challenging tasks
Chain-of-thought no longer helps even non-reasoner performance much -
100+ Free Step-by-Step AI Agent Tutorials with Code
By
–
100+ free step-by-step tutorials with code covering: AI Agents RAG Systems Voice AI Agents MCP AI Agents Multi-agent Teams Autonomous Game Playing Agents P.S: Don't forget to subscribe for FREE to access future tutorials.
-
Structure your prompt with clear sections for correct AI responses
By
–
13/ Final word: Don’t stress over the format. What matters is this:
Structure your prompt with clear sections and labels. That’s what helps the AI respond correctly – every time. -
No best prompt format, structured beats freeform
By
–
10/ So… which one should you use? There’s no “best” format. It depends on:
• Your task
• Your model
• Your preference But there is one rule:
Structured prompts > freeform chaos