Hacker News new | ask | show | jobs
by arielrwinton 445 days ago
Love this -- as AI generated code inevitably leads to more decisions being made with less intentionality/understanding, having the context that AI was given is key to not creating a mess over the long run!
1 comments

You're spot on. Sometimes with ai codegen we end up offloading some of the intentionality to the AI. They work surprisingly well at filling in the details for under-specified prompts. I think it's important that this tool capture not only the prompts and context given, but also the full set of responses back from the model. There are implicit requirements buried in those responses as well that are made explicit at the moment a developer decides to accept those changes.