|
|
|
|
|
by bcrosby95
312 days ago
|
|
It's a neat idea. But if, as we're told, LLMs will get better and better, something like this, in theory, will be increasingly unnecessary. I feel like most of the problems with AI using a library is how we mix code and implementation. C, C++ got it right (even if by accident) with separating specification from implementation. Instead of lamenting the design trend of not maintaining this split, for my own code I wrote a utility to extract specifications from my existing code. |
|
I don't think so. I think understanding the context of a project will always produce superior results. I think instead we'll just make it a lot easier to add to the training corpus the LLM pulls from.