I hit a brick wall with some tricky JavaScript and contenteditable
HTML. Decided to start over and lean on ChatGPT more. My new workflow: describe the overall problem to AI to get started, test the results, tweak the JS manually to fix problems, then tell AI about my tweaks and continue to iterate.

this has been my “brick wall” solution as well. There’s something fun though about expressing the question/prompt clearly which also helps isolate what isn’t happening the way I’d expect. That bit about iteration too… definitely a different weight to that part of crafting than previously.

@Avancee Totally. In this case, actually starting from scratch and trying to articulate the original problem helped me get to what I think will be a cleaner solution.
