Disclaimer, I have a ChatGPT subscription. I'm really looking forward to this application.
Why? Here's an example. I use Matlab a lot for my research, but I do not know the Matlab language. It's not something I really need to know to do my research.
Here's where ChatGPT came in. I needed to do something in Matlab the other day that required knowing some Matlab language. I found example code that was close enough to what I needed to do, fed that into ChatGPT asking for modifications for my specific use. After a little back and forth for about 3 minutes, I had code doing exactly what I needed to do.
This was to automate something I would otherwise have done manually (something that would take at least 30 minutes, maybe an hour, to do). Or, I could have found someone who knew Matlab to help me. I'm in academia (which means I don't just have money sitting around to pay someone to do it) and while I have colleagues who know Matlab who would be willing to help, it would take them some time to figure it out and get back to me -- pushing what I wanted to get done out some days or even weeks.
So in any case, no more than 5 minutes "talking" with ChatGPT saved me at least 30-60 minutes of tedious work or waiting some days for someone else to graciously help out.
I use ChatGPT almost daily. While I don't have a specific quantification of time it's saved me, my estimates so far is that it's saved me months of work over the past few months. Even more, it's allowed me to do things I would not have attempted because I don't have time or resources to learn or do a deeper dive into (Python|Matlab|R). It gives me more time for writing and getting things done, rather than having to spend a lot of time (or non-existent funds) getting someone else to do what I need for a one-time analysis.
ChatGPT saves me lots of time. It was a learning curve at first and I tested a lot of things, some stayed a curiosity or a novelty, some were true game changers. I hate repetitive work, lengthly research, boring tasks an AI can help me with these things. Its like a buddy, like a coworker, like an assistant, it is what I wanted Siri to be, a big helper with repetitive boring things so I have time to do other things in my life.
This is exactly my experience, I use GitHub Copilot a lot.
I’m working on some quick hack 3D decals rendering proof of concept that I need to bake down to a single texture from a camera pov programatically.
It sounds complex but it really isn’t: the important take here is that there’s the concept and then the task of saving to a texture file.
I want to focus on the work I’m doing and not look or guess how the current game engine environment I’m testing at has decided to handle saving to disk said output texture…
Well, GitHub copilot as I’m writing somehow knows the environment I’m playing with. As soon as I start writing code about saving to file
it starts suggesting how to encode said texture to raw bytes
for TGA or PNG formats and write all that to a file on disk. It even suggested dynamic naming depending on the objects I had selected, which I hadn’t thought ahead of time but would have stumbled on very soon afterwards.
And really, I have done this tons of times just not frequently enough, each game engine or environment goes about it differently and whether it’s C++, C#, Python, etc… I just need to make sure that the file is written, the file is closed, the whole thing gracefully finishes even when it fails, etc.
And yes, I could lose precious minutes by going to the docs, or going online plough through some garbage SEO hits, swallow stack overflow gatekeeping toxicity (where they spend more time discussing why something is a badly phrased question)…
OR skip all that and just get a suggestion in milliseconds live, test if it works (I would have had to test anyways) and continue on with the important part of the proof of concept at hand.
It’s kinda interesting how the vast majority of replies are anti AI and upset at macrumors editors for writing about a tool they will never use and have no interest in. An article they could have just skipped and just click on the next article.
Those that have said that it’s like having a coworker or assistants helping, that’s totally on point and my experience.
I equate this to those VPs or CEOs that have armies of assistants collating and summarizing information for them to take decisions or cleaning up their emails wording?
Well, now that same privilege is potentially in the hands of the average citizen on foot where you can write an ok email but let the virtual assistant clear all the typos and make it sound more professional; collect and summarize key points of tons of data in seconds (this could even be your retirement plan pace and targets); shuffle your agenda for the best and time efficient order of affairs, etc.