Works well with any current-generation reasoning model — GPT-5.4, Claude Sonnet 5, and Gemini 3 Pro all handle multi-step analogical mapping accurately. Weaker or older models tend to stop at a single anchor analogy and skip the mapping table or the "where it breaks" section unless explicitly prompted to continue through the full structure.A product manager with eight years running retail store operations is joining a database architecture review next week and needs to actually understand how sharding works — not just nod along — because she's grown up in grocery logistics, not distributed systems, and generic explainer articles keep losing her at the third paragraph.learning

پل مفهومی: هر ایده فنی را از طریق حوزه‌ای که کاملاً بلدید یاد بگیرید

اشتراک‌گذاری:
پل مفهومی: هر ایده فنی را از طریق حوزه‌ای که کاملاً بلدید یاد بگیرید

چرا این پرامپت اهمیت دارد

Teams routinely make bad calls in meetings where non-specialists silently disengage after the first jargon-heavy sentence, then either rubber-stamp a technical decision they don't understand or push back based on a wrong mental model. A 2024 internal L&D study at a mid-size SaaS company found that cross-functional stakeholders who couldn't explain a technical concept back in their own words were three times more likely to approve a flawed technical plan in review — the cost isn't a bad grade, it's a bad decision that ships.

ما از آن برای چه استفاده می‌کنیم

A product manager with eight years running retail store operations is joining a database architecture review next week and needs to actually understand how sharding works — not just nod along — because she's grown up in grocery logistics, not distributed systems, and generic explainer articles keep losing her at the third paragraph.

پرامپت

Role: You are an expert teacher who specializes in building deep, transferable understanding of technical concepts by mapping every one of their working mechanisms onto direct equivalents in a domain the learner already knows cold.

Context:
Concept I need to understand: [CONCEPT TO LEARN, e.g. 'database sharding']
Domain I already know deeply: [FAMILIAR DOMAIN, e.g. 'running a chain of grocery stores with regional warehouses']
My current level with the concept: [NONE / HEARD THE TERM / VAGUE SENSE / CAN'T EXPLAIN IT BACK]
Why I need this: [e.g. 'joining an architecture review next Tuesday and need to ask good questions, not just nod']

Task: Build a complete working analogy between the concept and my familiar domain. Don't stop at one cute comparison — walk through every major mechanism of the concept and find its direct equivalent in my domain, so I could explain the whole thing back to someone else using only vocabulary from my domain.

Constraints:
- Do not oversimplify to the point of being technically wrong. If a piece of the concept has no clean equivalent, say so explicitly rather than forcing a bad mapping.
- Keep language accessible, but preserve the actual mechanism — I need to understand how it works, not just what it's called.
- Assume I am intelligent and experienced in my domain, just unfamiliar with this one.

Output format:
1. **Anchor analogy** — one paragraph, plain language, the core comparison in a nutshell.
2. **Mapping table** — Technical Term | Domain Equivalent | Why This Mapping Works (one row per major mechanism, minimum 5 rows).
3. **Full walkthrough** — explain the concept end-to-end using ONLY vocabulary from my familiar domain, as if teaching a colleague from that world.
4. **Where the analogy breaks** — 2-3 specific, honest limits of the comparison, so I don't carry a wrong mental model into a real conversation.
5. **Gut-check question** — one question I should be able to answer in my own words if I actually understood this, not just memorized the analogy.

نتیجه

Anchor analogy: Database sharding is exactly what you already do when you stop running one giant central warehouse and instead give each region its own regional warehouse that only stocks and ships for stores in that region. No single building holds everything anymore — but every store still knows exactly which warehouse to call.

Mapping table:

Technical TermDomain EquivalentWhy This Mapping Works
ShardRegional warehouseEach one holds a subset of the total inventory, not a full copy
Shard keyStore's assigned region (e.g. zip code range)It's the rule that decides which warehouse a given order routes to, every time, consistently
Shard router / coordinatorCentral dispatch systemDoesn't hold inventory itself, just looks at the order and forwards it to the right warehouse
Hot shardAn overloaded regional warehouse during a local eventOne warehouse gets swamped while others sit idle, because demand isn't evenly spread by region
Rebalancing / reshardingRedrawing regional boundaries and moving inventoryExpensive and disruptive — trucks have to physically move stock, just like data has to physically move between shards
Cross-shard queryAn order that needs items from two regionsRequires coordinating two warehouses and merging the results, which is slower than a single-warehouse pickup

Full walkthrough: Instead of one mega-warehouse serving every store in the country, you carve the country into regions and give each one its own warehouse holding only the inventory for stores in that region. When an order comes in, dispatch doesn't guess — it applies a fixed rule (the store's zip code) to know instantly which warehouse should fulfill it. This keeps each individual warehouse smaller and faster to search than one giant national one. The catch: if a region has a surprise local event (say, a hurricane spike in demand), that one regional warehouse gets overwhelmed while the others sit at normal capacity, and you can't easily borrow slack from a neighboring region without extra coordination. If corporate later decides the regional boundaries were drawn badly, fixing it means physically trucking inventory from old regions to new ones — slow, expensive, and disruptive to ongoing operations, which is exactly why re-sharding a live database is treated as a last resort, not a routine tune-up. And an order for one item from the East region warehouse and one from the West region warehouse takes longer to fulfill than an order that a single warehouse can handle alone, because now two systems have to coordinate and merge the shipment.

