Hacker Newsnew | past | comments | ask | show | jobs | submit | re-thc's commentslogin

> Take a look at Deno.

It's still heavily AI driven. Maybe less than Bun.

And they've gone in the route of just taking Node native libraries and what not just because they gave up on working out the compatibility. It's a bit of tacked on mess now.


Where are you seeing that it's heavily AI driven?

---

Edit: the contribution guidelines allow AI-assisted patches with disclosure. Also, there are a bunch of recent commits co-authored by bots


> And for me 1800 files change PRs created by Anthropic overseen by one person is not necessarily adding to the package.

Bun is mostly AI written and AI reviewed at this point (all automated).

The 1-person is luxury.


citation needed

go clone the repo and run `git blame`.

What does that even map to? On the official GLM 5.2 blog it is none, high and max.

> Our study compares workers in jobs that could be done remotely, such as finance and software engineering, with workers in jobs that must be done in person.

What!?

It's like comparing athletes to professors and saying that our data shows athletes are more into exercising and suffers less physical issues.

Even without remote work this would be true.

What's the point?


Already fixed? Newer jvm / libraries dealt with it.

> How does that even work? If Z.ai wants to buy let's say GPUs for AI training, what's stopping them from going to a local reseller?

In theory, the whole chain has to comply. And if you don't you get fined etc. So the local reseller would risk not be able to resell.


Have you been in shenzhen? You can just buy in many stores a real 5090 imported from Japan

> Using laws to ban competitors is just economic warfare thats all. Its got nothing to do with "national security"

Economic safety is 1 angle of national security. They're not "wrong".


Economic safety can be guaranteed in many ways. It's not economic safety that these moves are for. It's for blocking anyone from preventing them from maximizing the value the Western oligarchs extract from both their own citizens and the entire world.

> There's no installer.

There's ZCode (https://zcode.z.ai). Which is like the Codex App.

That's as "easy" as it is for non-devs that you're complaining about.


I'm not complaining about anything. I'm answering a question.

How does it compare to OpenCode? I already have too many LLM CLIs installed :(

> I had GPT 5.5 in Codex review it after it was done and there was plenty of slop to go around.

GPT can find fault in everything and anything including its own work.


AI review generally will find fault in anything. Any non-trivial code has multiple solutions with different tradeoffs. Any code can be over-engineered for theoretical edge cases and future use cases you don't need. No matter which solution you pick you can always at a minimum say that some alternative just looks and reads better.

Code is somewhat artistic. If you don't have well defined standards and priorities, the AI review cycle can spiral infinitely figuratively debating what makes art good, and your code will be no better for it.


This is correct, but I'd say there's something beyond that that's more specific about Codex + GPT models though. They've done some sort of training that makes it far more diligent about seeking out data races, unhandled errors / negative cases, and missing test coverage than the other models I've played with. It also seems more prone to testing its hypothesis.

This makes it slower to work with for prototyping, and it will, if not properly disciplined, litter your code with "legacy adapters" and "bridge code" and temporary incremental refactoring steps [arguably not terrible for work in real commercial software projects]. And it will create too many unit & integration tests, if you're not careful.

But it does, in my opinion, tend to produce more reliable software and I trust it far more than I did when I was working in Claude.

When I could afford it, I had both plans running, Claude to produce new features, and then Codex to brutally critique it battle test it, sharpen the edges, and produce better tests, and this flow went extremely well.

Now I just work with Codex and various open models.


That's what I love about it, and I wish I could find an open model that was as diligent.

Somehow it's just way more careful than the others, and also much better at empirical verification of its hypothesis, writing tests, etc. I am assuming a lot of RL done on that kind of flow, and on seeking out negative cases, failure points, race conditions.


> how close are we to medium or larger businesses starting to buy hardware to run models like this to keep the models local?

Years.

Even Microsoft said they don't have enough for Github and need to call Amazon.

Getting a few even at decent prices is hard. Unless the shortages goes down...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: