Hacker News new | ask | show | jobs
by nixus76 18 days ago
Very cool! Does it require some kind of scraping of a third party web app, like clicking through with a browser agent? If so, how can I be sure it does not delete my account or subscribe to another plan or make some other destructive actions if I allow it to do that with my authed acct?
1 comments

We use a browser-based agent to learn all the APIs and turn them into skills. Most users will run this in a staging/test account to create all the recipes/blueprints. Our agent is also instructed to not take any destructive actions - but of course LLMs make mistakes (hence the test account :) ).

You can see more about how it works in detail here: https://frigade.com/how-it-works

Got it- so it is "inside-out", not "outside-in" kind of product. Very impressive either case, congrats!

How does it work with the intercom widget though?

We can either replace an intercom widget entirely or do a hand off with context to a live intercom chat agent.