DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
AI for Frontend Developers
When should you reach for a hand-written manual tool loop instead of the SDK's Tool Runner?
A
Whenever you need any kind of approval gating or error interception
B
Only when you need control the runner doesn't expose at all — e.g. a custom transport or control flow that doesn't fit its per-turn hooks
C
Always — the Tool Runner is purely for prototyping and shouldn't be used in production
D
Never — the manual loop is deprecated
Check Answer