Tag view

#prompting

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with prompting

3 cards

Artificial Intelligence Medium Theory

Fine-tuning vs prompting

Prompting changes the instructions at inference time, while fine-tuning changes model weights using additional training data.

  • Prompting is faster to iterate
  • Fine-tuning can shape style or behavior
  • Use the lighter tool first

Fine-tuning vs prompting

Artificial Intelligence Medium Theory

What is context engineering?

Context engineering is the practice of selecting and shaping the right instructions, retrieved knowledge, tool outputs, and memory before a model call.

  • Bigger context is not always better
  • Relevance matters more than volume
  • Ordering and formatting affect results

What is context engineering?

Artificial Intelligence Easy Theory

What is prompt engineering?

Prompt engineering is the practice of structuring instructions and context so a model produces more reliable outputs.

  • Instruction quality matters
  • Examples can shape behavior
  • Evaluation is still required

What is prompt engineering?