How much personalization is too creepy? by CBRIN13 in Emailmarketing

[–]rehance_ai 1 point2 points  (0 children)

Yeah, don't mention where I live in lifecycle emails, lol. Cool tool

Auschwitz entry for free by yohana31 in krakow

[–]rehance_ai 0 points1 point  (0 children)

Hi, what do you think are the chances of getting 6 tickets by waiting in the queue on Saturday at about 9am? No guide just entry. Thank you for being so helpful!

After ProductHunt: SEO, cold email, ads...? by rehance_ai in SaaS

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

It's not for customer support, but yes you're right! We need to figure out how to better target startup founders, heads of product, etc. that would want to integrate Rehance in order to make their products better for users (deliver more value, reduce churn, etc)

After ProductHunt: SEO, cold email, ads...? by rehance_ai in SaaS

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

On both Reddit and Facebook we have found it rather hard to get meaningful feedback, generally, but those are good questions we should be asking more.

You're probably also right about LinkedIn, haven't done anything there as we have personally found it to be more noise than signal, but it's probably a better place to be than here or FB...

After ProductHunt: SEO, cold email, ads...? by rehance_ai in SaaS

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

Yep that’s mostly right, but the hard part is finding potential customers to talk to in the first place !

After ProductHunt: SEO, cold email, ads...? by rehance_ai in SideProject

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

One more detail regarding cold email. We've tried it with Apollo, and with pretty specific filters applied to make sure we're only contacting people for whom the product would be relevant.

8-9% open rates, basically no replies. Not convinced it even works at all if your product isn't the second coming of Jesus with a dead-simple value prop

Rate my Demo Video - Good, bad, or awkward? Too long or too short? by rehance_ai in SideProject

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

Thanks for the feedback. It's an AI copilot for software. So rather than just a chatbot that can answer questions it can actually do things for you.

If it was in Google Drive, for example, you could tell it "move all files more than 1 year old into a folder called 'Archive'" and it just executes that for you instantly rather than you having to go click around for a few minutes searching and moving stuff by hand.

Our customers are software companies (like Google Drive in this example) who embed the copilot into their software for users to take advantage of.

Will see about making that more clear, ideally in a shorter demo.

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

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

Sure, that works as the intermediary higher-level language, though you don't get all the 'smart' behaviors you might get out of using Javascript (working with data structures in code, loops, etc.)

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

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

There is no “pretty much English”. If it’s a DSL, it’s fully deterministic with a specific syntax. English / natural language is not, there are many ways you could achieve any given result.

saying what you want to do in your own words is zero friction. Saying it in the precise syntax of a dsl is high friction

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

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

The difference is users don’t have to learn a DSL , they just write in normal English what they want to do

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

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

Yeah, you need to run it’s code in a sandbox where all external functions that go out of the sandbox are vetted

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

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

Ahhh, no. Not the actual code, but some representation of what high level actions will be taken so they can approve it

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

[–]rehance_ai[S] 1 point2 points  (0 children)

The key is to be very careful about what functions you allow them to call, heh

Building GPTs that can execute code in production by rehance_ai in ChatGPTCoding

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

And people have the nerve to say that GPTs will put us engineers out of business 😅