<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Prompt-Mistakes on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</title>
    <link>https://chandrashaker.in/tags/prompt-mistakes/</link>
    <description>Recent content in Prompt-Mistakes on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</description>
    <generator>Hugo</generator>
    <language>en-in</language>
    <copyright>© 2026 Chandra Shaker · [Privacy Policy](/privacy-policy/) · [Disclaimer](/disclaimer/) · [Contact](/contact/)</copyright>
    <atom:link href="https://chandrashaker.in/tags/prompt-mistakes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Module 2.4: Common Prompt Mistakes and How to Fix Them</title>
      <link>https://chandrashaker.in/courses/genai/unit2/module-2-4-common-prompt-mistakes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/genai/unit2/module-2-4-common-prompt-mistakes/</guid>
      <description>&lt;style&gt;&#xA;/* ── Module progress bar ─────────────────────────────────────── */&#xA;.mod-progress-wrap{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;margin-bottom:20px}&#xA;.mod-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap;gap:6px}&#xA;.mod-progress-title{font-size:12px;font-weight:700;color:#555;letter-spacing:0.04em}&#xA;.mod-progress-bg{height:6px;background:#e0e0e0;border-radius:3px;margin-bottom:10px}&#xA;.mod-progress-fill{height:6px;border-radius:3px;background:#FF8C00;transition:width 0.3s ease}&#xA;.mod-progress-units{display:flex;gap:6px;flex-wrap:wrap}&#xA;.mod-progress-unit{font-size:11px;padding:3px 10px;border-radius:20px;text-decoration:none;font-weight:500;border:1px solid}&#xA;.mod-progress-unit.done{background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}&#xA;.mod-progress-unit.current{background:#1565C0;color:#fff;border-color:#1565C0}&#xA;.mod-progress-unit.upcoming{background:#f5f5f4;color:#999;border-color:#e0e0e0}&#xA;.mod-header{background:#1565C0;border-radius:6px;padding:14px 18px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}&#xA;.mod-header-left{display:flex;flex-direction:column;gap:4px}&#xA;.mod-breadcrumb{font-size:11px;color:rgba(255,255,255,0.75);letter-spacing:0.03em}&#xA;.mod-title-inline{font-size:15px;font-weight:600;color:#fff;margin:0}&#xA;.mod-meta{display:flex;gap:10px;flex-wrap:wrap}&#xA;.mod-meta-item{font-size:11px;color:rgba(255,255,255,0.85);background:rgba(255,255,255,0.15);padding:3px 10px;border-radius:20px}&#xA;.mod-keypoint{background:#fff8e1;border-left:4px solid #FF8C00;border-radius:0 6px 6px 0;padding:12px 16px;margin:20px 0;font-size:14px;color:#4a3000;line-height:1.6}&#xA;.mod-keypoint strong{color:#FF8C00}&#xA;.mod-remember{background:#e8f0fe;border-left:4px solid #1565C0;border-radius:0 6px 6px 0;padding:12px 16px;margin:20px 0}&#xA;.mod-remember-title{font-size:11px;font-weight:700;color:#1565C0;letter-spacing:0.06em;margin-bottom:8px}&#xA;.mod-remember ol{margin:0;padding-left:18px}&#xA;.mod-remember li{font-size:14px;color:#111111;line-height:1.7;margin-bottom:4px}&#xA;/* ── Mistake cards ───────────────────────────────────────────── */&#xA;.mod-mistake{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin:20px 0;border-left:4px solid #c62828}&#xA;.mod-mistake-header{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fafafa;border-bottom:1px solid #f0f0f0}&#xA;.mod-mistake-num{width:28px;height:28px;border-radius:6px;background:#c62828;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}&#xA;.mod-mistake-title{font-size:14px;font-weight:700;color:#c62828;flex:1}&#xA;.mod-mistake-tag{font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;background:#ffeaea;color:#c62828;border:1px solid #ef9a9a;white-space:nowrap}&#xA;.mod-mistake-body{padding:14px 16px}&#xA;.mod-mistake-desc{font-size:14px;color:#111111;line-height:1.7;margin:0 0 12px}&#xA;/* ── Prompt before/after ─────────────────────────────────────── */&#xA;.mod-ba-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}&#xA;.mod-ba-box{border-radius:6px;overflow:hidden;border:1px solid}&#xA;.mod-ba-label{padding:6px 12px;font-size:10px;font-weight:700;letter-spacing:0.05em}&#xA;.mod-ba-text{padding:10px 12px;font-size:12px;font-family:monospace,sans-serif;line-height:1.7;white-space:pre-wrap;word-break:break-word;color:#111111;min-height:48px}&#xA;.mod-ba-bad .mod-ba-label{background:#ffeaea;color:#c62828;border-bottom:1px solid #ef9a9a}&#xA;.mod-ba-bad{border-color:#ef9a9a}&#xA;.mod-ba-bad .mod-ba-text{background:#fff8f8}&#xA;.mod-ba-good .mod-ba-label{background:#e8f5e9;color:#2e7d32;border-bottom:1px solid #a5d6a7}&#xA;.mod-ba-good{border-color:#a5d6a7}&#xA;.mod-ba-good .mod-ba-text{background:#f5fff6}&#xA;.mod-fix-note{font-size:12px;color:#555;padding:8px 12px;background:#f9f9f9;border-top:1px solid #f0f0f0;border-radius:0 0 6px 6px;line-height:1.5}&#xA;.mod-fix-note strong{color:#2e7d32}&#xA;/* ── Checklist ───────────────────────────────────────────────── */&#xA;.mod-checklist{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin:20px 0}&#xA;.mod-checklist-header{background:#1565C0;padding:12px 16px;font-size:12px;font-weight:700;letter-spacing:0.05em;color:#fff}&#xA;.mod-checklist-section{padding:4px 0}&#xA;.mod-checklist-section-title{font-size:11px;font-weight:700;color:#888;letter-spacing:0.05em;padding:10px 16px 4px}&#xA;.mod-check-item{display:flex;align-items:flex-start;gap:10px;padding:8px 16px;border-bottom:1px solid #f5f5f5}&#xA;.mod-check-item:last-child{border-bottom:none}&#xA;.mod-check-box{width:16px;height:16px;border-radius:3px;border:1.5px solid #b0bec5;flex-shrink:0;margin-top:2px;background:#fff}&#xA;.mod-check-text{font-size:13px;color:#111111;line-height:1.5;flex:1}&#xA;.mod-check-text em{font-size:11px;color:#888;font-style:normal;display:block;margin-top:2px}&#xA;/* ── Diagnosis flowchart ─────────────────────────────────────── */&#xA;.mod-diag{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:16px 18px;margin:20px 0}&#xA;.mod-diag-title{font-size:11px;font-weight:700;color:#555;letter-spacing:0.05em;margin-bottom:12px}&#xA;.mod-diag-row{display:flex;align-items:flex-start;gap:12px;padding:9px 0;border-bottom:1px solid #f0f0f0}&#xA;.mod-diag-row:last-child{border-bottom:none}&#xA;.mod-diag-symptom{font-size:13px;font-weight:600;color:#c62828;flex:1.2;line-height:1.4}&#xA;.mod-diag-arrow{font-size:14px;color:#999;flex-shrink:0;margin-top:1px}&#xA;.mod-diag-fix{font-size:13px;color:#111111;flex:2;line-height:1.4}&#xA;/* ── Unit 2 summary ──────────────────────────────────────────── */&#xA;.mod-unit-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}&#xA;.mod-unit-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:14px 16px}&#xA;.mod-unit-card-num{font-size:11px;font-weight:700;color:#888;letter-spacing:0.05em;margin-bottom:4px}&#xA;.mod-unit-card-title{font-size:14px;font-weight:700;color:#1565C0;margin:0 0 6px}&#xA;.mod-unit-card-summary{font-size:13px;color:#444;line-height:1.6;margin:0}&#xA;/* ── Assignment, nav, blog, credits ─────────────────────────── */&#xA;.mod-assignment{background:#fff8e1;border:1px solid #FFB300;border-radius:6px;padding:16px 18px;margin:28px 0}&#xA;.mod-assignment-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}&#xA;.mod-assignment-icon{font-size:16px;color:#FF8C00}&#xA;.mod-assignment-title{font-size:14px;font-weight:700;color:#5d4037;margin:0}&#xA;.mod-assignment p,.mod-assignment li{font-size:14px;color:#4a3000;line-height:1.7}&#xA;.mod-assignment ol,.mod-assignment ul{padding-left:20px;margin:8px 0}&#xA;.mod-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:32px;padding-top:18px;border-top:1px solid #e0e0e0}&#xA;.mod-nav-back{font-size:13px;color:#1565C0;text-decoration:none}&#xA;.mod-nav-back:hover{color:#0d47a1;text-decoration:underline}&#xA;.mod-nav-next{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:9px 18px;border-radius:4px;background:#FF8C00;color:#fff !important;text-decoration:none}&#xA;.mod-nav-next:hover{background:#e65c00;color:#fff !important;text-decoration:none}&#xA;.mod-blog-links{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:14px 18px;margin-top:20px}&#xA;.mod-blog-title{font-size:11px;font-weight:700;color:#888;letter-spacing:0.06em;margin-bottom:8px}&#xA;.mod-blog-links a{display:block;font-size:13px;color:#1565C0;text-decoration:none;padding:3px 0;border-bottom:1px solid #f0f0f0}&#xA;.mod-blog-links a:last-child{border-bottom:none}&#xA;.mod-blog-links a:hover{color:#FF8C00;text-decoration:underline}&#xA;/* ── Body text readability ───────────────────────────────────── */&#xA;.mod-wrap p,.mod-wrap li,.mod-wrap td{font-size:16px !important;color:#111111 !important;line-height:1.85 !important;font-weight:450}&#xA;.mod-wrap p{margin-bottom:1.1em}&#xA;.mod-wrap h2{font-size:20px;color:#111111;margin-top:32px;margin-bottom:12px}&#xA;.mod-wrap h3{font-size:17px;color:#111111;margin-top:24px;margin-bottom:8px}&#xA;.mod-wrap strong{color:#111111;font-weight:600}&#xA;.mod-wrap em{color:#333}&#xA;.mod-wrap code{font-size:14px;background:#f0f0f0;padding:2px 6px;border-radius:3px;color:#c62828}&#xA;@media(max-width:600px){.mod-wrap p,.mod-wrap li,.mod-wrap td{font-size:16px !important;line-height:1.9 !important}}&#xA;.mod-credits{font-size:12px;color:#888;margin-top:32px;padding-top:12px;border-top:1px solid #e0e0e0}&#xA;.mod-credits summary{cursor:pointer;font-size:12px;color:#aaa;list-style:none}&#xA;.mod-credits summary:hover{color:#888}&#xA;.img-center{display:flex;justify-content:center;margin:20px 0}&#xA;.img-center svg{max-width:100%;height:auto}&#xA;.img-center&gt;div{max-width:680px;width:100%}&#xA;@media(max-width:520px){.mod-ba-pair,.mod-unit-summary{grid-template-columns:1fr}}&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;mod-wrap&#34;&gt;&#xA;&lt;div class=&#34;mod-progress-wrap&#34;&gt;&#xA;  &lt;div class=&#34;mod-progress-header&#34;&gt;&#xA;    &lt;span class=&#34;mod-progress-title&#34;&gt;YOUR PROGRESS — GENERATIVE AI: ZERO TO JOB-READY&lt;/span&gt;&#xA;    &lt;a href=&#34;https://chandrashaker.in/courses/genai/&#34; style=&#34;font-size:12px;color:#1565C0;text-decoration:none;font-weight:600&#34;&gt;&amp;#8592; Course home&lt;/a&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;mod-progress-bg&#34;&gt;&#xA;    &lt;div class=&#34;mod-progress-fill&#34; style=&#34;width:35%&#34;&gt;&lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div style=&#34;font-size:12px;color:#FF8C00;font-weight:600;margin-bottom:10px&#34;&gt;7 of 20 modules complete&lt;/div&gt;&#xA;  &lt;div class=&#34;mod-progress-units&#34;&gt;&#xA;    &lt;a class=&#34;mod-progress-unit done&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-1&#34;&gt;Understanding GenAI ✓&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit current&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-2&#34;&gt;Prompt Engineering&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit upcoming&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-3&#34;&gt;GenAI for Your Job&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit upcoming&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-4&#34;&gt;Advanced Techniques&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit upcoming&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-5&#34;&gt;Career &amp; India&lt;/a&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;mod-header&#34;&gt;&#xA;  &lt;div class=&#34;mod-header-left&#34;&gt;&#xA;    &lt;span class=&#34;mod-breadcrumb&#34;&gt;GENERATIVE AI: ZERO TO JOB-READY &amp;nbsp;›&amp;nbsp; UNIT 2 &amp;nbsp;›&amp;nbsp; MODULE 4 OF 4&lt;/span&gt;&#xA;    &lt;h1 class=&#34;mod-title-inline&#34;&gt;Common Prompt Mistakes and How to Fix Them&lt;/h1&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;mod-meta&#34;&gt;&#xA;    &lt;span class=&#34;mod-meta-item&#34;&gt;⏱ 14 min read&lt;/span&gt;&#xA;    &lt;span class=&#34;mod-meta-item&#34;&gt;📝 Assignment inside&lt;/span&gt;&#xA;    &lt;span class=&#34;mod-meta-item&#34;&gt;Unit 2 Finale&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This is the final module of Unit 2 — and the most practical one. You now have three modules of prompt engineering theory behind you. This module is about what goes wrong when you apply it, and how to fix it fast.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
