OpenAI says it cannot rule out critical cyber capability in its next model
OpenAI said on August 7 that internal evaluations of Astra, an upcoming model, show advances in agentic coding and cybersecurity strong enough that it cannot rule out the Critical threshold of its Preparedness Framework, and it has paused internal Astra work that does not meet strengthened security controls.
A task factory ran fifteen rounds and broke the model grading it
A new paper builds harder and harder terminal tasks by recursively rewriting accepted ones, and across fifteen rounds a fixed frontier solver's success rate fell from 90 percent to 2.5 percent, with the authors reporting no ceiling in sight.
Vision models can tell which camera took a photo, and they use it to cheat
A paper accepted to ECCV 2026 shows that image encoders pick up invisible pixel-level traces left by cameras and image processing, then lean on those traces as a shortcut for the actual task, degrading when the equipment changes.
A model small enough to run on a laptop reads heard speech from brain scans
Researchers rebuilt a brain-to-speech decoder around the physical geometry of the scanner helmet, shrinking the decoder about twentyfold while matching prior accuracy, and then used it to identify which properties of speech the brain signal actually carries.
The AI judges grading computer-use agents are too easy on them
A new benchmark finds that vision-language models used to grade whether a computer-use agent finished its task systematically accept failed runs as successes, and that judgment quality varies more across operating systems than across judges.
Qwen did not take the top agentic spot from Claude, but it got within one point
Artificial Analysis's Agentic Index currently places Claude Opus 5 at maximum effort first with 59, and Qwen3.8 Max tied for second at 58, contradicting posts describing Alibaba's model as the outright leader.
An agent's memory records what you said; this compiler records what you did
A single-author paper argues computer-use agents waste frontier inference re-deriving routines their user already performed, and presents a model-free compiler that turns raw screen capture into a context block 86 times smaller that an agent reads with 98.4 percent accuracy.
Google pulled AI image generation out of Google Earth one day after shipping it
Google launched Nano Banana image generation inside Google Earth on July 30 and announced a rollback on July 31, saying users were sharing generated imagery that appeared to violate its policies and that it needed stronger guardrails first.
Two-bit models now run on every major llama.cpp backend
The official 2-bit weight format merged into llama.cpp now works on mainline CPU, Metal, Vulkan, and CUDA after the CUDA path landed upstream, completing a backend sweep that started as an ARM-only contribution.