Chapter 3 Flashcards

(12 cards)

1
Q

What is JSON and what does it stand for?

A

JavaScript Object Notation, is a lightweight data format that uses key:value pairs for information structuring. Example:
{“theme” : “AI Club Launch” , “date” : “2025-11-05” }

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

What is a Multi-Agent System?

A

A systems that coordinates set weak agents, each with a clear role and contract (inputs, outputs, and success criteria) to achieve a collective performance superior to a single model.

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

What is an Agentic AI?

A

Systems that plan, act, and interact autonomously towards a goal. Ex: Nest-a smart thermostat that learns your schedule and preferences over time and adjusts the temp, for optimal comfort and energy savings.

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

When using

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

Which set best matches the chapter’s governance frameworks to consider?

A

Data privacy, fairness, accountability, transparency, human oversight

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

Which R.I.S.E. Element most directly improves the structure and format of the model’s output?

A

Clear instructions specify the task and output format, improving structure

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

Which definition best matches the chapter’s description of prompt engineering?

A

Crafting structured, precise, context-rich instructions to guide AI Outputs

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

When building a Custom GPT, what belongs in the persistent “Instructions” field?

A

Behavior, constraints, tone, formatting rules

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

In large-scale, multi-agent IS, what does the orchestration layer do?

A

Routes messages and enforces schemas/quality checks

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

According to the Walmart case study summary, what principle is echoed by their ‘super agents’ approach?

A

Role specialization via domain-specific agents

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

Why include examples when crafting a prompt using R.I.S.E?

A

To demonstrate desired style/format of outputs.

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

In R.I.S.E, what is the primary purpose of the “Supplement” component?

A

Provide relevant context and constraints

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