What's Left for AI-Assisted Coding
stephen.bochinski.dev
What's Left for AI-Assisted Coding
1–6 of 6 posts
Re: What's Left for AI-Assisted Coding
#2[flagged]
Re: What's Left for AI-Assisted Coding
#3There 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.
Re: What's Left for AI-Assisted Coding
#4[deleted]
Re: What's Left for AI-Assisted Coding
#5[flagged]
Re: What's Left for AI-Assisted Coding
#6There 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.