Enforcement day arrived: as of today, an AI product touching EU users has legal disclosure duties. It lands on top of the week the model market reset — OpenAI cut Luna 80%, Anthropic shipped Opus 5, and Kimi K3's open weights went public. Here's the state of the board as you open the week, and the one move each signal demands.
This week a $0.14 model beat its own flagship on nine agent benchmarks. That is not a signal to cancel the premium tier — it is a signal to get precise about the handful of turns where the expensive model still earns its price.
If you self-host on vLLM, the guided_json / guided_choice request fields you copied from a 2025 tutorial are deprecated. The whole family now lives under one structured_outputs object — here's the copy-paste migration for the server and the offline API.
Two weeks ago the inference-engine fight was the scheduler sync stall. Both engines cut new releases on July 25, and the headline work moved down a layer — to where your KV cache lives when it no longer fits in VRAM. Two philosophies, one problem.
VitaBench drops LLM agents into food delivery, in-store ordering, and travel booking with 66 real tools and a user who keeps changing their mind. Even frontier models clear only 32.5% of cross-domain tasks. Here's why that low number is the honest one — and what it tells a founder about shipping agents into the real world.
It's racing across X this week under the banner "Google just dropped a free 1-hour course." Two things are true: the curriculum is genuinely good, and we could not confirm it's an official Google release. Here's what's in the hour — and what a team of one should actually take from it.
A year ago we compared two ways to bolt a quality check onto RAG. There is a third, and it checks a different thing entirely — not the answer, not the documents, but the question. Here is which one fixes which failure.
If your agent reads screenshots, documents, or video at volume, one of these is roughly 50x cheaper per token — and it isn't the one with the famous logo.
Project Perception enters public preview August 3 with red/blue/green agent teams. Ignore the enterprise packaging — the real lesson for a team of one is the 90/10 model split underneath it: a small specialized model does the bulk, a frontier model handles only the hard tail, and the reported bill drops 50%.
The 'Pacing the Frontier' letter — signed by Dario Amodei, OpenAI's Jakub Pachocki and Mark Chen, and hundreds more, and endorsed by OpenAI and Anthropic as companies — isn't a pause. It's a bet on where model access is heading, and it's a leading indicator you can plan against.
Three ways to keep an OpenAI conversation going, and they are not interchangeable. One of them silently forgets everything after 30 days — pick the wrong one and your users lose their history.
On August 1, OpenAI confirmed the 'Astra' name the hard way: a report claiming an internal model produced machine-checkable solutions to ten previously-open problems in math, quantum complexity, and theoretical CS — for about $2,000 of compute. Astra isn't a product you can call. But the pattern it demonstrates — an agent that works for hours and hands back output a machine can verify — is one a team of one should copy now.
Free frontier credits for scientists today are a distribution play, not a grant: they pre-seed the vendor defaults on the companies those researchers found in two-to-four years.
Cohere's North Mini Code is a 30B/3B model that fits on one H100 in FP8 with no quantization gymnastics. It gives up a couple of SWE-bench points to Qwen and GLM — and buys back the simplest self-host on the board.
Two Chinese labs shipped trillion-parameter open coders weeks apart, and everyone's comparing leaderboard scores that aren't even on the same test. The real decision is economics and license — here's the honest head-to-head.
Three of the most-cited ways to see inside an LLM app, and they split on two questions that decide everything: what you're allowed to self-host for free, and whether your traces are portable. Here's the decision, with real licenses, prices, and star counts.
Instrument once against the OpenTelemetry GenAI conventions and your LLM traces become portable: the same spans flow to Langfuse, Phoenix, and Honeycomb through one Collector, with zero code changes when you switch. Here's the copy-paste setup.
Your agent is only as dangerous as the widest token it carries. Here's the hands-on way to cut each one to least privilege — scopes, per-tool allowlists, short-lived exchange, and an MCP handle pattern — before a buyer's security review asks.
Meituan's 1.6T open coder tops OpenRouter and costs a fraction of the frontier. Here's the copy-paste path from an API key to a working agent in Cline, curl, and Python — plus the two settings that decide your bill.
Three different mechanisms hide behind 'run my agent every morning' — a session-scoped /loop, a cloud Routine, and a Desktop task. They have different failure modes. Here's which one to reach for, with the cron and expiry gotchas that bite unattended jobs.
As of Claude Code 2.1.218, a skill with context: fork runs in the background by default — you keep working while it does. Here's when to detach a skill, when to set background: false, and the tool-set gotcha that bites people who don't.
A budget model 'beats the flagship on nine benchmarks' about once a week now. Here's the five-question checklist a founder runs on any vendor's agent scores — worked live on DeepSeek's July 31 V4-Flash table — so you switch models on evidence, not on a press release.
A model tops MTEB, a retriever posts a great recall@k, a RAGAS run scores 0.9 faithfulness — and your users still get wrong answers. Here's how to read each of those numbers for what it actually promises, and what it quietly leaves out.
On August 26, 2026, every call to /v1/assistants, /v1/threads, and /v1/threads/runs returns an error — no grace period, no degraded mode. Here is the exact mapping to the Responses API, with code.
Article 50(2) is live: your synthetic outputs need a machine-readable mark. This is the 15-minute version for images — embed a Content Credential that says 'AI-generated,' sign it, and verify it — using the same standard the European Commission accepted.
Vendor needle-recall numbers tell you nothing about where your agent breaks. This does: a small harness that inserts a known fact at varying depths and lengths, asks a non-lexical question, and shows you the exact window size where accuracy falls off a cliff.
Multimodal reasoning got cheap enough to run in a loop. Here's the Python, the JSON contract, and the cost math that lands near six cents per 1,000 screens.
Ship a new version while an agent is three tool-calls deep and the default outcome is a dropped run. LangGraph 1.2's graceful drain stops at a clean boundary and leaves a checkpoint you can resume — but only if you wire the SIGTERM path yourself.
Three platforms every founder shipping image, video, or voice AI ends up comparing — and the real axis isn't price per hour. It's how much of the stack each one hands you, which quietly decides your bill, your cold starts, and how much code you own.
Article 50 of the EU AI Act is enforceable August 2, 2026. If you deploy a chatbot or an AI voice agent to EU users, the 'you're talking to an AI' duty lands on you — not your model vendor. Here's the short version, a checklist, and the disclosure to ship.