AI Prompts
A few simple ways to use AI to support learning without giving up the thinking process.
How to use AI well
AI can help generate code, explain code, and suggest improvements. But the reader still needs enough understanding to judge whether the result is correct and useful.
Prompt idea 1
Write a Python function that I can call to prompt the user to answer y or n.
Prompt idea 2
How do I store the player's guesses so that I can test whether a guess has already been made?
Use AI as a helper, not a substitute for understanding. Read generated code carefully. Run it. Test it. Decide what belongs and what does not.