Numuruzero@lemmy.dbzer0.comtoShowerthoughts@lemmy.world•Getting high reveals how arbitrary the connection is between how you feel and how well things are going.English
5·
1 year agoI used to enjoy it, but over time I ended up in a similar boat. Just a huge bust of anxiety, especially socially. But on the other hand, I feel pretty okay in the day to day. I’ve come to see it as a sort of forced introspection - not necessarily revealing anything I don’t already know about, but bringing it all to the surface and forcing the mind to see it. In that respect, it could still be drawing a line between feeling and how things are going.
Not that it makes it necessarily more universal, but I think there’s a grain of truth.
I have a coworker who is essentially building a custom program in Sheets using AppScript, and has been using CGPT/Gemini the whole way.
While this person has a basic grasp of the fundamentals, there’s a lot of missing information that gets filled in by the bots. Ultimately after enough fiddling, it will spit out usable code that works how it’s supposed to, but honestly it ends up taking significantly longer to guide the bot into making just the right solution for a given problem. Not to mention the code is just a mess - even though it works there’s no real consistency since it’s built across prompts.
I’m confident that in this case and likely in plenty of other cases like it, the amount of time it takes to learn how to ask the bot the right questions in totality would be better spent just reading the documentation for whatever language is being used. At that point it might be worth it to spit out simple code that can be easily debugged.
Ultimately, it just feels like you’re offloading complexity from one layer to the next, and in so doing quickly acquiring tech debt.