

My biggest use case has been in data formatting. “Here’s a big list of numbers, output it back to me as (String) (Number) (String) (break) (Number)” stuff like that. Before AI I made a little python program to do stuff like that for me but I lost it on my old work computer pre-COVID and never whipped one up again. Writing it out now, I should do that again lol.
My favorite personal fuck up was when I accidentally locked myself (and literally everyone else in the company) out of the CRM I was working on by disabling the login pages and enabling SSO before I had finished setting up the SSO inside the CRM’s config, and it logged me out as part of the procedure. Whoops.