this post was submitted on 08 Apr 2024
74 points (83.0% liked)

Mildly Interesting

17384 readers
43 users here now

This is for strictly mildly interesting material. If it's too interesting, it doesn't belong. If it's not interesting, it doesn't belong.

This is obviously an objective criteria, so the mods are always right. Or maybe mildly right? Ahh.. what do we know?

Just post some stuff and don't spam.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 7 months ago (1 children)

My pretty clueless colleague wants a license for a programming AI. I tested some for a while and while they can certainly help ease tedious tasks or build a scaffold you can check and populate with logic, it's not useful as an artificial colleague writing for you. I really don't want her to work that way, because she doesn't know what she does and seldomly checks her own code. I'd prefer if she'd learn to code before delegating parts of it to an AI.

[โ€“] [email protected] 6 points 7 months ago

That's just it. You have to understand the output; otherwise you get very authoritative looking garbage.

I wrote some rudimentary Python code to do a job by brute force. On a whim, I asked ChatGPT to optimize the code. It did a pretty good job, but I still had to tweak it for my purpose.