The ability for anyone to fork a project is one of my favorite things about FOSS
Looking a bit further into it, a bug report on the GZDoom GitHub page titled “Project management” was opened that gave a little more detail noting issues with the lead of GZDoom pushing untested code, using an LLM to write code and hiding “not insignificant changes in commits, which has people worried that you’ll randomly rip out features that they rely on”. In reply, the project lead simply said “Feel free to fork the project under a” (yes, that really all they said).
A later comment before the bug report was locked points out the specific change in GZDoom that was made with ChatGPT.Lately it feels like GenAI is gonna push FOSS projects and its maintainers to the breaking point. So much for this great future every AI vendor promised us 🙄
Drama in open source land
Redundant sentences are redundant.
Straight from the department of redundancy department.
At a quick glance the community cares more about him hiding commits and doing other nasty things instead of the actual AI stuff. I think that’s important to know before discussing the AI angle here.
I’m so sick of hearing about AI. I’ve been struggling with the concept that “authenticity” seems to be completely irrelevant to a lot of people lately. I’m a developer and have been for 10+ years at this point, and am struggling to understand why I would stay in this field.
When I get down, I start to question if there’s any point in learning anything. I started up a side project with somebody I respected in a niche hobby space and have been using that to learn a new framework, but I’m rapidly feeling like it’s pointless to bother learning when you can badly cobble something together with a chatbot and the managers of the world will ejaculate themselves dry about how good robots are, even when the bloody thing barely functions.
It seems that a lot of people don’t give a shit if something is actually made by humans. Those same people don’t seem to value the hard work it takes to make something. I feel like I’m having a hard time fitting in at the moment.
My answer to you is that I fully expect the ability to do stuff yourself to be seen as extremely valuable in about 2 or 3 years. This whole AI thing is pretty definitely a bubble, and on top of that it also looks to me like the blockchain and metaverse tech-fads, and I strongly believe that when the bubble bursts people that can say “I spent all that time learning to do things myself rather than rely on ai to do my thinking for me” are going to be the only people with careers.
Well, I personally don’t give a shit whether something is made by a human or a machine as long as the code is performing well and is readable.
Lucky for you and me both, AI is nowhere near capable of replacing a developer.
Learning new things is still needed, AI is good for mediocre tasks that need no real intelligence, but anything else still needs a human.
Yup. I use AI when I need a “good enough” result. I do it myself when I need an actually good and provably correct result.
For example, for random trivia to settle a dispute, AI is fine. For something at work that will impact a ton of customers, I will double and triple check anything that goes through AI.
I struggle with similar feelings, although in other disciplines. I’m going to ask you the same questions I ask myself because they help center me when I’m in a similar mental space.
Who do you create for? Do you create for those people that don’t value your work? Do you create for yourself, for your own satisfaction? Do you create for external recognition?
I think we’ll turn this corner as a society, especially as everything becomes further enshittified. Inherent value and authenticity, the process and the work are all things that I do believe we all care about, but we’ve been spoiled with the convenience of everything.
I hope things get better for you.
I recommend a movie night.
I actually got out to see Aliens at the cinema lately and it was fuckin awesome. I have a few films I want to watch! Any recommendations tho?
Jennifer’s body, American horror story, true blood, shooter, the Martian, demolition man, blade, first blood, commando, oldboyz, war games, Terminator 2, xeon: girl of the 21st century, the devil wears Prada, the witch, new dracula movie, gone in 60 seconds, underworld, ghost dog, lone wolf and cub, wensday, the sandman, maybe some others, if I have time later to think of them.
The Witch is SO good. I’ve actually never seen First Blood. Great shout.
I’m rapidly feeling like it’s pointless to bother learning when you can badly cobble something together with a chatbot and the managers of the world will ejaculate themselves dry about how good robots are, even when the bloody thing barely functions.
Rhetorical question: How much of your decade of development has been in a professional capacity
That has ALWAYS been true. A barely functioning Proof Of Concept has always been sexy. Someone has an idea, they make a barely functioning example of it working (often depending on stack overflow and asking others for help), show it to Management, and get money. With Management often thinking how they can either rapidly patent something in there or sell it off to a larger company.
Nothing there is new aside from “AI” replacing “ask Stack Overflow”.
And, just to be clear, that was also true in the hobbyist space. Think about how often you saw an article like “someone recreated PT in Unreal Engine!!!” (not to mention PT itself being the kind of project you give a new hire to learn the toolchain but…). Same with all those emulators that “added VR” and so forth. They are cool concepts that tend to not go anywhere or…
Once a POC becomes a Product? That is where knowledge matters. You no longer want the answer someone shat out while waiting for a belle claire video to download. You need to actually define your corner cases, improve performance, and build out a roadmap.
And… that ALSO isn’t about learning new tools and tech. A lot of that comes out of it, but that is where the difference between “computer programmer” and "software engineer’ comes into play. Because it becomes an engineering problem where you define and implement testing frameworks and build out the gitlab issues and so forth.
Like, a LOT of dumbfucks try to speedrun their way to management because it is more money. But the reality is that a good Engineer SHOULD become a manager as they “grow up”. Because you need people with technical ability to have a say in building out that roadmap and in allocating resources to different issues. Optimally you still get to code a lot (I am a huge fan of middle management in that regard) but… yeah.
Unreal PT was actually really good lol. I had a friend play it since they didn’t have access to the original PT and they had a great time with it.
But yeah most of those Unreal Engine “remakes” are just a couple of graphics assets with no real gameplay or content
I see what you’re saying, but I’m not talking about proof of concepts. I’m talking about “fully fledged” Frankenstein apps that get cobbled together by cowboys. Documentation written by ChatGPT that is full of hallucinations. Managers love that stuff because the thing they’ve asked for works but nothing outside of that one thing works, which doesn’t matter because they’re not testing it.
I’m not talking about small proof of concepts. I was referring to myself in a professional capacity as a developer; I’ve been a web developer full time since 2015.
Managers love that stuff because the thing they’ve asked for works but nothing outside of that one thing works, which doesn’t matter because they’re not testing it.
Yeah. That is a POC. It is what you use to get funding, have lawyers write up a patent, or shop around the company
That is not what I’m saying - the situation I’m describing is the situation I’m currently in: I work for a small web agency, we have the agency owner, the project manager, and the development lead as our “management”.
A client asks for something, the agency owner says yes, and then the development lead cobbles something together over the course of a few hours with results from ChatGPT or Claude.
The thing works, but only for that specific request and cannot handle edge cases, and he doesn’t know how it works nor how to extend it, so he cobbles on more ChatGPT or Claude results.
The management team love it, but it’s just mountains of technical debt piling up.
A client asks for something, the agency owner says yes, and then the development lead cobbles something together over the course of a few hours with results from ChatGPT or Claude.
Again… that is a POC.
The thing works, but only for that specific request and cannot handle edge cases, and he doesn’t know how it works nor how to extend it, so he cobbles on more ChatGPT or Claude results.
So… what you are saying is they make something specifically meeting the requirements given to them by the client with no intention of long term support? And that, in the event that you provide long term support, the skillset required drastically changes? Possibly to a more Software Engineering based one?
It’s not a proof of concept, or an MVP - I’m saying it’s what is given to the client as a full, finished solution.
What I’m saying is that the “this was built by AI!” effect is so strong that copy/pasting ChatGPT results together with no forethought or understanding is miserable and brings only technical debt - but that that’s irrelevant to management, because they’re impressed by the robot and don’t want to “fall behind” other agencies.
Go fork yourself, said the ‘lead developer’. And they did.
Graf Zahl has always been a bit of an ass, but did he just stop caring about the quality of his work?
Honestly, I love the drama.
I don’t understand why there is such a drama around using AI while developing. Everyone I know does that. Of course it doesn’t mean that I copy-paste the code from ChatGPT. But at the same time it is often useful and faster than Googling on Stack-Overflow… Someone even said there that developers using AI will have legal problems in future… I really don’t think so, because it is the AI provider responsibility to train it on data provided freely for this purpose. I’m against stealing data and brainslessly using AI, but at the same time the AI is here and you can’t ignore it.
The drama here isn’t solely over the use of AI. In fact, your last comment any brainlessly using AI is closer to the cause of this drama. The project lead is pushing untested code straight to main, and the fact it was AI generated was an addendum/insult to injury.
Other point the maintainers raised is the possibility that GenAI code violates the GPL license.
It’s a good concern to have, and one I feel people don’t talk about enough.When I read the comments, it seemed to me like they are blaming him for using AI in general. 🤷🏻♂️
A little lesson about technical projects: You will quickly reach 95% completion and have something amazing to show off. Then, 95% of the work is completing that last 5% in order to make the prototype usable.
AI is good at making itself look ready. It is nowhere near ready.
I meant using AI for example for refactoring purposes or giving it some small tasks or questions. Not building whole projects with AI, because it is unmaintainable.
I would like to think some of it is class consciousness. “AI” inherently means fewer jobs. But considering the world we live in, I sincerely doubt the vast majority of people speaking out against it give a shit because “I am just demonstrating my value so the leopards won’t eat my face” and so forth.
Most of it is performative bullshit. Influencers who DID get fucked over (or decided this is why they didn’t get the job they wanted) have talked loud and proud about how evil it is and that is kind of where the conversation ends. “AI” is evil and nobody cares to think what “AI” actually means. I’ll never get tired of giving a depressed smirk when I see the same people who were championing the use of “magic” Adobe tools complaining about “AI” taking graphics design jobs and so forth. Same with the folk who have dozens of blog posts about using tools to generate their docstrings suddenly getting angry that “AI” does that too.
Personally? I very much DO care about the labor side. Not because I don’t think “AI” can do the job of an intern or even most early career staff (spend some time mentoring early career staff… I wish I just had to worry about six toes on a foot or code that would delete our prod tables if I don’t review it well enough). But because the only way for those dumbass kids to learn is by doing the tasks we would be getting rid of and that is already leading to a VERY rapid brain drain as it is increasingly hard to find staff who can actually do the job of a Senior role.
Which is the other issue… “AI” can do some stuff VERY well. Other stuff it is horrible at. And even more stuff that it “does well” is dictated by managers and “Prompt Engineers” and not actually the domain experts who can say “Yeah… this is good. THAT is complete dog shit”.
And then there is the IP theft part of things. People… are once again stupid and don’t realize that the folk posting answers on Stack Overflow were just as likely to have read that blog post where you talked about your cool algorithm. Or how much art is literally traced from others with no attribution and becomes part of major marketing campaigns. And while I think a MUCH bigger reckoning needs to happen regarding IP law and attribution… “AI” is just a symptom of the real problem.
A good rule of thumb when it comes to internet discourse that I sometimes remember to follow: Actually look at what the other person is writing and HOW they are writing it. There are very good odds you are talking to a literal child (or someone who never grew up). They are going to continue to insist that their life experiences (all five minutes of them) are the most important thing and you are never going to convince them otherwise. And… there isn’t a lot of point in trying in most of these discussions.
Because “These studies show that 99.9999999% of people don’t like sandpaper underpants so that is probably why Levi’s stopped selling it in 1972” versus “Well. I personally like sandpaper on my taint” invariably must become “Both sides have some good points and we need to agree to disagree” in the eyes of all the people who want to be enlightened centrists. The point is made and anyone who would have been convinced already is. Further discussion is just unsatisfying masturbation.
It sure is hard to ignore. You’ve got that right