HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MrTravisB

no profile record

Submissions

Show HN: Pilo – open-source agentic web automation engine by Mozilla

18 points·by MrTravisB·5 माह पहले·3 comments

Show HN: Tabstack Research – An API for verified web research (by Mozilla)

10 points·by MrTravisB·5 माह पहले·3 comments

Show HN: Tabstack – Browser infrastructure for AI agents (by Mozilla)

130 points·by MrTravisB·6 माह पहले·24 comments

comments

MrTravisB
·5 माह पहले·discuss
We completely agree. Framework fatigue is real, and getting locked into a rigid loop is frustrating.

Choices are great, and our goal is to let you piece together a setup to your own liking. We want Pilo to work with your existing tools, not against them. If you just want to rip out our accessibility tree compression pipeline and use it as a standalone skill in your own custom framework, we consider that a massive win.

That is exactly why we are open sourcing it. We want to see what others can do with it.

If there is a framework or tool this could work with but does not currently, we would love to hear about it.
MrTravisB
·5 माह पहले·discuss
We actually do have an MCP server! Right now, it’s bundled as a package within our TypeScript SDK rather than being published as a standalone entity.

Just a heads-up though - it is currently in beta and hasn't been put through the ringer with exhaustive testing yet. We’d love for you to try it out, and we’re very open to feedback if you run into any issues or have ideas for improvement, please let us know!

Link: https://github.com/Mozilla-Ocho/tabstack-typescript/tree/nex...
MrTravisB
·5 माह पहले·discuss
Mozilla (Tabstack) | Founding GTM Lead | Remote (US/Canada) | Full-time

Mozilla’s New Products organization is an internal incubator for high-potential ventures. We are building Tabstack (https://tabstack.ai), the browser automation stack for AI agents. Our goal is to make it dead-simple for developers to integrate fast, reliable web interactions into agentic applications.

We are looking for a Founding GTM Lead to own the 0→1 journey. This isn't a "standard" marketing role; it’s for someone with a founder’s hustle who can speak the language of AI engineers and bridge the gap between technical APIs and commercial traction.

The Role:

- Drive early customer acquisition through scrappy, high-signal experiments.

- Own messaging/positioning for a technical audience (LangChain, Playwright, LLM orchestration).

- Translate customer friction into product roadmap priorities.

- Secure our first commercial wins and design partners.

Requirements:

- Technical Fluency: You understand browser automation mechanics and the current LLM landscape.

- 5+ years experience: A mix of DevRel, Technical Sales, PMM, or Founder experience.

- Founder Hustle: You can generate leads and write technical docs without a massive marketing budget.

Values: You align with Mozilla’s mission of a healthy, open internet.

We don’t have a public job post yet, so please reach out directly to https://linkedin.com/in/tbeauvais.
MrTravisB
·6 माह पहले·discuss
Regarding the browser instances: While VM boot times have definitely improved, accessing a site through a full browser render isn't always the most efficient way to retrieve information. Our goal is to get the most up-to-date information as fast as possible.

For example, something we may consider for the future is balancing when to implement direct API access versus browser rendering. If a website offers the same information via an API, that would almost always be faster and lighter than spinning up a headless browser, regardless of how fast the VM boots. While we don't support that hybrid approach yet, it illustrates why we are optimizing for the best tool for the job rather than just defaulting to a full browser every time.

Regarding robots.txt: We agree. Not all potential customers are going to want a service that respects robots.txt or other content-owner-friendly policies. As I alluded to in another comment, we have a difficult task ahead of us to do our best by both the content owners and the developers trying to access that content.

As part of Mozilla, we have certain values that we work by and will remain true to. If that ultimately means some number of potential customers choose a competitor, that is a trade-off we are comfortable with.
MrTravisB
·6 माह पहले·discuss
This is a valid perspective. Since this is an emerging space, we are still figuring out how to show up in a healthy way for the open web.

We recognize that the balance between content owners and the users or developers accessing that content is delicate. Because of that, our initial stance is to default to respecting websites as much as possible.

That said, to be clear on our implementation: we currently only respond to explicit blocks directed at the Tabstack user agent. You can read more about how this works here: https://docs.tabstack.ai/trust/controlling-access
MrTravisB
·6 माह पहले·discuss
Thanks for the feedback. We are definitely not trying to hide it. We actually do have pricing listed in the API section regarding the different operations, but we could definitely work on making this clearer and easier to parse.

We are simply in an early stage and still finalizing our long-term subscription tiers. Currently, we use a simple credit model which is $1 per 10,000 credits. However, every account receives 50,000 credits for free every month ($5 value). We will have a dedicated public pricing page up as soon as our monthly plans are finalized.

Regarding semantic data, our JSON extraction endpoint is designed to extract any data on the page. That said, we would love to know your specific use cases for those ontologies to see if we can further improve our support for them.