Hacker News

Latest

Mayday Mysteries

2026-09-19 @ 21:43:09Points: 28Comments: 3

How Hacker News ranking works: scoring, controversy, and penalties (2013)

2026-09-19 @ 21:30:59Points: 132Comments: 67

You can defeat the Dream Devourer from Chrono Trigger using an int overflow

2026-09-19 @ 21:25:29Points: 37Comments: 22

English: A vs. An

2026-09-19 @ 20:41:26Points: 109Comments: 131

Measure internet censorship. Contribute to the largest open dataset

2026-09-19 @ 20:00:59Points: 88Comments: 47

ZK-JPEG: Zero-Knowledge Image Editing and Compression

2026-09-19 @ 19:23:23Points: 55Comments: 8

Microsoft director: AI scraping 'the largest theft of labor in human history'

2026-09-19 @ 18:21:30Points: 122Comments: 35

Supabase (YC S20) Is Hiring for OrioleDB

2026-09-19 @ 17:01:30Points: 1

I think you should almost never use AI to write

2026-09-19 @ 16:35:24Points: 215Comments: 118

Show HN: CUA-S1 – A System One Model for Computer Use

2026-09-19 @ 15:52:51Points: 61Comments: 7

We were wondering how many computer use tasks actually need a full general purpose LLM (e.g. gpt-6-astra, claude-opus-5 etc.) to think through all their decisions and steps. Some tasks require thinking about a plan, exploring different paths, recovering from failure. Other tasks are a question of making local decisions, like this value should go in this box, or should I check this box, or this element should be ignored.

We wondered how far we could go with a small model trained to only make these kinds of decisions.

Our inspiration was Typesafe's Jev and its System One Model framing. This is a nod to the dichotomy between thinking quickly, automatically, and intuitively (system 1) vs. thinking slowly, analytically (system 2), as described by Daniel Kahneman.

The interesting question for us was: what happens if you give a model an interface of current context, and a set of possible choices, and you ask it to return a probability for each choice? This kind of model does not generate output token by token like most LLMs do, but rather scores the options you give it, which you can check, trust, and use to drive your app's behavior.

CUA-S1 is our answer for narrow, specialized decision models for computer use. Our first release is CUA-S1-FORMS. We built this from ideas and code in jevlike, and then trained a second model just to handle form interactions. It has 706k parameters, and the original checkpoint is 2.8 MB.

The first training iteration took less than 30 minutes on synthetic data. Given a set of structured elements and values extracted from a document, it predicts whether to use the given value, CHECK, CLICK, or SKIP for each element. It does not predict new values for text fields, and does not consider screenshots. Element decisions are scored together, and your code can order the actions, and Cua Driver will execute them one at a time.

A first evaluation of this specialist vs. hosted Jev on our form task:

- For the whole decision set: 99.7% correct vs 83.6%.

- For the subset of steps that require an action: 100% correct vs 96%.

- For the subset of steps that are just leaving already-filled fields alone: 100% correct vs 74%.

The specialist was trained specifically for this task and convention (just press skip for already filled boxes), while hosted Jev has not been fine-tuned for it, so this is an experiment in scoped specialization.

We measured 7-9 ms to score a form locally vs. 260-280 ms per call to hosted Jev including network latency, though those samples measure different things and are not end-to-end form completion times.

Our interest here is in the space between a brittle script and a general agent loop. The content and layout of form fields vary enough that scripts get unwieldy, but the set of available decisions can remain narrow and well scoped. We want to explore the possibility of a general agent encountering something novel, and passing well understood decisions over to specialists like this.

That is a direction we are looking into. The current release is for forms only. We're open sourced the synthetic data generation, training, evaluation, and Driver integration under libs/cua-s1 with an MIT license.

Comments welcome! Especially if you are building computer-use agents and have run into a recurring decision that is too variable to script but is too narrow to call another LLM for.

Brood War Bench

2026-09-19 @ 14:44:02Points: 138Comments: 64

Tin: full-text search for Postgres

2026-09-19 @ 13:52:06Points: 188Comments: 72

I built non-autoregressive decision models with RL a year ago

2026-09-19 @ 10:46:58Points: 1074Comments: 259

AI-generated posters don’t have to be horrible

2026-09-19 @ 09:20:58Points: 1353Comments: 762

GPT-6 Astra Solves a WWI German Radio Cipher

2026-09-19 @ 06:41:44Points: 364Comments: 166

If math is more than proof, we need to better celebrate the rest of it

2026-09-19 @ 06:28:02Points: 310Comments: 237

Two parallel neural ectoderm progenitors contribute to the developing brain

2026-09-19 @ 05:48:50Points: 613Comments: 236

San Francisco Onion Futures Company

2026-09-19 @ 04:23:30Points: 373Comments: 156

Android 17 is the first since 3.x to add new APIs without releasing to the AOSP

2026-09-18 @ 19:03:09Points: 1115Comments: 660

Saving another 100TB of RAM

2026-09-18 @ 18:51:46Points: 462Comments: 110

Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'

2026-09-18 @ 15:47:14Points: 85Comments: 47

Cloudflare Quick Tunnels

2026-09-18 @ 14:18:41Points: 811Comments: 308

UFO Series Home Page: "UFO" TV Series from 1970

2026-09-18 @ 13:35:05Points: 50Comments: 30

How to Write with an LLM

2026-09-17 @ 21:48:38Points: 624Comments: 373

Adventures in Microcontroller Circuit Debugging

2026-09-17 @ 19:00:40Points: 32Comments: 9

Compiler-style optimization for drawing via Skia

2026-09-17 @ 17:30:38Points: 68Comments: 20

New evidence for hidden chambers beyond Tutankhamun's tomb

2026-09-17 @ 15:58:31Points: 97Comments: 46

Suzanne Ciani's Buchla Cookbook

2026-09-17 @ 00:39:39Points: 58Comments: 21

Deodands put a price on objects that caused death

2026-09-16 @ 19:51:23Points: 39Comments: 18

The Secret Life of Circuits

2026-09-15 @ 23:15:05Points: 284Comments: 72

Archives

2026

2025

2024

2023

2022