AI News

The UK AI Security Institute is arguing that a basic assumption behind many AI benchmark results is wrong: agent capability is not a single score, but a moving target that changes materially with the amount of test-time compute a model is allowed to use.

According to reporting by The Decoder on the institute’s new study, the agency tested frontier models across seven benchmarks and found that fixed token budgets can systematically understate what AI agents are able to accomplish. That matters well beyond leaderboard debates. If benchmark scores are being recorded before a model’s performance has leveled off, developers, enterprise buyers, and safety evaluators may be making decisions based on artificially low readings of both utility and risk.

The immediate implication is practical. Many teams evaluating AI agents for coding, cyber defense, or other multi-step work rely on benchmark numbers to decide whether a system is ready for deployment. The UK AI Security Institute’s findings suggest those numbers may reflect a floor rather than a ceiling, especially on tasks where the agent can verify intermediate work by running code, testing an exploit, or checking outputs.

What the study found

The central claim from the UK AI Security Institute, as described by The Decoder, is that performance rises with test-time compute in ways that common evaluation setups do not fully capture. In the study, success rates on software engineering tasks reportedly increased by about 25 percent when the token budget was raised from one million to ten million on benchmarks including TerminalBench 2.0 and SWE-Bench Pro.

The effect was not limited to coding. On math and academic evaluations such as Humanity's Last Exam, gains were said to reach roughly 22 percent up to a budget of five million tokens. In cybersecurity, The Decoder reports that around 8 percent of tasks were only solved once budgets exceeded 10 million tokens, with some requiring 50 million tokens and newer models pushing higher at budgets above 100 million.

That pattern supports a broader methodological point. If benchmark organizers cap runs too early, some fraction of hard tasks will register as failures even when the model could solve them with more compute. In that framing, a benchmark score becomes highly dependent on the budget choice rather than a stable measure of capability.

The institute also reportedly found important variation by domain. On HealthBench, which The Decoder describes as a medical task benchmark, models appeared to plateau within the standard budget. In other words, more compute did not help much there. The reported explanation is intuitive: extra tokens are most useful in settings where an agent can iteratively test and verify its own work. They matter less where feedback is sparse, ambiguous, or delayed.

Why token budgets change the picture

The study’s more consequential argument is not just that bigger budgets improve scores, but that capability progress at the frontier may be advancing faster than standard evaluations suggest. The Decoder reports that the institute previously estimated frontier-model time horizons on cyber tasks at a fixed budget of 2.5 million tokens. When the budget is expanded to 50 million tokens, the progress trend appears about 60 percent steeper.

Put differently, the apparent pace of improvement depends partly on how much compute evaluators are willing to spend. The institute reportedly said doubling times shift from roughly 67 to 91 days under one setup to around 40 to 50 days under the higher-budget setup. If accurate, that is a major warning for anyone using fixed-budget benchmarks to track risk escalation or commercial readiness.

The UK AI Security Institute also ties token use to task duration. Drawing on 211 software engineering tasks from METR and 78 cyber tasks from its own testing, the institute reportedly found a power-law relationship between how long a human expert would need and how many tokens an AI agent tends to consume. A task that takes a minute may require thousands of tokens; an hour can require millions; a week can require billions.

That relationship helps explain why fixed budgets systematically exclude long-horizon work. A benchmark may contain tasks that are in principle solvable by a model, but not within the allotted spend. The Decoder cites a cyber task called “The Last Ones,” estimated to take a human expert about 20 hours, where no tested model reportedly succeeded below 30 million tokens.

For builders, that is a reminder that “agent failure” often combines at least three factors: model skill, tool access, and inference budget. Treating all failures as capability limits can produce misleading product decisions.

Newer models seem to benefit more

Another notable result is that newer frontier systems reportedly gain more from extra compute than older ones. The Decoder says the institute observed improvements across three dimensions: reach, meaning harder tasks become solvable; reliability, meaning the same task is solved more consistently; and efficiency, meaning fewer tokens are needed for a given result.

The reported time-horizon numbers make that concrete. A current frontier model’s horizon on cyber tasks rose from about 40 minutes at 2.5 million tokens to roughly four hours at 50 million tokens, according to The Decoder’s account of the study. Across the broader frontier, the horizon moved from about two hours to around 14 hours at the higher budget.

