HackerTrans
TopNewTrendsCommentsPastAskShowJobs

parsabg

no profile record

Submissions

Show HN: Droptheslop.ai – pastebin alternative with human typing verification

droptheslop.ai
6 points·by parsabg·5 ay önce·0 comments

Show HN: In-browser data exploration toolkit

github.com
3 points·by parsabg·7 ay önce·0 comments

Show HN: A web browser agent in your Chrome side panel

github.com
153 points·by parsabg·geçen yıl·63 comments

comments

parsabg
·15 gün önce·discuss
We provide a second opinion service with certified human radiologists, if anyone's interested: https://expert.med
parsabg
·18 gün önce·discuss
Great that this exists, and a shame that it'll probably never get a similar level of attention from funders, participants, or the press.
parsabg
·18 gün önce·discuss
It is true that a large portion of the tablets are probably going to be boring (bills, records, etc). But we mustn't forget that the tablets we have excavated and translated so far have given us gems like the Epic of Gilgamesh and the writings of Enheduanna - the ancient Sumerian princess and the first named author in the history of humanity.

Remarkably, these figures and their writings, dating from ~2300 BC, were as distant from Julius Caesar as he is to us, and yet they played a major role in shaping our world, for instance by setting the early foundations for Judeo-Christian thinking (examples: the flood story, Enheduanna's laments, etc). So we have every reason to be interested in them.

It would, of course, be great to do both. But my point is that it is going to be much harder to attract funders, participants, press coverage, and so on for reading Mesopotamian tablets than for reading Greek or Roman papyri excavated from Piso’s villa in Herculaneum.
parsabg
·18 gün önce·discuss
I'm a big fan of the Vesuvius challenge (and Graeco-Roman history/philosophy) but I'm not convinced if the effort justifies the reward here, relative to other pockets of ancient writings we can use technology for reading and archiving.

We have large volumes of clay tablets from Mesopotamia that pre-date these papyri and are considerably easier to read that get nowhere near the attention. E.g. the library of Ashurbanipal.

Several reasons are at play I suppose - the excitement and the drama are much higher with this. But I think the West's obsession with the Graeco-Roman world is also a major factor.
parsabg
·10 ay önce·discuss
I just finished reading da Vinci's biography by Walter Isaacson, which left me with a different sense of what it means to finish a piece of work. He famously never "finished" anything and eventually abandoned most of the projects he started.

He worked on the Mona Lisa for 16 years, adding a brush stroke here and there until his death, never handing it to the wool merchant who commissioned it or his wife who was the subject of the painting.

His work is largely a collection of drafts and anti-*'s, but that hasn't taken away from his transformative role in the history of art, science, and engineering. There is beauty in unfinished work and in what we abandon. Finality is not necessary for greatness.
parsabg
·11 ay önce·discuss
I built a very similar extension [1] a couple of months ago that supports a wide range of models, including Claude, and enables them to take control of a user's browser using tools for mouse and keyboard actions, observation, etc. It's a fun little project to look at to understand how this type of thing works.

It's clear to me that the tech just isn't there yet. The information density of a web page with standard representations (DOM, screenshot, etc) is an order of magnitude lower than that of, say, a document or piece of code, which is where LLMs shine. So we either need much better web page representations, or much more capable models, for this to work robustly. Having LLMs book flights by interacting with the DOM is sort of like having them code a web app using assembly. Dia, Comet, Browser Use, Gemini, etc are all attacking this and have big incentives to crack it, so we should expect decent progress here.

A funny observation was that some models have been clearly fine tuned for web browsing tasks, as they have memorized specific selectors (e.g. "the selector for the search input in google search is `.gLFyf`").

[1] https://github.com/parsaghaffari/browserbee
parsabg
·12 ay önce·discuss
Shocking no one has mentioned Jian Yang's hotdog app :) [1]

[1] https://www.youtube.com/watch?v=tWwCK95X6go&ab_channel=Felix

Love the simplicity of this.
parsabg
·geçen yıl·discuss
I wonder if the same would also be true for immunosuppressants administered for autoimmune conditions. Given they mostly interact with the signaling pathways, I guess in theory they should also be more effective in the morning if there is more immune cell activity going on.
parsabg
·geçen yıl·discuss
Good analysis. Would it make sense to look at cumulative capital raised in addition to whether the companies have raised a Series A, to account for large seed rounds which don't seem uncommon with this cohort of companies? Series A as a milestone could obscure some details, e.g. company has raised a small seed round previously so the next round is labelled as series A, or company has raised a large seed round so doesn't need a series A within 24 months.
parsabg
·geçen yıl·discuss
The raison d'être for BrowserBee is to control the user's browser in a private fashion so they can automate tasks that require them to be logged in. I'm unsure how it would work in a remote browser setup - tools like Browser Use and BrowserBase seem to cover that use case already.

The key differentiator is privacy and local control. When users need to automate tasks on sites where they're already authenticated (banking, personal accounts, work systems), they need their actual browser with their existing sessions and cookies, not a remote instance.
parsabg
·geçen yıl·discuss
I've been working on a browser use agent embedded within a Chrome extension: https://github.com/parsaghaffari/browserbee

You can use it to check and summarize news and social media, fill out forms, send messages, book holidays, do your online shopping, conduct research, and pretty much anything else that can be done within a browser.
parsabg
·geçen yıl·discuss
The link doesn't load for me. Can you try sharing again?
parsabg
·geçen yıl·discuss
Looks powerful at least for read only use cases. Will have a look and compare token stats. Thanks
parsabg
·geçen yıl·discuss
Great suggestion, will add custom Ollama configurations to the next release
parsabg
·geçen yıl·discuss
It can fill forms - the agent can invoke a large number of tools to both observe and interact with a page
parsabg
·geçen yıl·discuss
Is that with 2.5 Flash? I got that error intermittently with that mode, but the other Gemini models worked fine. I'll investigate
parsabg
·geçen yıl·discuss
That looks very cool. Would love to chat if you're open to it
parsabg
·geçen yıl·discuss
Yes! Sometimes it does it even without the user asking which is very satisfying :)
parsabg
·geçen yıl·discuss
In a way this should be a core feature of any browser and if this project accelerates/improves that by 5% I will be very happy!

The fact that Chrome and Gemini are, at least for now, owned by the same company raises huge privacy and consumer choice concerns for me though, and I see benefit in letting the user choose their model, where/how to store their data, etc.
parsabg
·geçen yıl·discuss
Good spot. I probably shouldn't have the 2nd most expensive model in the demo!

Some of the cheaper models have very similar performance at a fraction of a cost, or indeed you could use a local model for "free".

The core issue though is that there's just more tokens to process in a web browsing task than many other tasks we commonly use LLMs for, including coding.