this post was submitted on 16 May 2025
24 points (69.4% liked)
Programming
20196 readers
217 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
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
It took me a bit of time to figure out what an llm is good at. Because for most tasks it's just a plain waste of time
I've recently been asked to help some folks on the biz side automate tasks "with ai" and I've had very good results having gemini write apps script to do automations via google sheets.
For example HR wanted this for workshops they run "Write an Apps Script function to use the employee email list on sheet2 to create random teams of 4 and record the teams on sheet3. Use the template on sheet1 to write an email notification to each team and then send it."
Worked on the first try and the code is decent.
Google tools working well with google tools. That's a handy!