That does not mean all progress is smooth or monotonic. The institute reportedly found that on roughly 10 to 30 percent of tasks, newer models performed worse than predecessors. That caveat matters because it pushes back against a simplistic “more recent equals better everywhere” narrative. For product teams, the result reinforces the need for task-specific testing rather than relying on broad model branding.

Still, if newer models extract disproportionate value from larger compute budgets, evaluation practices built around older cost assumptions may become increasingly outdated. Falling inference costs could make high-budget runs more accessible over time, allowing capabilities that currently seem too expensive to emerge in ordinary products and workflows.

Evidence, limits, and how much confidence to place in the claims

This story rests primarily on The Decoder’s reporting of a study from the UK AI Security Institute rather than a directly provided research paper or institute publication in the source set here. That means the specific benchmark figures, token thresholds, and time-horizon estimates should be treated as reported findings rather than independently verified by Creati.ai from original materials.

Even so, the claims are directionally plausible and internally consistent. Anyone who has worked with AI agents on coding or security tasks has seen that longer runs can unlock better outcomes, particularly when the system can test hypotheses, inspect errors, and retry. What the institute appears to add is a structured argument that benchmark design is systematically biasing measurements downward.

There are also important boundaries to the findings. First, the gains are not universal, as the reported HealthBench result suggests. Second, higher token budgets raise costs, increase latency, and may create more room for unproductive search. Third, benchmark performance under expanded compute is not the same thing as dependable production performance under enterprise constraints.

The UK AI Security Institute reportedly now uses multiple budgets and looks for “minimum informative budgets” where performance stops improving materially. That is a useful concept, but it still leaves open questions about operational standards. Buyers do not just want to know maximum capability; they need to know capability at acceptable cost, speed, and risk.

What this means for AI agents and enterprise AI

For teams building AI agents, the message is straightforward: benchmark selection is no longer enough. Evaluation design has to include budget sweeps, especially for workflows in software engineering, cyber operations, and other tool-using domains. A model that looks mediocre under a one-shot budget may become viable when allowed to reason longer or retry more often.

For enterprise AI buyers, this complicates vendor comparisons. Two providers can cite benchmark wins that are not directly comparable if they were achieved under different compute ceilings. Procurement teams should ask not only for scores on SWE-Bench Pro, TerminalBench 2.0, or HealthBench, but also for the token budgets, latency, retry policies, and tool permissions used to produce them.

For safety and policy work, the study lands on an even more sensitive point. If harmful-capability evaluations in cybersecurity are being conducted under budgets that truncate performance, risk assessments may lag behind deployable reality. The UK AI Security Institute’s focus on cyber tasks suggests the issue is not merely academic. High-budget capability may become reachable in the real world as inference grows cheaper and orchestration tools improve.

The broader market implication is that evaluation may need to shift from static scores to capability curves. That will be messier and more expensive than current leaderboards, but it may better reflect how frontier models are actually used inside products.

What to watch next

The next key signal is whether the UK AI Security Institute publishes the underlying paper, methods, and benchmark configurations in enough detail for outside replication. Without that, the headline claim will remain important but harder to audit.

A second signal is adoption by benchmark maintainers and labs. If tests like SWE-Bench Pro, Humanity's Last Exam, or HealthBench begin reporting performance across budget ranges instead of single numbers, the institute’s argument will have immediate influence.

Third, watch model vendors. If labs start emphasizing budget-conditioned performance curves in place of point estimates, that will indicate the market accepts that test-time compute is part of capability, not just a runtime setting.

Finally, watch enterprise pricing and deployment patterns. As token costs fall, more customers may choose longer-running AI agents for coding and cyber workflows. If that happens, the difference between “benchmark capability” and “deployed capability” could narrow quickly.

Creati.ai perspective

The UK AI Security Institute is highlighting a blind spot the AI industry has tolerated because single-number benchmarks are easy to publish and compare. But AI agents are not static predictors. They are systems that search, verify, and recover from mistakes, and those behaviors are heavily shaped by how much compute they are allowed to consume.

For builders and buyers, the practical takeaway is not “always spend more tokens.” It is that evaluation must reflect the operating regime you actually care about. In software engineering and cybersecurity, where AI agents can benefit from iteration and feedback, budget is part of the product. If benchmark practice fails to capture that, both commercial decisions and safety judgments will keep arriving late.

