Hacker News new | ask | show | jobs
by thepasch 70 days ago
What does this do other than copy the selected HTML into a new API prompt that says “describe this”?
2 comments

When you just copy the html, you get a ton of useless repeating data. This tool removed a lot of duplicated things, structures the styling in a better way where we don't spam the styling rules. The goal is to provide just the useful info, without the noise.

Having said that, it does do essentially what you described, but when prototyping fast, and not designing from scratch it's extremely useful.

Right, but that sounds like something any frontier LLM could one-shot. It’s a basic browser extension that wraps elements in the DOM and sends them to an LLM API embedded in a prompt. This would be neat as an open-source repo, but charging $10/month for this is certainly a choice.
Yeah for sure, I don't mind open sourcing it one day, but I think you'd understand why I chose current set up, since we're both on HN :D. I do think the free tier is more than enough for most people.
Hey, I mean, Steinberger got acquihired off of an Open Source repo, so...
yeah, me next xDDDD
Well, that does sound quite useful.