|
|
|
|
|
by CharlesW
303 days ago
|
|
> LLM’s are fundamentally text generators, not verifiers. In reality they work quite well for text and numeric (via tools) analysis, too. I've found them to be powerful tools for "linting" a codebase against adequately documented standards and architectural guidance, especially when given the use of type checkers, static analysis tools, etc. |
|