|
|
|
|
|
by ryanschaefer
78 days ago
|
|
The whole “Code Output” section is horrifying especially with how I have seen Claude operate in a large monorepo. This mode of operation results in hacks on top of shaky hacks on top of even flimsier, throw away, absolutely sloppy hacks. An example - using dict like structs instead of classes. Claude really likes to load all of the data that it can aggressively even if it’s not needed. This further exhibits itself as never wanting to add something directly to a class and instead wanting to add around it. |
|