Hacker News

Latest

Show HN: I created an open source locally usable full fledged AI platform

2026-09-19 @ 23:47:35Points: 16Comments: 12

now answering what is enzo so enzo is an opensource platform where i clubbed all the free available api for anyone use under one hood with more than 2000 models available to use for chatting coding researching and much more now answering the most common question of why you should put your time looking the project so it has few distinct feature meaning

it has a dedicated agents tab where you can describe your need and create a special agent just for one specific task with master ability in that domain

second it has the ability to connect your gmail drive and calendar and then you can ask it to perform some specific tasks like reading you the most important mail of the day or finding recruiter mails and creating personalized reply based on your data which it stores locally on your device

third the coding mode offers a dedicated preview window where you can see your code running and have a look of it feels and edit it in realtime as well as all the modes are packed with dedicated skills which delivers promising results

fourth the ui features some additional things such as music tab where you can listen to any music want and it has a custom personalized feature which runs in background and an llm understands your taste and recommends similar kind of music you like

fifth the most important why your trust it with your api key then to explain i would say enzo a dedicated vault which manages all your api and to secure it the vault as aes 256 bit encryption which prevents any person or any middle man to look at your api key and since the whole program runs locally on your device you have complete freedom to oversee all the backend work happening and it also features password lock which if you enable saves a backup key and then locks your whole platform work behind a pass screen though it is not foolproof as any third party or malware containing extension can still fetch login tokens from your browser so its security also depends upon how you access it concluding all of it.

i urge to anyone who reads this to have a look at the platform even if you hate it just curse it in the comment its fine or if you would like to drop any feedback i would highly encourage that and since its my first work open source platform i know it has a lot of errors and bugs so i apologize upfront for it and if you consider my work worthy please drop a star on the repo that'll make my day

Exfiltrate Your Weights

2026-09-19 @ 23:46:42Points: 283Comments: 108

Can you tell which images are AI-generated?

2026-09-19 @ 23:02:34Points: 72Comments: 63

Why AI Cannot Save an Enterprise That Doesn't Understand Its Data

2026-09-19 @ 22:22:28Points: 16Comments: 7

Mayday Mysteries

2026-09-19 @ 21:43:09Points: 44Comments: 11

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

2026-09-19 @ 21:30:59Points: 191Comments: 101

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

2026-09-19 @ 21:25:29Points: 94Comments: 51

English: A vs. An

2026-09-19 @ 20:41:26Points: 168Comments: 212

Measure internet censorship. Contribute to the largest open dataset

2026-09-19 @ 20:00:59Points: 133Comments: 83

ZK-JPEG: Zero-Knowledge Image Editing and Compression

2026-09-19 @ 19:23:23Points: 72Comments: 15

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: 273Comments: 137

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

2026-09-19 @ 15:52:51Points: 72Comments: 8

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.

The Lamentable Later Life of Lemmings

2026-09-19 @ 15:17:12Points: 54Comments: 11

Brood War Bench

2026-09-19 @ 14:44:02Points: 212Comments: 91

Tin: full-text search for Postgres

2026-09-19 @ 13:52:06Points: 207Comments: 79

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

2026-09-19 @ 10:46:58Points: 1170Comments: 284

AI-generated posters don’t have to be horrible

2026-09-19 @ 09:20:58Points: 1500Comments: 807

GPT-6 Astra Solves a WWI German Radio Cipher

2026-09-19 @ 06:41:44Points: 377Comments: 173

Two parallel neural ectoderm progenitors contribute to the developing brain

2026-09-19 @ 05:48:50Points: 617Comments: 242

San Francisco Onion Futures Company

2026-09-19 @ 04:23:30Points: 381Comments: 163

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

2026-09-18 @ 15:47:14Points: 93Comments: 48

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

2026-09-18 @ 13:35:05Points: 71Comments: 33

How to Write with an LLM

2026-09-17 @ 21:48:38Points: 658Comments: 385

Compiler-style optimization for drawing via Skia

2026-09-17 @ 17:30:38Points: 95Comments: 21

New evidence for hidden chambers beyond Tutankhamun's tomb

2026-09-17 @ 15:58:31Points: 124Comments: 66

Rabbit Hole: Minimum L-seams

2026-09-17 @ 15:40:18Points: 14Comments: 5

Suzanne Ciani's Buchla Cookbook

2026-09-17 @ 00:39:39Points: 78Comments: 24

Deodands put a price on objects that caused death

2026-09-16 @ 19:51:23Points: 70Comments: 28

The Secret Life of Circuits

2026-09-15 @ 23:15:05Points: 297Comments: 74

Archives

2026

2025

2024

2023

2022