Oak: Git for Agents

18 pointsposted 2 hours ago
by handfuloflight

11 Comments

daytonix

8 minutes ago

"What are the odds Git is the fastest and most efficient way for agents to work?"

Quite high. The odds are quite high. Also hilarious that the blurb focuses on "saving milliseconds" when that all gets obliterated by the seconds / minutes wasted by llms. Just use git commands man. Or ask your llm to, it's not hard.

gb2d_hn

an hour ago

I don't think we're going to convince anyone to replace git on speed alone. I don't spend that much time waiting for git operations, even on really big repositories.

satvikpendem

39 minutes ago

I don't know, I'm playing around with Jujutsu, Pijul, Sapling etc. They each have their pros and cons.

varun_ch

27 minutes ago

genuine question: is latency that big of a deal wrt tools for agents? I see this a lot with these AI-native tooling replacement projects, but surely the inference will be orders of magnitudes slower?

wren6991

15 minutes ago

From the obviously slop-generated website, to the wild technical inaccuracies like "Git makes you clone the entire history before you can open a single path", to the weird focus on performance when runtime is usually dominated by the LLM, I think I can safely give this a miss. Oh and,

> The commit-message tax.

> Git demands prose on every commit. You burn tokens writing "wip", "fix", and "address review", messages no human will ever read, just to checkpoint your own progress.

Yes, making agents describe their work in a way that is readable to humans and other agents is clearly a bottleneck that must be fixed.

What is this garbage? The only thing I agree with is that worktrees kind of suck (usually once submodules are involved).

sroerick

an hour ago

This looks like an interesting design, but I kind of just want to wait 3 years and see if some new VC system emerges victorious rather than try out all these new things

varun_ch

23 minutes ago

we’re on hacker news! this is the right place for the adventurous people to ‘try out all these new things’ so that the new stuff can emerge victorious :P

a3w

an hour ago

QnA-section start with "Is Oak a git alternative for AI coding agents?" How is that a question left unanswered in the text before.

Is this AI slop or a genuine project?