HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pancomplex

376 karmajoined 11 tahun yang lalu
CTO @ Frigade (YC W23)

Submissions

Show HN: Reverse-engineering web apps into agent tools

81 points·by pancomplex·kemarin dulu·32 comments

A Good Animation Disappears

frigade.com
3 points·by pancomplex·11 hari yang lalu·0 comments

Startups Are Ruining Reddit

frigade.com
4 points·by pancomplex·bulan lalu·1 comments

Marketing sites don't need a CMS anymore

frigade.com
2 points·by pancomplex·2 bulan yang lalu·0 comments

Why metaphors make AI animations come out better

frigade.com
1 points·by pancomplex·2 bulan yang lalu·0 comments

I took a physics class as a software engineer

frigade.com
2 points·by pancomplex·2 bulan yang lalu·0 comments

We left Framer (and others will, too)

frigade.com
2 points·by pancomplex·2 bulan yang lalu·0 comments

Show HN: Two easing curves and no animation library

frigade.com
2 points·by pancomplex·2 bulan yang lalu·0 comments

Why most product tours get skipped

productonboarding.com
208 points·by pancomplex·2 bulan yang lalu·176 comments

When an AI agent should refuse to answer

frigade.com
3 points·by pancomplex·2 bulan yang lalu·0 comments

Best AI Product Adoption Software in 2026

medium.com
2 points·by pancomplex·3 bulan yang lalu·0 comments

comments

pancomplex
·10 jam yang lalu·discuss
This works for non-authenticated sites but wouldn't work for anything behind a login wall that requires a JWT or similar - right?
pancomplex
·10 jam yang lalu·discuss
Yup just another user account. It can work without this as well (we support ingesting other resources such as help center articles, pdfs, etc.) but at that point it's no different from any other (dumb) AI chatbot out there that just spits out a bunch of itemized bullets.
pancomplex
·11 jam yang lalu·discuss
Even with an API spec it wouldn't "just work". You'd still need to handle authentication and have a place to manage which APIs you want the in-app agent to have access to / when to call a given tool.

And believe it or not, even big companies with big eng teams don't have API specs available for their applications ¯\_(ツ)_/¯
pancomplex
·12 jam yang lalu·discuss
We can either replace an intercom widget entirely or do a hand off with context to a live intercom chat agent.
pancomplex
·14 jam yang lalu·discuss
Here's a more thorough explanation of how it works under the hood: https://frigade.com/features/skills
pancomplex
·14 jam yang lalu·discuss
Agreed - and especially when the API changes..
pancomplex
·14 jam yang lalu·discuss
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
pancomplex
·16 jam yang lalu·discuss
Works with any frontier LLM model
pancomplex
·16 jam yang lalu·discuss
No definitely not!

Our customers run the training on their own applications using a demo or staging environment. Then they install the in-app agent you see in the demos and turn on the tool calls they like. All the API calls are executed client side and never touches any of our servers.
pancomplex
·kemarin·discuss
Not at this point - but we’re considering it! What would you use it for?
pancomplex
·kemarin dulu·discuss
Thank you! Along those lines, we did Airbnb too: https://demo.frigade.com/
pancomplex
·kemarin dulu·discuss
thank you!
pancomplex
·2 bulan yang lalu·discuss
100% - that's why it's so confusing why PMs/PMMs think they need to keep adding these to their products.
pancomplex
·2 bulan yang lalu·discuss
tbh adblockers should just filter these out. I guess the reason they don't is it's "technically" the product ¯\_(ツ)_/¯
pancomplex
·2 bulan yang lalu·discuss
couldn't agree more - they always pop up at the right time. I don't know why every PM thinks they can save retention by spamming users :(
pancomplex
·6 bulan yang lalu·discuss
seems non of these are typescript-based? Strand appears to have a typescript sdk available but not natively ts.
pancomplex
·6 bulan yang lalu·discuss
We use typescript for all our entire stack and it's super dope to see a production-grade framework (with no vendor lock in) launch!