Hacker News new | ask | show | jobs
by dr_dshiv 35 days ago
I teach students to use their own imagination like generative AI. Prompting works. They just need a bit of practice.
1 comments

That's actually a really interesting thing to think about, learning how to "prompt" oneself.
Prompting the imagination (for example, writing prompts) was a thing before generative AI even emerged in a meaningful sense. And it does work.

This is one of the reasons why I do literate programming using org-mode. It's easy to lose track of what I was thinking when I wrote something, and what the original structure and goal was as I continue to write it. Org-mode helps me keep my thoughts in order in English and interlineate code in with them, then mash a key to spit out compilable source. I don't use it for everything, but it sure comes in handy when I do use it.