I’m sure there are some good AI products but the vast majority seem to be garbage. The exception is coding agents and simple web text/image interfaces. So yeah, as a signal the AI brand is about as bad as it gets. Crypto tier. But just like crypto, the investors want to see that signal regardless of any underlying substance.
A lot of what current LLMs are good at seems to boil down to translation:
* Translate some prompt into a planning list of individual TODOs
* Treat each TODO as a new translation (e.g. from TODO to code), or call some external tool (lookup something on the internet, static code analysis, database request)
* Translate the result(s) of these TODOs into a final text, or into a new TODO list
To me, this is interesting, because maybe the Homo Sapiens intelligence simply developed as a side effect of communication (translating words into actions).