What is Meta Learning & High-Performance Mastery Flashcards

(22 cards)

1
Q

What is the Spaced Repetition Effect?

A

A learning technique that spaces review sessions over increasing intervals to combat forgetting and strengthen long-term retention.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the Testing Effect and why is it powerful?

A

Testing yourself improves recall better than rereading. It forces retrieval, strengthening memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Feynman Technique?

A

A method of learning by explaining a topic in simple terms to identify gaps in understanding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s Interleaving and why does it help?

A

Mixing different topics or skills during study to improve adaptability and memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 3 types of cognitive load?

A

Intrinsic (task complexity), Extraneous (poor instructional design), Germane (effort to create schemas).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does “desirable difficulty” mean?

A

Learning that’s challenging but productive—struggles that lead to stronger retention.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 4 laws of behavior change from Atomic Habits?

A
  1. Make it obvious 2. Make it attractive 3. Make it easy 4. Make it satisfying
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Deep Work (Cal Newport)?

A

Focused, distraction-free work that creates high value and improves skill.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What’s the 80/20 rule?

A

80% of outcomes come from 20% of inputs. Focus on the highest-leverage actions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define Parkinson’s Law.

A

Work expands to fill the time available for its completion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What’s the Pomodoro Technique?

A

25 min of focused work followed by a 5 min break. Improves focus and endurance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the concept of Flow?

A

A mental state of deep immersion and engagement, where time and effort feel effortless. Requires challenge and skill alignment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What’s First Principles Thinking?

A

Breaking things down to fundamental truths and reasoning up from there (used by Elon Musk).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What’s Inversion?

A

Thinking about what you want to avoid to find better paths forward. “How could I fail?”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain the Eisenhower Matrix.

A

A 2x2 grid sorting tasks by Urgency and Importance: Do, Schedule, Delegate, Eliminate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the concept of Opportunity Cost?

A

The value of the next-best alternative foregone when making a decision.

17
Q

What is Confirmation Bias?

A

The tendency to favor info that confirms preexisting beliefs.

18
Q

What is LangChain?

A

A framework for building context-aware language model applications using chains of components.

19
Q

What is CrewAI?

A

A tool to coordinate multiple AI agents with roles, goals, and tasks like a virtual team.

20
Q

What is vector search and why is it used?

A

A way to find similar data points in a high-dimensional space. Used in Retrieval-Augmented Generation (RAG) for semantic search.

21
Q

What is RAG in AI pipelines?

A

Retrieval-Augmented Generation: Combines search with LLM generation to ground outputs in real data.

22
Q

What is the purpose of embeddings?

A

Numerical representations of data (like text) that capture meaning and enable similarity comparisons.