
TL;DR: A new paper makes a bold claim: you can improve adversarial robustness in large language models simply by letting them ‘think longer.’ Without retraining or custom defenses, increasing inference-time compute consistently reduces success rates for a wide range of attacks. It’s a strong contribution that reshapes how we approach model security, ie. shifting the focus from how a model is trained to how it reasons during execution.
The Paper at a Glance:
Authored by a team of researchers – many from OpenAI – this paper addresses one of the more persistent challenges in AI security: adversarial robustness. Despite considerable attention, LLMs remain vulnerable, especially in scenarios where they act on inputs from unpredictable sources. The authors test a surprisingly simple intervention: give the model more time to reason at runtime.
The results speak for themselves. Across various types of attacks, including prompt injection and soft-token manipulation, models showed improved resistance when given more processing time during inference. No retraining. No prompt engineering. Just deeper reasoning.
Key Takeaways:
- Allowing models more inference-time compute consistently lowers attack success rates on tasks with clear objectives.
- These gains come without any changes to the model or its training – only by increasing the compute spent on each response.
- The paper introduces novel attack types like ‘Think Less,’ which attempts to suppress reasoning, and ‘Nerd Sniping,’ where models are led to burn resources on irrelevant content.
- On tasks where policies are unclear or open to interpretation, additional compute has less impact: robustness here is limited by the model’s understanding of the policy, not its ability to reason.
- Human red-teaming shows higher compute levels make successful attacks more difficult to pull off, though not impossible.
- Even in scenarios involving powerful adversarial techniques (e.g. soft tokens), longer reasoning windows reduce susceptibility, although not perfectly.
Why I think this is important:
This work offers a shift in how we think about protecting AI systems. For years, the focus has been on training-time defenses: adding data, refining refusals, red-teaming edge cases. That remains essential, but this paper shows there’s another way to enhance security without retraining or redesigning the model.
This has direct operational value. Imagine systems that adjust their reasoning effort based on the sensitivity or risk level of a request – leaner when handling basic questions, more rigorous when evaluating actions with real-world consequences. It’s a more adaptive, scalable strategy.
There’s also a new risk to manage. Some of the attacks highlighted here don’t aim to fool the model directly, they target how much reasoning the model performs. The idea that an attacker could reduce the quality of output simply by shaping how much the model ‘thinks’ adds a new layer to the threat landscape.
This study doesn’t claim to solve adversarial robustness, but it adds a promising tool to the set. And that alone could change how organizations think about deploying LLMs in safety-critical environments.