What's Left for AI-Assisted Coding
stephen.bochinski.devThere is still a lot of room for improvement. We still need to do a lot of iteration to get the desired result. The context issue in a bigger codebase is still a huge challenge.
You can get around context in large codebases by solving the memory problem. Also works better if you can break up larger projects into smaller sub components with adequate documentation.