Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    5comments
  2. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    149comments
  3. AI chatbots becoming experts at changing people's minds. What's their secret?(science.org ↗)
    27comments
  4. I don't like passkeys(hawksley.dev ↗)
    218comments
  5. OpenJev(openjev.com ↗)
    174comments
  6. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    44comments
  7. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    3comments
  8. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    27comments
  9. Jemalloc 5.4.0(github.com/jemalloc ↗)
    59comments
  10. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    96comments
  11. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  12. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    433comments
  13. Show HN: Navier-Stokes Visualized as 1kB i386 demos(juandecos.github.io ↗)
    3comments
  14. Replacing Pull Requests with Delta(zed.dev ↗)
    44comments
  15. The scourge of x86 emulation(fex-emu.com ↗)
    54comments
  16. If materialism is true, the United States is probably conscious(jstor.org ↗)
    39comments
  17. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    160comments
  18. Astra for Law(openai.com ↗)
    640comments
  19. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    discuss
  20. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    265comments
  21. Qwen 3.8 Omni Flash(qwen.ai ↗)
    101comments
  22. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    177comments
  23. Wax motor(wikipedia.org ↗)
    87comments
  24. When the fractional part of a float fixes your shader(crocidb.com ↗)
    11comments
  25. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    240comments
  26. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    56comments
  27. How to Write with an LLM(sockpuppet.org ↗)
    166comments
  28. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    169comments
  29. New wild cat species discovered – with only one known living member(bbc.com ↗)
    1comments
  30. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss

Replacing Pull Requests with Delta

90 pointsby 2d agozed.dev
44 comments
1d agoHN ↗

Look interesting, though admittedly I am mostly interested in the open-source release of DeltaDB.

4h agoHN ↗

I never liked it myself, but this looks like an extension of Zed's own systems of collaborative coding (remotely), which in turn is built on top of the ideas of Extreme Programming, and / or intensive pair or mob programming.

It's interesting enough and I'd like to try it sometime, but probably only for hackathons - my main line of work is more planning than actual coding.

2h agoHN ↗

Yes I like where Zed is going with this.

I find pair programming very productive with agentic coding.

Two people (plus one or more agents) have the full context of the plan, execution, written code, automated and manual testing. Both can help drive to the point where it feels safe to sign off on the change right then and there and merge it.

Compare that to traditional PR / code review, where so much of that context is lost. At best the coder needs to spend a lot more time rewriting up a great PR description to bring the reviewer up to speed. At worst the reviewer needs to read lots of AI slop PRs, docs, transcripts, and code to try to make sense of things.

Doing it together then merging the thread and moving on can be efficient.

4h agoHN ↗

Certainly looks interesting and a new way of working which would take some time to get adjusted.

4h agoHN ↗

Would have loved to have tried this, but it still bizarrely lacks Apple Intel support.

50m agoHN ↗

Intel Macs haven't been sold for over three years now. I don't think that's bizzare.

3h agoHN ↗

It sounds like it's not conceptually different from a MR, the main difference is preserving the rationale for all the changes by bolting the "threads" (a log of agent interactions) on top. I can see how the discussion logs are quite useful if you have an agent that is there to parse them.

3h agoHN ↗

This stuff reminds me of people who are full into XP and pair programming, where you end up agreeing to pull in more or less any work done by two people together. Not the worst model in the world.

I am disappointed by the "agent chat"-centric design for the future. There is important value in highlighting what's important, and jettisoning the unimportant. Written artifacts are good when they're nice and cut down. And it's not really about the sequence of events (well, most of the time)

Instead of "agent chat", I feel like a written page (that could be interacted with through agents) is a much more interesting way of working through a problem. Capture the final idea, and minimize the fluff around it.

And if nobody is going to read it anyways, why have the chat in the first place?

And of course the glib comment that I can't help but make:

Teammates can ask the same agent why you chose a Mutex instead of an RwLock.

you know in this hypothetical neither human involved has much of any idea what is going on. Skill atrophy is real, folks! Be careful.

3h agoHN ↗

I have not gone so far as to allow agents to operate my version control, so excuse my ignorance, but by abandoning PRs for thread deltas, are we also abandoning human-written code entirely? Will every micro-change, fix, or refactor have to be prompted to be tracked in this paradigm?

2h agoHN ↗

Oh, yeah. I gave Claude sudo on my AI dev machine: it commits, pushes, checks the results of pre-push tests, sudos to another user, deploys, checks the results of smoke tests, and then checks the end result.

It also has MCP access to Cloudflare. Front-end deploys on every push to main but Claude can adjust the pipeline, add environmental variables, etc.

2h agoHN ↗

That sounds like a problem waiting to happen.

2h agoHN ↗

All IT infrastructure is a problem waiting to happen. I have backups and a rollback mechanism.

1h agoHN ↗

That's like not putting protective guardrail on a staircase, and instead having first aid kits and emergency phone number on hand. In other words, dumb and irresponsible. Possibly illegal, depending on the case.

3h agoHN ↗

Looks interesting for a small team that's working on a single project. I am curious to understand how this would work out for a large org that has multiple projects under the belt.

PRs may look old fashioned, but they're a very clear way of tracking an issue that may need multiple reviews. With Delta, things can get confusing after more than two reviews + RBAC is another challenge if the agent has similar context for every category.

3h agoHN ↗

For more see:

https://delta.dev/docs/concepts/core-concepts

