this post was submitted on 27 Aug 2026
37 points (100.0% liked)
technology
24468 readers
249 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got a new job in the last year and my boss is ... friendly. He owns this small business, so he is what he is. There are a handful of people at this company with decent programming skills. It is not a software company, but has a few internal tools and small web applications. I am one of the programmers. Lately he has gotten the AI bug quite badly. He thinks the old way of software is just going to go away and AI just going to do everything in the future. Honestly, I have used Claude Code to vibe some stuff for work that I hate doing and I can get pretty decent results, but I am sort of operating as a senior developer giving assignments to a junior, reviewing its decisions, giving feedback, giving goals and requirements for maintainability, making sure each iteration is on track, stuff like that. I have a lot of experience so I know what the results should look like. But I also like to write good quality code, so I still write a lot myself.
So because the boss/owner thinks Code is Solved with AI, we're giving a bunch of people at the company with no programming skills and frankly average at best basic computing skills Claude Code and asking them to try having it write tools to automate parts of their workflow. IT is horrified. I am morbidly curious. Like I said, I can get it to do things because I am guiding it at every step. The boss is simply not going to understand that the shit they're generating is unmaintainable trash and that code that nobody can understand is a liability. He once showed me something he had it write and it was like a browser mockup of a user interface that obviously did nothing pertaining to the task it needed to do.
He thinks basic software engineering fundamentals are The Old Way. But computer science is real. Code generated by AI is still subject to the same principles as human generated code. No matter how good it gets at generating code, it will still need structure. The potential meanings of a certain quantity of lines of unstructured slop is still intractable for any computer humans could ever potentially build. Code needs to be verifiable in some way and made of components that can be understood individually. Algorithms have provable properties. Not to mention that the end result of success here is a company with no institutional knowledge of the business or skills. There is no reason for such a company to exist. Anyway, I love being essentially told that the entire field of computer science is The Old Way.