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
What's the risk of a naive fixed-window trim (e.g. always keep only the last 20 turns) as a context-management strategy?
A
It has no downside compared to other strategies
B
It silently discards earlier context the user might still expect the assistant to remember, with no summarization to preserve it
C
It increases the API's cost
D
It causes a schema validation error
Check Answer