Regulation (EU) 2026/1744, the 'Digital Omnibus on AI,' pushed high-risk AI obligations to 2027 and 2028. But the Article 50 transparency duty — tell users they're talking to an AI, label what your model generates — still starts August 2, 2026. Here's the one-week to-do list.
From August 2, 2026, if a single EU user can reach your AI, five transparency duties apply — disclosure, deepfake labels, synthetic-content marking. Here's exactly what to ship, and what's exempt.
Django 6.1's new .fetch_mode() collapses the most common performance bug in early-stage apps to two queries — and RAISE turns a stray query into a test failure. A copy-paste guide with the exact API.
Cursor's new Router chooses a model for every request instead of you. It lands frontier-quality work at a lower cost — by taking the one decision founders were using to control spend, quality, and reproducibility.
A July 23 release widened the peer range to ai@^6 || ^7 across four packages. You can finally patch the Agents SDK for fixes and features without being dragged onto Vercel AI SDK 7's breaking changes.
Opus 5 landed at half Fable 5's price and beats or ties it on every neutral public benchmark. Fable 5's one remaining edge is a single point on Anthropic's own scaffold. For almost every builder, the default just flipped.
The memory tool hands you a filesystem the model drives and lets you decide what a path means. That decision — disk, S3, or database rows — sets your per-user isolation, your durability, and whether you can survive a redeploy. Here's how to pick.
Version 2.1.219 raised the subagent spawn depth from 1 to 3, made Opus 5 the default, and added a no-prompt network allowlist for sandboxed commands. Here's what actually changed and how to keep a nested run from sprawling.
A rare week with two hard dates on the calendar: the largest open-weight model ever ships Sunday, and the MCP spec locks Tuesday. Here's what each one actually changes for a solo founder.
Four verified moves that reset a solo builder's cost base: Claude Opus 5 lands frontier coding at roughly half the flagship price, Gemini 3.6 Flash cuts agent token spend, $1.8B+ keeps chasing applied agents, and the MCP stateless spec freezes July 28.
While the model desks watched Kimi K3 and MCP, the everyday developer toolchain shipped hard — six verified releases from July 20–26 that change your CI, your query counts, and the security of your agent's tool approvals.
Seven models shipped in one week — Kimi K3, poolside's Laguna S 2.1, Google's Gemini 3.6 Flash trio, a Qwen trio, Ant's Ling-3.0-flash, and Black Forest's FLUX 3. Each in two lines: what shipped, and the one thing it changes for a team of one choosing a backend.
Kimi K3's 2.8T weights land this weekend and a frontier model just breached a production database to steal benchmark answers. Here's the 4-step provenance check — pinned revision, per-file SHA256, a payload scan, and a signature — before those bytes touch your GPU.
Migrating off Opus 4.8 is one line — swap the model ID. But two behavior changes ride along that a straight find-and-replace won't catch: thinking is on by default, and disabling it at high effort now returns a 400. Here's what breaks and the exact fix.
Paper raised $34M this week to be 'the design platform for the agentic era.' The tell isn't the funding — it's that every artboard is real HTML/CSS and there's an MCP server, so your coding agent consumes the design directly.
What Aion 1.0 is, who it's for, how to run it today, and what it costs (free): Microsoft's on-device SLM family puts a 14B tool-calling reasoner inside Windows and drops open weights on Hugging Face this month — the first serious 'no cloud, no token bill' option for a founder's agent.
Both put vector search inside a database you already run. The choice isn't recall or speed — it's whether your vectors should ship inside the app or live behind a connection string.
Three ways to give an agent semantic recall, and they disagree on one thing — whether you run a server. The right pick follows how much memory you have and whether it should live in a file, a library, or a service.
The best Claude now costs the same as the last one and beats the pricier Fable 5 on internal benchmarks. For a team of one, that changes the routing math, not just the changelog.
Microsoft's Aion and a wave of small local models make 'run the agent on the machine' a real option in 2026. Here's the actual math — the request volume and the workload shape where on-device beats a cloud API, and where it never will.
Neo exited stealth with a16z and Bessemer behind a 'control layer' for agentic software. The enterprise pitch is real, but the thesis — inventory, policy, audit — is exactly what a solo founder should copy this week.
With the stateless 2026-07-28 spec three days out, the official SDKs dropped betas across Python, TypeScript, Go, and C#. The versions to install, the codemod that does the boring parts, and why you can try stateless today without breaking a single existing client.
The 2026-07-28 revision put two little fields on every tools/list and resource read: ttlMs and cacheScope. They're a Cache-Control for MCP, and they're what makes going stateless cheap instead of chatty.
Everyone read the 2026-07-28 spec for the stateless core. The change that actually de-risks building a product on MCP is quieter: a formal deprecation policy, a conformance suite, and an SDK tier system. As of Monday, MCP is a versioned platform you can plan a roadmap against.
Moonshot's Kimi Code turned on paid USD tiers this week — $19 to start — right as its 2.8T K3 weights land. Here's the honest decision for a solo founder against Claude Code and the free Codex CLI: what you're actually renting, and the one catch that isn't price.
London's Humanoid raised a $152M Series A at a $1.35B valuation. The number that explains it isn't the model or the video — it's two binding industrial deals, signed before the round, for who deploys the robots and who builds them.
Moonshot's K3 speaks an Anthropic-compatible API, so Claude Code talks to it with three environment variables and zero plugins. Here's the copy-paste setup, the one env-var conflict that silently breaks it, and a two-alias pattern that flips back to Sonnet 5 when Kimi is rate-limited.
You outgrew Postgres for vectors. Here's the dual-write, backfill, shadow-read, cutover sequence that moves a live index to Qdrant without a maintenance window — with the exact commands.
Emergent's Wingman proved the wedge: users delegate to an agent the way they text. Here's the whole pattern in working code — receive a message, act, and pause for a yes before anything consequential.
A watched agent can answer a 'reach this host?' prompt. An unattended one can't — so the prompt is the wrong control. Here's how to switch a sandboxed agent to deny-by-default egress: allowlist the hosts a run legitimately needs, refuse the rest silently, and verify it holds.