Lol This is exactly what happens to me every time I rely on deepseek or Qwen coder. The problem is that you have to give specific commands limited to that action, otherwise it makes unwanted changes that then maybe create further bugs. Anyway, I should have some time tonight and I'll get back to fixing the project! Intent data collection continues smoothly
DeepSeek and Qwen can both be excellent tools for writing AI code, but you really need to tell it exactly what you want within some limits, or it will start changing pieces of your project that should never have been touched. Often, one change can lead to yet more bugs, and it can become a struggle to track things down with many small, unplanned, changes. My strategy is now to give one specific task, tell it exactly what I want it to change (and, just as importantly, what it definitely shouldn't) and then to run the code and see what I need to fix in the next round. The intent data is coming in fine, and once the code can be stabilized, it will be interesting to see how that data turns out to be useful for project improvements.