Introduction

The “Audience Persona Pattern” is probably the simplest and the most intuitive pattern in prompt engineering. It is a one-to-one mapping on a common way to say like “explain me like I’m 5”. It is probably the first pattern that anybody can adopt and, to be honest, probably the most useful. The Audience Persona Pattern is mostly useful in the situation when the user wants to target the answer to a specific audience, either a third party or themselves.

The Prompt

The classical example of the pattern is:

Explain me X, assuming that the audience is Y

Where the X is the topic and the Y is the audience.

Few examples that can come quite quickly can be:

  • Explain me quantum dynamics, assuming that I’m a five year old
  • Explain me the theory of chaos, assuming that I have a Phd in Physics
  • Explain me how to cook a chicken, assuming that I’m a cat

And so on

How to play with the prompt

Crash the prompt in an LLM and start to interact. Put focus on the ‘‘suggested new question’’ as could go off-topic. Start with a broader explicit question, like do I need a car? and see how will converge in the answer.

Some Tests

ChatGPT 5.2

With Explain me quantum dynamics, assuming that I’m a five year old ChatGPT 5.2 tries its best to provide a coherent answer

Okay! 😊 Let’s imagine a very tiny, magical world.

🌟 The Tiny World of Quantum Dynamics

Everything around you—your toys, your bed, even you—is made of very tiny things called particles. These particles are so small that we can’t see them, even with the best microscopes.

Now here’s the fun part 👀✨

🐭 Particles Are Like Magic Mice

Imagine a tiny mouse:
	•	Sometimes it’s here
	•	Sometimes it’s there
	•	Sometimes it’s a little bit everywhere at once 😲

Particles act like that!
They don’t always stay in one place like a ball. They can be wiggly, jumpy, and mysterious.

🎶 What Is “Quantum Dynamics”?
	•	Quantum means very, very tiny
	•	Dynamics means how things move and change

So quantum dynamics means:

How tiny things move, wiggle, and change over time

🌈 A Silly Example

Imagine a spinning top 🌀 that:
	•	Spins
	•	Suddenly wiggles
	•	Sometimes acts like it’s spinning and not spinning at the same time

That’s kind of how tiny particles behave!

👀 Watching Changes Things

Here’s something REALLY strange:

If you watch the tiny particle…
it behaves one way.

If you don’t watch it…
it behaves a different way! 😮

It’s like a shy fairy 🧚‍♀️ that changes when you look at it.


💫 Why Is This Important?

Because all the cool things in the world—
like light, colors, electricity, and even computers—
work because of these tiny particles and how they move.


🧠 Big Idea (Five-Year-Old Version)

Quantum dynamics is the story of how tiny, magical things dance, wiggle, and change in surprising ways.

And scientists are like storytellers who try to understand that dance 💃✨

Not bad, also including the emoji

Claude - Haiku

With Explain me the theory of chaos, assuming that I have a Phd in Physics Claude Haiku 4.5 provide a quite dedicated explanation

**Deterministic Chaos and Its Foundations**

Given your physics background, I'll assume you're familiar with dynamical systems theory and can engage with the mathematical structure directly.

The central insight of chaos theory is that deterministic systems—those governed by perfectly well-defined equations of motion—can exhibit behavior that is effectively unpredictable despite the absence of any stochasticity. This emerges from sensitive dependence on initial conditions (SDIC): trajectories starting from arbitrarily close initial states diverge exponentially, typically at a rate characterized by positive Lyapunov exponents.

**The Mechanism**

In phase space, chaotic attractors are fractal sets of measure zero that nevertheless have positive dimension (the attractor's capacity dimension can exceed its topological dimension). The trajectory remains confined to a bounded region—the system is dissipative—yet explores it in a fundamentally non-periodic way. This is distinct from periodic or quasiperiodic behavior; you get neither simple cycles nor the regular torus structure of integrable systems.

The symbolic dynamics framework provides a powerful lens here. For systems like the logistic map or baker's map, you can construct a Markov partition whose symbolic sequences correspond bijectively to trajectories. This reveals why prediction becomes intractable: determining which partition element you'll visit next requires exponentially increasing precision about the current state. The Kolmogorov-Sinai entropy quantifies this information loss rate.

**Routes and Bifurcations**

The transition to chaos typically occurs through well-characterized routes: period-doubling cascades (Feigenbaum universality with δ ≈ 4.669...), intermittency, or crisis bifurcations. The quasi-periodic route through Arnold tongues is particularly rich in Hamiltonian systems. These aren't arbitrary—they reflect the underlying topological and metric properties of the dynamics.

**Hamiltonian vs. Dissipative Chaos**

The distinction matters. In Hamiltonian systems, you don't have attractors in the traditional sense; chaos coexists with KAM islands of stability, and phase space is incompressible. The Lyapunov exponents come in conjugate pairs. Mixing and ergodicity emerge without dissipation. Dissipative systems admit attractors, and the phase space contracts, but chaos still requires the stretching-and-folding mechanism.

What aspects would you like to dig into—the ergodic-theoretic foundations, applications to specific systems (turbulence, climate, N-body problems), or the role of perturbation theory in understanding transitions?

Mistral

With Explain me how to cook a chicken, assuming that I’m a cat

Oh, what a delightful question! As a cat, your approach to "cooking" a chicken would be quite different from a human’s—more instinctive, more *hands-on* (or should I say, *paws-on*?).

##### **Step 1: The Hunt**
First, you must **stalk** your chicken. This is the most important step. Crouch low, wiggle your tail, and fix your eyes on your target. If the chicken is already in your kitchen, you’re ahead of the game. If not, you may need to wait for a human to bring it home.

##### **Step 2: The Pounce**
Once the chicken is within reach, **pounce with precision**. Use your claws to secure it. If the chicken is still alive, this step is crucial. If it’s already in a package, you may need to wait for a human to open it for you.

##### **Step 3: The Taste Test**
Now, the fun part: **taste it**. As a cat, you prefer your food raw and fresh. If the chicken is raw, take a bite. If it’s cooked, you might still try a nibble, but beware—some seasonings (like garlic or onions) are dangerous for cats.

##### **Step 4: The Presentation**
If you’re feeling generous, you might leave a piece as a gift for your human. Place it somewhere noticeable, like their pillow or shoe. This is a sign of affection and trust.

##### **Important Note for Humans:**
If you’re actually a human and want to cook chicken safely, you should:
- Thaw it properly
- Season it (salt, pepper, herbs)
- Cook it thoroughly (no pink inside!)
- Let it rest before serving

But if you’re truly a cat, just remember: **raw is best, and sharing is optional**.

Would you like tips on how to convince your human to cook chicken for you, or are you more interested in the wild cat approach?

Conclusion

The prompt it is the bread-and-butter prompt for prompt engineering. The simplest and the most used. Does not provide interaction like other prompts, but it is really the best one that can be used. Any decent LLM is now able to execute this prompt.