Big Tech Companies going Berserk with AI

Dex-chan lover
Joined
Jun 14, 2020
Messages
875
Is there really another side when you're talking to a wall, though?

Whether people choose to listen or not is their own prerogative.

But I dont think its a 'wall.' I think many people who agree with me are just afraid to speak up because they fear being ostracized.

I personally believe that ...the more uniform a community is on a given idea or stance, the more important it becomes for there to be genuine discussion from opposite viewpoints.

Thats the way societies grow and evolve after all.
 
Last edited:
Member
Joined
Oct 2, 2025
Messages
1
For coding, coding isn't looking any different really.
It is though. AI makes tons, and I mean TONS of mistakes. Not just in the code but in overall design and architecture. Security best practices are ignored, it creates race conditions that even a junior engineer would know not to make, and the context limits means it physically cannot consider the entire codebase when it's making changes. People get excited because it can spit out code that works, and it can spit out a lot of code that works, but it genuinely cannot produce production-ready code without heavy human review and correction, at which point productivity gains disappear entirely because now the humans have to read through and understand code they didn't write, to figure out why it's not working. It's a great learning tool and I use it extensively to learn new libraries and sometimes I can give it a class with a bug I can't figure out and it'll spot a silly typo, but that really just makes it a better google and IDE spellcheck.
The biggest problem with LLMs as a productivity tool is that they aren't deterministic, which all other previous technological advances have been. A factory assembly line spits out the same kind of car over and over again. A piece of software produces the same output for the same input over and over again. LLM's "creativity" comes from its randomness, which inherently limits its usefulness for things that need reproducibility, and in my opinion as also a musician, limits its usefulness for creative endeavors too. I'm not saying this to be a poo-pooer against using AI, but tools have their applications and a lot of people are claiming generative AI is a magic wand that can (or in the future will be able to) do anything, and that's simply not true.
 
Dex-chan lover
Joined
Jun 14, 2020
Messages
875
It is though. AI makes tons, and I mean TONS of mistakes. Not just in the code but in overall design and architecture. Security best practices are ignored, it creates race conditions that even a junior engineer would know not to make, and the context limits means it physically cannot consider the entire codebase when it's making changes. People get excited because it can spit out code that works, and it can spit out a lot of code that works, but it genuinely cannot produce production-ready code without heavy human review and correction, at which point productivity gains disappear entirely because now the humans have to read through and understand code they didn't write, to figure out why it's not working. It's a great learning tool and I use it extensively to learn new libraries and sometimes I can give it a class with a bug I can't figure out and it'll spot a silly typo, but that really just makes it a better google and IDE spellcheck.
The biggest problem with LLMs as a productivity tool is that they aren't deterministic, which all other previous technological advances have been. A factory assembly line spits out the same kind of car over and over again. A piece of software produces the same output for the same input over and over again. LLM's "creativity" comes from its randomness, which inherently limits its usefulness for things that need reproducibility, and in my opinion as also a musician, limits its usefulness for creative endeavors too. I'm not saying this to be a poo-pooer against using AI, but tools have their applications and a lot of people are claiming generative AI is a magic wand that can (or in the future will be able to) do anything, and that's simply not true.

BTW, WELCOME TO THE FORUM! Congrats on the 1st post. 😁
 
Last edited:

Users who are viewing this thread

Top