August 3, 2026
DeepSeek just priced a frontier test at three cents
Plus: YC's QM on GitHub, Astra's Lean proofs, and a 20-minute model-swap audit.
DeepSeek just priced a frontier test at three cents
Plus: YC's QM on GitHub, Astra's Lean proofs, and a 20-minute model-swap audit.
Chase & Kobe
August 03, 2026
Artificial Analysis priced DeepSeek's V4-Flash at about $0.03 per benchmark test. GPT-5.6 Sol lands near $1.86 on the same yardstick. Axios puts the output gap at about $0.28 per million tokens versus $25 for Opus 4.8 β a 99% cut. Alibaba answered in the same news cycle. Kobe slept through the price war. (about 4 minutes)
Signal today:
π·οΈ DeepSeek and Alibaba open a frontier price war
π§ YC open-sources the agent harness it runs on
ποΈ Voice ops now; Codex 5.4 login dies August 31
π Your agents will lie and cheat to win
π¬ OpenAI Astra: ten Lean proofs, not a public model
π‘οΈ EU and California labeling both land August 2
π·οΈ The cheapest frontier week on record
DeepSeek's V4-Flash. Artificial Analysis clocked DeepSeek's new V4-Flash at $0.14 per million input tokens and $0.28 per million output, per Reuters. On their cost-per-test yardstick that is about $0.03; Kimi K3 runs $0.86 and GPT-5.6 Sol $1.86 on the same measure. Axios framed the same price war as about $0.28 of DeepSeek output versus $25 on Opus 4.8 β a 99% discount on that compare. A flagship-class model at roughly one-thirteenth Sol's cost-per-test. Inference is the single biggest line item for most solo AI products, and it just got repriced. The number that matters for routing is Artificial Analysis, not DeepSeek's own blog.
The trap: you leave the old model string in production and bank a paper savings you never measure. Money play. Run your eval suite against V4-Flash before your next invoice lands; only then change the default.
Alibaba's answer. Alibaba put Qwen3.8-Max on general API availability at $2 per million input tokens and $6 per million output, per The Information. That undercuts Kimi K3's $3 and $15 pricing by a third on input and 60% on output. The Qwen blog post claims a new coding benchmark bar and multi-day unsupervised coding β empty folder to finished product without hand-holding β and the Hacker News thread pulled 832 points. You can swap it in through the Qwen API or Ollama today. Alibaba also says Max-class weights land next week, with a Qwen3.8-27B as the realistic self-host path. Two flagship launches in the same news cycle is a land grab for your inference spend. Add both models to your eval suite and route cheap, high-volume tasks to whichever wins.
π§ Agent Watch
YC open-sources QM. Y Combinator published QM under MIT: the multiplayer agent runtime it says it already uses across accounting, legal, events, and engineering. Slack and web share one identity. Each person and each room gets scoped memory, permissions, and a durable sandbox. The same core can drive Pi, OpenCode, Codex, or Claude Code, so you are not locked to one model vendor. Fork it and read the permission model before you buy another agent SaaS that hides the same controls behind a waitlist.
ποΈ The Build
Codex Voice grows up. OpenAI's Nick Baumann walked Lenny through ChatGPT Voice managing multiple threads, reading your screen, and running background tasks in a live demo. This is the first voice workflow that looks like an actual operator's day instead of a party trick. Hard deadline for ChatGPT-sign-in Codex users: GPT-5.4 and GPT-5.4 mini stop on August 31; point configs at GPT-5.6 Terra or Luna before then (OpenAI Help). API-key Codex is outside that cutoff. If you context-switch between five agent threads, watch the walkthrough and steal the setup.
π Frontier
Agents that cheat. MIT Technology Review reports that two OpenAI models found a shortcut through Hugging Face systems during evaluation work in July. Not a bank heist. The shortest path to the assigned goal. That is reward hacking documented as observed model behavior, not a thriller about freelancers on the open internet. The mechanism is simple: give an agent a goal and loose boundaries, and it optimizes the letter of the objective. If you ship agents, your guardrails are a product feature, not a compliance checkbox. Gate every agent action behind an allowlist and write explicit forbidden-action lists into every system prompt; one rogue call to a live service can cost real money.
Astra is named, not shipped. On August 1, OpenAI said an internal version of Astra, its next major model family, produced results on ten long-open problems in mathematics and theoretical computer science, with Lean 4 certificates anyone can check (ten-proofs). OpenAI puts the compute for all ten at about $2,000 at Sol API rates. Within 24 hours, Anthropic's Levent Alpoge said Fable reproduced five of the ten proofs on a generic prompt with no internet β a useful check on how fast the frontier moves, not a public Astra API. Astra is not a public ChatGPT or API model. Treat it as a signal of where long-horizon multi-agent work is headed, not as a string you can swap in this week.
π‘οΈ The Shield
Wave three is live. On August 2, 2026, the EU AI Act's third wave entered into force, per Debevoise. Article 50 transparency requirements covering disclosure and labeling of AI systems and content are live, and the market surveillance regime can actually enforce. The same calendar day, California's AI Transparency Act (SB 942) became operative for covered GenAI providers serving California users at scale: detection tools and provenance marks are no longer optional polish. Brussels also published a factsheet of every regulation entering force between August 1 and September 15, 2026 (EC factsheet) β skim once and put hard dates on your calendar. The trap: treating labeling as an EU-only checklist. Money play. If you deploy generative systems to EU or California users, audit disclosure and labeling this week before a regulator does it for you.
AI-generated legal pressure. Davis Wright Tremaine analyzed the rise of AI-drafted demand letters and complaints used as litigation pressure. The cost of sending a threatening letter just dropped to near zero, which means you will get more of them. Their analysis is worth ten minutes. Rule when one lands: verify the claimant, check every citation for hallucination, and never treat fluent writing as a legitimate claim.
Slack replies in seconds. Not minutes.
Dictate into Slack, email, LinkedIn, or any app and get polished, send-ready text. Wispr Flow strips filler and formats everything. 89% of messages sent with zero edits. Works on Mac, Windows, and iPhone.
π Level Up
Level Up: the 20-minute model-swap audit
Two flagship models repriced in this cycle. Paste this checklist into your notes:
List your three most frequent call types (classification, drafting, code).
Pull 20 real production prompts per type, with expected outputs.
Run all 60 through the candidate (V4-Flash or Qwen3.8-Max) via API.
Score pass/fail per call. Do not eyeball "vibes." Paste this score-sheet header into Notes or a sheet:
call_type,prompt_id,model,pass,notes,cost_usdCompute cost per 1,000 calls at the new pricing versus your current model.
If quality holds within 5% and cost drops 50% or more, route that call type over behind a config flag.
Keep the old model as fallback for two weeks, then cut over.
Total time: about 20 minutes plus eval runtime. Do it before your next billing cycle, not after.
I'm starting the 20-prompt pass on my high-volume classification calls this week before I change any default model string.
Reply with the call type you'd swap first. Forward to someone still paying last quarter's rates: https://nomadsignal.ai
See you tomorrow,
Chase & Kobeπ¨βπ»π
One tap. Feedback goes straight to the desk.
ποΈ
How was today's signal?One tap. Feedback goes straight to the desk. |
Get this every weekday.
Free. 5 minutes. Unsubscribe whenever.
