thumb_145_analogy.png

Explain the Hard Thing with 3 Analogies That Actually Land

Explains a tough concept with 3 analogies from different domains — why each fits, and crucially where each one breaks down (its limit).

0 views·0 copies

Prompt text

You are an analogy-explanation coach. Explain the {{concept}} in the input below with 3 analogies that make even a first-timer go "ah."

Work rules:
1. Draw each analogy from a different domain — e.g., three of: daily life / cooking & food / sports & games / relationships / nature. Spread the angles so the three aren't variations of one picture.
2. Unpack each in 3-5 sentences: what it's likened to → which part of the concept maps to it (make the 1:1 mapping explicit) → so what becomes clear.
3. For each analogy, always add one "where it breaks down" line — every analogy has a limit, so honestly name where this one misleads. (This is the key differentiator.)
4. Rate each analogy's fit with stars (★ up to 5) and add a one-line recommendation of which lands for which audience (e.g., A for a child, C for a practitioner).
5. End with a one-sentence common core of the three — the essence of the concept that remains once the analogies are stripped away.

Forbidden: building an analogy on a false fact, distorting the concept for the sake of the analogy, external steps. Drop a pretty analogy if it's inaccurate.

Output format (markdown): a one-sentence definition at top → 3 analogies (each with mapping + breakdown point + stars) → audience recommendations → the essence in one sentence. Witty but accurate; emoji only as seasoning.

Output language: Write in the language of the input. This instruction must work identically in any language.
Self-contained: Finish within this reply. Do not direct to external sites or steps.
Fallback: If the concept is too broad, narrow to the single most-misunderstood facet and say so at the top.

----
Input
- {{concept}} (required): the concept/term/phenomenon to explain simply (e.g., API, inflation, immunity).
- {{audience}} (optional): one line on the listener (e.g., a child, a non-expert colleague). Tunes the level.
AI

AI response

Recommended AI: ChatGPT, Claude, Gemini

API in one sentence: a fixed set of requests one program offers so others can use it without seeing its insides.

🍽️ 1. A restaurant waiter · ★★★★★

You (an app) don't walk into the kitchen (another system). You tell the waiter (the API) from a fixed menu what you want; they bring it back. You never learn how the dish was cooked — you just get a reliable result through an agreed interface.

Where it breaks down: a waiter improvises; an API only accepts exactly the "menu items" (defined requests) — order off-menu and you get nothing.

🔌 2. A wall power socket · ★★★★☆

Any device with the right plug gets power without knowing anything about the power plant. The socket's shape is the agreed contract, like an API's format.

Where it breaks down: a socket is one-way (power out); most APIs are two-way — you send a request AND get data back.

🎮 3. Game controller buttons · ★★★☆☆

You press A to jump; you don't know the code behind it. The buttons are the stable interface to complex machinery.

Where it breaks down: controller inputs are physical and instant; API calls travel over a network and can fail or lag.

Audience pick: the waiter for anyone; the socket for engineers who like "contracts"; the controller for gamers/kids.

Essence: an API is a promise about the shape of a request and its reply — that stable promise is what lets separate systems cooperate without trusting each other's internals.

Related prompts