Featured
AirMusic
AirMusic
AirMusic.ai generates high-quality AI music tracks from text prompts with style, mood customization, and stems export.
AdsCreator.com
AdsCreator.com
Generate polished, on‑brand ad creatives from any website URL instantly for Meta, Google, and Stories.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
Refly.ai
Refly.ai
Refly.AI empowers non-technical creators to automate workflows using natural language and a visual canvas.
Skywork.ai
Skywork.ai
Skywork AI is an innovative tool to enhance productivity using AI.
Pippit
Pippit
Elevate your content creation with Pippit's powerful AI tools!
Diagrimo
Diagrimo
Diagrimo transforms text into customizable AI-generated diagrams and visuals instantly.
BGRemover
BGRemover
Easily remove image backgrounds online with SharkFoto BGRemover.
SuperMaker AI Video Generator
SuperMaker AI Video Generator
Create stunning videos, music, and images effortlessly with SuperMaker.
Elser AI
Elser AI
All-in-one AI video creation studio that turns any text and images into full videos up to 30 minutes.
Qoder
Qoder
Qoder is an agentic coding platform for real software, Free to use the best model in preview.
Flowith
Flowith
Flowith is a canvas-based agentic workspace which offers free 🍌Nano Banana Pro and other effective models...
FineVoice
FineVoice
Clone, Design, and Create Expressive AI Voices in Seconds, with Perfect Sound Effects and Music.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Browser-based AI that turns any 2D image or text prompt into a 3D model in 30 seconds. Export GLB, OBJ, STL, PLY—free
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto instantly lets you virtually try on outfits with realistic fit, texture, and lighting.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
Image 2 AI
Image 2 AI
OpenAI-powered image generation and editing tool for photorealistic visuals, accurate text rendering, and UI mockups.
SharkFoto
SharkFoto
SharkFoto is an all-in-one AI-powered platform for creating and editing videos, images, and music efficiently.
Imagvio AI
Imagvio AI
AI-powered image and video creation platform with precise editing, generation, and consistency-focused creative workflows.
kinovi - Seedance 2.0 - Real Man AI Video
kinovi - Seedance 2.0 - Real Man AI Video
Free AI video generator with realistic human output, no watermark, and full commercial use rights.
APIMaster
APIMaster
Real LLMs, verified by fingerprint. One API, up to 70% off official pricing.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
Media.io Free AI Image Generator
Media.io Free AI Image Generator
Create AI visuals with Media.io from text prompts or reference images for social media, marketing, ecommerce, and more.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
Couple AI - AI Couple Photo Maker
Couple AI - AI Couple Photo Maker
Create realistic AI couple portraits from selfies with themed styles, fast generation, and private HD downloads.
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
AI Pet Video Generator
AI Pet Video Generator
Create viral, shareable pet videos from photos using AI-driven templates and instant HD exports for social platforms.
AI Video API: Seedance 2.0 Here
AI Video API: Seedance 2.0 Here
Unified AI video API offering top-generation models through one key at lower cost.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
Flaq AI Media API
Flaq AI Media API
Flaq AI is a unified AI media API platform for generating images, videos, and LLM-powered workflows with stable models
AI Gift finder by wishwave
AI Gift finder by wishwave
AI gift finder that builds shareable wishlists from real products across hundreds of popular stores.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
Claude API
Claude API
Claude API for Everyone
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
insmelo AI Music Generator
insmelo AI Music Generator
AI-driven music generator that turns prompts, lyrics, or uploads into polished, royalty-free songs in about a minute.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
GLM Image
GLM Image
GLM Image combines hybrid AR and diffusion models to generate high-fidelity AI images with exceptional text rendering.
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.
Seedance 20 Video
Seedance 20 Video
Seedance 2 is a multimodal AI video generator delivering consistent characters, multi-shot storytelling, and native audio at 2K.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
Veemo - AI Video Generator
Veemo - AI Video Generator
Veemo AI is an all-in-one platform that quickly generates high-quality videos and images from text or images.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
Remy - Newsletter Summarizer
Remy - Newsletter Summarizer
Remy automates newsletter management by summarizing emails into digestible insights.

UK AI Security Institute says common benchmarks miss what AI agents can do when given more compute

The UK AI Security Institute says standard benchmarks understate AI agent capability by capping compute, raising stakes for safety tests and buying decisions.