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
medium
AI for Frontend Developers
A junior developer says: 'Streaming is just a nice UX polish — for a backend job with no visible UI, there's no reason to ever use it.' What's the flaw in this reasoning?
A
There's no flaw, this reasoning is correct
B
Streaming is also required to avoid HTTP timeouts on large expected outputs, independent of whether there's a visible UI consuming the tokens live
C
Streaming is always slower than non-streaming, so it should be avoided
D
Streaming only works with tool use, not plain text generation
Check Answer