">
INTELLEGIXNEWS

Can Lore Unseat Git? A New Version Control System Ignites Debate

Ask about this with Perplexity AI-written from the broadcast
How this was made Verified AI

Every Intellegix briefing is generated from that day's broadcast and run through automated checks before it publishes — with a human paged on any flag. Here is the trail for this edition.

Sources 12 sources traced for this edition Traced
Guardrail Every figure and proper name traced back to the broadcast Pass
Human loop Operator paged on every flag before publish On
Lines of code displayed on a computer monitor in a darkened developer workspace.
Photo: Innovalabs · pixabay

The top-scoring story of the day — 1,159 points and 614 comments — is the launch of Lore, an open-source version control system at lore.org designed from the ground up for scalability that Git was never architected to handle. The project's central argument is that Git's foundational assumptions — local repositories, full history clones, single-namespace branching — were calibrated for a Linux kernel-sized codebase in 2005, and those assumptions create real problems at the scale of a decade-old corporate monorepo or a hyperscaler engineering organization.

The Hacker News thread immediately divided into two camps. One group contended that Git's limitations are well understood and that the industry has already constructed workable solutions: Microsoft's virtual filesystem GVFS, shallow clones, and purpose-built monorepo tooling. The counter-argument held that all of those are workarounds layered atop a fundamentally mismatched data model, and that genuine relief requires a system designed for scale from the first commit rather than retrofitted afterward.

Lore's core architectural departure appears to lie in object storage and graph traversal. Git's content-addressable storage is elegant but creates a situation where operations touching history — blame, bisect, complex merges — scale with the depth of the commit graph. Lore reportedly uses a different indexing strategy intended to keep those operations closer to constant time regardless of repository age, a claim that, if it holds in practice, would meaningfully change the economics of large-scale code review and continuous integration.

There is also a governance dimension the thread surfaced. Git is effectively maintained by a small group with Linus Torvalds as final arbiter, an arrangement that has worked remarkably well for twenty years but places certain classes of design changes off the table because they would break backward compatibility in ways Torvalds will not accept. A clean-slate project carries no such constraint — which is simultaneously its opportunity and its risk, given that GitHub, GitLab, every CI system, and every IDE plugin are built around Git's object model and wire protocol.

A companion piece trending today — 'The Forge We Deserve' at btao.org, with 33 comments — takes a more philosophical angle, arguing that GitHub's interface and collaboration model are themselves products of Git's underlying assumptions, and that genuinely rethinking version control would also mean rethinking code review, issue tracking, and project governance. Several commenters pointed to Fossil, SQLite's bundled version control and issue-tracking system, as a project that got the integration right but the timing wrong.

▶ Listen to this story