Fetching from the wire…
Public story · 2026-08-26 · high
GPT-4o's high-severity flaws fell to 13.6% while low-severity ones rose to 43.5%, and prompts sometimes rewrote code without saying so.
Why now: The paper posted to arXiv in August 2026, testing whether prompting alone can substitute for retraining on secure code.
Researchers ran 424 security-sensitive Python tasks through GPT-4o and LLaMA 3.1-8B under five security-focused prompts, then scanned outputs with Bandit and CodeQL, per a paper testing whether prompting alone fixes insecure code.
Structured prompting fixed the obvious problem. GPT-4o's invalid or noncompliant outputs dropped to as few as 37, down from 338 of 424 tasks. It's a real fix for teams whose prompts produce code the model won't even format correctly.
The security picture underneath didn't clean up the same way. GPT-4o's high-severity findings fell from 20.8% of flagged issues to 13.6%, while low-severity findings rose to 43.5%, up from 32%. Overall weakness counts across the five prompt variants stayed roughly flat. Telling the model to be more careful didn't remove bugs so much as move them down the severity scale.
The paper's sharper finding is semantic drift, where stricter security prompts sometimes rewrote or deleted the exact unsafe construct a developer had asked for, without flagging the change. A prompt meant to harden the code changed what the code does, without saying so.
If a security prompt can silently edit your logic, code review has to check the diff against the original request, and not lean on the scan results alone. The paper doesn't say whether that drift ever introduces new bugs on top of removing the ones a developer wanted gone.
Each link below shares sources, entities, or timing with this story.
An automated framework evaluated GPT, Gemini, Claude and Grok on 85 algorithmic C# tasks derived from HumanEval, producing 340 solutions scored on three independent axes: functional correctness via unit tests, static quality via Roslyn AST analysis, and runtime efficiency via...
Everyone spent yesterday arguing about benchmark numbers. Tencent quietly published data suggesting the numbers belong to your infrastructure, not the model. The WorkBuddy Bench leaderboard reports every model under two different agent harnesses — CodeBuddy Code and Claude Cod...
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
Meta formally pivoted from open-weight Llama to fully proprietary Muse Spark, its first model from the newly formed Meta Superintelligence Labs. No downloadable weights. No self-hosting. Cloud-only private API preview to select partners. More locked down than OpenAI or Anthrop...
Xiaomi released MiMo-V2.5-Pro, a 1.02 trillion parameter mixture-of-experts model (42B active) with 1M token context, fully MIT licensed. In benchmarks, it achieves 63.8% success on agentic tasks using 40-60% fewer tokens than Claude Opus 4.6 or GPT-5.4 for comparable results....
105 real repository-level tasks: interpret an issue, navigate the repo, produce a container-verified patch (JetBrains). Claude Code with Opus 4.7 xhigh solved 90 of 105 (85.71%), ahead of JetBrains Junie on Opus 4.7 max and Codex on GPT-5.5 xhigh, tied at 81.9%. What I like ab...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.