Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    91comments
  2. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    48comments
  3. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    45comments
  4. San Francisco Onion Futures Company(onionfutures.com ↗)
    65comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    407comments
  6. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    28comments
  7. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    48comments
  8. Cloudflare Quick Tunnels(cloudflare.com ↗)
    279comments
  9. Science Is Open Software(jepedersen.dk ↗)
    37comments
  10. SDCC – Small Device C Compiler(sourceforge.net ↗)
    17comments
  11. "The Secret Life of Circuits" is here(coredump.cx ↗)
    3comments
  12. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    14comments
  13. How to Write with an LLM(sockpuppet.org ↗)
    326comments
  14. Saving another 100TB of RAM(cloudflare.com ↗)
    73comments
  15. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    32comments
  16. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    86comments
  17. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    5comments
  18. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    2comments
  19. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    104comments
  20. OpenJev(openjev.com ↗)
    265comments
  21. Goroutine Leak Profiles(go.dev ↗)
    2comments
  22. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    88comments
  23. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    70comments
  24. Suppress vulnerabilities applying Kubernetes context to scans(github.com/alegrey91 ↗)
    1comments
  25. Veronese's Dogs(publicdomainreview.org ↗)
    discuss
  26. Minimal Phone 2(minimalcompany.com ↗)
    221comments
  27. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    13comments
  28. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    63comments
  29. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    99comments
  30. Cyclomatic Complexity in C#(ndepend.com ↗)
    19comments

Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step

77 pointsby 2d agogithub.com
47 comments
4h agoHN ↗

Super cool. Hope waitlist will move soon. I have a use case for it too.

are you the author? If so - what are your notes on using Jev in this scenario?

4h agoHN ↗

Did you do the follow up questions? I was invited within a few hours of joining today.

It's also now on openrouter and cloudflare

4h agoHN ↗

Curious about people’s experience here. I am working on a small model, verify by jev, and escalate to big model. Some cases, the small model is not a model but some regex.

cheap-confirm-escalate

Using jev as the confirm step.

4h agoHN ↗

How does it do on OSWorld-verified? Recently read that even Fable 5 is just at 85% .

3h agoHN ↗

This probably throws a spanner in the wheels there:

Every piece of reasoning the frontier model does for free has to be rebuilt here as deterministic state.

EDIT: Not to shit on this though. I totally believe that some smart mixture of LLM-reasoning + Jev-style + determinism is going to be pretty amazing.

4h agoHN ↗

I'd be interested to see if using DiffusionGemma-as-Jev helps as you can feed the image directly into the model and it'll make decisions based on the image embeddings.

3h agoHN ↗

I had a long talk with chat gpt about this today as well. I think its duable and prolly not too hard either, also you could do lotsa funky stuff with stitched frames of a video in one 4x4 grid for example and send that as one image for analysis. that way temporal understanding can be had for fractions of a second by jev... also because vlm works in pixel space you can get around the whole state machine issue as well, so many possibilities...

3h agoHN ↗

I trailed off a few lines into the README. No human ever edited any of this. « LLM detected, project rejected ».

3h agoHN ↗

I stopped reading at “The honest caveat”…

3h agoHN ↗

Every third post in HN has this same complaint comment. Everybody knows.

3h agoHN ↗

And every comment on HN calling out vibe-coded slop has this same complaint comment in turn. OP has an actual complaint, your complaint is just "stop complaining".

2h agoHN ↗

It’s not stop complaining as much as it is please contribute something of substance instead of venting hot air into a comment thread where everyone is already aware.

1h agoHN ↗

1/3 of articles warrantying such a comment means it is still important information. If it was 100% of the articles I would agree that it gives no information, but with 1/3 one cannot claim it does not contribute information.

47m agoHN ↗

I'd rather read it's slop, it actually adds something to the conversation.

I'd say "imagine if half the posts on HN aren't worth your time" but this is genuinely how it feels nowadays. I'm not sorry

8m agoHN ↗

The problem is that not everyone thinks like you. You're dictating what is and isn't a signal to others. OP left a comment to signal to people like me. It saved me a click.

3h agoHN ↗

I appreciate it when people say something is slop. Saves me from wasting my time looking at it.

How many slop ideas have come to the front page, never to be heard from again because the execution isn’t actually any good? I’m guessing most of them.

2h agoHN ↗

Just because the ReadMe is slop, doesn’t mean the code is slop. People are starting to make apps for themselves now and open-sourcing them so they’re not putting much thought into the ReadMe or distribution.

This just means ReadMe’s are less important now. I just have my terminal agent dig into the code and tell me what features are there. If the app is actually useful.

Even before AI, there were so many projects with subpar ReadMes, no screenshots, etc. But once you use the software, you realize how good it is.

Source: I maintain a massive collection of open-source alternatives and quality of open-source alternatives have increased a lot

2h agoHN ↗

If you do not respect your project to write your readme yourself chances are i will not care though.

2h agoHN ↗

For many new coders, LLMs are so good at writing the code, asking it to write the ReadMe sounds like a good idea. Clearly it’s the first impression your project makes so handwriting it is important.

