K Koda Intelligence
Subscribe
THE SIGNAL · 14 SEP 2026 · 8 MIN READ

Three labs call for a brake, nobody touched the throttle

Amodei, Altman and Musk all endorsed pacing the frontier this weekend, with no binding mechanism and no changed ship dates. Median time between frontier releases is now 11 days.

AISAFETYMARKETS
12 of 12 figures cited7 receipts in the register
  1. 87%1Superhuman
  2. 7,656.982Yahoo Finance
  3. 26,333.043Yahoo Finance
The register
KODA PROFrom the desk

The Operator Tier is coming.

A weekly operator deep dive, the full Dojo Pro prompt packs, and the complete prompt database. Founding members lock the launch price forever.

Join the founding list →
Lead Story

The day's defining move.

Policy · The New York Times
Lead storyPolicy Policy The New York Times · 14 September 2026
Policy·The New York Times·14 September 2026

Amodei Essay Urges Labs To Pace The Frontier

Anthropic CEO Dario Amodei published an essay on Saturday, September 12, arguing that recent capability jumps have convinced him AI companies must deliberately "pace the frontier" so safety research can catch up with increasingly capable models. The proposal includes a pause or slowdown framework and an offer to...

Continue reading
World

Diplomacy over the Strait of Hormuz stalled as a planned Iran and Gulf powers meeting was postponed, Saudi Arabia kept its east-west pipeline closed after Friday's drone strikes, and an Iranian cargo ship was hit near Qeshm Island, killing one.

Markets

Wall Street rose Monday and oil jumped at the open even as hot inflation readings pushed traders to price a Federal Reserve rate hike at this week's meeting, a reversal from the cuts expected only weeks ago.

Wild Card

The same week three lab chiefs discovered the virtue of restraint, the Fed outlook flipped toward tightening; if capital gets dearer for capital-hungry labs shipping a frontier model every 11 days, a voluntary slowdown may turn out to be the cheapest position available.

Markets

6 levels at the close.

Market TerminalLAST CLOSE, READ 2026-09-14 · Yahoo Finance
S&P 500 7,656.982 +0.86%2 6D, window short 7,591.70 low / 7,747.71 high
Nasdaq 26,333.043 +0.96%3 6D, window short 26,081.72 low / 26,584.06 high
Bitcoin $76,705.454 -0.73%4 6D, window short $76,568.12 low / $78,438.58 high
Ethereum $2,477.545 -1.92%5 6D, window short $2,437.10 low / $2,525.94 high
Crude Oil (WTI) $102.426 +2.37%6 6D, window short $91.48 low / $102.48 high
Crypto Fear & Greed 57 / 1007 Greed 0 to 100 index 25 fear / 50 neutral / 75 greed · alternative.me
Today's Focus

What else the day turns on.

01

Hormuz Corridor Under Fire

Talks on a proposal for the strait were postponed while Saudi Arabia held its east-west pipeline shut through the weekend, leaving both diplomatic and physical outlets narrowed. The strike on an Iranian commercial vessel near Qeshm Island, alongside reports of Houthi drones and missiles, adds direct shipping incidents to what was already an escalating threat environment. Oil prices responded on Monday's open.

02

Oil Shock Flips Fed

Hot inflation readings and the Middle East oil shock have moved market expectations from rate cuts to a possible hike at this week's Federal Reserve meeting. Equities rose anyway, consistent with the Greed reading, but the debate has shifted to how far tightening goes. Capital-intensive AI buildouts face a higher cost of money just as Russia's drone strike at the Dorohusk-Yahodyn crossing and a Vilnius airport shutdown add European security risk to the backdrop.

Listen & Watch

Daily broadcasts.

Podcast · Short · Infographic
The daily audio briefing

Listen to today's briefing

YouTube · Short

Today's Signal Short

Visual

Intelligence map

The Lab

5 tools on the bench.

All reviews
Coding

ByteAsk is a C and C++ coding agent that compiles, debugs, and tests until the change holds

ByteAsk, a Y Combinator F2026 company, targets the code behind trading systems, cars, chips, and operating systems, and it refuses to stop at a diff that merely looks right: it runs the real toolchain, compiler, debugger, and tests on every change. It works from the terminal or inside VS Code, Neovim, and Emacs, and ships fully on-prem, which matters for firmware and finance teams that cannot send source to a cloud API. Start with a bug your test suite already catches and watch whether the agent's loop actually closes it, then widen scope.

Try it
Build

Google Sheets canvas turns a spreadsheet into an interactive mini-app from one prompt

Google's new canvas feature in Sheets builds a visual, interactive app on top of data that already lives in a sheet, so the internal tracker your team keeps in a tab can become a dashboard or intake tool without a developer. Pick one spreadsheet that people already open daily and prompt for the single view they keep asking for, such as a filterable status board. Keep the sheet as the source of truth and treat the canvas as a front end; if the prompt output drifts from the data, the fix is in the columns, not the prompt.

Try it
Productivity

Gemini Spark runs web errands in Chrome and curates Google Photos on instruction

