ประเด็นสำคัญๆ
- Context Engineering — การจัดการบริบท
- Long Context Usage — ใช้ข้อมูลยาวให้คุ้ม
- Structured Prompting — การตั้งคำสั่งแบบมีโครงสร้าง
- Controlled Chain-of-Thought — ควบคุมกระบวนการคิด
- Multi-step Workflow — การสั่งงานเป็นขั้นตอน
- Code & Refactor Mode — เขียนและปรับปรุงโค้ด
- Data Extraction — การดึงข้อมูลเชิงโครงสร้าง
- Few-shot Prompting — การให้ตัวอย่างก่อนสั่งงาน
- Prompt Iteration — การปรับปรุงคำสั่งแบบวนซ้ำ
- Guardrails & Constraints — การตั้งข้อจำกัดและควบคุมผลลัพธ์
1) Context Engineering (ไม่ใช่แค่ Prompt)
Claude เก่งมากกับ “บริบทระยะยาว”
วิธีใช้
- ใส่ข้อมูลทั้งหมดในครั้งเดียว (ไฟล์ / brief / requirement)
- ใช้คำสั่ง:
“Use the above context as source of truth”
👉 ลด hallucination ได้ชัดเจน
2) ใช้ไฟล์ยาว ๆ ให้คุ้ม (Long Context Advantage)
Claude เด่นเรื่องอ่านเอกสารยาว
ใช้กับ
- งานวิจัย / paper
- โค้ดทั้ง repo
- สัญญากฎหมาย
👉 ให้มัน “สรุป + วิเคราะห์ + critique” พร้อมกัน
3) Structured Prompting (สั่งแบบมีโครง)
Claude ตอบดีขึ้นมากถ้าโครงชัด
Template
Role:
Task:
Input:
Output format:
Constraints:
👉 ผลลัพธ์จะ “นิ่งและควบคุมได้”
4) Chain-of-Thought (แบบควบคุม)
ไม่ต้องให้มันคิดยาวเสมอ — แต่ใช้ตอน “งานยาก”
ตัวอย่าง
“Think step-by-step, but output only final answer”
👉 ได้ความแม่น + ไม่รก
5) Multi-step Workflow (สั่งเป็น pipeline)
อย่าถามทีเดียวจบ
ตัวอย่าง
- วิเคราะห์
- สรุป
- สร้าง output
👉 Claude ทำงานแบบ “agent” ได้ดีมาก
6) Code + Refactor Mode
Claude เก่ง refactor และอธิบายโค้ด
ใช้กับ
- Debug
- Optimize
- Clean architecture
👉 ดีกว่าแค่ generate โค้ดใหม่
7) Data Extraction (โคตรแม่น)
ให้ Claude “ดึงข้อมูลเป็นโครงสร้าง”
ตัวอย่าง
“Extract all entities into JSON format”
👉 เหมาะกับ:
- OCR text
- สัญญา
- รายงาน
8) Few-shot Prompting
ใส่ตัวอย่างก่อนสั่งจริง
โครง
Example 1:
Input → Output
Example 2:
Input → Output
Now do this:
👉 ความแม่นเพิ่มแบบเห็นได้ชัด
9) Prompt Iteration (ทำเหมือน tuning model)
อย่าใช้ prompt เดียวแล้วจบ
วิธี
- Run → ดู output
- ปรับ constraint / format
- Run ใหม่
👉 เหมือน fine-tune แบบไม่ต้อง train
10) Guardrails (กันพัง)
ตั้งเงื่อนไขชัด
ตัวอย่าง
- “Do not hallucinate”
- “If unsure, say unknown”
- “Cite only from given text”
👉 ลด error ในงานจริง (สำคัญมาก)
สูตร Prompt สายโปร (เอาไปใช้ได้เลย)
You are an expert in [field].
Task:
[clear objective]
Context:
[full data]
Constraints:
- No hallucination
- Be concise
- Use structured output
Output:
[format you want]
✔️ สรุปตรง ๆ
- Claude = เทพ “งานยาว + วิเคราะห์ลึก”
- ใช้ให้สุด = Context + Structure + Iteration
- คนที่ใช้เก่ง → ไม่ได้ถามเก่ง แต่ “ออกแบบคำสั่งเป็น”
ความคิดเห็น
แสดงความคิดเห็น