Hacker News new | ask | show | jobs
by smochan 26 days ago
There 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.
1 comments

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.