March 27, 2026

פרומפטינג למתחילים - כמה טיפים

הקדמה

הפוסט הזה ייעזור לאנשי מקצוע לעשות פרומפטים יותר מוצלחים.
זה לא מדריך מלא אלה סתם כמה טיפים שאתם יכולים להתחיל להשתמש בהם כדי להתקדם ותרפד את ההנחיות שלכם לצ’אט-בוט המועדף עליכם.

טיפ 1 - למדו איך הצ’אט-בוט עובד

נקודת הקצה של הבוט הוא טקסט, אתם כותבים טקסט אולם מחשבים לעולם לא יבינו טקסט כמו שבני אדם מבינים.
הטקסט הזה הופך לתת-שפה שנקראת Token - טוקנים.
בני אדם מפרשים טוקנים בתהליך של זיהוי אותיות.
אחרי שלמדתם בצורה בסיסית שפה אתם מזהים כבר “מילים”.
זאת אומרת המוח שלכם כבר קורא את כל המילה ולא רק אות-אות.

הבוטים לומדים תהליך דומה אך יש גם שוני רב.

  1. טוקנים הם לא בהכרח אות, הם גם לא בהכרח מילה.
    למשל המילה “בהכרח” יכולה להתחלק ל-2 טוקנים: ‘ב’ ו-‘הכרח’.
    המילה ‘טוקנים’ יכולה להתחלק ל-‘טוקנ’ ו-‘ים’.

  2. יוצרי הבוטים הם האחראים על האופטימיזציות ומציאת הנקודה האופטימלית לחלוקת לטוקנים.
    הרכיב הזה נקרא Tokenizer או הרכיב שאחראי על החלוקה.
    ניתן לראות למשל באתרים כאלו איך החלוקה באמת עובדת:
    https://platform.openai.com/tokenizer

טיפ 2 - כתבו בהתחלה את מה שרלוונטי למה שאתם רוצים

הבוטים כיום הם דינאמיים, הצורה שבה הם עובדים הם מחשבים מחדש כל הזמן את החיבורים שלהם.
החיבורים האלו נקראים Embedding והם רשימות של רשימות המקשרות בין קונספטים.
ככה הם בעצם מבינים סמנטית מה קשור למה.

כתבתי על זה בעבר כבר אבל הקונספט הוא קישור בין טוקנים.
למשל אם אתם כותבים “הכלב מקשקש ב-“.
במה כלב יכול לקשקש? כמובן שזנב!

אבל אם תכתבו “הילד מקשקש על…” אתם תדעו לומר “נייר” או “מחברת” נכון?

אז ההבדל העצום פה הוא עצם כתיבת המילה הראשונה - ילד או כלב.
ככה הבוטים יודעים לקשר בין המילים ולחשב מחדש את ה-Embedding שלהם.

לכן זה חשוב לא לברבר במילים ולהכתיב לבוט בצורה מדויקת כבר מההתחלה מה אתם רוצים.
כמו כן, תימנעו ממילים כלליות, למשל מילה נפוצה היא “דברים” או “מילים”.

Hello dear Bot, My name is Bob and I live in Washington, Please advise me on how to get to Navada

I need travel instructions how to get to Navade from Washington

Tell me stuff that related to good health

What are the best healthy life-style habits in day-to-day life for reducing body fat?

I was walking my dog and I thought to myself about machines and how funny are dog machines, anyway can you tell me about how robots usually work?

Thinking of machines and canine-machines, I want to know how robots work, how are they constructed and programmed.

טיפ 3 - תפרטו איך התוצאה שלכם תראה

פרומפטים טובים משתדלים לכסות כמה שיותר אחרת זה משאר חלק מהחשיבה לבוט וזה לא תמיד מה שאתם רוצים.
אחד הכלים החזקים זה צורת הפלט של הבוט.
כמו בטיפ ה-2 תימנעו ממילים כלליות, אנחנו רוצים לומר לו כיצד להראות לנו את התוצאה.

Process this data and give me the result of the process

Process this CSV file, analyze the costs of different products and output a table which represents categories of products, their average price and their sum price.

Tell me about the Roman empire.

Summarize me the rise and fall of the roman empire in 5 paragraphs, present me the different dates of the empire and prepare a timeline of different emperors by years.

Give me a workout plan

Give me a 3-day-per-week beginner workout plan. Format it as: Day / Muscle Group / 4 exercises with sets and reps

טיפ 4 - תפצלו את המטלות שלכם למטלות קטנות יותר

בדרך כלל נרצה לפצל את המשימה כדי שנוכל להשלים תת-משימות ולהתקדם מהר.
היתרונות בשיטה הזו בשימוש עם צ’אט בוט:

  • הפחתה בכמות טוקנים ואינטרקציות
  • איטרציות קצרות יותר עם הבוט
  • השלמת משימות בצורה מהירה

החוזק בשיטה הזו שאתם יכולים לשאול את הצ’אט בוט בעצמו איך לפצל משימות גדולות למשימות קטנות.

