← Back to context

Comment by arjie

2 days ago

The obvious answer is to end free unlimited private repos. Source is no longer a specific thing. GitHub is just a free S3 or Azure provider.

A lot of private repos are probably just taking up cheap storage space, not seeing activity that would cause additional load.

You can also limit number of free commits to, say 100 per month.

  • So if I want to push an existing project with 1000 commits to GitHub for the first time, I gotta do it over the course of 10 months?

    Encouraging big commits seems antithetical to the idea of git in general.

I think this would cut out a lot of the mindless commit activity.

Charge $1/month per repo. If your project isn't worth that, run your own git or use another free forge.

  • The incentives that creates are really bad: it encourages users to organize their code across the smallest number of repos, and I'd bet anything that larger repos are disproportionately more expensive for GitHub than smaller ones. It's very possible that a per-repo charge would make things worse.

  • You are way too optimistic. What will realistically happen is they charge $2 per month and the quality doesn't change. The $2 per month gross will go where it always goes: launches, exec salaries, shareholders.

  • I think GitHub leans on this free repos thing a lot for getting new users though. Like I could see people just moving to GitLab

  • GH isn't good enough to charge that much for its core services. 90% of its user base would just find better or cheaper alternatives, and the only ones remaining would be legacy enterprise codebases that are just impossible or too expensive to migrate.

  • 80/20 rule would suggest that you don't need to apply $1 to all users, just those who create an excessive number of AI slop repos or make an excessive number of commits.

    Could do similar for GH actions usage.

Public or private doesn't matter. Vibe coders aren't worried about others using their AI slop

I would have thought it's public repos that got the most AI slop recently as a form of gathering karma and boost CVs. It would be nice to know if private repo commits increased instead.