GPT Engineer works as an AI agent that sequentially reads a task (for example, writing Snake in JS), asks various relevant questions in a loop, creates a file structure, and writes code for each of them.
Among the obvious problems is that it won't be able to write a large project, as it can't keep all the code in memory and, sooner or later, will start writing blocks that don't fit together. However, with the development of the number of tokens (for example, there are already 32,000), this problem may be pushed back.
So, when will developers become unnecessary?