[flagged]
Show HN: Nxtscape – an open-source agentic browser
181–190 of 228 posts
Re: Show HN: Nxtscape – an open-source agentic browser
#182Suffers from the same problem as all other AI "workflows"--no one wants to fucking chat with a computer (Brave sort-of does this, and it's god-awful). A chat interface should only be used as a fallback if the agent is too dumb to figure out what I want. A chat interface works for ChatGPT because most folks use it as a pseudo-search, but productivity tools are (broadly speaking) not generative, therefore shouldn't be…
Re: Show HN: Nxtscape – an open-source agentic browser
#183IMO comments so far seem to be not seeing the forest for the trees -- I can imagine incredible value for myself in a browser that hooks into a local LLM, writes everything it sees to a local timestamped database (oversimplification), parses and summarizes everything you interact with (again, oversimplification -- this would be tunable and scriptable), exposes Puppeteer-like functionality that is both scriptable via c…
Re: Show HN: Nxtscape – an open-source agentic browser
#184Re: Show HN: Nxtscape – an open-source agentic browser
#185IMO comments so far seem to be not seeing the forest for the trees -- I can imagine incredible value for myself in a browser that hooks into a local LLM, writes everything it sees to a local timestamped database (oversimplification), parses and summarizes everything you interact with (again, oversimplification -- this would be tunable and scriptable), exposes Puppeteer-like functionality that is both scriptable via c…
Re: Show HN: Nxtscape – an open-source agentic browser
#186I think there is big value in something that is on the side of the user, in particular in processing user-hostile material. Here are some concrete use cases: * Buying a sofa. You want to filter for sofas of a specific size, with certain features, marketing sites want to feed you a bunch of marketing slop for each sofa before giving you the details . This generalises to many domains. * You have a few friends who are s…
> Buying a sofa. You want to filter for sofas of a specific size, with certain features This jumped out to me as well. Even sites like Amazon lack per-item-cost sorting, which can be really helpful when buying in bulk. Historically we've seen people use scraping and data science to build sites like https://diskprices.com/ ; without using LLMs. If LLMs are useful for those types of tasks, perhaps we'll see a surge in…
Re: Show HN: Nxtscape – an open-source agentic browser
#187Earlier quoted context omitted.
this sounds LLM generated regardless, you did not answer OPs point, which is that any potentially malicious site can prompt inject you at any point, and trigger an MCP or any other action or whatever before you see them and stop them. The whole point of an AI browser is like self-driving car, being able to de-focus and let it do its thing. If i have to be nervous to watch if im getting hacked at any given second, the…
I see, definitely agree that more work is needed in figuring out the right UX here. Probably open a shadow browser with OAuth sessions of only a small subset of sites required for the task?
Re: Show HN: Nxtscape – an open-source agentic browser
#188What is with Mac users forking Chromium and then only making releases for Mac?
Re: Show HN: Nxtscape – an open-source agentic browser
#189[flagged]
Re: Show HN: Nxtscape – an open-source agentic browser
#190Its kinda built really well without exposing webdriver etc and can comfortably run js and communicate with LLMs.Has full agentic capabilites.
Why a new browser instead of a robust extension?