What You’ll Learn
- Understanding context windows and their limits
- Selecting files strategically for optimal context
- Recognizing and responding to context overload
- When to reset context for better performance
Understanding Context Windows
Verdent’s context window size depends on the model being used.- Standard (200K)
- Extended (1M)
Most models use standard 200K context windows:
- Claude Sonnet 4.5 - Balanced for complex tasks
- Claude Haiku - Fast and efficient
- GPT-5 - Reasoning tasks (Beta)
- GPT-5-Codex - Code generation (Beta)
- ~200,000 tokens of total memory
- Sufficient for most development tasks
- All messages in conversation
- File contents loaded into context
- Tool outputs and responses
- System prompts and instructions
Strategic File Selection
Be strategic about file selection to optimize context usage.- @-Mentions
- Best Practices
Use @-mentions for explicit file inclusion:Verdent auto-loads related files, but @-mentions ensure precise control. Only include files directly relevant to the current task.
Recognizing Context Overload
- Response Quality
- Speed Issues
- Behavioral Changes
Signs:
- Less accurate or incomplete responses
- Missing important details from earlier in conversation
- Confused about recent changes or context
When to Reset Context
- Performance Issues
- Task Transitions
- After Commits
- Noticeably slower response times
- Less accurate or inconsistent responses
- Verdent forgetting earlier context