The fundamental point I think is far too often confused is the difference between LLM and agentic system. An LLM can't do anything but generate tokens. You run your LLM in vLLM or whatever, and it generates output tokens based on your input tokens. That's it! Humans then build ~deterministic systems to take those tokens and do all sorts of things with the tokens, like take actions in the real world. And then we can f…
And I agree that LLMs themselves are harmless, it's the people behind them driving the agents and instructing them to do bad actions are the ones posing harm. But if the models were open and everybody could operate them on equal grounds, then the good guys would have the means to fight back against the bad guys, in a very simplified sense, just like they did before the LLMs. Everything stays balanced, just both sides get faster.