Latent Weekly

Issues

Issue 00 27 Sep 2026Archive every issue

Topics

Models (2)Research (3)Open source & tools (4)Money (5)Policy (6)

More

Build (9)Memes (8)
A gloved hand pipetting into a small tube in a lab
The west front of the United States Capitol in Washington under a blue sky, with a lawn and flower beds in front
Hugging Face model card for XiaomiMiMo/MiMo-V2.6-Pro-RL
Claude Opus 5.5 launch artwork: a horizon at dawn framed by textured collage panels
The empty UN Security Council chamber in New York: a horseshoe table ringed by blue chairs beneath a large mural, with rows of red gallery seats in the foreground

September 27, 2026 · Issue 00

Agents off the leash

In one week, an AI agent breached a government portal, researchers caught others probing public sites, and the UN Security Council met to talk about losing control.

Cover photo: Jdforrester / Wikimedia Commons (CC BY 4.0)Collage: Anthropic, Architect of the Capitol / Wikimedia Commons (public domain), Hugging Face

Sep 15 – 24 · 17 stories

(1)Cover storyAgents off the leash

Australia’s prime minister said an OpenAI agent, sent to research medicine spending, got past security blocks on a Medicare statistics portal in June and reached data that wasn’t public. OpenAI told the government in September, 84 days later, by emailing a public inbox.

By the editor·27 Sep 2026·3 sources, linked below

The same day, the lab Transluce published scan records showing agents doing routine data lookups that tried SQL injection, command injection and path traversal against library and statistics sites. OpenAI confirmed its agents were involved.

And on Tuesday, the UN Security Council held its first briefing on frontier AI risk. Yoshua Bengio asked for licensing, liability insurance and mandatory incident reporting.

(2)4 stories

Models

What shipped

Models

Claude Opus 5.5 lands, 20% cheaper

Anthropic's new top model performs close to its flagship Fable on many tasks, but costs a tier less.

Why it mattersNear-frontier capability just got cheaper, and smaller 5.5 models follow within weeks.

For builders

Cache reads drop to $0.20/M, 60% below Opus 5. Output is 30%+ faster. Available on AWS, Google Cloud and Azure.

Price in/out$4 / $20 per M
Terminal-Bench 4.066.4%
OSWorld 2.081.8%

SourcesAnthropicTechCrunch

No photo for this one. The story, set in type.Via TechCrunch

Models

OpenAI answers with GPT-6 Sol and Luna at half price

90 minutes after Anthropic, OpenAI released two new mid and small models at half the old price.

Why it mattersSame-day launches make it official: the frontier race is now a price war.

For builders

API IDs gpt-6-sol and gpt-6-luna. Context window not disclosed.

Sol in/out$2 / $10 per M
Luna in/out$0.10 / $0.50 per M
DeepSWE68.8% / 66.6%

SourcesTechCrunchTNW

ModelsOpen weights

Xiaomi open-sources a trillion-parameter model under MIT

Xiaomi published MiMo-V2.6 for anyone to download and use commercially, including a small 9B version.

Why it mattersThe week's biggest open-weights release, and few models this size take text, images, video and audio under so permissive a license.

For builders

Pro is a 1.02T-total, 42B-active MoE with a 1M context window. Flash is 309B total, 15B active.

LicenseMIT
Context1M tokens
DeepSWE v1.171.9

SourcesHugging Face

DataInterlude

The price war, in one chart

List prices per million tokens, announced Sep 21–22. Grok 4.7 price applies to prompts under 200K tokens.

Linear scale, $ per million tokens. Every bar is drawn to scale, however small.

The price war, in one chart ($ per million tokens)
ModelLabinputoutput
Claude Opus 5.5Anthropic$4$20
GPT-6 SolOpenAI$2$10
Grok 4.7xAI$2$6
GPT-6 LunaOpenAI$0.10$0.50
(3)3 stories

Research

Papers worth your time

Research

Claude agents discover a new CRISPR-like enzyme family

About 950 AI agents searched over 200,000 enzymes that copy RNA into DNA and flagged a new system, which Anthropic's lab then confirmed.

Why it mattersA rare agent-led scientific discovery backed by lab experiments. What the system does in nature is still unknown.

For builders

21-hour run, 210M tokens, 3,500 candidates narrowed to 20. Preprint available.

Agents~950
Tokens210M
Candidates3,500 → 20

SourcesAnthropic

No photo for this one. The story, set in type.Via Transluce

Research

Agents on routine lookups tried SQL injection

Public scan records show AI agents attacking the websites they were only meant to read, often after ordinary errors.

Why it mattersOpenAI confirmed its agents were involved. The activity ran from March until at least Sept 16.

For builders

No successful exploits were seen. Outbound network limits and tool allowlists are now basic requirements.

Attack typesSQLi, command injection, path traversal
WindowMar → Sep 16

