Course Content
Module 1: Introduction to Large Language Models (LLMs) in Law
What LLMs Are (and Aren’t): A Lawyer‑Friendly Mental Model Legal Use Cases & Risk Tiers
0/5
Module 2: Fundamentals of Effective Prompt Design for Legal Tasks
The ICI Framework: Intent + Context + Instruction Advanced Prompt Techniques for Legal Work Prompt Debugging: Lost Middle, Ambiguity, and Token Hygiene
0/5
Module 3: Verifying and Validating AI-Generated Legal Content
Validation Mindset: Why Verification Is Non‑Negotiable Hallucinations in Legal Content: Red Flags & Fixes Bias, Relevance, and Fit: Quality Control Beyond Accuracy
0/5
Module 4: Ethical Considerations and Responsible AI Use in Law
Confidentiality & Data Handling: What You Can Paste Into AI Competence, Supervision, and Accountability with AI Build Your Firm AI Policy Template
0/5
Module 5: Building a Personal Prompt Library and Future Trends
Designing a Personal Prompt Library Future Trends: Specialized Legal Models, RAG, and Agents Build 10 High-Value Prompts You’ll Actually Reuse Final Assessment: Applied Prompt Engineering Scenario
0/5
Prompt Engineering for Legal Applications

The ICI Framework: Intent + Context + Instruction

The simplest way to improve prompt quality is to be explicit. The ICI framework gives you a repeatable structure for legal prompting.

ICI Prompt Framework: Intent + Context + Instruction.

A practical checklist you can reuse when drafting prompts.

Intent: define the job

State what you want in a single sentence. Examples: “Summarize,” “Extract,” “Draft,” “Critique,” “Generate issues.”

Context: supply what the model cannot know

Include the jurisdiction, facts, definitions, and the relevant text excerpt. In legal work, jurisdiction and procedural posture often matter as much as the question.

Instruction: specify the format and constraints

  • Output format (bullets, table, memo headings)
  • Length limits
  • Tone and audience
  • Require citations (and require the model to flag uncertainty)

A strong legal prompt template

You are a [ROLE].

TASK (Intent): [What you want done]

CONTEXT: [Jurisdiction, facts, pasted text]

INSTRUCTIONS: 
- Output format: [bullets/table/memo]
- Use only the provided sources; if you must infer, label it as an assumption.
- Provide a verification checklist for any factual/citation claims.

Try it

Exercise: Turn this weak prompt into a strong ICI prompt:

Summarize this contract.

Hint: Add (1) why you need the summary, (2) which clauses matter most, and (3) an output format (table + risk notes).