IS it possible to embed AI into hype? I would like a user to be able to read a text and if they dont understand it ask an AI agent to explain it a different way.
The answer is "anything is possible" but it might require some amount of work and backend services. Nearly all AI providers have APIs that you can call (via a backend server) and then you can communicate back to the user's client (a website in this case). There might be some other solutions out there that are more embeddable and have different price dynamics.
A few other things that might help:
- There are many browsers themselves that are including chatbot sidebars, like Chrome, Dia, etc.
- Chrome itself is trying out LLM APIs with a local model (but this would not be cross browser): Get started with built-in AI | AI on Chrome | Chrome for Developers
- Note that you can already generate spoken locally text via the Speech Synthesis API, which is widely supported. It just doesn't sound as nice as new AI text-to-speech models like eleven labs.
Feel free to elaborate more on your use case.