TBH those same colleagues were probably just copy/pasting code from the first google result or stackoverflow answer, so arguably AI did make them more productive at what they do
Comment on 77% Of Employees Report AI Has Increased Workloads And Hampered Productivity, Study Finds
GreatAlbatross@feddit.uk 6 months ago
The workload that’s starting now, is spotting bad code written by colleagues using AI, and persuading them to re-write it.
“But it works!”
‘It pulls in 15 libraries, 2 of which you need to manually install beforehand, to achieve something you can do in 5 lines using this default library’
andallthat@lemmy.world 6 months ago
skillissuer@discuss.tchncs.de 6 months ago
yay!! do more stupid shit faster and with more baseless confidence!
rozodru@lemmy.world 6 months ago
2012 me feels personally called out by this. fuck 2012 me that lazy fucker. stackoverflow was my “get out of work early and hit the bar” card.
ILikeBoobies@lemmy.ca 6 months ago
I asked it to spot a typo in my code, it worked but it rewrote my classes for each function that called them
morbidcactus@lemmy.ca 6 months ago
I gave it a fair shake after my team members were raving about it saving time last year, I tried a SFTP function and some Terraform modules and man both of them just didn’t work. it did however do a really solid job of explaining some data operation functions I wrote, which I was really happy to see. I do try to add a detail block to my functions and be explicit with typing where appropriate so that probably helped some but yeah, was actually impressed by that. For generation though, maybe it’s better now, but I still prefer to pull up the documentation as I spent more time debugging the crap it gave me than piecing together myself.
I’d use a llm tool for interactive documentation and reverse engineering aids though, I personally think that’s where it shines, otherwise I’m not sold on the “gen ai will somehow fix all your problems” hype train.
NikkiDimes@lemmy.world 6 months ago
I think the best current use case for AI when it comes to coding is autocomplete.
I hate coding without Github Copilot now. You’re still in full control of what you’re building, the AI just autocompletes the menial shit you’ve written thousands of times already.
When it comes to full applications/projects, AI still has some way to go.
morbidcactus@lemmy.ca 6 months ago
I can get that for sure, I did see a client using it for debugging which seemed interesting as well, made an attempt to narrow down where the error occurred and what actually caused it.
dejected_warp_core@lemmy.world 6 months ago
But I don’t like using Argparse!
JackbyDev@programming.dev 6 months ago
I was trying to find out how to get human readable timestamps from my shell history. They gave me this crazy script. It worked but it was super slow. Later I learned you could do history -i.
GreatAlbatross@feddit.uk 6 months ago
Turns out, a lot of the problems in nixland were solved 3 decades ago with a single flag of built-in utilities.
JackbyDev@programming.dev 6 months ago
Apart from me not reading the manual (or skimming to quick) I might have asked the LLM to check the history file rather than the command. Idk. I honestly didn’t know the history command did anything different than just printing the history file
masterofn001@lemmy.ca 6 months ago
bricklove@midwest.social 6 months ago
I didn’t know about this. Thank you for the knowledge fellow human!
trolololol@lemmy.world 6 months ago
I don’t run crazy scripts in my machine. If I don’t understand it’s not safe enough.
That’s how you get pranked and hacked