|
|
|
|
|
by tucosan
755 days ago
|
|
There have been many documented cases of supply chain attacks of various degrees of sophistication.
Some of them successful, some of them almost successful.
May I remind you of the recent xz vulnerability was discovered by a single dev by mere chance. As an end user it is nearly impossible to guard against such an attack. It can be problematic to run something like `curl foo.com | bash` without inspection of the script first.
But even here it makes a difference if you are curling from a project like brew.sh that delivers such script from a TLS protected endpoint or some random script you find somewhere in a gist. Same goes for output from an LLM. You can simply investigate the generated command before executing it.
Another strategy might be to only generate the parameters and just pass those to the ffmpeg executable. |
|
This is the crux of our disagreement. It does not go the same. You have no idea what the LLM is going to write, neither does the LLM, nor the people who created the LLM.
At no point did the people who created the LLM actually think about your use-case, nor did the LLM, and there is no promise of anything you ask getting a correct, or even consistent answer. The creators don't know how the answers got there, and can't easily fix them if they're wrong. You'd be a fool to trust it for anything other than dog and pony shows.