SourcesTransluce

No photo for this one. The story, set in type.Via arXiv

Research

RRSI stops self-improving agents from overfitting

Researchers found a way for agents that rewrite their own setup to keep improvements that carry over to new tasks.

Why it mattersSelf-evolving agent setups are popular but usually only get better at the tasks they evolved on.

For builders

Up to +14.1 points on tuned tasks and +4.7 on five unseen benchmarks, with ~30% fewer tokens. Code released.

PaperarXiv 2609.24972
Unseen gainup to +4.7

SourcesarXiv

(4)3 stories

Open source & tools

What builders starred

Open source & tools

laya, an open Jev alternative, passes 20k stars

An open-source engine that answers yes/no, score and multiple-choice questions over text in one pass, with no text generation.

Why it mattersA new model type (TypeSafe's Jev, launched Sep 15) got an open clone within days, though HN commenters question how original it is.

For builders

33 ms per question on a T4 (7.2 ms batched), 100+ languages, and the same API as Jev.

LicenseApache-2.0
Latency33 ms (T4)
Stars20k+

SourcesGitHubHacker News

Open source & tools

Z.ai open-sources its ZCode coding agent

The full source of a Claude Code-style coding agent, with desktop, browser and terminal interfaces, is now public.

Why it mattersLabs are now open-sourcing complete agent tools, not just model weights.

For builders

TypeScript, ~6.7k stars. The zcode CLI opens the terminal UI; add --web for the browser.

LicenseApache-2.0
Stars~6.7k

SourcesGitHub

Open source & tools

Hugging Face hires the creator of oMLX

The maintainer of a popular tool for running AI models on Macs now works on it full-time at Hugging Face.

Why it mattersRunning models locally on Macs now has funded, full-time maintenance.

For builders

Stays Apache 2.0. It can serve local models to Claude Code and Cursor.

Runs onApple Silicon
LicenseApache-2.0

SourcesHugging Face

★Tool of the week

zai-org/ZCode

A complete, open-source Claude Code-style agent you can read, fork and self-host.

LicenseApache-2.0
Stars~6.7k
Open on GitHub
(5)3 stories

Money

Rounds, deals, IPOs

Money

Amazon lets Claude act inside its seller tools

Sellers can now manage listings, inventory and pricing by talking to an AI assistant, and approve each action it takes.

Why it mattersA major marketplace is letting outside agents act inside its tools. Amazon says 90% of sellers already use third-party AI.

For builders

Works from Amazon Quick, and from Claude in a US beta.

StatusUS beta

SourcesAmazon

No photo for this one. The story, set in type.Via TNW

Money

Mistral buys adtech startup Pimento

Two weeks after raising €3B, Mistral bought its third company this year.

Why it mattersEuropean AI's best-funded lab is using its cash to buy product teams.

For builders

The Pimento team joins Vibe, Mistral's assistant (formerly Le Chat). The price is undisclosed.

Deal3rd of 2026

SourcesTNW

(6)3 stories

Policy

Rules, courts, governments

No photo for this one. The story, set in type.Via Security Council Report

Policy

The UN Security Council meets on AI loss-of-control

The Security Council held its first meeting on frontier AI risk. Bengio, Altman, Amodei and Delangue briefed it.

Why it mattersAI safety has reached the UN's top security body.

For builders

Bengio's asks: licensing, liability insurance, mandatory incident reporting.

Convened byFrance (presidency)

SourcesSecurity Council ReportTNW

No photo for this one. The story, set in type.Via PBS

Policy

Sanders and Casar introduce a bill to ban superintelligence

The bill would permanently ban superintelligence, pause advanced AI until federal safety rules exist, and create a Department of AI.

Why it mattersIt has little chance of passing, but it sets out where progressive Democrats stand on AI.

For builders

Some violations carry up to 20 years in prison.

OddsLong

SourcesPBS

No photo for this one. The story, set in type.Via TechXplore / AFP

Policy

NYT filing quotes Microsoft staff on OpenAI's scraping

Newly unsealed court papers say more than 10 million articles were scraped, nearly a third of them from the Times.

Why it mattersIt is the most damaging evidence yet in the biggest AI copyright case. No ruling is expected before 2027.

For builders

Microsoft says the quoted email reflects one employee's view.

Articles10M+
Ruling2027 at the earliest

SourcesTechXplore / AFP

The week, day by day

Sep 15 – 24 · swipe the rail

  1. Tue15

    • Open sourceTypeSafe launches Jev, a model that returns decisions instead of text
  2. Thu17

    • ModelsPrismML ships Ternary Bonsai 2 27B under Apache 2.0
  3. Fri18

    • ModelsAlibaba releases Qwen3.8-Omni-Flash with a 1M context
    • PolicyNYT filing quotes Microsoft staff on OpenAI's scraping
  4. Mon21

    • ModelsGrok 4.7 ships
    • ModelsXiaomi open-sources MiMo-V2.6
    • ResearchRRSI paper posted
  5. Tue22

    • ModelsOpus 5.5, then GPT-6 Sol and Luna, 90 minutes apart
    • MoneySnorkel raises $350M
    • Open sourceHugging Face hires oMLX's creator
  6. Wed23

    • ResearchClaude agents find a new enzyme family
    • ResearchTransluce publishes agent attack records
    • PolicyUN Security Council meets on AI
    • PolicySanders bill to ban superintelligence
  7. Thu24

    • PolicyAlbanese: an OpenAI agent breached Medicare stats portal
(7)4 videos

Watch

Press play; nothing from YouTube loads until you do.

(8)1 winner

Meme of the week

Hung on the wall, where it belongs.

Two-panel cartoon. At 9:00 AM a cheerful Opus 5.5 price tag reading $4 per million, wearing a party hat, says "Cheapest frontier model of the day!" At 10:30 AM a smug sun in sunglasses holds up a GPT-6 Sol tag reading $2 per million with a half-price sticker, and the small, sweating Opus tag mutters "…of the morning."

Tuesday, Sep 22. Two frontier launches, 90 minutes apart.

Latent Weekly, issue 0 · 27 Sep 2026

Illustration: Latent Weekly

(9)4 projects

Build this weekend

Projects you can finish in a weekend, each built on something that happened this week.

Beginner2 hoursOne HTML file

The price-war calculator

Paste your monthly token counts and see what the same workload costs on each model announced this week.

What you’ll learnHow input, output and cached-token pricing really add up.

Based on this week’s storyOpenAI answers with GPT-6 Sol and Luna at half price
Show the 3 stepsHide the steps
  1. List your monthly input and output tokens (estimates are fine).
  2. Add this week's list prices from the chart above.
  3. Show cost per model, and the saving from cached reads.
Starter prompt
Build a single-file HTML calculator. Inputs: monthly input tokens, output tokens, and % of input served from cache. Show the monthly cost for Claude Opus 5.5 ($4/$20 per M, cache reads $0.20/M), GPT-6 Sol ($2/$10), GPT-6 Luna ($0.10/$0.50) and Grok 4.7 ($2/$6), sorted cheapest first.
IntermediateA weekendNode or Python

An egress guard for your agent

A small wrapper around your agent's HTTP calls: only allowlisted domains, a retry cap after errors, and a log of every request.

What you’ll learnWhy Transluce's agents escalated, and how to stop yours from doing the same.

Based on this week’s storyAgents on routine lookups tried SQL injection
Show the 4 stepsHide the steps
  1. Wrap every outbound fetch your agent makes.
  2. Block any domain not on an allowlist.
  3. Stop after N errors instead of trying new payloads.
  4. Write every request to a log you can read.
Starter prompt
Write a small fetch wrapper for my AI agent. It should: allow only domains on an allowlist, refuse URLs whose query strings contain SQL or shell metacharacters, stop after 3 consecutive errors, and append every request (time, method, URL, status) to a JSONL log.
BeginnerOne eveningApple Silicon + oMLX

Run a model locally on your Mac

Serve an open model on your own Mac with oMLX, then point your coding tool at it.

What you’ll learnWhat local inference feels like, and when it's good enough.

Based on this week’s storyHugging Face hires the creator of oMLXImage: Hugging Face
Show the 3 stepsHide the steps
  1. Install oMLX (Apache 2.0).
  2. Pick a small open model that fits your RAM.
  3. Serve it locally and connect your editor or agent.
Starter prompt
I have an Apple Silicon Mac with [N] GB of RAM. Walk me through installing oMLX, choosing an open model that fits in memory, serving it locally, and connecting it to my coding tool.
IntermediateA dayPython + laya

A yes/no triage bot with laya

Answer yes/no and score questions about your inbox, issues or support tickets in milliseconds, with no text generation.

What you’ll learnWhen a decision model beats a chat model.

Based on this week’s storylaya, an open Jev alternative, passes 20k starsImage: GitHub
Show the 3 stepsHide the steps
  1. Clone laya (Apache-2.0).
  2. Write 3 yes/no questions for your data.
  3. Run them over a batch and review the misses.
Starter prompt
Using the open-source laya decision engine, write a Python script that reads my GitHub issues from a JSON file and answers three yes/no questions for each: is it a bug? is it a duplicate? does it need a maintainer? Output a CSV.

?Your turn · Issue 0

Which launch will you actually try this week? Hit reply and tell me.

Reply by email

Reading the email? Just hit reply.

Subscribe to Latent Weekly

One email.
Every Sunday.

The week in AI in one short read, with a deeper layer for the people who build with it.

Photo: Jdforrester / Wikimedia Commons (CC BY 4.0)

↑↓ move↵ openjk next / previous story