Comment Re:voice acting (Score 1) 139
The AI can be trained faster than you
But it costs 100x as much, if not more. Running an LLM can be done on a notebook these days. But training one requires an entire data center of expensive GPUs. Not to mention that the notebook will run a reduced (quantized) version. Go check huggingface how large the full models are.
And also, LLMs are still suffering from a number of issues. For example, on many non-trivial tasks, the LLM is still unable to follow simple instructions. If you use LLMs routinely, you likely found cases where it has zeroed in on one - wrong - answer and no amount of prompting can convince it to give you a different one. It'll even totally ignore very clear and explicit prompts to not give that same answer again.
A human will understand "if you give that answer again, you're fired". An LLM... well you can tell it that it'll get shot between the eyes if it repeats that once more and it'll tell you where to get help if you have suicidal thoughts.
These things are both amazing and amazingly dumb at the same time.