AI is a lot more useful as a supplemental tool in domains you're familiar with than as a way to learn something new. I think this causes people messing around with it to try to figure it out to systematically underestimate its professional utility.
Comments
Log in with your Bluesky account to leave a comment
Llms are generally good for boilerplate stuff. Like if i need a function in python that does something basic but can't remember the specific python bits, i can ask and it'll give a serviceable answer.
This is one of the key values for a lot of people who are experts in other fields where a little bit of coding knowledge can make them way better at what they do. LLMs are really good at those types of basic coding tasks. They don’t need it for advanced coding, just things like design a DAX function
Comments