If theres no form to fill in the blanks with, then AI it is.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
I doubt they'll get anywhere with weak action like that. "Stop forcing copilot on us or we'll be very sad and we'll strongly consider moving some of our hosting to another site."
GitHub is a disaster for open source software. MS controls some insane amount of all the code created on earth, and even with self-hosted forges being more prolific and easier to access than ever, people act like their projects can't live without Big Daddy MS's social media for coders.
I saw someone the other day, on Lemmy and in full seriousness, proclaim that the world really needed distributed version control. To avoid censorship, like how the fediverse is decentralized.
This is what GitHub has done to a generation of programmers. For those missing the joke, git is already decentralized. You don't need a central Hub of some kind for your code. You do for your issues, releases, and all that, but not for the code. And if we'd collectively moved to a well designed, intentionally improved system like Fossil, all that woukd have been decentralized and distributed too.
But no, easier and more efficient/profitable to keep using the one C library that's compatible with Torvald's pile of old Perl scripts. My website can't live without a built in Travis CI bot and nonstop PRs from dependency bot, but allowing every moron on earth to submit AI generated content, at last we've found the step too far.
I dont remember the name of it, but there were tools that could store issues inside of git. It'd be hard to keep it in sync with everybody without a central repo, but maybe not much harder than keeping the code in sync too.
Git is distributed, not decentralized. It can be set up to be decentralized, but even in that case, client side, you'd push to a single remote that would sync to multiple which can be done now.
Their CI is FAST and free. And nobody can contribute to my random but neat projects if they neither know they exist not have the ability to interact with my forgejo instance.
Microsoft is so deep in the AI nonsense that asking them to stop pushing CoPilot is time wasted that could be better spent on something else, like moving to a different platform. I honestly don't really see the point of remaining on GitHub. To me at least it doesn't offer anything particularly important I can't get elsewhere.
Why not submit a million vibecoded PRs against various Microsoft repos? At some point they might get it.
The developers will hate you and the suits couldn't care less.
This suits 100% could care less. If there was profit in caring less, you can be damn sure they would create false demand for caring less, lie then chase the profit.
An LLM could be useful for explaining people how they failed to follow simple guidelines, like including the software version or not filing multiple issues in one. However, issues written by AI can fuck the right off.
I would absolutely be happy to have a feature where an LLM could read previous issues, the docpage, and the FAQ/wiki, then you could query it regarding your issue to (a) see if it is a legitimate issue, (b) check that the issue you submit contains the info you need, and c) help you link in previous issues/PR's referring to relevant stuff.
Never in hell do I want an LLM to be generating issues by itself.
My last job did AI submitted PRs and they were the most obnoxious thing. They’d make broad changes and break shit and we were expected to merge them in because “AI”.
"your ai generated commit is failing my AI generated unit test, rejected"
Honestly: That’s on the maintainers then, as there is no practical difference between AI slop generated issues and a telemetry registering issues which potentially lack further checks.