← Back to context

Comment by htrp

18 hours ago

>The browser swarm from earlier this year peaked at roughly 1,000 commits per hour on Git. The new system peaks at around 1,000 commits per second.

>To facilitate this rate of activity, we built a new version control system (VCS) from scratch. Throughput was not the only reason to own this layer. Every change in the system passes through the VCS, so it is where collisions first become visible, and several of the coordination mechanisms in the next section are implemented directly inside of it.

Talk about inventing the universe to make a button.

Making a high-throughput revision control system is doable, there have been experiments here on HN with git-in-postgres etc. The question is, what is the actual bottleneck here?

I made a VCS for LLM assisted work, bootstrapping it on its own code as it was developed. In fact, if it did not really work, it would not even exist! In my experience, keeping track of things and evaluating them was the bottleneck and I focused on that https://replicated.live/blog/worktree Effectively, the question is "how to leverage human evaluation and feedback".

The Cursor people concluded their last post with "taste, judgement, and direction came from humans". Sounded surprisingly sane after "don't compile it, commit it faster" some paragraphs earlier.

  • People often think of tech/business as bottleneck issues ie whats my limiting factor. That's relevant to pre-ai business as humans are relatively self organizing.

    The issue with AI is it has no real memory, context, long term reasoning, etc. These are a lot of what we use to determine how well we're doing something as well as why.

    The "bottleneck" so to speak with ai is that it will just circularly build junk forever, expand scope infinitely, and just continue building.

    At its best it will autobuild your unicorn saas. But on average it's a cancer cluster of ever expanding code with no plan.

    The issue with unsupervised AI is that when you increase the throughput you decrease the amount of human supervision. So you have to have some way to deal with that.

    If I'm going to give AI a gigantic task that's really complicated and it will probably mess it up 100s of times, how will I compensate for that without constantly looking over it's shoulder?

    • But that's mostly just vanilla models.

      Some critical parts of agentic development are literally months old while most mature ones are merely a couple years old.

      Critical thinking was the most critical checkpoint for models to reach.

      Now its only a matter of time for the right tooling and orchestration to come along. Once agent memory and recall works well, all of those bottlenecks will go away one by one.

      2 replies →

Seems very reasonable to me tbh, the VCS was built to facilitate human work structures, rebuilding it to facilitate autonomous work seems appropriate.

It's hard not read such quotes and immediately think of the Infinite Monkey Theorem.

https://en.wikipedia.org/wiki/Infinite_monkey_theorem

  • If at the end Shakespeare-level literature is produced, does it matter whether we arrived there by random keystrokes?

    • Right. The joke with shakespeares monkeys or borjes library is that you just do that and then filter out the books that match shakespeares works.

      If you already know what you want in an infinite library, it is there. If you don't know exactly what you're looking for to the letter, you might not be able to find it.

    • The problem is the infinite other literature produced along the way. It doesn't work to throw more monkeys at the problem of verification, and checking for matches against existing Shakespeare plays is cheating.

      2 replies →

    • And if in the end it does not produce masterworks, going faster and breaking things will be seen as a huge and credulous waste of time that poisoned the internet and some codebases beyond redemption.

      But I’m glad someone else is running all these experiments so we can see who is right in their guess about the outcome.

    • 2*128 is the UUID namespace, which is astronomical. That is like 21 letters. Making one sentence of Shakespeare by random search is strictly 0% chance. SHA256 is ~43 letters then. "LLM broke all of cryptography and creates random data to fit a hash" -- are we there yet? Random search does not work at this scale. In all their cases, they played with pre-existing well-studied software, so they had an embedded fitness function. An extremely detailed one.

      Monkeys have been reading Shakespeare all their lives (training). Effectively, this is LLM uncompression. Hence, "in Rust, from nothing but its documentation" -- not entirely true.

      1 reply →

    • > does it matter whether we arrived there by random keystrokes?

      Douglas Adams said this beautifully in the Campaign for Real Time & the poet Lallalfa.

      And I just found out h2g2.com is no longer online, so no reference.

    • Yes because the keystrokes aren't free and the world is finite. We need to pay these monkeys in bananas.