|
|
|
|
|
by baq
486 days ago
|
|
LLMs work best matching patterns. If 1k loc matches patterns and the 10 loc doesn’t, it’s a problem. The only thing the OP is missing which combines the best of both worlds is to always put source of and/or docs for his abstractions into the context window of the LLM. |
|
It's more prone to hallucinating things if your custom abstraction is not super standard but at least you'd be able to check its mistakes (you're checking the code generated by your LLMs right?). If it makes a mistake with the 1k LOC then you're probably not going to find that error.