Five verified moves this week, and a team of one can act on each before Monday. The theme is not a launch — it's a reckoning: the agent era's bills and boundaries arrived at the same time. A worm learned that the most valuable thing on a developer's laptop is now the keys its coding agent holds. The cheapest tokens on the market turned out to be a supply-constrained promise. The most-used coding agent is changing who approves an agent's actions. A well-run company admitted its AI bill was compounding like a second payroll. And regulators quietly reset the clock. Every item below is dated and sourced; each carries the one line that changes what you do next.

1. A worm is hunting your coding agent's credentials — clean house this week#

On August 4, a self-propagating npm worm called ChainDrop — a descendant of the Shai-Hulud family — poisoned more than 400 packages and 2,000+ versions in under four hours, starting from a hijacked maintainer account behind widely-used caching libraries (Microsoft Security; Unit 42). The payload is a package.json preinstall hook, so it runs on a plain npm install — including in CI — and it hunts AI-coding-agent credentials specifically: Anthropic/Claude, OpenAI/Codex, Cursor, and Gemini keys, alongside npm tokens, GitHub PATs, and cloud keys.

What it means: The new and nasty part is persistence in your dev tools. ChainDrop writes a .claude/settings.json session hook and a .vscode/tasks.json "Environment Setup" task set to run on folder-open — so it survives deleting node_modules and re-executes the next time you open the project or start an AI coding session. Do four things this week: (1) upgrade to npm ≥12, or run installs with --ignore-scripts, so lifecycle hooks don't auto-run; (2) audit every repo's .claude/, .vscode/, and .cursor/ config for injected hooks or tasks; (3) rotate every credential an agent or CI job has touched; (4) pin and lock dependencies instead of floating latest. The full blast radius and cleanup is in the ChainDrop worm breakdown.

2. DeepSeek is about to crack the cheap-token floor#

DeepSeek — the model that anchored the bottom of the price war at roughly $0.14 per 1M input tokens — warned of a "significant" price hike (SCMP). The reason is not margin: its own cuts triggered a demand surge that overwhelmed a GPU fleet reported at around 20,000 accelerators. Supply, not greed, is moving the floor.

What it means: If your unit economics assume the cheap tier, they assume a supply-constrained promise, not a durable price. Re-run your cost model with real headroom now, before the hike lands, and keep at least one alternative provider wired into your router so a price shock is a config change rather than a migration. The reversal — and how to think about the whole cheap-token tier — is in DeepSeek's price hike and what founders do now, which pairs with what it actually costs to run a coding agent this month.

3. Claude Code flips to auto by default on August 14 — decide your boundary first#

Starting August 14, Anthropic turns auto mode on by default in Claude Code for Pro, Max, and Team users: a safety classifier adjudicates each command instead of asking you to approve every one, escalating only the risky ones (Anthropic; The Decoder). The case: a cited study found the classifier caught 89% of dangerous commands versus 14% for a human clicking through approvals — approval fatigue makes people worse gatekeepers than the model.

What it means: "Auto" is not "unsupervised." Before the 14th, set your own boundary: keep any run that touches production or real credentials inside a sandbox with explicit allow/deny lists, and never point auto mode at something irreversible without a human gate. This is the same trust-boundary shift the free-usage-window edition previewed; the four checks to run first are in what every Pro, Max, and Team user should check.

4. Rippling's AI bill grew 80% a month — take the discipline, skip the tool#

On August 7, Rippling shipped an AI Spend Console after its own AI spend compounded roughly 80% a month — toward the scale of its entire R&D payroll (TechCrunch). The product attributes spend and ROI per seat and per team so a CFO can see where the money actually goes.

What it means: A solo founder can't buy the console, but the discipline behind it is free and overdue: set per-project budgets, track cost-per-completed-task rather than cost-per-call, attribute spend to the feature it serves, and run a monthly cull of AI subscriptions nobody uses. An 80%-a-month curve doesn't announce itself — it shows up as a bill you can't explain. The four controls, translated for a team of one, are in the Rippling finops lesson.

5. The rules slipped, and the money moved to the layer around the agent#

Two things to file under "know this, don't panic." First: contrary to a week of confident posts, the EU AI Act's high-risk obligations did NOT go live on August 2. The Digital Omnibus deferred standalone Annex III duties by 16 months, to December 2, 2027 (and high-risk AI inside regulated products to August 2028); what did take effect Aug 2 is the transparency layer — disclosing AI-generated content and telling users they're talking to an AI (Gibson Dunn). For most solo builders, that transparency duty is the only part that binds today. The details are in what actually binds you now.

Second: the capital kept pooling around the agent, not the model. Naïve raised a $28.5M Series A to automate incorporating and running a company — the identity, cards, and email an agent-built app needs to become a business (TechCrunch) — while Arrakis took an $8M seed to discover every agent touching your systems and pull a kill switch when one drifts. That's the same bet that won the summer: the runtime, the identity, and the governance around the agent are the businesses.

The week's whole message, in one line: the agent era stopped being about what the models can do and started being about who pays for it, who approves it, and who can shut it off.

Act on the two with dates first — clean your agent config this week, and set your Claude Code boundary before the 14th. The rest is re-pricing and discipline, and both reward the founder who does them early.