He didn't even know that there was a solution to the performance issues. He simply assumed that processing data took that long.
I think it is great that he now has this capability, but a total ignorance of software engineering is going to continually bite this type of user. Instead of questioning Claude's solution, my friend thought he just needed a faster computer.
He was also using very sketchy Python imports when much safer, more mature options are available. Not knowing that you shouldn't use just any random Python package is a ticking time bomb... especially when his machine is connected directly to his corporate intranet.
Finding out that one's boss cannot estimate work time is a blessing if an engineer is wise enough to use that. "Yes boss, this task will take me all of June to do" (finish it in two days, enjoy a relaxing June)
> my friend thought he just needed a faster computer.
Another contributing factor to rising consumer electronics prices due to vibed up coding is just what we needed.
> Not knowing that you shouldn't use just any random Python package is a ticking time bomb... especially when his machine is connected directly to his corporate intranet.
Don't worry, I'm sure IT would never give this manager priveleged access to systems permissions.