I don't really like it, but it can defintly be used as a dumb assistant. E.g. if you want to write an email or a small script to analyze some data, you can tell it what you need, specify the details, take the results, correct them and then use the results. You still have to do much of the work, but if you do it correctly you'll save time. BUT: It'll save all of that. Don't do this with sensitive data and don't do this for work without official permission of the employer.
I’m a knowledge worker in a large multinational and I’m using copilot daily if not hourly. I think it’ll help a lot of office workers simplify basic tasks
Depending on which CoPilot, quite a lot to be honest.
My company uses it at work integrated into Visual Studio Professional.
It saves countless hours, especially when you work on enterprise software and have set up good coding standards, best practices, and techniques; as it learns from your code and will offer suggestions based on how we do things.
Like most TypeScript components we build are going to require loading some data via a hook, and calling these hooks is pretty consistent. So now I basically write my comment // load the data and boom no boring writing the same thing.
We save that much time on mundane tasks that we can actually spend more time learning new things or innovating.
That’s before we even get into the tool my boss build that will allow us to create all the schema and hooks for a new model which would normally be 30-45 mins of mundane copy and paste and replace.