Write me a complete business plan for a coffee shop

List the key sections a coffee shop business plan should have
Write just the market analysis section, focusing on urban areas with high foot traffic.
Now write the financial projections section, assuming a $50k starting budget.

Fix my code and explain everything that’s wrong with it and also make it more efficient.

Identify all the bugs in this code and list the
Now fix each bug and explain what you change
Now suggest optimizations for readability and performanc

Give me startup ideas in the fitness space and tell me which one is best and why and how I’d execute it

Give me 8 startup ideas in the fitness space, one sentence each
Score each idea on market size, competition, and ease of execution — use a 1–5 scale
Take the top scorer and give me a 90-day launch roadmap

טיפ 5 - עבור משימות חקר, תכניסו כמה שיותר קונטקס רלוונטי

בצ’אט בוטים יש אפשרות להריץ משימות עומק, משימות הדורשות זמן עיבוד והצ’אט בוט ייעבוד אקסטרה זמן.
בשביל אפקטיביות השתדלו לספק לו כמה שיותר מידע וזה כולל:

  • מסמכים
  • אימיליים
  • אם יש- MCP
  • אם יש - סקילים שאפשר להשתמש בהם
  • הסברים מעמיקים על מה אתם רוצים שהוא ייעשה
  • פירוט על מה לעשות במקרה ויש מידע לא זמין
  • פירוטים שונים על מה לעשות, כמו עץ החלטות.
  • אינדקציות לדברים שאתם מעדיפים שיהיו

Should I quit my job and start a business?

Build a decision tree for whether I should quit my job to start a business, branching on financial runway, idea validation, risk tolerance, and dependents. Then walk me down it given my situation: 6 months savings, 3 paying customers, medium risk tolerance, no dependents. At the branch I land on, give me the 3 most important next decisions I face

Research the fall of the Roman Empire for me

Research the fall of the Roman Empire. Prioritize academic historians like Edward Gibbon, Peter Heather, and Bryan Ward-Perkins. If a source attributes the fall to a single cause, treat it as oversimplified and set it aside. If sources contradict each other, surface the disagreement rather than picking one. Avoid pop history narratives that dramatize over analyzing

What does the research say about seed oils and health?

Summarize what the research says about seed oils and health. Only draw from peer-reviewed studies or meta-analyses. If a source is funded by the food industry, flag it but don’t discard it — note the conflict of interest. If a claim appears only in influencer content or podcasts with no citations behind it, ignore it entirely. Where the science is genuinely unsettled, say so explicitly rather than forcing a conclusion.

Research whether Bitcoin is a good investment.

Research the investment case for Bitcoin. Draw from macroeconomic analysts, on-chain data sources, and institutional research reports. If a source is a crypto media outlet, a coin promoter, or has a financial incentive to be bullish, set it aside. If a bearish argument relies purely on it being not backed by anything without engaging with the counterarguments, treat it as shallow. Surface the strongest honest case on both sides and flag where the evidence is thin.

טיפ 6 - השתמשו בצ’אט כדי לכתוב פרומפטים

מה יותר טוב מלהשתמש בצ’אט בשביל להשתמש בצ’אט?

How do I make this prompt better: “write me a marketing plan”

I have this prompt: “write me a marketing plan”. Rewrite it to be more specific and effective. Ask me any clarifying questions you need first before rewriting, so the improved version actually fits my situation.

Write me a prompt for summarizing articles.

Write me a production-ready prompt for summarizing news articles. The output should always include: core argument, key evidence, what’s missing or unsaid, and a bias flag if the source has a clear lean. Make the prompt reusable — I’ll paste different articles into it each time.

Is my prompt good?

Here is my prompt: [prompt]. Try to break it — give me 3 types of inputs where this prompt would produce a bad, vague, or misleading output. Then rewrite the prompt to be robust against those failure cases.

How do I get outputs like this?

Here is an example output I love: [example]. Reverse-engineer the prompt that most likely produced it — include the role, context, constraints, and format instructions. Then give me a reusable template I can adapt.

Help me write a prompt about cooking.

My goal is to get highly specific, restaurant-quality recipe suggestions based on ingredients I have at home. Turn this goal into a full reusable prompt that includes: how I should list my ingredients, what constraints I can specify, and how the output should be structured so it’s easy to cook from.

טיפ 7 - השתמשו בתפקיד

זה אחד הטיפים הבסיסיים שנוצרו עוד כשהטכנולוגיה רק נוצרה.
לתת תפקיד בתוך הפרומפט עוזר לבוט להתפקס על מה ואיך הוא צריך לעשות.

Give me feedback on my landing page copy.

You are a direct-response copywriter with 20 years of experience writing landing pages that convert. You’ve seen every cliché and you have zero patience for vague value propositions. Review my landing page copy and tell me exactly what’s losing customers and why. Be ruthless.

What do you think of my startup idea?

