Summary of Prevalent Themes
1. Jujutsu’s UX Advantages (undo, conflict resolution, workflow flexibility)
Users frequently praise jj for making version‑control less error‑prone and more fluid than Git.
- “jj is one of the few new devtools I was quite frustrated with while starting out but could see the value so stuck around and man is it so nice…. Basically if you were running a rebase and bungled a commit sha or branch name, no worries undo your way out…” – minraws
- “A term coined within Google that describes the best part (to me at least) of jj: delayed conflict resolution…. the commits are simply marked as ‘have conflict’, and you can continue working on other things…” – yegle
- “The main advantages are that you can do the changes piecemeal, in any order, at any time, and by jumping around in the commit history however you need or want to.” – stouset
- “jj offers significant ux improvements over git…” – opem
2. Seamless Git Compatibility & Zero‑Migration Cost
Many commenters stress that jj works as a thin layer on top of Git, requiring no repository conversion and allowing mixed‑team usage.
- “jj uses git as a backend. None of those need to ‘use’ jj. You can use jj in an existing git repo, with your git wielding friends.” – nomel
- “jj writes a ‘change-id xyz…’ in the git commit object header, which remains there as it’s pushed around.” – dzaima
- “jj’s data store is git. You can use jj while other people on your project just use git. There's no migration of data or history.” – Arainach
- “The initial cost of switching to jj is zero for individuals, teams, or projects.” – underdeserver
3. ERSC’s Enterprise‑Focused Infrastructure (not a GitHub clone)
Steveklabnik and others clarify that ERSC is building scalable source‑control back‑ends for large organizations, emphasizing agents, monorepos, and incremental adoption.
- “We are building infrastructure for enterprises, not a social coding site.” – steveklabnik
- “With the rise of agents, more and more companies are running into the limits of what Git can do… We also understand that incremental adoption is really important…” – steveklabnik
- “I think it's unlikely that individuals will need their product, unless you happen to have a 100 million line monorepo.” – IshKebab
- “We are not building a GitHub competitor in the way that SourceHut or Codeberg are.” – steveklabnik (reply to fallat)
4. Website Performance / Animation Concerns (GPU load, accessibility)
Several users report that the site’s animated background causes high GPU usage and choppy scrolling, prompting acknowledgment from the team.
- “It's killing my GPU tho so can't look at it took long without my fans going to max.” – ModernMech
- “Firefox on win11 here, scrolling the page is super choppy and it pegs my GPU at 100%.” – jayknight
- “(off topic) why the headache‑inducing animated background? An annoyance for all, and an actual accessibility issue for some.” – waldrews
- “the animation … does seem to be quite taxing on my GPU (~60% usage on M1 Max…)” – tefkah
- “this web site destroys the responsiveness of this system … GPU was pegged at 100%.” – usefulcat
- “We're about to push a change that should improve this a bit…” – nickisnoble (response to complaints)