You’ll find loads and loads of bugs

I worked on BRDB all night today, but I didn’t manage to sort out much. I’ve completely removed every reference to BitList, as I’m no longer using the BitList APIs.
I tried scraping the profiles with my scraper but something’s gone wrong; I’ll have another go tomorrow if I’ve got time.
I don’t use Claude, but I’m using Qwen Coder for help and I’d say I’m getting good results
I am not using any AI toold for coding so they are all the same for me

Problem with them fixing bugs is that they are creating new bugs in the process, this is what I heard from some developers recently.
Be careful, and never really or fully trust any of this tools.
Man, this is so true!

Previously, when I made a simple expense manager app using Codex, the same thing happened with me. There were like hundreds of errors/bugs.
One time the UI is messed up, one time the login button wouldn't work, another time the whole calculation logics breaks down.
Every time I fixed one bug, two more would take it's place! So, it took me more than 30-40 builds/versions before I could have perfected my app.
AI tools are really powerful that I admit, but what experience told me is that when you start using one you need to hand feed him everything.
Do this, do that, be careful not to touch that, don't go there, it needs to be done this way. The more detail you explain it things, the better it works (though it still misses a few things).

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