this post was submitted on 17 Jul 2026
258 points (92.4% liked)

Fuck AI

7560 readers
1283 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] gbuttersnaps@programming.dev 2 points 2 days ago

I think I understand where we're diverging here, and part of it was due to poor reading comprehension by me. When I saw your comment:

"I said in my reply that determining whether something that was made with both AI and human contributions should be deemed a work of human creativity is not trivial. That being said, I can’t consider a piece of code entirely written by AI to fit the criteria for copyright protection.

And, dude, photography is 100% creative work and recognized as such everywhere. Yes, the machine takes the picture, but there’s a human who decided the subject, how to frame it, light, composition, not to mention the artistic intent, what he means to convey with that picture."

in my mind I read that as "I can't consider a piece of code entirely written by AI to be creative work", which isn't what you actually said. I absolutely agree that AI can be used in non-creative ways, but I want to spend minute to mention how I think AI can actually enable creativity rather than replace it.

I'm a software developer for a pretty big enterprise and the way I use AI is not creative in the slightest. Writing code is the part of my job that I like the most so I never really use AI outside of automating boring stuff that I don't want to do, like taking my commits from the past week and writing an update for management each Friday, stuff like that. I also used it recently to write a test suite for a python backend that I was migrating from Flask to Fast API and it worked pretty well for that, but obviously I wouldn't consider that a creative endeavor.

However I have a friend who is a civil engineer, who is pretty comfortable with computers and has done a little modding for old games. I've tried to get her to learn some basic python for data analysis for her work, but she gets intimidated by the idea of programming. For the past few months, she's been using claude to create a website for people in her section to use at work. She takes bridge inspection and location data, does some basic statistics like grouping average inspection scores per county, and then displays all the data on a map with styled points and lines the end user can click to find out more information about the bridge.

Even though she hasn't written a single line of code, she has spent 4 or 5 months creating an application, learning the entire stack, redesigning each page/view, understanding how maplibre works and making decisions about how to render the objects, how the information should be arranged, how the pop up dialogues should work, interlinking functionality with other apps they use for work, etc. What irked me was the thought that someone could look at her work and completely dismiss it as non-creative simply because her hands didn't type the code for all the decisions she made in designing it. The way I see it, working with AI like this is no different than the decision making you mentioned in reference to photography. She is still in control of the vast majority of the design and functionality of the website, even though she's not personally deciding the border radius for each button.

Hopefully you can see my perspective there, and sorry again if my earlier comment sounded dismissive or combative. I came to lemmy from reddit a few years ago and I think the thing I love the most about this site is the fact that you can actually have constructive and nuanced conversations with people who disagree with you without it devolving into name calling or shouting. Thank you for giving me a chance to get that off my chest <3