Prompt Engineering & LLM Optimization for Developers · Pelajaran

Mengikuti Instruksi dan Batasan

Pelajari cara menulis instruksi yang jelas dan tidak ambigu, serta menerapkan batasan agar LLM mematuhi aturan dan format tertentu.

Pelajaran 2 dari 411 langkah

Mengikuti Instruksi dan Batasan adalah pelajaran Prompt Engineering & LLM Optimization for Developers gratis di CoddyKit. Ini adalah pelajaran 2 dari 4. Kamu bisa membaca pelajaran lengkapnya di bawah secara gratis — lalu praktikkan langsung di browser dengan editor kode bawaan dan tutor AI 24/7. Ini adalah bagian dari jalur belajar Prompt Engineering & LLM Optimization for Developers, dan progresmu tersinkronisasi di web dan aplikasi CoddyKit. Kursus Prompt Engineering & LLM Optimization for Developers mencakup 4 pelajaran total.

Bagian dari pelajaran ini belum diterjemahkan dan ditampilkan dalam bahasa Inggris.

Mastering LLM Instructions

Welcome to a crucial lesson in prompt engineering! Today, we'll learn how to write super clear instructions for Large Language Models (LLMs).

  • Clear instructions guide the LLM to provide exact, useful responses.
  • Poor instructions lead to irrelevant or unhelpful output.
  • It's like giving directions: the clearer they are, the better the result!

The Power of Clear Directives

Why are clear instructions so important? LLMs are powerful but they aren't mind-readers. They rely on your prompt to understand the task.

Ambiguous language or vague requests can lead to:

  • Incorrect answers: The LLM guesses your intent.
  • Irrelevant content: It might generate something you didn't ask for.
  • Inconsistent formatting: Outputs vary, making automation hard.

Our goal is to eliminate guesswork for the LLM.

Specificity: Your Prompt's Best Friend

When writing instructions, think about being as specific as possible. Instead of saying 'write about dogs', consider 'Write a 3-sentence summary about the Labrador Retriever breed, focusing on its temperament'.

Key elements of specific instructions:

  • What to do: The main action (e.g., 'Summarize', 'Generate', 'Explain').
  • What it's about: The subject matter.
  • How to do it: Any specific method or approach.

From Vague to Actionable

Let's look at an example. A vague instruction can confuse the LLM, but a specific one leaves no doubt.

Vague:

Write about apples.

Improved Actionable Prompt

This improved prompt clearly states the task, subject, and desired output.

Specific:

Write a short paragraph about the nutritional benefits of apples, suitable for a health blog. Focus on vitamins and fiber content.

Defining Boundaries with Constraints

Beyond clear instructions, constraints are rules that limit the LLM's output. They ensure the response fits a particular structure, format, or content requirement.

Think of constraints as guardrails, keeping the LLM's creativity within useful bounds. This is crucial for integrating LLM outputs into applications.

Shaping Output: Format Constraints

One common type of constraint is specifying the output format. This is vital when you need structured data from the LLM.

Examples of format constraints:

  • JSON object
  • Bullet list
  • Numbered list
  • Markdown table
  • Plain text paragraph

Always tell the LLM exactly how you want the information presented.

Example: JSON Format Constraint

Here's how you might ask for information about a fruit in JSON format. Notice the explicit instruction for the format.

Extract the name, color, and taste of 'banana'.
Return the information as a JSON object with keys: 'fruit_name', 'fruit_color', 'fruit_taste'.

Controlling Content & Tone

Constraints can also dictate the content or tone of the response:

  • Content: 'Do not mention historical facts.' or 'Include only benefits, no drawbacks.'
  • Tone: 'Write in a friendly and encouraging tone.' or 'Use a formal, academic tone.'

These constraints help tailor the LLM's output to your specific audience and purpose.

Check Your Understanding

Consider the following prompt. Which of the options below best describes a specific instruction or constraint applied?

Lesson Summary

Great job! In this lesson, you've learned the power of clear instructions and how to apply effective constraints when prompting LLMs.

  • Instructions: Be specific, unambiguous, and tell the LLM exactly what to do.
  • Constraints: Use them to control output format (JSON, lists), content (positive comments only), and length (sentence/word count).

Mastering these techniques will significantly improve the quality and consistency of your LLM interactions. Keep practicing!

Gratis untuk memulai

Belajar Prompt Engineering & LLM Optimization for Developers dengan tutor AI — gratis

Tulis dan jalankan kode asli di browser kamu, dapatkan bantuan instan dari tutor AI 24/7, dan lanjutkan di mana kamu tinggalkan di web atau aplikasi.

Kursus
12
Pelajaran
48

Pertanyaan yang Sering Diajukan

Apakah pelajaran “Mengikuti Instruksi dan Batasan” gratis?

Ya — teks lengkap “Mengikuti Instruksi dan Batasan” gratis dibaca di sini di web. Untuk praktiknya secara interaktif (editor kode bawaan dan tutor AI 24/7) dan buka sisa kursus Prompt Engineering & LLM Optimization for Developers, upgrade ke CoddyKit PRO. Kursus Prompt Engineering & LLM Optimization for Developers mencakup 4 pelajaran total.

Apa yang akan aku pelajari di “Mengikuti Instruksi dan Batasan”?

Pelajari cara menulis instruksi yang jelas dan tidak ambigu, serta menerapkan batasan agar LLM mematuhi aturan dan format tertentu. Kamu berlatih Prompt Engineering & LLM Optimization for Developers dengan kode praktik yang langsung kamu jalankan di browser, dan tutor AI 24/7 menjawab pertanyaanmu saat kamu mengerjakan pelajaran ini.

Apakah aku perlu pengalaman untuk memulai Prompt Engineering & LLM Optimization for Developers?

Tidak diperlukan pengalaman sebelumnya. Prompt Engineering & LLM Optimization for Developers di CoddyKit dirancang untuk pemula hingga pelajar tingkat lanjut, jadi kamu bisa memulai di sini atau dari awal dan belajar sesuai kecepatan kamu sendiri. Ini adalah pelajaran 2 dari 4.

Berapa lama pelajaran “Mengikuti Instruksi dan Batasan” memakan waktu?

Sebagian besar pelajaran CoddyKit memakan waktu sekitar 5–10 menit. Setiap pelajaran ringkas dan interaktif, jadi kamu membuat kemajuan stabil dan melanjutkan dari tempat kamu tinggalkan di web dan aplikasi.

Bisakah aku menulis dan menjalankan kode dalam pelajaran Prompt Engineering & LLM Optimization for Developers ini?

Ya. Setiap pelajaran Prompt Engineering & LLM Optimization for Developers menyertakan editor kode bawaan, jadi kamu menulis dan menjalankan kode nyata langsung di browser dan mendapatkan umpan balik AI instan — tidak diperlukan penyiapan lokal.

Semua pelajaran dalam kursus ini

  1. Perintah Bermain Peran dan Persona
  2. Mengikuti Instruksi dan Batasan
  3. Penyempurnaan Perintah Secara Iteratif
  4. Pembatas dan Prompt Terstruktur
← Kembali ke Prompt Engineering & LLM Optimization for Developers