Quiz · 4 questions
🔄 Single Agent
The Core Loop
Level 0Observer
0 XP0/40 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete
Quiz
01What is the minimum viable single-agent loop?
Hint
Strip everything optional — what's the smallest set of moves that still produces a real result?
02In OpenAI Responses API function calling, what links a tool result to a tool request?
Hint
OpenAI's name is different from Anthropic's — look for the field that says 'this result belongs to that call'.
03In Claude tool use, what does your application send after receiving a
tool_use block?Hint
Look for the block name that mirrors
tool_use — same suffix relationship.04Why should critical agent limits be enforced in code as well as prompt text?
Hint
Think about what happens between turn N and turn N+1 if the only safety net is a sentence in a system prompt.
Comments 0
🔔 Reply notifications (sign in)Sign in — Please sign in to comment.
No comments yet — be the first.