Now I feel I solve more than 50x as much on open source projects. Faster feedback. Can iterate on my phone on a walk, and come back to push code.
The best part is that I feel I have a lot more energy and can do more of the fun part; solving problems.
The only “bug” I find is that I often have to ask ChatGPT to repeat the last part of the code, to get it to print everything.
Anyone else that is doing the same? And have some other tricks to speed it the development process?
This said, ChatGPT has a tendency to get things about 95% right, so you have to be very careful. For example, I was playing with it yesterday and it wrote a Python function with regex that didn’t do what I had asked, even though it said it did. I pointed out the error and it rewrote the regex but made it worse.
Oddly, when I started another thread and asked ChatGPT just for the regex outside of a Python function, it nailed it. So I do think prompt engineering can overcome some of the limitations I’ve seen to date.
golang: 1 bug in 30 lines
d3.js : unusable output (tried several times)
expressjs: works like a charm
plotly.js: worked
bash scripts: awesome