|
|
|
|
|
by jmnicolas
1224 days ago
|
|
Here is an anecdote to illustrate how "The Machine TM" tried to get me fired. For context, Microsoft introduced a "AI revamped Intellisense" in Visual Studio (not Code) a few months ago. It's not Copilot, it just makes suggestions but only for your next line of code.
It's Okish most of the suggestions are good, it saves time on repetitive tasks. Yesterday I was writing some code to disable some customers.
I had a list of all customers and a list of customers to disable.
Intellisense offered to pass the list of all customers to the method that will disable them. If I wasn't paying attention, next Monday (and the rest of the week really) would have been quite "entertaining". |
|