Level 2: Capable — Applied Use

Prerequisites: Beginner or equivalent experience Goal: Use AI as a daily tool with structured prompting and consistent output quality.

This is the minimum bar for the organization. At this level, AI is no longer experimental — it’s part of how you work. You can write effective prompts, get reliable results, and apply AI to real tasks with confidence.


2.1 Structured Prompting

The difference between a beginner and a capable AI user is prompt structure. Instead of vague questions, you give the AI clear context, a specific role, and defined constraints.

The prompt framework:

Role:    Who should the AI act as?
Context: What's the situation?
Task:    What specifically do you need?
Format:  How should the output be structured?
Constraints: What should it avoid or include?

Exercise 2.1: Role-Based Prompting

Prompt: "Act as a communications specialist. I need to draft a 
customer-facing FAQ about a new service we're launching. The 
audience is non-technical users who may be unfamiliar with the 
service.

Write 8 Q&A pairs. Use simple language (6th grade reading level). 
Each answer should be 2-3 sentences max. Include a question about 
privacy/security."

Compare this output to what you’d get from: “Write a service FAQ.” The difference is the structure.

Industry variant (healthcare): “Act as a healthcare communications specialist. Draft a patient-facing FAQ about a new telehealth service. The audience is patients aged 60+, many of whom are not tech-savvy.”

Iterate: Ask the AI to add a question you think is missing, or adjust the reading level. Notice how specific instructions produce specific results.


2.2 AI for Research and Synthesis

AI excels at synthesizing information from complex topics into actionable summaries. The key skill: knowing what to ask for and how to verify.

Exercise 2.2a: Research Synthesis

Prompt: "Summarize the key differences between the following 
approaches to staff training: classroom-based, e-learning, 
micro-learning, and on-the-job mentoring. 

Present as a comparison table with columns: Approach, Strengths, 
Weaknesses, Best For, Time Investment. Focus on what's most 
relevant for a mid-size organization."

Verify: Pick one claim from the output and check it against a published source. Did the AI get it right? Where was it imprecise?

Industry variant (healthcare): Compare training approaches specific to clinical staff onboarding — simulation-based, preceptorship, competency checklists, and micro-learning.

Exercise 2.2b: From Research to Action

Take the output from 2.2a and chain it:

Follow-up: "Based on this comparison, recommend an approach for an 
organization that needs to train 200 employees across multiple 
departments in AI skills. They have limited budget and can't pull 
people away from work for full-day sessions. Justify your 
recommendation."

This is prompt chaining — building on previous context to go deeper. It’s how you move from one-off questions to sustained AI-assisted work.

Industry variant (healthcare): Frame the recommendation for a healthcare org that can’t pull clinical staff off the floor and must maintain patient-to-nurse ratios.


2.3 Measuring Your Impact

At this level, start tracking how AI affects your work:

Exercise 2.3: Time Audit

Choose a task you completed with AI this week. Estimate:

Metric Without AI With AI
Time to complete    
Quality (1-5)    
Number of iterations    
Prompt: "I just used AI to [describe task]. It took me [time] 
compared to an estimated [time] without AI. Help me identify 3 
other tasks in my weekly routine where I could see similar gains. 
My role is [your role]."

This builds the habit of quantifying AI impact — which matters when the organization measures adoption.

Industry variant (healthcare): Track a clinical documentation or administrative task — chart prep, referral processing, or insurance verification.


2.4 Command-Line AI Interaction

AI tools aren’t limited to web interfaces. Working from the command line unlocks faster iteration and integration into technical workflows.

Exercise 2.4: CLI Basics

If you have access to a CLI AI tool (Claude Code, OpenAI CLI, or similar):

# Ask a direct question
claude "What are the key principles of data de-identification? 
List the common categories of personal identifiers."

# Pipe content into AI for analysis
cat meeting_notes.txt | claude "Summarize the key action items 
from these meeting notes. Format as a checklist."

# Use AI for quick drafting
claude "Draft a 3-sentence project status update. The project is 
an AI training pilot for 50 staff. We completed week 1 with 80% 
enrollment and positive feedback."

The command line is where AI becomes a power tool — fast, scriptable, and integrated into how technical work gets done.

Industry variant (healthcare): Use CLI tools to query de-identification standards or summarize regulatory updates (e.g., “Summarize the latest CMS interoperability rule in 5 bullet points”).


2.5 Checkpoint

Before moving to Proficient, you should be able to answer yes to these:

Fluency slope check: Compare your AI usage this week to last week. Are you using it more often? For more complex tasks? That’s positive slope.

Ready to apply what you’ve learned? Try the Meeting-to-Action Pipeline capstone project.

← Back: Beginner Next: Level 3 — Proficient →