|
|
|
|
|
by solenoid0937
27 days ago
|
|
The other big problem with LLM documentation is that it tends to drift from the code, because agents forget to update it. Then later agents sometimes reference the documentation, sometimes reference the code, and get confused. For agent written code I now default to no documentation and explanatory function signatures, it works better for me at least. |
|