I think we're gonna be close to that, there's already models running in the browser (with https://webllm.mlc.ai/) the next step is to make it more efficient.
Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
21–30 of 33 posts
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#22Earlier quoted context omitted.
alway wonder why browsers don't keep at least a text version of the pages for search nowadays I expect browsers to incorporate small LLMs like Mistral out of the box
if history search worked better then you would visit google/bing less, so I expect pushback from browser vendors also: https://bugs.chromium.org/p/chromium/issues/detail?id=297648
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#23Logical direction, but the real killer feature would be for an LLM to read every page you bookmark and not just categorize it once for you, but add it to a queryable knowledge-base that you can reference at any point in future conversations.
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#24I also wanted to do something like this. And I had other ideas for extensions using LLM to enhence the experience on the browser. Another one I wanted to do was a focus helper that notifies you (or block you ?) when you're not in a tab related to your work. You set a goal for your current session, e.g. "I'm currently working on my backend server", and the extension reacts on tabs unrelated to that (e.g. news websites…
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#25Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#26I had an issue with my bookmarks where I used chrome for about a decade and then one fateful day, I allowed Microsoft edge to try to clone my bookmarks. It corrupted everything. Now I have hundreds of copies of duplicated folders and links. It would be great if this or another tool could help get it restored.
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#27Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#28I haven't tried it yet but looking at screenshots, it will be nice if it supports importing and exporting bookmarks as plaintext. Even better a custom store for bookmarks.
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#29I also wanted to do something like this. And I had other ideas for extensions using LLM to enhence the experience on the browser. Another one I wanted to do was a focus helper that notifies you (or block you ?) when you're not in a tab related to your work. You set a goal for your current session, e.g. "I'm currently working on my backend server", and the extension reacts on tabs unrelated to that (e.g. news websites…
hey we have similar ideas ) I made a focus helper thing as well: https://grgv.xyz/blog/awf/ webllm looks cool, but I would need to upgrade my laptop for it...
Re: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension
#30Earlier quoted context omitted.
hey we have similar ideas ) I made a focus helper thing as well: https://grgv.xyz/blog/awf/ webllm looks cool, but I would need to upgrade my laptop for it...
Exactly what I had in mind, you nailed it. With some focus on improving the UI (a list of premade prompts, or a simpler way to make them) it could become widely used. Also, I think using the OpenAI backend is a huge blocked. I wonder how a small quantized model running in the browser would perform. Sad thing is that for now WebGPU is not running on Linux' browsers. Maybe CPU inference is enough.