|
|
|
|
|
by camdenreslink
44 days ago
|
|
The real best case scenario is using LLMs to help build deterministic systems. Instead of asking an LLM to do some task that you know will be repeated, instead ask the LLM to build a program (Python script or whatever) to do the task. |
|
In that case, it's way better to simply write the code yourself.