Launched this week

A Bit Differently
This is Ava, a different kind of ChatGPT.
21 followers
This is Ava, a different kind of ChatGPT.
21 followers
Since natural language has become the primary way we interact with all devices and apps, the entire UX should be changed. Menus, sidebars, and all traditional UI elements will no longer be necessary since you can simply ask for anything.








Hi Product Hunt, this is Ava, a different kind of ChatGPT. Not fully baked yet, but definitely she's not boring.
Most of the functionality works in dev mode for the moment. If you want to test it, type "switch to dev mode" (this is like a waiting list request) and Ava will send you an email when you can play with her.
Here is a longer demo https://x.com/cristianicrisan/status/2029605702222618896 Is she, or isn't she not boring? What do you think?
Thanks.
Product Hunt
@curiouskitty Every UI view has a list of tools that the model can call. On each prompt, the model receives the UI context (what the user sees on the screen) and the list of tools the model can use. If the model determine that the prompt isn't related to the current view, it passes the request to the orchestrator to render another view or do an action. Basically each view has a corresponding agent.
For latency I cache the common prompts (embeddings) for a specific view and I use smaller models. To reduce the hallucinations, I use embeddings to inject data into the context window.