1009
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Jul 2024
1009 points (97.5% liked)
Technology
59038 readers
4107 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 another!
- 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
Approved Bots
founded 1 year ago
MODERATORS
I mean if it's easy you can probably script it with some other tool.
"I have a list of IDs and need to make them links to our internal tool's pages" is easy and doesn't need AI. That's something a product guy was struggling with and I solved in like 30 seconds with a Google sheet and concatenation
Yeah but the idea of AI in that kind of workflow is so that the product guy can actually do it themselves without asking you and in less than 30 mins
Yeah but that's like using an entire gasoline powered car to play a CD.
Competent product guy should be able to learn some simpler tools like Google sheets.
No arguments from me that it's better if people are just better at their job, and I like to think I'm good at mine too, but let's be real - a lot of people are out of their depth and I can imagine it can help there. OTOH is it worth the investment in time (from people who could themselves presumably be doing astonishing things) and carbon energy? Probably not. I appreciate that the tech exists and it needs to, but shoehorning it in everywhere is clearly bollocks. I just don't know yet how people will find it useful and I guess not everyone gets that spending an hour learning to do something that takes 10s when you know how is often better than spending 5 mins making someone or something else do it for you... And TBF to them, they might be right if they only ever do the thing twice.
I think the actual problem here is that if the product people can’t learn such a simple thing by themselves, they also won’t be able to correctly prompt the LLM to their use case.
They said, I do think LLMs can boost productivity a lot. I’m learning a new framework and since there’s so much details to learn about it, it’s fast to ask ChatGPT what’s the proper way to do X on this framework etc. Although that only works because I already studied the foundation concepts of that framework first.
I think the actual problem is that they won't know when they've got something that compiles but is wrong... I dunno though. I've never seen someone doing this and I can only speculate tbh. I only ever asked ChatGPT a couple of times, as a joke to myself when I got stuck, and it spouted completely useless nonsense both times... Although on one occasion the wrong code it produced looked like it had the pattern of a good idiom behind it and I stole that.