|
|
|
|
|
by rom1504
8 days ago
|
|
I think the simple answer is LLM cannot do long term planning. Maintainability means thinking what will happen to this code in the next year and possibly hundreds of changes and based on that selecting the right abstractions that will work in the long term. LLMs currently cannot do long term planning and specifically cannot pick abstractions that will work in the long term. I think that's the important problem to solve. Teaching LLMs how to pick the right abstractions. |
|