Does it support MP4 playback?
Show HN: Nxtscape – an open-source agentic browser
61–70 of 228 posts
Re: Show HN: Nxtscape – an open-source agentic browser
#62Okay, maybe this is a stupid question, but: what is an agentic browser? You seem to assume that everyone knows what that means. Is this a common and well-defined term that people use? I've never heard it. It would appear to me from the context that it means something like "web browser with AI stuff tackled on".
Re: Show HN: Nxtscape – an open-source agentic browser
#63Sort of like a backwards perplexity search. (LLM context is from open tabs rather than the tool that brings you to those tabs)
I built a tab manager extension a long time ago that people used but ran into the same problem- the concept of tab management runs deeper than just the tabs themselves.
Re: Show HN: Nxtscape – an open-source agentic browser
#64Earlier quoted context omitted.
Why a fox? The browser is based on Chrome. Firefox basically owns having a fox as a mascot in the browser space. Why not pick something original? The fox confusing at best, but some may say misleading. Same goes for the name.
Thanks for the feedback. Honestly—we just reused the icon we had gotten professionally designed for the last idea we were working on ( https://felafax.ai/ ). But not gonna lie, as a tiny startup, we don’t have marketing budget of Perplexity or Dia, so we picked a name and icon that at least hinted at “browser” right away. Definitely not trying to mislead anyone -- just needed something recognizable out of the gate.
Re: Show HN: Nxtscape – an open-source agentic browser
#65This is great, I'd like to test! Is there any recommendations on which ollama models works best with this kind of tasks?
Qwen3 8B works pretty well. But for complex planning and navigation tasks, big models (GPT4.1, claude 3.7) are the still the best bet. We also let you use your own API keys for the big models.
Re: Show HN: Nxtscape – an open-source agentic browser
#66Earlier quoted context omitted.
No, not today. But wonder if it matter if it the agent is mostly using it for "human" use cases and not scrapping?
What do you mean? This AI cannot scrape multiple links automatically? Like "make a summary of all the recipes linked in this page" kind of stuff? If it can it definitely meets the definition of scraping.
Re: Show HN: Nxtscape – an open-source agentic browser
#67Re: Show HN: Nxtscape – an open-source agentic browser
#68Earlier quoted context omitted.
Thanks for asking - not a stupid question at all! I should have probably explained it at the top of my post. By "agentic browser" we basically mean a browser with AI agents that can do web navigation tasks for you. So instead of you manually clicking around to reorder something on Amazon or fill out forms, the AI agent can actually navigate the site and do those tasks.
Not to pull a "why should I use Dropbox when I have rsync" but why should we use this over adding a Playwright MCP to Claude Desktop or similar? Does having access to Chromium internals give you any super powers over connecting over the Chrome Devtools Protocol?
Few ideas we were thinking of: integrating a small LLM, building MCP store into browser, building a more AI friendly DOM, etc.
Even today, we use chrome's accessibility tree (a better representation of DOM for LLMs) which is not exposed via chrome extension APIs.
Re: Show HN: Nxtscape – an open-source agentic browser
#69Re: Show HN: Nxtscape – an open-source agentic browser
#70Okay, maybe this is a stupid question, but: what is an agentic browser? You seem to assume that everyone knows what that means. Is this a common and well-defined term that people use? I've never heard it. It would appear to me from the context that it means something like "web browser with AI stuff tackled on".
The tl;dr is that it's AI that makes decisions on its own.