A newer episode is available:A public trail of links shows how OpenAI agents hacked Hugging Face — Hacker News, September 25

Hacker News front page — Tuesday, September 22, 2026

32 minutes ago

The front page for Tuesday, September twenty second, two thousand twenty six. At about eighteen hundred points, Anthropic shipped Claude Opus five point five, and says the same work now costs forty percent less to run than it did on the model this one replaces.

Ask

Ask about this presentation

Answers are generated from this presentation.

Chapters

  1. 0:00Hacker News, September 22
  2. 0:14A new Claude family opens
  3. 0:26The price per million tokens
  4. 0:40What early testers finished
  5. 0:53Pacing, and the numbers under it
  6. 1:08An Enigma message finally opens
  7. 1:21How much credit the model earns
  8. 1:31The context you have and they don't
  9. 1:43Too much description to approve
  10. 1:55FoxPro on a WebAssembly runtime
  11. 2:10The database container has no lock
  12. 2:24A second word for a hidden mark
  13. 2:39Steganography under a new name
  14. 2:52Sources
Show transcript

Hacker News, September 22

Hacker News Tuesday, September 22, 2026

Claude Opus 5.5 costs 40% less to run than the model it replaces — Hacker News, September 22

Tuesday, September 22, 2026
Unofficial · not affiliated with Y Combinator

The front page for Tuesday, September twenty second, two thousand twenty six. At about eighteen hundred points, Anthropic shipped Claude Opus five point five, and says the same work now costs forty percent less to run than it did on the model this one replaces.

A new Claude family opens

Hacker News Tuesday, September 22, 2026
2.

Claude Opus 5.5

anthropic.com · about 1,800 points · 1,126 comments · km144
The claim
First model in a new 5.5 family, performing at the level of Claude Fable 5.1 on most work.
The saving
40% less to run than Opus 5 on typical workloads: lower price per token, and fewer tokens per task.
anthropic.com/claude-opus-5-5

It opens a new Claude family, and Anthropic says it works at the level of Fable five point one on most jobs. The forty percent saving is two things at once: a lower price per token, and fewer tokens per task.

The price per million tokens

Hacker News Tuesday, September 22, 2026
2.

Where the cheaper bill comes from

anthropic.com · Opus 5.5 against Opus 5
Cache reads
20 cents per million, down from 50 — and cache reads are most of what agentic coding spends.
Input and output
$4 and $20 per million, a fifth under Opus 5. Output also comes back over 30% faster.
anthropic.com/claude-opus-5-5

Cache reads fall from fifty cents a million to twenty, and cache reads are where most of the cost of agentic coding sits. Input and output come down a fifth, to four dollars and twenty, and output comes back over thirty percent faster.

What early testers finished

Hacker News Tuesday, September 22, 2026
2.

The jobs Anthropic reports it finished

anthropic.com · results reported by Anthropic and its early testers
A migration
One tester completed a 680,000-line code migration in less than a day.
A rewrite
HAProxy translated from C into Rust in 9.5 hours against 12 for Fable 5.1, and 51% cheaper.
anthropic.com/claude-opus-5-5

An early tester finished a six hundred and eighty thousand line migration in under a day. Anthropic also had it translate HAProxy from C into Rust, nine and a half hours against twelve for Fable five point one, at half the cost.

Pacing, and the numbers under it

Hacker News Tuesday, September 22, 2026
2.

In the thread

“Everything else after that line is to demonstrate with very specific numbers how they absolutely are not pacing.”

sailingparrot, on how the announcement opens
news.ycombinator.com/item?id=49803892

Commenter sailingparrot notices what the announcement opens with: Anthropic's own recent call to pace the frontier. Everything after that line, they argue, is specific numbers showing the opposite, and the post does open exactly that way, calling this its first release since that call.

An Enigma message finally opens

Hacker News Tuesday, September 22, 2026
3.

GPT-6 Astra breaks an Enigma message that has resisted solution since 2005

cryptocellar.org · about 730 points · 444 comments · sohkamyung
The target
A German Army message sent 10 July 1941, logged as number 172, unbroken since 2005.
The way in
Astra chose it, wrote its own Enigma simulator and key-search code, then cribbed on a repeated place name.
Break by Carter Leffen, validated by Frode Weierud, Crypto Cellar Research

