this post was submitted on 06 Feb 2024
1088 points (98.1% liked)

Greentext

3329 readers
1229 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 9 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Harbinger01173430@lemmy.world 7 points 5 months ago* (last edited 5 months ago) (2 children)

I graduated from software engineering but still until this point, I loathe using one of the chatbots to make the code I want to make work on my own. I've used it twice to ask about how to organize a big software project but that was it. I am just a couple years older than the interns at my office but...damn...they are abusing chatgpt to get stuff done, albeit barely, because intern intelligence never ceases to amaze, and it's funny to watch.

If they wanna cheat, they should at least learn or practice that which they try to cheat xd

[–] captainthroatfuck@lemm.ee 1 points 5 months ago

Luckily chat bots are hot garbage at logic. They have no clue what they're doing at all, most of what they say is just easy/popular sources that don't work or at worst sorta work but will create huge bugs. Sure ai will get better, but imo chatgpt/llm won't replace real eng cause it sources from dumbasses like me

[–] Passerby6497@lemmy.world 1 points 5 months ago (1 children)

I have no issue using an AI bot to help write code, but from personal experience, you have to at least have a basic understanding of how to do what you're trying to do, otherwise you won't be able to fix the code your AI bot gave you. I've tried using a bot to just write entire programs for me, it never works out of me. I always have to go back and update and fix what it gave me so I actually have a working product in the end but I'm also only doing scripting so that might make it easier to get by with a bot.

[–] Harbinger01173430@lemmy.world 1 points 5 months ago

I think it's my gamer experience talking, but once I realized games were more enjoyable without cheats, it opened my eyes. I think I might be going through the same with my coding adventures. It feels more...rewarding to make the code work after trying and trying until it's all good.