Currently, AI is used only as an assistant in writing code, but cannot completely replace a human.
🤔 - Despite the marketing hype around "AI programmers", they have not achieved the expected result.
🚨 - Main difficulties:
User interfaces - it is necessary to take into account dynamic elements, dependencies, and context.
Service integration - it is necessary to correctly configure communication with external systems, the specifications of which change.
Separate functions - AI can successfully generate only simple functions.
🎮 - Games are a more controlled environment for AI, as they do not need to solve real problems, and unexpected behavior of the program will not lead to large financial losses for users.
Now AI assistants (the author likes Continue ) are useful for helping with code, but they are not able to completely replace a human programmer in automatic mode.