HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pancomplex

377 karmajoined 11 ปีที่แล้ว
CTO @ Frigade (YC W23)

Submissions

Show HN: Reverse-engineering web apps into agent tools

82 points·by pancomplex·เมื่อวานซืน·34 comments

A Good Animation Disappears

frigade.com
3 points·by pancomplex·12 วันที่ผ่านมา·0 comments

Startups Are Ruining Reddit

frigade.com
4 points·by pancomplex·เดือนที่แล้ว·1 comments

Marketing sites don't need a CMS anymore

frigade.com
2 points·by pancomplex·2 เดือนที่ผ่านมา·0 comments

Why metaphors make AI animations come out better

frigade.com
1 points·by pancomplex·2 เดือนที่ผ่านมา·0 comments

I took a physics class as a software engineer

frigade.com
2 points·by pancomplex·2 เดือนที่ผ่านมา·0 comments

We left Framer (and others will, too)

frigade.com
2 points·by pancomplex·2 เดือนที่ผ่านมา·0 comments

Show HN: Two easing curves and no animation library

frigade.com
2 points·by pancomplex·2 เดือนที่ผ่านมา·0 comments

Why most product tours get skipped

productonboarding.com
208 points·by pancomplex·2 เดือนที่ผ่านมา·176 comments

When an AI agent should refuse to answer

frigade.com
3 points·by pancomplex·2 เดือนที่ผ่านมา·0 comments

Best AI Product Adoption Software in 2026

medium.com
2 points·by pancomplex·3 เดือนที่ผ่านมา·0 comments

comments

pancomplex
·11 ชั่วโมงที่ผ่านมา·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
·12 ชั่วโมงที่ผ่านมา·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
·13 ชั่วโมงที่ผ่านมา·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
·13 ชั่วโมงที่ผ่านมา·discuss
We can either replace an intercom widget entirely or do a hand off with context to a live intercom chat agent.
pancomplex
·15 ชั่วโมงที่ผ่านมา·discuss
Here's a more thorough explanation of how it works under the hood: https://frigade.com/features/skills
pancomplex
·16 ชั่วโมงที่ผ่านมา·discuss
Agreed - and especially when the API changes..
pancomplex
·16 ชั่วโมงที่ผ่านมา·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
·18 ชั่วโมงที่ผ่านมา·discuss
Works with any frontier LLM model
pancomplex
·18 ชั่วโมงที่ผ่านมา·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
·เมื่อวาน·discuss
Not at this point - but we’re considering it! What would you use it for?
pancomplex
·เมื่อวานซืน·discuss
Thank you! Along those lines, we did Airbnb too: https://demo.frigade.com/
pancomplex
·เมื่อวานซืน·discuss
thank you!
pancomplex
·2 เดือนที่ผ่านมา·discuss
100% - that's why it's so confusing why PMs/PMMs think they need to keep adding these to their products.
pancomplex
·2 เดือนที่ผ่านมา·discuss
tbh adblockers should just filter these out. I guess the reason they don't is it's "technically" the product ¯\_(ツ)_/¯
pancomplex
·2 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
seems non of these are typescript-based? Strand appears to have a typescript sdk available but not natively ts.
pancomplex
·6 เดือนที่ผ่านมา·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!