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.
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.
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%.
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.
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.
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.
These two rock-bottom models aren't fighting for one slot — one is the cheap text-and-tool workhorse, the other is the first cheap-enough pair of eyes, and the deciding question is whether your loop reads pixels.
No new architecture, no bigger model — just another round of post-training. DeepSeek says its $0.14/M budget model now beats its flagship preview on all nine agent benchmarks. Every number is vendor-stated. Here's what a founder should actually do with that.
Both Anthropic and Google will now run the agent loop for you — no while-loop, no state file, no scheduler. But they hand you very different things. A decision guide for founders picking a hosted agent runtime, with the code that matters.
Qwen3.7 Flash lists a 1M-token window at ~$0.03/$0.13 per million tokens. The tempting conclusion — stop compacting, just dump everything in — is half right. Cheap context fixes the bill. It does nothing for the rot.
A registry tells you what agents and tools exist; a gateway controls how traffic to them is routed, authed, and governed. Buy the wrong one and you solve a problem you don't have.
You turned on speculative decoding and your endpoint got slower. That's not a bug — it's the design. Spec decode trades spare compute for lower latency, and above a certain batch size you've run out of spare compute. Here's where the line is and how to measure yours.
The generative-agents researcher behind 'Smallville' just closed a $200M Series B, five months after a $100M A. Simulated users are now a funded category. The founder question isn't whether to use them — it's which decision you let them near.
SQLite grew up — WAL, embedded replicas, vector search, managed hosts that erase the single-writer wall. So the choice for a solo builder is no longer 'toy vs real database.' It's a question about your write pattern and your ops budget. Here's the actual decision tree.