Being turned off by the project because of the ReadMe is your prerogative. I’m just suggesting you dig into the code sometimes, the ReadMe is not the be all, end all.

1h agoHN ↗

But it takes so little effort to wade through an LLM readme and cut out or edit it down to something palatable.

Just the bare minimum effort to do that would be nice.

46m agoHN ↗

For many new coders, LLMs are so good at writing the code, asking it to write the ReadMe sounds like a good idea. Clearly it’s the first impression your project makes so handwriting it is important.

The point is that if they looked at the result they'd question themselves. And the fact that they don't is a violation of the social contract: I can hardly be expected to care about your work, if you don't.

1h agoHN ↗

I apply the same rule to the code, unless it is on the job and I have to follow along with the herd, or else....

2h agoHN ↗

You’re right that a poor quality readme doesn’t mean a poor-quality product, but it seems more likely than not to me.

Slop is an instant tab close for me. If something’s good, it’ll come around again. I’ll catch it when there's some evidence that it’s worth my time.

1h agoHN ↗

Perhaps we should have README.md and README.ai the latter containing a bunch of stuff that humans don't want to read but agents can use to answer questions humans ask

1h agoHN ↗

Your comment might be sarcastic, but AGENTS.md already exists for the explicit purpose of agents reading and using it.

2h agoHN ↗

It's better that everyone is loud about it then everyone giving up and being silently irritated. At least if people complain it's possible to read the room

1h agoHN ↗

Clearly the people writing these annoying articles don't know.

I wish they'd just use Astra instead. It doesn't write this awful prose.

1h agoHN ↗

Everybody knows.

Awesome!

I think these repo owners should be required to film themselves reading out their Claudemade readmes with a straight face.

Every honest caveat. Every seam. Every "Frames lie, so the walk prunes hard".

1h agoHN ↗

I prefer when I see other comments to confirm or infirm my opinion.

1h agoHN ↗

Tbh, I still wonder why people even bother releasing such tools that were shitted out by an LLM in an hour or two, these are basically the modern equivalent of a hastily cobbled together 10-liner shell script (still useful, but not something you'd ever put up as its own Github project).

Everybody else can write such tools now by themselves in at most an hour, and they get a tool that's more personalized to their tastes. And why have a readme at all when it's just LLM mumbo-jumbo - that sort of mumbo-jumbo is written for LLMs to consume, not humans.

48m agoHN ↗

In theory, there is some value in deciding what the LLM ought to shit out, and checking that it works, and maybe even making a design decision or two to try and create something that would be relevant or useful for many people. And then others can possibly save an hour or two, and the data centre can save some water and electricity.

In practice, well.

13m agoHN ↗

That sort of careful work would take more than 7 commits and 1 hour though ;)

6m agoHN ↗

That's 6 more commits than I'm used to seeing for these sorts of efforts, honestly. (But I will cede that people might be doing all the changes locally and then pushing a single commit, without any real understanding of how version control works.)

2h agoHN ↗

I thought it was a fine informative readme, starts with the problem, outlines the core of the solutions, and some limitations. Everything I want to know in the first few paragraphs. No need to spend human time to improve it.

2h agoHN ↗

not sure how this is innovative they show the System-1 model can play Doom right in the announcement [1] :

Doom >We love how this doomo doomonstrates real-time intelligence and what can be doone with code + AI. The engineer behind it was worried about making 10 queries a second (which ends up costing ~$7/hour), but the rest of us agreed that was lower than expected! This is so fun we intend to not only release an in-depth walkthrough, but also host some events to hack on this.

[1] https://typesafe.ai/blog/introducing-system-one-models-and-j...

2h agoHN ↗

Well nothing about the Doom demo or this entire model is new new either, is it? I don't even think Typesafe themselves are claiming anything novel, they say that they're focusing on practicality instead of chasing big numbers and AGI. Classifiers are older than generative models and are used everywhere. Fast classifiers are used in sampling machinery of every big model and for automation in agentic game plugins for years, except they're usually small and finetuned for the task, not general-use.

I think many people wondered why non-generative models are so underused on a big scale, well here's a long overdue attempt to market that which evidently goes well with people being interested in this again. The field has been captured by the vibe coding and valuation-goes-up hype and a bit. AI has a ton of low hanging fruits that are much more practical than using one tool that gets most attention for everything.

1h agoHN ↗

So it's kind of like AI hype growing up and rediscovering its roots because the future isn't futuring soon enough.

2h agoHN ↗

I did not understand what this is all about. Anyone with more brain than me can explain please?

2h agoHN ↗

It's a quick proof of concept of computer use powered by Jev, a new general-purpose classifier model. Here it takes the description of the interface (it can't do images yet) and outputs commands. It's faster and many times cheaper than using frontier generative models like GPT to do the same.

2h agoHN ↗

It seems like the more honest comparison would be to OCR the screen and send that as input to the LLM?

20m agoHN ↗

This is only tangentially related but is Jev trained on the same kind of data as the rest of the LLM world? (i.e. unethical)

At a glance it addresses two out of three of my "load bearing points" against AI, which is the cost to run the things, and that they can be used to generate slop.

If it was trained ethically that would "close the gap".