Vol.01 · No.10 Daily Dispatch July 31, 2026

Latest AI News

AI · PapersDaily CurationOpen Access
AI NewsResearch
7 min read

OpenAI slashes GPT-5.6 Luna by 80%, adds 2.5x Fast mode for Sol

Cheaper Luna and Terra aim to make high‑volume workflows economical, while Sol’s Fast mode trades higher per‑request cost for up to 2.5x speed with no change in intelligence. Benchmarks and routing options sharpen a “right model for the step” strategy.

Reading Mode

One-Line Summary

OpenAI lowers GPT-5.6 costs and latency, while new research shows frontier models can both find holes in crypto and still miss real incident-response tasks, with memory emerging as a key design axis.

LLM & SOTA Models

OpenAI lowers GPT-5.6 costs and adds Fast mode

OpenAI is making everyday AI work cheaper and giving developers a faster option when response time matters. GPT‑5.6 Luna drops in price by 80% and Terra by 20%, and a new API Fast mode for Sol delivers up to 2.5× faster responses at twice the price, with no change in intelligence. Priority-tagged requests now automatically map to Fast mode. 1

The GPT‑5.6 family formalizes three tiers—Luna for cost-efficient throughput, Terra for balanced everyday work, and Sol as the flagship—following a public launch after U.S. government review. Pricing is per million tokens: Sol at $5 input and $30 output, Terra at $2.50 and $15, and Luna at $1 and $6. Sol supports a 1.05 million‑token context window with up to 128,000 tokens of output. 2

Under the hood, OpenAI credits efficiency gains to model improvements, smarter routing, token-generation optimizations, and better context management. Within a human-led process, Sol autonomously rewrote and optimized production kernels, helping cut end‑to‑end serving cost by 20% and improving token-generation efficiency by over 15%. The company frames this as a compounding loop: more capable models help engineers find the next cost and speed wins. 1

Results vary by task: GCN reports Sol scores 53.6 on Agents’ Last Exam (ahead of Claude Fable 5 by 13.1 points) but 64.6% on SWE‑Bench Pro (behind Fable 5’s 80%). A separate public benchmark from Samaya AI (FrontierFinance) finds Claude Fable 5 at 49.2% and GPT‑5.6 Sol at 46.8%, while Samaya’s proprietary system scores 50.8–56% at lower reported costs—underscoring that routing the right tier to the right step can matter more than a single “best” model. 23

Research Papers

Claude finds new cracks in cryptography

Anthropic shows its Claude Mythos Preview can help discover stronger attacks on cryptographic algorithms: it halves the effective key size of HAWK (a post‑quantum digital signature candidate) and speeds attacks on a reduced‑round AES variant by 200–800×—with no immediate impact on production systems. The team emphasizes responsible disclosure and notes these are research results, not breaks of deployed ciphers. 4

The process mixes autonomous agents and light human oversight: one week of work, about 60 hours for HAWK, and roughly $100,000 in API cost per result. Anthropic also co‑releases CryptanalysisBench with academic partners to standardize testing of Large Language Models (LLMs) on cryptography tasks, pointing to a future where AI routinely stress‑tests crypto before and after deployment. 4

Memory for Large Language Models: a unifying taxonomy

This survey explains how “memory” in Large Language Models (LLMs) now spans far more than a long context window, organizing the space by representation (implicit vs. explicit), update dynamics (offline vs. online), and persistence (short‑ vs. long‑term). It clarifies the boundary between computation‑coupled memory and independently addressable stores. 5

The authors review hybrid memory architectures, system‑level efficiency trade‑offs, and multi‑dimensional evaluation methods, offering a shared vocabulary for teams designing scalable, adaptive models and agents. 5

SecRespond: testing AI agents after a breach

SecRespond is a benchmark for post‑compromise incident response that asks agentic systems to analyze a forensic disk snapshot, interpret alerts and scans, and produce a verified remediation plan. It spans 10 cyber ranges across 4 entry‑point types, 21 MITRE ATT&CK techniques, and 5 operating systems. 6

Evaluating 23 frontier LLMs on the OpenCode agent harness, the authors find that agents can explain alerted issues but struggle to proactively surface stealthy intrusions and to produce comprehensive, validated fixes—no model achieves complete detection and remediation on any single range. 6

Community Pulse

Hacker News (229↑) — Mixed: curiosity about LLMs exposing real crypto flaws, paired with calls for rigor and warnings against “smuggling” guidance into prompts. 7

"Keep in mind for Anthropic the goal for them isn't necessarily to solve a problem but to demonstrate/measure the innate capabilities of their model. Many results would be a lot less interesting/impressive for an LLM to accomplish if researchers smuggled in key premises or ideas within their prompt." — Hacker News 7

Hacker News (6↑) — Mixed: some see the proposed memory as just caching; others argue it’s a distinct, efficient mechanism that needs no fine‑tuning. 8

"how is it not the same as a cache it its exact description matches the description of a cache?" — Hacker News 8

"This paper show a new tool called Galahad.Normally, AI has to think and guess the answer every time, which costs time and money. The knowledge of the model grows next to it not the model itself and no it is not the same as cache No fine-tuning needed It gives the exact same right answer every time, costs zero extra tokens, and saves lots of energy" — Hacker News 8

Why It Matters

Cheaper tiers and a toggle for speed let teams tune cost, latency, and quality at each workflow step instead of over‑paying for a single “do‑everything” tier—especially as models themselves help engineers squeeze more efficiency out of serving stacks. 1

But high‑stakes domains still demand evidence: across security and finance, recent benchmarks show strengths and gaps that vary by task. The takeaway is operational: evaluate, route, and verify—don’t assume a top‑line score will transfer to your workload. 6

This Week to Try

  1. Price–speed routing drill: run the same task with Sol (Standard vs. Fast) and Luna to compare latency, quality, and cost trade‑offs in your stack (see OpenAI’s GPT‑5.6 update: https://openai.com/index/advancing-the-price-performance-frontier-with-gpt-5-6/).
  2. Skim SecRespond’s paper abstract and task design, then map it to your own incident‑response checklist to spot automation gaps (https://arxiv.org/abs/2607.26791).

Sources 9

Helpful?

Comments (0)