The problem is, once the middlemen gain power, they’re never gonna give you up. Music producers are a great example of this, as are telecoms companies.
All the current SaaS stuff is similar; the offerings LOOK similar, but they’re explicitly designed not to be a 1:1 match, so you can’t just take your business elsewhere, just like the mattress companies of old.
We’re even seeing this play out in the streaming video market, where each player has its own differentiator, moreso than we ever saw with traditional cable TV.
Standards are great, but middlemen have no incentives to not subvert them.
I agree. We can use ML models for identifying possible malware; there should be more than enough examples of bad coding to train an LLM on to identify injection risks, lack of input sanitation, assignment and inheritance issues, and use after free problems. And cleaning THOSE things up in a code base will fix the majority of security issues.
LLMs could also review algorithms looking for logic issues in larger code bases where a human might not be able to hold the entire system in their mind at the same time.