Yeah, I find LLMs are really nice for learning a new language when you know what you want to do, but not the specific syntax or best patterns. I’ve also found LLMs are great for stuff like crafting SQL queries, one off shell scripts, and building UIs. They can write certain kinds of code fairly well nowadays, but you want to keep the problem scope clear and focused.
Yeah, I find LLMs are really nice for learning a new language when you know what you want to do, but not the specific syntax or best patterns. I’ve also found LLMs are great for stuff like crafting SQL queries, one off shell scripts, and building UIs. They can write certain kinds of code fairly well nowadays, but you want to keep the problem scope clear and focused.