logoalt Hacker News

zmmmmmyesterday at 10:43 PM2 repliesview on HN

Rather striking statements that have me somewhat concerned:

> Agents open merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Git itself wasn't designed for that load, and bolting AI onto platforms not built for agents is the biggest mistake of this era. We're doing a generational rebuild of the underlying infrastructure to handle agent-rate work as the default. Git itself is being reengineered for machine scale. The monolith is giving way to modern, API-first, composable services. And agent-specific APIs are being built so agents can act as first-class users of the platform, not as bolted-on consumers of human-shaped interfaces

Is there any broader consensus or information on this? Git doesn't scale? is being rebuilt for agents?! Monoliths are out and services are back? Humans are second class citizens now (human shaped interfaces - bad!!)?

What the hell are they planning to do in there at Gitlab?!


Replies

rdedevtoday at 12:25 AM

Won't this be bad for agents since now you need to provide this new API in their prompt, as opposed to just regular git which the model has seen enough in its training data

show 1 reply
aiscomingtoday at 7:48 AM

steve yegee was saying this in december, that he had multiple people at companies with heavy AI usage telling him that git cant handle 1000+ commits per hour that these companies are producing now, that the agent can't push because between the push command initiation and its finish another push happened