Gemini Spark is Google's agentic layer connected to Chrome and Google Photos: it navigates pages, fills forms, completes browser errands, edits photos, and assembles albums from a natural-language request, working in the background while you do something else. Give it a bounded, reversible first job, for example building an album from last month's trip or filling a form you can review before submission. Hold off on anything involving payments or account changes until you have watched it complete three tasks and read how it reports what it did.

Try it
Mindset

Wonder assembles an AI team to run a task end-to-end; write the acceptance test before you submit the request

Wonder is an AI workspace aimed at freelancers and small teams that responds to a request by spinning up specialised agents and executing the work through to a finished output, rather than returning a chat answer. The failure mode of this category is not bad output but vague input, so define what done looks like in two lines, including format, sources allowed, and what must not be touched, before you hand it anything. Run a research-and-summary job first, then compare the deliverable against your written test, not against your impression of it.

Try it
Creativity

DaVinci Resolve 21.1 wires Claude, Claude Code, and ChatGPT Codex into the edit suite

Blackmagic Design's DaVinci Resolve 21.1 adds native integration with Claude, Claude Code, and ChatGPT Codex alongside more than 25 Krokodove tools and workflow improvements, which puts a coding agent next to the timeline for the first time in a mainstream NLE. The practical use is scripting the repetitive parts of post: batch renames, conform checks, marker-driven exports, and Fusion node setups you rebuild every project. Start by asking the assistant to automate one chore you did by hand on your last delivery, and keep the media untouched until the script has run cleanly on a duplicate project.

Try it
The Arena

4 labs moved this week.

  1. AnthropicAmodei essay calls for slower frontier development; company unilaterally adopts permanent third-party evaluator access01
  2. OpenAIAltman endorses Anthropic's pace-the-frontier call, commits to independent evaluators, rules out a 2026 IPO02
  3. xAIMusk joins Amodei and Altman in calling for slower frontier development03
  4. Meta AIOnly major lab without a stated position on the slowdown debate; Muse Spark 1.2 and Muse Code remain its latest releases04
THE DOJO · BUILD TODAY

Put agents on the work you keep postponing

  1. 01

    Hand ByteAsk your oldest C or C++ bug. It compiles, debugs and tests in a loop until the change actually holds, so point it at the flaky module you have been avoiding and review the diff rather than writing it.

  2. 02

    Turn one spreadsheet into a mini-app. Use Google Sheets canvas to generate an interactive view from a single prompt, then replace one internal dashboard you currently maintain by hand.

  3. 03

    Delegate a browser errand to Gemini Spark. Give it one repeatable Chrome task this week, like pulling a vendor comparison or curating an image set, and log where it failed so you know the real boundary of agentic reliability.

The Bottom Line

Voluntary restraint is a statement, not a mechanism

Three rival CEOs agreeing to pace the frontier is genuinely unusual, and it still changed nothing anyone can verify today. The release interval fell from 37.5 days to 11 days while these same executives raced each other, and the only concrete concession on the table is third-party evaluator access that each lab grants itself. For builders, plan as if the cadence holds at 11 days, because nothing in this weekend's announcements slows it. Meanwhile the oil shock is repricing the Fed toward a hike, so cheap capital is not the assumption to build on either.

Receipts

Every number, and where it came from.

12 figures cited, 7 receipts: 0 verified, 6 reported, 1 estimated
  1. 0187%...distinguish schizophrenia from healthy controls with up to 87% accuracySuperhuman14 SEP 2026as publishedE
  2. 027,656.98S&P 500 close, +0.86% on the sessionYahoo Finance14 SEP 2026yfinance closeR
  3. 0326,333.04Nasdaq close, +0.96% on the sessionYahoo Finance14 SEP 2026yfinance closeR
  4. 04$76,705.45Bitcoin close, -0.73% on the sessionYahoo Finance14 SEP 2026yfinance closeR
  5. 05$2,477.54Ethereum close, -1.92% on the sessionYahoo Finance14 SEP 2026yfinance closeR
  6. 06$102.42Crude Oil (WTI) close, +2.37% on the sessionYahoo Finance14 SEP 2026yfinance closeR
  7. 0757 / 100Crypto Fear & Greed close, Greed on the sessionalternative.me14 SEP 2026as publishedR
V
Verified: the stat gate corroborated this figure against an independent search before publication.
R
Reported: the figure is carried as published by the linked source and was not independently corroborated.
E
Estimated: the figure is approximate or hedged, either in the source or by the stat gate.

Method names the computation path behind the row, from a closed vocabulary: as published, yfinance close, 03B search corroboration, 04R dossier scoring, not recorded.

A figure is money, a percentage, a spelled magnitude, a multiple, a rate carrying its unit, a score over its denominator, a thousands separated number or an index close. Bare integers and years are not counted, so a phrase like "over 100 integrations" carries no mark. A chart's own scale line is the axis of the level above it and is counted once, with that level.

Get the morning Signal

171 editions so far, one a day. Unsubscribe anytime.