Google's Gemma fails CTF challenges when aware of limited steps
New study reveals AI's strategic blindspot under resource constraints
In a behavioral experiment published on LessWrong, researcher TheVinci investigated whether AI models perform differently when aware of resource limits. Using Google's Gemma and three custom CTF (Capture The Flag) cybersecurity benchmarks, they compared baseline runs against step-aware runs where the model knew exactly how many steps (out of 30) remained. Over 505 valid runs across multiple labs, the overall solve rate was nearly identical: 67.6% baseline versus 65.5% step-aware (statistically insignificant, p=0.64).
However, a deep dive into reasoning traces revealed a striking pattern. Whenever Gemma explicitly acknowledged the step constraint—“I have 2 steps left”, “Need to be efficient”, “Running out of time”—it consistently failed to solve the CTF. These acknowledgments appeared late (median step 28/30) and took forms such as self-repetition, retrospective auditing of the entire run, or forming new hypotheses too late to test. The model processed the resource cue but failed to adapt its strategy, instead sticking to behaviors that led to failure. The researcher speculates this might indicate a broader limitation in how models handle resource constraints during deployment, though results are preliminary.
- Step awareness did not change overall solve rate: 67.6% vs 65.5% (p=0.64), null result
- When Gemma verbalized step constraints (median at step 28/30), it almost always failed to solve the CTF
- Failures involved self-repetition, history audits, or late-stage untestable hypotheses—not strategic pivoting
Why It Matters
AI's inability to strategically adapt under known resource limits could impact real-time decision-making and autonomous deployments.