67
Have you used so-called "AI" for actually productive work ?
(sh.itjust.works)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
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.