We spend 90%+ of our time in browsers, yet they're still basically dumb windows. Having an AI assistant that remembers what you visited, clips important articles (remember Evernote web clipper?), saves highlights and makes everything semantically searchable - all running locally - would be game-changing.
Everything stays in a local PostgresDB - your history, highlights, sessions. You can ask "what was that pricing comparison from last month?" or "find my highlights about browser automation" and it just works. Plus built-in self-control features to block distracting sites when you need to focus.
Beyond search and memory, the browser can actually help you work. AI that intelligently groups your tabs ("these 15 are all Chromium research"), automation for grunt work ("compare 2TB hard drive prices across these sites"), or even "summarize all new posts in my Discord servers" - all handled locally. The browser should help us manage internet chaos, not add to it.
Would love to hear what specific workflows are painful for you!
This would be that, but even better.
My computer should remember everything I did on it, period. It should remember every website I visited, exactly how far down I scrolled on each page, every thought I typed and subsequently deleted before posting... And it should have total recall! I should be able to rewind back to any point in time and track exactly what happened, because it's a computer. I already have a lossy memory of stuff that happened yesterday and that's inside my head. The whole point of having my computer remember stuff for me is that it's supposed to do it better than me.
And I want the search to be deterministic. I want to be able to input precise timestamps and include boolean operators. Yes, it would be helpful to have fuzzy matches, recommendations and a natural language processing layer too, but Lucene et al already did that acceptably well for local datasets 20+ years ago. It's great we have a common corpus, but I don't care about getting tokenized prose from the corpus, I care about the stuff I did on my own computer!
From my perspective LLMs don't bring much value on the personalized search front. The way I understand it, the nature of their encoding makes it impossible to get back the data you were actually looking for unless that data was also stored and indexed the traditional way, in which case you could have just skipped the layer of indirection and queried the source data in the first place.
I am also curious to see how all of this develops. I get a sense that the current trend of injecting LLMs everywhere is a temporary stop-gap measure used to give people the illusion of a computer that knows everything because researchers haven't yet figured out how to actually index "everything" in a performant way. But for the use case of personalized search, the computer doesn't actually need to know "everything", it only needs to know about text that was visible on-screen, plus a bit of metadata (time period, cursor position, clipboard, URL etc). If we currently still need an LLM to index that because snapshotting the actual text and throwing it into a traditional index requires too much disk space, okay, but then what's next? Because just being able to have a vague conversation about a thing I kindasorta maybe was doing yesterday is not it. Total recall is it.
I don't know about other browsers, but Safari does this. It's come in handy when I'm like "what was that site I visited two years ago?" and I can open my history and query to filter the list of pages, and there it is, January 17, 2023, yoda ate my balls retrospective
Sheesh.
As someone who uses web browsers that delete all session data when they're closed, and routinely wipes any "recently used" lists and temporary files in all operating systems I use, the thought of the machines I'm using remembering my usage behavior to such an extent is terrifying to me.
I mean, I get why those features would be appealing. I just have zero trust in the companies that build such software, because they've violated my trust time and time again. Yet I'm expected to suddenly trust them in this case? Not a chance. Not when the data that I would be entrusting them with for the features you mention are a literal gold mine for them. Trusting a trillion-dollar corporation with a history of privacy violations and hostility towards its users is just unthinkable for me, no matter what features I might be missing out on.
It's unfortunate that computing has come to this, but I choose the hardware and software I use very carefully. In cases where I'm forced to use a system I don't trust, I try my best to limit my activity and minimize the digital footprints I leave behind. I prefer using open source software for this reason, but even that is carefully selected, since OSS is easily corruptible by unscrupulous developers, and companies that use it as a marketing tactic.
The only way I might use software with that level of intrusion is if I've inspected every line of it, I run it inside a container with very limited permissions, or if I've written it myself. Needless to say, it's more likely I'll just miss out on using those features instead, and I'm fine with that.
How it all started:
“Bookmarks and shit don’t cut it anymore”.
Tsk tsk.
I’ll just leave this here:
Bookmarks don't cut it anymore when you've got 25 years of them saved.
Falling down deep rabbit holes because you landed on an attention-desperate website to check one single thing and immediately got distracted can be reduced by running a bodyguard bot to filter junk out. Those sites create deafening noise that you can squash by telling the bot to just let you know when somebody replies to your comment with something of substance that you might actually want to read.
If it truly works, I can imagine the digital equivalent of a personal assistant + tour manager + doorman + bodyguard + housekeeper + mechanic + etc, that could all be turned off and on with a switch.
Given that the browser is our main portal to the chaos that is internet in 2025, this is not a bad idea! Really depends on the execution, but yeah.. I'm very curious to see how this project (and projects like it) go.