I agree so much but the last line struck me as hilarious given that 90% of the hype around LLM-based AI is explicitly that people do believe it’s magical. People already believe this tech is on the verge of replacing doctors, programmers, writers, actors, accountants, and lawyers. Why shouldn’t they expect the boring stuff like auth pass-thru to be pre-solved? Surely the AI companies can just have their LLM generate the required code, right?
Auth-pass thru is impossible/impractical with OpenAI tool API, because there is no way to identify users. Thus even if users log into my website first and I get their OAuth there, I can't associate to their OpenAI session.