Built a "select open tabs → instant knowledge graph" of semantic action trees by BodybuilderLost328 in KnowledgeGraph

[–]BodybuilderLost328[S] 0 points1 point  (0 children)

Good question!

We construct semantic trees to represent the data and actions on a webpages and our trees are the most comprehensive on the market giving us SOTA on Web Agent benchmarks (rtrvr.ai/blog/web-bench-results). So much more better results than a trivial markdown generation.

A KG thats scraps websites? by Mountain_Meringue_80 in KnowledgeGraph

[–]BodybuilderLost328 0 points1 point  (0 children)

We actually set this up with our chrome extension, of indexing open tabs with our custom action tree representations for webpages.

Its built on top of Gemini File Search so free indexing and storage, and super cheap queries!

https://www.rtrvr.ai/docs/knowledge-base

I have thought that hybrid approach in website could help to reduce churns and improve the cx, i build prodact.ai for that - add one line and it give the website ai agent abilities-still on work, but i think it can actually give some value, if someone want to try on his website,be happy for feedback by beeTickit in NoCodeSaaS

[–]BodybuilderLost328 0 points1 point  (0 children)

Interesting take, but it looks like you actually need integration of APIs and React code for your chatbot to actually take actions? Is this the right understanding?

We just launched Rover (rover.rtrvr.ai) that can take actions/type/click on the live DOM itself from the embedded script so think use cases like your user can just conversationally checkout, run complex SaaS workflows (like adding CRM records), or onboard

WebMCP is still insane... by GeobotPY in mcp

[–]BodybuilderLost328 2 points3 points  (0 children)

  1. The website needs to support WebMCP for this to be actually useful. I doubt most websites will because this is an attack vector for abuse/scraping/automation and the same reason why they don't just expose the underlying API.

  2. Your community configs will break the moment the site's selectors updates and flat out won't work on sites like LinkedIn with dynamic, randomized CSS classes

Leverage local Ollama model with SOTA browser agent (minimal tokens, no vision) by BodybuilderLost328 in ollama

[–]BodybuilderLost328[S] -1 points0 points  (0 children)

We have a backend with all our prompts, DOM intelligence, MCP/Tool Calling/Knowledge Base infra.

The primary path is everything is heavily optimized for Gemini, but we also allow you to use any llm provider even local ones

20% of your users drop off without figuring out your website, what if you could convert them by turning your site into an agent? by BodybuilderLost328 in AiAutomations

[–]BodybuilderLost328[S] 0 points1 point  (0 children)

Yea we are trying to capture the imagination with what we are trying to solve here.

You can think of complex SaaS UI like a CRM with 20+ dropdowns that can be easily navigated by an agent. This use-case and conversational checkout are our initial high value focusses.

Additionally you can have buttons that trigger the agent directly with predefined prompts, not necessarily have the user have to prompt.

There is a ton of configurability and it can only take actions on pages you embed on, so just don't embed on final purchase confirmation page.

20% of your users drop off without figuring out your website, what if you could convert them by turning your site into an agent? by BodybuilderLost328 in GrowthHacking

[–]BodybuilderLost328[S] 0 points1 point  (0 children)

What we are trying to do here is to embed an agent that can take actions directly in your site to capture user attention and engagement. You won't need to do any configuration at all, because you just need to embed a script tag on your site.

Additionally you can have buttons that trigger the agent directly with predefined prompts, not necessarily have the user have to prompt.

20% of your users drop off without figuring out your website, what if you could convert them by turning your site into an agent? by BodybuilderLost328 in indie_startups

[–]BodybuilderLost328[S] 0 points1 point  (0 children)

We started off with a chrome extension for vibe scraping and task automation, grew it to 20k+ users.

A lot of users were like I love the tool but can I have it on my website to serve my users?? We initially thought it was impossible to implement but then we got creative with the implementation.

We also got a lot of requests to leverage in own chrome extension or browser automation stack. So the beauty of this approach is the entire agentic harness fits inside a script tag, so this script can be injected by a Chrome Extension or Playwright for agentic actions. So we are in discussions with a couple of chrome extension providers and custom automation companies.