

The AI willed those cupcakes into existence, why don’t you trust them?
It’s like the metaverse and NFT, you’re not supposed to think about how it works. Instead you just need to believe reality will magically reorganize to make it work.
The AI willed those cupcakes into existence, why don’t you trust them?
It’s like the metaverse and NFT, you’re not supposed to think about how it works. Instead you just need to believe reality will magically reorganize to make it work.
I needed about 30 minutes to do a python application from scratch that took linear JSON data files, merged them and presented them as a tree in a GUI.
Before that I had barely done anything in python, basically could do a basic function declaration with a simple operation and nothing else. I even didn’t have a lot of experience with UI at all.
But like you I had experience with java and such, and those skills transfer. All it took was searching basic syntax/related code examples and required library imports. And I mean basic, search engine search, not AI answers.
All I’m saying is, I really don’t think AI is providing anything a lot more efficient than doing a good old crawl through API docs and stack overflow. So the fact it’s using tremendous amounts of resources to maybe achieve a 10% efficiency boost is bothering me a lot.
Did the AI gave you a starting point that would be very different from a bit of code someone submitted 10 years ago on stack exchange? Because in my experience, everything has already been asked and answered. This includes the most basic and naive stuff, and often I am very grateful for it, because, yeah, sometimes I need someone to guide me through the most basic stuff.
In fact, the AI needed that exact knowledge base and a bunch more to exist in the first place. It’s just vaguely competent at retrieving it.
Anyway, I didn’t say I had no experience, just the most minimal python experience. There are definitely a few quirks I had to learn (the data structures mostly), but for the rest is mostly finding the right method in the reference library, like you would in java.