It reminds me a bit of jujutsu in that there is a database with your code changes that is automatically kept in sync with your working directory. The agent edits the database copy directly. I guess the sync must be two-way?

3h agoHN ↗

Apparently downloading this requires "signing in and accepting beta terms".

2h agoHN ↗

Seems interesting! I have found my main bottleneck right now is having too primitive tools for code review. A tighter loop around that might be a solution.

2h agoHN ↗

Primitive in what way? There are already tools that categorize changes so that they are easier to follow during a review.

2h agoHN ↗

This would force you to utilize agentic AI just to make small code changes.

1h agoHN ↗

Hmm, looks to me you can also just go and modify the code in the editor?

2h agoHN ↗

This seems like a cool augment to current PR processes but fundamentally I don’t see anyway around still reading the code? Review should optimize for that. Agents make it very easy to create human digestible logical chunks of work that are easily understood and testable. Your job as a dev is to make it easy for your teammates (and your future self) to understand what your change is doing - cause we all know Claude will use 1000 words when 10 will do.

Other end of this is all the high performing teams I’ve worked on don’t really need PR review. Work is discussed prior to it happening so by the time PR review comes up it’s a rubber stamp. Agents changed none of that - again, unless you’re not reading the code. PR review is mostly for new devs to get brought up to speed. Trust lets you move really fast.

but the decisions behind the code still need review. Smaller diffs don't supply that context

Maybe this is the bit that just seems wrong? Yes they do. You write out what the small change is working towards as part of optimizing your PR for your reviewers time. Might be just text, a link to a doc, link to a prototype etc.

2h agoHN ↗

I've been using the beta of Delta for a couple weeks and using it for review is a huge improvement over reviewing directly on the PR. Being able to jump into a team mates thread and see the context of how something got created and be able to ask questions about it very nice. There's some rough edges in the product, but the direction they are going is pretty interesting.

1h agoHN ↗

But what if your PR was created as half chat, then an agent, then some more chat planning, possibly in a new chat to clear the context? I think my teammates would find my inner monologue rather confusing at times.

The sequence of commits I present a purely optimized for reviewing, and not an actual record of what happened. I’m not going to read another person’s 100 turn slop factory, because they couldn’t express their change in one paragraph.

1h agoHN ↗

for a lot of teams that do pair programming etc and pairing with agents - this makes sense.

hell dare I say better than the pull-request model - since you don't have to wait on people to review the code and deal with the nonsense of merge-trains.

1h agoHN ↗

Has anyone compared this with Cursor's Origin?

51m agoHN ↗

Origin is a platform, this is about storing context in your repository directly.

40m agoHN ↗

Lexfina looks very cool. I need self-hosting to adopt at my business.

1h agoHN ↗

I'd use some "DeltaDB"-like version control tool if it was lightweight and unopinionated about how it integrated into my workflow, since I think revisiting how some change came about at a more granular level could be enlightening. But I'm not interested in this agentic chat multiplayer stuff at all.

57m agoHN ↗

My first thought is, does this mean that along with the burnout I'm feeling with talking to my own agents I now need to try and consume and understand my teammates conversations with agents? Why is this better than a good pr description that distills completed work and explains why it was required ?

42m agoHN ↗

Obviously I don't get it because, for me, it's like PRs with some agentic generated description and a way to involve in a chat another guys.

34m agoHN ↗

I've lost faith in their editor and GPUI - you were the one, Zed! They are full-steam AI on things like this. I expected this article to be about a general alternative to git, but it is about LLM-focused coding in a way that doesn't make sense to me, as it slices a line between human-written and LLM-written code which does not exist in a meaningful way.

Their primary product, the Zed editor, is unusable for me and others due to it mismanaging file syncs on disk - when external edits happen, the editor retains stale state unless you close and re-open the specific file (Not even an editor reopen syncs it). There is a significant risk of your changes being silently overwritten or conflicted. Amusingly, the risk of this is increased when a file is changed asynchronously, which for me, most happens due to a pull or LLM edits!

It begs questions like: "If coding has changed so that we should use an LLM-focused source control tool, why can't the LLM fix a severe bug in our software that has a closed-form solution?"

33m agoHN ↗

Do you have a link to an issue, so I can know if I should be worried about this?

25m agoHN ↗

Ah, yeah, I get this issue too but I've been so conditioned to close and reopen files that I've stopped thinking it was an issue. Appreciate the link.

14m agoHN ↗

Woah. I’ve been meaning to check out zed but that’s a huge problem. I’ve fixed this problem before in rust, there’s just a library you can use to update file trees with a combination of batching fs notifications and a periodic rescan. Wtf guys! Maybe I’ll submit a PR… oh wait! I mean delta. :(

4m agoHN ↗

Similarly, I had to stop using Zed because the main thread would beachball for > 30s when trying to work in large repos on macOS. This behavior was clearly reported to them in a GitHub issue that they also closed without fixing (because they believed a partial fix was sufficient, and have ignored subsequent comments to the contrary): https://github.com/zed-industries/zed/issues/55746

34m agoHN ↗

I haven't tested this yet, but after reading the post, the issue and the proposed fix make complete sense. I've been relying on markdown files to keep track track of threads. My repository has a mess of files because of it. Look forward to giving this a shot.

20m agoHN ↗

Does it expose all my "Jesus Christ Claude, why on earth did you do that? Revert that now and do x instead." ?

Meaning, does it prune out some of the not meaningful path to what exists? It's hard to visualize what they actually get to review.

7m agoHN ↗

Wow that entire workflow looks absolutely hellish