this post was submitted on 20 Nov 2025
412 points (99.0% liked)
Technology
76992 readers
3027 users here now
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
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been refusing to use any AI tools at all and luckily my manager respects that, even if he uses AI for basically everything he does. If the company ever decides to mandate it I'll just have the AI write all my code and commit it with no checks. With the worker's rights here, it'll take several months to fire me anyways.
Why? Do you refuse to use autocomplete in IDEs too? Do you refuse to use build and release tools? Why stop there - do you refuse to use computers at all? Just use pen and paper.
Because it's not fun. Coming up with algorithms and elegant code is the most fun part about programming for me, and debugging pages of sloppy code is the least fun. AI makes the parts I like less fun and increases the amount of sloppy bullshit code I have to debug.
Why are pages of sloppy code being approved into your code base?
Remember that AI isnt just trained on poorly written code, but also on the most elegant and innovative code there is. It can suggest and allow your code that is far above your level as well.
I use AI as sort of a pair programmer buddy. Sometimes I see what tis producing and know i can do better. Sometimes it does something i didnt know was possible and i kearn something new. Other times its a middle ground, where it shows a solution i didnt think of, but now that i uave seen it i can write a better version of that solution.
Youre missing out on learning oppurtunities by not leveraging it. To each their own though
Do you think it is possible for someone to have different reactions to different things?
I’m trying to understand why a software developer is refusing to use software.
Don’t use auto complete, do use lsp, build and release tools are not at all in the same vein.
They are because as you just said, they are tools just like Copilot and other AI dev tools are.