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
Why does cramming the user's live question directly into the system string (e.g. `You are helpful. The user asked: "${q}"`) hurt both caching and clarity?
A
It doesn't hurt anything, this is a normal pattern
B
system now changes every request (breaking caching) and blurs the line between instruction and user content
C
It only hurts clarity, caching is unaffected
D
It causes a schema validation error
Check Answer