| ▲ | OptionOfT 6 hours ago | |||||||
> I know more or less exactly what I want the end result to be This is key. And this is also why AI doesn't work that well for me. I don't know yet how I want it to work. Part of the work I do is discovering this, so it can be defined. | ||||||||
| ▲ | xur17 6 hours ago | parent [-] | |||||||
I've found this to be the case as well. My typical workflow is: 1. Have the ai come up with an implementation plan based on my requirements 2. Iterate on the implementation plan / tweak as needed, and write it to a markdown file 3. Have it implement the above plan based on the markdown file. On projects where we split up the task into well defined, smaller tickets, this works pretty well. For larger stuff that is less well defined, I do feel like it's less efficient, but to be fair, I am also less efficient when building this stuff myself. For both humans and robots, smaller, well defined tickets are better for both development and code review. | ||||||||
| ||||||||