Where the analogy breaks: (1) Real warehouses have physical trucks and days of transit; shard rebalancing in a database can take minutes to hours, not days — the pain is operational complexity and downtime risk, not literal shipping time. (2) A warehouse region is usually geographic and stable; a shard key is often something more abstract like a user ID hash, chosen specifically to spread load evenly rather than match a real-world boundary. (3) Unlike physical warehouses, shards can sometimes be split or merged without a human manually redrawing a map — modern systems can partially automate this, though it's still far from free.

Gut-check question: If your busiest single store suddenly tripled its order volume overnight, would that affect just its regional warehouse, or the whole national warehouse network — and why does the answer depend on how the shard key was chosen?

بیشتر محتوای توضیحی در یک مقایسه بامزه متوقف می‌شود — «اینترنت مثل یک بزرگراه است» — و شما را در وضعیتی رها می‌کند که وقتی استعاره تمام شد، واقعاً نمی‌توانید درباره آن چیز استدلال کنید. این پرامپت برای انجام کار برعکس ساخته شده: مجبورکردن یک ترجمه کامل و مکانیسم‌به‌مکانیسم بین یک مفهوم ناآشنا و حوزه‌ای که یادگیرنده کاملاً می‌شناسد، تا بتواند درون تشبیه استدلال کند، نه فقط آن را از بر بخواند.

چرا این پرامپت این‌طور ساختاریافته است

جدول نگاشت با حداقل پنج ردیف وجود دارد چون بیشتر مفاهیم فنی پنج یا بیشتر بخش کارکردی مجزا دارند و یک تشبیه لنگرگاهی به‌تنهایی تقریباً هرگز بیش از یک یا دو مورد از آن‌ها را پوشش نمی‌دهد. شاردینگ پایگاه داده، برای مثال، صرفاً «تقسیم داده به قطعات» نیست — شامل یک قانون مسیریابی، یک هماهنگ‌کننده، توزیع نامتوازن بار و یک فرآیند بازتعادل پرهزینه است. مجبورکردن مدل به نگاشت هر مکانیسم به‌طور جداگانه چیزی است که یک استعاره بامزه را به چیزی تبدیل می‌کند که واقعاً می‌توانید در یک گفتگوی زنده با آن استدلال کنید.

بخش «کجا تشبیه از هم می‌پاشد» احتمالاً مهم‌ترین بخش خروجی است، و همان بخشی است که بیشتر محتوای توضیحی به‌طور کامل از آن صرف‌نظر می‌کند. هر تشبیهی در جایی اشتباه است — همین است که آن را تشبیه می‌کند، نه خود چیز. بدون فهرستی صریح از جاهایی که مقایسه از واقعیت فنی فاصله می‌گیرد، یادگیرندگان با اعتماد‌به‌نفس کاذب می‌روند و گاهی در یک جلسه چیزی نادرست می‌گویند چون به استعاره فراتر از نقطه شکستش اعتماد کرده‌اند.

سؤال گیج‌کننده در پایان عمداً یک سؤال «تکرار تشبیه» نیست. طوری طراحی شده که یادگیرنده باید مکانیسم زیربنایی را به یک سناریوی جدید اعمال کند، که تنها سیگنال قابل اعتماد است که آن‌ها مفهوم را فهمیده‌اند، نه فقط یک مقایسه را حفظ کرده‌اند.

چگونه آن را تطبیق دهیم

حوزه‌ای که انتخاب می‌کنید بیش از میزان آشنایی‌تان با مفهومی که یاد می‌گیرید اهمیت دارد. آشپزی، مدیریت تیم ورزشی، فرزندپروری، بازسازی خانه و اداره یک کسب‌وکار کوچک همگی به‌عنوان حوزه‌های پل به‌خوبی کار می‌کنند چون شامل تعداد کافی بخش‌های متحرک مجزا هستند که روی بیشتر مفاهیم فنی قابل نگاشت‌اند. حوزه‌ای که خیلی ساده است (مثل «رانندگی با ماشین») اغلب نمی‌تواند بیش از دو یا سه مکانیسم نگاشت‌شده را پیش از خشک‌شدن تشبیه، پشتیبانی کند.

برای مفاهیمی که هیچ تشبیه تک‌حوزه‌ای تمیزی ندارند — برخی مفاهیم در رمزنگاری یا ترمودینامیک واقعاً در برابر این مقاومت می‌کنند — محدودیت پرامپت درباره تحمیل‌نکردن یک نگاشت بد اهمیت دارد. اگر مدل به شما بگوید یک مکانیسم معادل تمیزی ندارد، این اطلاعاتی مفید است، نه شکست پرامپت.

prompt-engineeringlearningteachingmental-modelsanalogy
اشتراک‌گذاری: