I've recently started using ChatGPT and have found it to be really helpful, especially for quick solutions when I forget how to configure things like Docker or SSH. It's often faster than searching online or diving into documentation, although the latter is great for deeper understanding. I'm curious about how others utilize AI chats—how often do you use them, and what kinds of questions do you typically ask?
4 Answers
I ask ChatGPT for meal ideas since I tend to eat based on vibes! It's fun getting food suggestions.
I'm all about using AI for solving coding problems! I usually copy any errors I run into and get clear explanations back. It's a lifesaver for regex and other tricky bits!
I actually use AI chats to help structure project plans and define requirements. It works like a junior developer, great at coding when given proper instructions but can be a bit off if I don't guide it. I also use GitHub Copilot for coding assistance.
I tried using code assistants, but they often produced unrelated code. Did you find them effective?
I don't really use AI chats; I've managed just fine for the last 40 years without them. Not sure I need them now!
Why's that? Do you find they don't meet your needs?

I do something similar! Just throw in some HTML and ask for specific regex matches, and it helps find the right parts.