this post was submitted on 02 Dec 2024
62 points (87.8% liked)

Asklemmy

44005 readers
321 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

With copilot included in Professional-grade Office 365 and some politician claiming that their government should use AI to be more efficient. I am curious on whether some of you did use "AI" to get some productive things done. Or if it's still mostly a toy for you.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] digdilem@lemmy.ml 4 points 2 days ago* (last edited 2 days ago)

I have been this week, for the first time.

I'm using Hugo to design a new website and Gemini has been useful in find the actual useful documentation that I need. Much faster and more accurate than trawling the official pages, and does a better job of providing relevent examples. It's also really good at sensing what I'm actually asking, even if I'm clumsy at the phrasing.

And for those who continue to say AI isn't really useful for learning - another thing I've been using it for. "write perl to convert a string to only container lowercase, converting any non-alpha chars to dashes" - I've learned how to do stuff like that over and over again, but the exact syntax falls out of my head after a few months of not doing it. AI is good at providing a quick recollect. I've already learned perl properly (including from paper books - yes, I first wrote perl a quarter of a century ago) - and forgotten it so many times. AI doesn't prevent me learning, just makes it faster.