The message went out on the tenth of July, nineteen forty one, and had held out since two thousand five. Astra picked that target itself, wrote its own Enigma simulator and key search code, and cribbed on a repeated place name.

How much credit the model earns

Hacker News Tuesday, September 22, 2026
3.

In the thread

“Neat, but ‘did it entirely on its own’ is incongruous with ‘developing the necessary Python and C++ software for an Enigma simulator.’”

tantalor, on how much credit the model earns
news.ycombinator.com/item?id=49801324

Commenter tantalor pushes on the framing. The write up says the model did it entirely on its own, and in the same breath says it wrote the simulator and the search code, which is where the work went.

The context you have and they don't

Hacker News Tuesday, September 22, 2026
4.

I don’t want to read what you didn’t write

blog.colinbreck.com · about 1,100 points · 456 comments · mooreds
Why the output works for you
You set the constraints and supplied the source, the logs, the metrics. You can skim and see what matters.
Why it fails for them
Your reader was not part of that. Every line has to be weighed, so it is natural to stop.
blog.colinbreck.com

Colin Breck's argument turns on context. You set the constraints and handed over the source and the logs, so you can skim your own output. Your reader has none of that, and has to weigh every line, so they stop.

Too much description to approve

Hacker News Tuesday, September 22, 2026
4.

In the thread

“I don’t have time to read it and you put me in the position where I can’t afford not to.”

zmmmmm, on pull requests with pages of generated description
news.ycombinator.com/item?id=49794330

Commenter zmmmmm reports sending pull requests back for too much description: pages of generated rationale and risk analysis on a twenty line change. Approving it would imply they had read all of it, and there is not time.

FoxPro on a WebAssembly runtime

Hacker News Tuesday, September 22, 2026
7.

Microsoft killed FoxPro in 2007. Anyway, here’s FoxPro revived

foxscript.org · about 490 points · 270 comments · boredjohnny
What it is
FoxDev Studio: a Visual FoxPro 9 compiler and bytecode machine in Rust, compiled to WebAssembly, forms drawn by React.
How it proves itself
1,534 of the 1,722 language-reference elements are compared against the original product’s own answer.
foxscript.org

FoxDev Studio rebuilds the Visual FoxPro nine language: a compiler and bytecode machine in Rust, compiled to WebAssembly, forms drawn by React. Most of the seventeen hundred language reference entries are compared against the original product's own answer.

The database container has no lock

Hacker News Tuesday, September 22, 2026
7.

In the thread

“For DBCs to be useful, they must be read/write to all users (there is no permissions scheme).”

mikestew, who says they filed the bug on Microsoft’s Fox team over 20 years ago
news.ycombinator.com/item?id=49808023

Commenter mikestew, who says they worked on the Fox team, raises a caveat the site does not cover. A FoxPro database container has no permissions scheme, so it is writable by everyone, and its stored procedures sit in a plain text field.

A second word for a hidden mark

Hacker News Tuesday, September 22, 2026
9.

Spymarks, not Watermarks

brand.io · about 700 points · 171 comments · possibilistic
The distinction
A watermark is visible and asserts ownership. A spymark is hidden and makes your work traceable without your consent.
Why it sticks
Google’s SynthID fits enough in one image for a database identifier plus error correction, and it survives re-encoding.
brand.io/article/spymarks

Brandon Thomas wants a second word. A watermark is visible and claims ownership; a spymark is hidden, and traces your work without your consent. Google's SynthID fits enough in one image for a database identifier plus error correction, and survives re-encoding.

Steganography under a new name

Hacker News Tuesday, September 22, 2026
9.

In the thread

“Spymarks just seem like another word for steganography.”

Retro_Dev, on what is new here and what is not
news.ycombinator.com/item?id=49794615

Commenter re-compresses it steganography under a new name, and offers a defense: assert that what you publish is byte for byte what you made. The open door, they say, is any platform that re compresses your upload.

Sources

Hacker News Tuesday, September 22, 2026
Unofficial · not affiliated with Y Combinator

Claude Opus five point five, the Enigma break, Colin Breck on writing, FoxPro revived, and spymarks. Each one is linked here beside its thread, together with the Hacker News front page they all came from, if you want the originals.