|
|
|
|
|
by miraculixx
784 days ago
|
|
Reading their blog post I wonder if an LLMs is really the best way to do this. If I got it right, they used the LLM to enumerate potential protein DNA sequences. Does that really need an LLM? Enumeration is not novel, nor are LLMs particularily good at it. If you want to computationally parallelize the search in a large enumeration space it would be much easier to simply, well, do that instead of taking a detour via a statistical parrot. In a nutshell this sounds more like a case of "we wanted something with AI in the title". |
|