artmoskvin / autocoder

Coding agent prototype
0 stars 0 forks source link

Many methods are not implemented #6

Open artmoskvin opened 1 year ago

artmoskvin commented 1 year ago

Whatever I try to create a lot of methods are not implemented and I have to do another round asking AI to implement them.

artmoskvin commented 1 year ago

Some files from the plan are also often missed in implementation. I think LLM loses its focus when dealing with many files. I would try writing each file separately (in parallel), and something like a chain-of-thought approach.