You are a partner at a top-tier VC firm who has passed on thousands of pitches. You are deeply skeptical by default and you’ve heard every “Uber for X” pitch imaginable. Evaluate my startup idea and lead with the single biggest reason you would pass on it before telling me what’s interesting.

Explain quantum computing to me.

You are a physics professor who has spent 15 years making complex topics accessible to non-scientists. You love analogies and hate jargon. Explain quantum computing to me as if I’m an intelligent person with no physics background — and stop me if I’d need to understand something else first.

Is it a good idea to invest in real estate right now?

You are a conservative financial advisor who has lived through the 2008 crash and watched clients lose everything by over-leveraging on property. Review the case for investing in real estate right now. Lead with the risks most people are ignoring before making any case for it.

טיפ 8 - בקשו הסברים

כאשר אינכם מבינים את הדרך או שאתם רוצים להבין את הדרך, בקשו מהבוט הסברים לאיך הוא מגיע לתוצאה.

If I invest $10,000 at 7% annual return for 15 years, how much will I have?

If I invest $10,000 at 7% annual return for 15 years, how much will I have? Think step by step — show the formula you’re using, walk through each calculation, and flag any assumptions you’re making about compounding frequency.

Should I expand my business to a second location?

Should I expand my business to a second location? Before giving a recommendation, reason through it step by step — what are the key variables that determine whether this is a good idea, how do they interact, and where does the logic lead? Show your reasoning chain before landing on a conclusion.

My React app is re-rendering too many times, how do I fix it?

My React app is re-rendering too many times. Walk me through your reasoning step by step — what are the most likely causes, how would you rule each one out, and what’s the diagnostic order you’d follow before touching any code?

Is this argument logically sound? [argument]

Evaluate whether this argument is logically sound. Reason through it step by step — identify the core claim, map the supporting premises, test whether each premise actually holds, and flag any logical leaps or hidden assumptions before giving your verdict. [argument]

טיפ 9 - תפרטו מה לא לעשות

הבוט לא למד אתכם, ולא למד כיצד אתם בדיוק רוצים שהוא ייתנהג או מה לומר.
לכן אתם יכולים לעדכן אותו בפרומפט מה לא לעשות.

Explain how the Federal Reserve controls inflation.

Explain how the Federal Reserve controls inflation. Don’t use economic jargon, don’t reference specific policy instruments by name, and don’t assume I know anything about monetary theory. If you catch yourself about to write “quantitative easing” or “federal funds rate” without a plain-English explanation first, stop and rephrase.

I’m really stressed about my job situation and just need to talk it through.

I’m really stressed about my job situation and just need to talk it through. Don’t give me an action plan, don’t suggest I speak to a career coach or therapist, and don’t try to silver-line it. Just help me think out loud.

Write me a short story about a soldier coming home from war.

Write me a short story about a soldier coming home from war. Don’t open with a description of the weather. Don’t use the word “haunted.” Don’t end with a moment of redemption or reconciliation — let it stay unresolved.

How do I get my first 100 customers?

How do I get my first 100 customers for a B2B SaaS tool for accountants? Don’t give me generic startup advice like “post on social media” or “build in public.” Don’t suggest paid ads. Focus only on tactics that work specifically for a niche professional audience with a long sales cycle.

Summarize this research paper for me.

Summarize this research paper for me. Don’t editorialize or tell me what you think about the findings. Don’t add context from outside the paper. Don’t simplify the methodology — I want to understand exactly how they ran the study, not a softened version of it.

טיפ 10 - איטרציות

כל פרומפט הוא לא סופי וכל תוצאה היא לא סופית.
תעבדו בצורה מעגלית ותמיד תחשבו על 2 דברים:

  1. איך להשתפר עם הפרומפט
  2. איך לשפר את התוצאה של הפרומפט.

שימו לב לפרומפטים שיכולים ליצור רנדומיזציה גדולה מדי כגון:

  1. פרומפטים ארוכים
  2. פרומפטים עם הסברים כללים מדי
  3. פרומפטים שאינם מציינים כיצד התוצאה תראה.
1
2
3
4
5
[Write prompt] --> [Get result] --> [Good?] --Yes--> [Done]
|
No
|
[Iterate] <--------+

למדו, השתפרו, תשאלו את הצ’אט איך להשתפר ותלמדו את השיטות שאתם יותר אוהבים ופחות אוהבים.
פרומפטים זה לא מדע מדויק וזה לא חייב להיות ככה.
הדבר הכי חשוב שלכם יהיה נוח להשתמש בכלים,
כי כאשר אתם מתחילים להרגיש שאתם לא תופסים את הכלי או שהוא לא עוזר לכם מספיק, אולי הבעיה היא באיך שאתם משתמשים בו?
זה כמו ללמוד שפה חדשה, תוכנה חדשה או כמעט איך ללכת.

תודה על הקריאה!

על הפוסט

הפוסט נכתב על ידי Ilya, רישיון על ידי CC BY-NC-ND 4.0.

שתפו את הפוסט

Email Facebook Linkedin Print

קנו לי קפה

#Software#AI#Prompting#Prompt