AI Fluency & Technical Concepts

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/43

flashcard set

Earn XP

Description and Tags

44 vocabulary flashcards covering key terms from the AI Fluency framework, human-AI interaction modes, technical concepts, and prompt-engineering techniques.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

AI Fluency

The capacity to work with AI systems effectively, efficiently, ethically, and safely, combining practical skills, knowledge, insights, and values.

2
New cards

The 4Ds

The four core AI-fluency competencies: Delegation, Description, Discernment, and Diligence.

3
New cards

Delegation

Choosing which tasks humans do, which tasks AI does, and how to divide work based on goals and capabilities.

4
New cards

Problem Awareness

Clearly understanding goals and task requirements before involving AI.

5
New cards

Platform Awareness

Knowing the capabilities and limitations of different AI systems.

6
New cards

Task Delegation

Thoughtfully distributing work between humans and AI to leverage each party’s strengths.

7
New cards

Description

Communicating with AI by precisely defining outputs, processes, and desired behaviors.

8
New cards

Product Description

Stating desired output, format, audience, and style for the AI.

9
New cards

Process Description

Giving step-by-step guidance on how the AI should approach a request.

10
New cards

Performance Description

Specifying how the AI should behave (e.g., concise, detailed, supportive, challenging).

11
New cards

Discernment

Critically evaluating AI outputs, processes, and behaviors for quality and improvement.

12
New cards

Product Discernment

Assessing the accuracy, relevance, coherence, and appropriateness of AI outputs.

13
New cards

Process Discernment

Checking the reasoning steps the AI used for errors or lapses.

14
New cards

Performance Discernment

Judging whether the AI’s communication style meets your needs.

15
New cards

Diligence

Using AI responsibly and ethically with transparency and accountability.

16
New cards

Creation Diligence

Choosing AI systems thoughtfully and interacting with them responsibly.

17
New cards

Transparency Diligence

Being open about AI’s role with everyone who needs to know.

18
New cards

Deployment Diligence

Verifying and vouching for any AI-assisted outputs you use or share.

19
New cards

Automation

AI performs specific tasks exactly as instructed by a human.

20
New cards

Augmentation

Humans and AI iterate together as thinking partners to complete tasks.

21
New cards

Agency

Humans configure AI to act independently on their behalf, even interacting with others.

22
New cards

Generative AI

AI systems that create new content (text, images, code, etc.) rather than merely analyzing data.

23
New cards

Large language models (LLMs)

Generative AI trained on massive text corpora to understand and generate human language.

24
New cards

Claude

Anthropic’s family of large language models.

25
New cards

Parameters

Numerical values in a model that determine how it processes information; modern LLMs have billions.

26
New cards

Neural networks

Layered collections of interconnected nodes that learn patterns from data through training.

27
New cards

Transformer architecture

2017 breakthrough design enabling models to process text in parallel and attend across long passages.

28
New cards

Scaling laws

Empirical patterns showing model performance improves predictably with more data, compute, and size, often unlocking new abilities.

29
New cards

Pre-training

Initial training phase where models learn language patterns from vast text data.

30
New cards

Fine-tuning

Additional training that teaches models to follow instructions and avoid harmful content.

31
New cards

Context window

Maximum amount of information a model can consider at once, including conversation history and documents.

32
New cards

Hallucination

Error where AI confidently provides plausible-sounding but incorrect information.

33
New cards

Knowledge cutoff date

The latest point in time covered by a model’s training data; it lacks built-in knowledge after this date.

34
New cards

Reasoning or thinking models

AI models designed to work step-by-step through complex problems, improving logical reasoning tasks.

35
New cards

Temperature

Setting that controls randomness of AI responses—higher is more creative, lower more predictable.

36
New cards

Retrieval-augmented generation (RAG)

Technique that links models to external knowledge sources to boost accuracy and reduce hallucinations.

37
New cards

Bias

Systematic patterns in outputs that unfairly favor or disadvantage certain groups, often reflecting training data.

38
New cards

Prompt

Any input given to an AI model, including instructions and shared documents.

39
New cards

Prompt engineering

Designing effective prompts to obtain desired outputs from AI systems.

40
New cards

Chain-of-thought prompting

Asking AI to reason through a problem step by step.

41
New cards

Few-shot learning (n-shot prompting)

Teaching AI by providing N example input-output pairs to illustrate the desired pattern.

42
New cards

Role or persona definition

Directing the AI to adopt a specific character, expertise level, or communication style.

43
New cards

Output constraints / output formatting

Specifying format, length, structure, or other characteristics required in the AI’s response.

44
New cards

Think-first approach

Prompting the AI to work through its reasoning before giving a final answer, leading to deeper analysis.