|
|
|
|
|
by itishappy
796 days ago
|
|
Linear algebra routines seem like one of the worst possible use cases for current LLMs. Large amounts of repetitive yet meaningfully detailed code. Algorithms that can (and often are) implemented using different conventions or orders of operations. Edge cases out the wazoo. A solid start seems like it would be using LLMs to write extensive test suites which you can use to verify these new implementations. |
|
And yes, it's nice to build unit test and benchmark harnesses. But those were never really such time-wasters for me.