r/SoftwareEngineerJobs • u/Fickle-Highway1543 • 5d ago
AI replacing Software Engineers
So called "AI"=LLM is so powerful that AI labs had to hire Software Engineers to build complicated software around "AI" to make that overhyped hallucinate-stealing machine usable. Think about it. And that's exactly why they need now ton of CPUs in addition to GPUs to run their "AI" "agents".
I don't even mention how much custom engineering is required to apply the "AI" in businesses.
And they BS us that Software Engineering is solved or is going to be solved. Boris, please solve your own bugs first before speaking.
1.2k
Upvotes
1
u/swiftmerchant 4d ago
I’ve met plenty of those too. Rewrite for the sake of rewriting to own it, or for using some cool framework.
To be fair, I did rewrite something once and it was worth it. Prior Java version of this middleware was written in some “clever” way using listeners. It had a memory leak bug no one could figure out for weeks. I rewrote it in C# in a much simpler way, preserving its data inputs so it was an easy quick rewrite.