this post was submitted on 27 Jan 2025
890 points (98.1% liked)
Technology
61789 readers
6070 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And you could pay people to use an abacus instead of a calculator. But the advanced tech improves productivity for everyone, and helps their output.
If you don’t get the tech, you should play with it more.
I get the tech, and still agree with the preposter. I'd even go so far as that it probably worsens a lot currently, as it's generating a lot of bullshit that sounds great on the surface, but in reality is just regurgitated stuff that the AI has no clue of. For example I'm tired of reading AI generated text, when a hand written version would be much more precise and has some character at least...
Try getting a quick powershell script from Microsoft help or spiceworks. And then do the same on GPT
What should I expect? (I don't do powershell, nor do I have a need for it)
I think the sentiment is the same with any code language.
So unreliable boilerplate generator, you need to debug?
Right I've seen that it's somewhat nice to quickly generate bash scripts etc.
It can certainly generate quick'n dirty scripts as a starter. But code quality is often supbar (and often incorrect), which triggers my perfectionism to make it better, at which point I should've written it myself...
But I agree that it can often serve well for exploration, and sometimes you learn new stuff (if you weren't expert in it at least, and you should always validate whether it's correct).
But actual programming in e.g. Rust is a catastrophe with LLMs (more common languages like js work better though).
I use C# and PS/CMD for my job. I think you're right. It can create a decent template for setting things up. But it trips on its own dick with anything more intricate than simple 2 step commands.