Live data from Hacker News

GitHub Is Becoming a Giant AI Code Dump

maref.cc

21–28 of 28 posts

Re: GitHub Is Becoming a Giant AI Code Dump

#21
post #12

> AI users were actually 19% slower, but they thought they were 20% faster. I don't know who made those numbers up, but for me... I can almost certainly guarantuee, I have never been so relaxed before. Doing multiple paid projects simultaneously due to AI, still leaning back, customer's are happy. I can confidently say: if you know how to leverage it properly, you can be both more efficient and relaxed at the same ti…

This is the source of that information: https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o... The updated METR study on this gives different results, but they should still be quite sobering.

They didn't even give the correct reference in the footer, calling it Meter RCT trial. This is just AI spam.

Re: GitHub Is Becoming a Giant AI Code Dump

#22

> AI users were actually 19% slower, but they thought they were 20% faster. I don't know who made those numbers up, but for me... I can almost certainly guarantuee, I have never been so relaxed before. Doing multiple paid projects simultaneously due to AI, still leaning back, customer's are happy. I can confidently say: if you know how to leverage it properly, you can be both more efficient and relaxed at the same ti…

Agree, not only code but the plethora of tools usually required in a dev job, Jira, git, GitHub, build agents etc. These can all be accessed by the agent via API/MCP so you can say to the agent, describe my next ticket, create a branch off latest master and investigate the code re the ticket, later, codex/claude review the code (from other model), move the ticket to blah, add a comment, check the build (oh it failed dig into the logs), find any code review issues etc. All from a terminal, this used to be annoying clicking through web pages. I just eyeball the code and make sure it looks fine. Job done.

Re: GitHub Is Becoming a Giant AI Code Dump

#24
What I'm sensing is that even HN might be giving recommendations to certain advertised products, isn't it? It feels like a narrative being pushed to sell a governance product called MAREF. Right now, AI is being trained on GitHub in the US and Gitee in China. As GEN AI code increases, one could argue that the open source ecosystem will degrade from a high‑quality dataset reviewed by humans to a codebase of plausibly looking AI‑generated code. And once we start referencing that polluted data, the entire system could deteriorate.

But I don't really understand why MAREF is supposed to be the answer. If we adopt MAREF, then to pass MAREF, those metrics become the target, right? But let's think about Goodhart's Law: 'When a measure becomes a target, it ceases to be a good measure.' AI will just produce all sorts of bad code just to pass those checks. If you tighten things too much, people will resort to workarounds just to fit through that narrow gap.

And is all GENAIcode garbage? Honestly, I don't think so. I agree that in the long term, if AI training data gets contaminated, it will degrade, but clearly code that has been reviewed by humans is actually better. The case of AlphaDev is a good example. Optimizations like sort 3, 4, and 5 were discovered precisely because they were found by AI.

If that's the case, wouldn't it be better to just create an open source project that only accepts human‑written code and funnel all the funding into that? In other words, 'people who create uncontaminated AI datasets'

Re: GitHub Is Becoming a Giant AI Code Dump

#25
The funniest part is that the article about AI slime polluting the internet was itself generated from start to finish by a neural net to promote some startup.

But the problem they're so clumsily trying to monetize is absolutely real. GitHub is rapidly turning from a place with battle-tested solutions into a dumpster fire of hallucinations. And no crutches like MAREF are gonna fix that because platforms profit from showing growth in repo and commit counts even if it's all dead plastic code.

Re: GitHub Is Becoming a Giant AI Code Dump

#26
post #8

I tend to agree with the title but the content seems both AI generated and somewhat dated. The feels 20% faster but actually 19% slower I believe is a few years old at this point. I'm a skeptical as the next but I think it would hard to find a metric on which modern LLMs make devs "19% slower".

[dead]

Re: GitHub Is Becoming a Giant AI Code Dump

#27
post #14

I saw someone on lobste.rs proudly say that they haven't written a line of Zig code in their life. They have 31 Zig repositories on GitHub. GitHub is useless at this point. (As you might imagine, they also post on HN regularly and is quite "AI positive".)

[flagged]

Re: GitHub Is Becoming a Giant AI Code Dump

#28
post #8

I tend to agree with the title but the content seems both AI generated and somewhat dated. The feels 20% faster but actually 19% slower I believe is a few years old at this point. I'm a skeptical as the next but I think it would hard to find a metric on which modern LLMs make devs "19% slower".

>The feels 20% faster but actually 19% slower I believe is a few years old at this point

No, it's from last october, and it probably lasted until at least codex5.3/sonnet 4.6, so it's 6 month old at best, maybe less (You can't say the same with Opus though for sure). I felt faster for sure, but all metrics (except LOC) from my team were worst, and we spend a lot of extra time bugfixing. We're better now, but it's hard to say if it's because the models are that much better or if now the people generating 100% of their code now actually review the code themselves before opening a PR (also we are a bit more coercitive during the PR reviews, what use to be non-blocking like style choices is now blocking, and we dig way more).

Post reply on HN