AMA Answer: What pitfalls or mistakes should I avoid, while getting into Context Engineering? What newbie mistake can you help me miss?
22 Mar 2026
In this moment:
Ben Dowen
Rahul Parwal
Question by Ben Dowen:
What pitfalls or mistakes should I avoid while getting into Context Engineering? What newbie mistake can you help me miss?
Response:
As a newbie, one mistake that I made was trying to put all the context relevant to my work into the AI. I assumed that more context improves results.
I believed that the context windows and tokens were processed correctly until the context window was full. But this is absolutely not the case.
Context rots as the context window increases. AI Models perform poorly when the context exceeds a point (even when it is well within the context window size).
What pitfalls or mistakes should I avoid while getting into Context Engineering? What newbie mistake can you help me miss?
Response:
As a newbie, one mistake that I made was trying to put all the context relevant to my work into the AI. I assumed that more context improves results.
I believed that the context windows and tokens were processed correctly until the context window was full. But this is absolutely not the case.
Context rots as the context window increases. AI Models perform poorly when the context exceeds a point (even when it is well within the context window size).
Drew Breunig nicely outlined several specific ways that longer context can cause performance problems, including:
- Context Poisoning: When a hallucination makes it into the context
- Context Distraction: When the context overwhelms the training
- Context Confusion: When superfluous context influences the response
- Context Clash: When parts of the context disagree
Only add the context that you need. Be picky in adding context. MCPs also blow up context windows.
In principle, each new additional context source increases the probability of noise, so add them deliberately, not by default. I personally don't use more than one MCP at a time. And, wherever possible, use Agent Skills.
Regularly trim or reset context. Don't let it bloat your system. More context doesn’t make AI smarter; better context does.
Rahul Parwal
Test Specialist
Rahul Parwal is a Test Specialist with expertise in testing, automation, and AI in testing. He’s an award-winning tester, and international speaker.
Want to know more, Check out testingtitbits.com
Sign in
to comment
Create E2E tests visually. Get clear, readable YAML you can actually maintain.
Explore MoT
Unleash the power of generative AI to boost your software testing and day-to-day tech tasks
Debrief the week in Quality via a community radio show hosted by Simon Tomes and members of the community