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.
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.
Perhaps I’m just brain dead, I’ve been accused of it often enough, but I can’t figure out what the stupid thing is good for.
That depends; do you mean good for the user, or good for the company? 😉
I don’t know, isn’t it a huge money sink rn?
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.
This is my experience. It creates a starting point for emails and things but it’s not at all “intelligent”.
Spying on you. Influencing your results.
It helps sometimes with code, when I can’t find a solution on Google.
Lately I’ve been using it as a duckduckgo replacement.
…well chatgpt free version, that is. Seems like everyone has an “AI” now.
Don’t do that.
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.
deleted by creator
I use LLMs when I am trying to reverse lookup a word from a definition. Works better than web searches.