Codeberg bans vibe coded projects
codeberg.org
Codeberg bans vibe coded projects
1–10 of 298 posts
Re: Codeberg bans vibe coded projects
#2Re: Codeberg bans vibe coded projects
#3i wonder how they will detect it though. is there some good tool to tell them if code files someone submit were outputs or altered by LLMs?
Re: Codeberg bans vibe coded projects
#4Either way, I was never interested in codeberg and this just means that I'm less interested.
Re: Codeberg bans vibe coded projects
#5This is a bit strange. Are they saying that Codeberg no longer accepts vibe coded projects at all?
If so, it seems kind of short sighted. Within a very short period of time all code will be AI code. What then?
And as the models improve, along with better code will come better bug fixing etc etc. So the quality of AI code will absolutely surpass that of human code. What then?
Will the repositories demand proof of programming ability? Why, when AI will be handling everything anyway. It would be rather like driving schools mandating that all drivers can strip an engine before they're allowed to drive? Very odd.
Re: Codeberg bans vibe coded projects
#6I'll add my comment from a previous thread: This is a bit strange. Are they saying that Codeberg no longer accepts vibe coded projects at all? If so, it seems kind of short sighted. Within a very short period of time all code will be AI code. What then? And as the models improve, along with better code will come better bug fixing etc etc. So the quality of AI code will absolutely surpass that of human code. What then…
Re: Codeberg bans vibe coded projects
#7i wonder how they will detect it though. is there some good tool to tell them if code files someone submit were outputs or altered by LLMs?
[1] https://docs.github.com/en/pull-requests/how-tos/commit-chan...
Re: Codeberg bans vibe coded projects
#8I'll add my comment from a previous thread: This is a bit strange. Are they saying that Codeberg no longer accepts vibe coded projects at all? If so, it seems kind of short sighted. Within a very short period of time all code will be AI code. What then? And as the models improve, along with better code will come better bug fixing etc etc. So the quality of AI code will absolutely surpass that of human code. What then…
The costs involved with hosting a bunch of vibe coded stuff that no one is really invested in or cares about would undermine the mission of Codeberg, so it makes sense for them. Other code hosting platforms can go a different route.
Re: Codeberg bans vibe coded projects
#9I'll add my comment from a previous thread: This is a bit strange. Are they saying that Codeberg no longer accepts vibe coded projects at all? If so, it seems kind of short sighted. Within a very short period of time all code will be AI code. What then? And as the models improve, along with better code will come better bug fixing etc etc. So the quality of AI code will absolutely surpass that of human code. What then…
Re: Codeberg bans vibe coded projects
#10i wonder how they will detect it though. is there some good tool to tell them if code files someone submit were outputs or altered by LLMs?
Most people leave the “Co-authored-by: ” lines in their Git commits [1]. I’m not sure why exactly, but I suppose it's either laziness or a lack of care. Regardless, if I were Codeberg, that would be the first thing I’d detect, and then I might use a Random Forest Classifier to identify the rest. [1] https://docs.github.com/en/pull-requests/how-tos/commit-chan...