Serious question: Do you think an AI agent or companion could be an effective tool for learning to code? For someone who doesn’t enjoy reading books, perhaps a chat-based interaction could be helpful.
I’m curious about how AI could be best utilized in coding education—especially for beginners. In the coming years, it seems likely that people who haven’t cracked open a book will still be doing all kinds of jobs thanks to tools like these.
Not from what I've seen, no.
A major part of the AI thing is the human has to know how to phrase the question.
The ChatBots will spout an answer, depending on your question. A wrong question will give a poor resulting answer.
Often, the inclusion or exclusion of a single word can change the tone of the Chatbot response.
ex: A few months ago, a thread in here was talking about using a Windows XP box as an FTP server, and how to set it up.
Human answer: "Don't do that. At all. Horribly insecure."
ChatBot answer: "Here are the specific steps to set it up."
Adding a single word: "...
public FTP server..."
ChatBot answer: "That is very insecure, but here are the steps to set it up."
If you don't know what you're doing, you can't tell when the AI bot is giving you a
poor answer.