← Back to Week 14

Week 14: LLMs as Decision Makers and Agents

Knowledge Check — Select an answer to see immediate feedback.

Questions 10
Question 1

When using an LLM as a decision maker, structured output formats such as JSON are preferred over free-form text. What is the primary reason for this?

Question 2

Confidence scoring is an important component of LLM-based decision frameworks. What is its primary purpose?

Question 3

In agentic workflows, what does the agent's "action space" define?

Question 4

An AI agent can take a shortcut that gives a small reward right now, or take a longer path that gives a bigger reward later. What concept in agent design controls how much the agent values future rewards compared to immediate ones?

Question 5

Fallback mechanisms in LLM decision frameworks are designed to handle situations where the model cannot make a confident decision. Which of the following is a valid example of a fallback strategy?

Question 6

In router architectures for LLM-based data science workflows, what is the primary role of feedback loops?

Question 7

Conflict resolution in multi-agent systems is needed when agents' goals or actions are incompatible. Which approach uses predefined rules and constraints to guide resolution rather than having agents negotiate directly?

Question 8

Decision logging and audit trails are cited as key components of safety and reliability in LLM-based data science systems. What primary function do they serve?

Question 9

Parallel processing is described as a control flow mechanism in agentic workflows. In which scenario is it most beneficial compared to sequential decision-making?

Question 10

System boundaries are described as critical for defining the scope of LLM-based decision systems. What is the main risk of deploying a system without clearly defined boundaries?