With copilot included in Professional-grade Office 365 and some politician claiming that their government should use AI to be more efficient. I am curious on whether some of you did use “AI” to get some productive things done. Or if it’s still mostly a toy for you.
Used it as a toy for the longest time but by now I had to do a lot of coding and I was actually able to make good use of code completion AI.
Saved me about a quarter of my time. Definitely worth something. (FYI I use supermaven free tier).
Also I’m using ChatGPT to ask dumb questions because that way I don’t have to constantly interrupt other people. And also as a starting point to research something. I usually start with ChatGPT, then Google specific jargon and depending on the depth of the topic I will read either studies, articles or forum threads afterwards.
It did take me a long time to figure out which AI and when to use it, so mandating this onto the entire government is a gong show more than anything.
No AI is not useless, but it’s always a very specific use case.
If you’re interested, I suggest using the free ChatGPT version to ask dumb questions together with Google to get a feel for what you get. Then you can better decide if it’s worth it for you.
The amount of shit we have to clean up from devs using AI generated code nowadays is insane. Some people are using it to generate the bulk of their code and the output can be trash tier.
I was supposed to have a nice long weekend to rest and I spent most of it cleaning up after clients who pushed AI generated code into production that froze all data processing. Even after we found the problem and fixed it for them, the data didn’t catch up until yesterday afternoon. The entire holiday I had to spend with a laptop a few feet away on a Teams call because a dev used AI-gen code.
I am not saying that it isn’t helpful to your situation. What I am saying is that a growing number of outfits are starting to depend on “devs” who’s code is mostly LLM generated, and they push it without understanding what it does or how it interacts with the environment they are deploying it in.
Yeah. I think AI literacy is a real thing and should be taken seriously. Before generating everyone should internalize the boundaries and limitations of any model used.
If you have a hammer, everything’s a nail. And that reflex exists with AI as well, so everyone who uses is has to be careful in regards to that.
Same.
Gen AI is very helpful when you’re working on modifying or filling holes in code.