Live data from Hacker News

Ask HN: Do you find it challenging to talk to your users?

news.ycombinator.com

11–20 of 93 posts

Re: Ask HN: Do you find it challenging to talk to your users?

#11
I happily use formspark.io for both Lunar (https://lunar.fyi/contact), The Low-tech Guys (https://lowtechguys.com/contact) and my personal website (https://alinpanaitiu.com/contact). A contact form that's customizable with simple HTML inputs, gets redirected to your email, and you can just reply to that email to begin a discussion with that user. I've had great success with it, users know how to use it, they're happy when they get a prompt response and they like the privacy (as opposed to having to create a public post on forums/Github/Discord).

You also get free bot protection with botpoison or the usual captcha. There are some false positives as usual, which is why I also have a Discord server running for the apps. But Formspark goes 99% of the way and it's incredibly cheap with a free option.

EDIT:

I see you're mostly looking for a way to reach your users instead of letting the users reach you. I feel that's not something most users want. I almost never like when I get an unsolicited email after I start using an app, and unsubscribe instantly.

It's better to provide good documentation (maybe a simple organized markdown page to start with), and one as clear as possible first page.

People will reach you when they need more info and you can update the website and documentation based on the feedback to minimize the repetitive interactions.

Re: Ask HN: Do you find it challenging to talk to your users?

#12
post #6

Be careful what you wish for. I've had the 'second coming of Jesus' email me, and an ungodly amount of abuse, also a lot of people who I think don't even know what a computer is, and lonely people who just want to talk. Talking with your customers lets you build relationships and brand loyalty which is valuable, but I'm also not sure if that outweighs the downsides. But for your situation just create a survey with Go…

this. i also have had all of the above. once you talk to them and you are the developer of the software, be prepared for those users who will demand more features, that you fix bugs by tomorrow, that you do what they want, etc. i have had so much personal attacks and abuse i’ve stepped back and started bringing in other collaborators while i remain behind the scenes working on the software.

Re: Ask HN: Do you find it challenging to talk to your users?

#13
post #6

Be careful what you wish for. I've had the 'second coming of Jesus' email me, and an ungodly amount of abuse, also a lot of people who I think don't even know what a computer is, and lonely people who just want to talk. Talking with your customers lets you build relationships and brand loyalty which is valuable, but I'm also not sure if that outweighs the downsides. But for your situation just create a survey with Go…

This is so true. I too love to talk to users via smartsupp from time to time but just last time I was discussing meditation in Himalayas with a user after he asked where I was from.

He was super a cool customer and really helped me improve the product too but you need to have a lot of patience and genuinely love talking to them with a mutual interest in them and then you can interview them to your hearts content. Also don't expect to get any dev done while you're doing this :)

Re: Ask HN: Do you find it challenging to talk to your users?

#14
From my experience working as a PM with a medical/educational/hardware/software product, I think everyone finds this process is extremely challenging.

First surprising thing I learned is that users don't usually actually have the will to spend any amount of time giving feedback. But they will avoid admitting it. The second discouraging thing is that when you do get them to sit down and talk, you will find that they're really good at subverting and evading any sort of plan you might have had. And then finally, after you have managed to collect information, it can be extremely difficult to interpret the results and come back with clear insightful ideas for changes and improvements in the product.

To me, interviewing and talking to users is something between the role of an anthropologist and journalist. You sort of have to charm them enough for them to open up, but you also have to maintain scepticism about what they tell you. You have to be inquisitive. And on top of that you have to be able to set aside your own interpretations and thoughts so as not to tip the scales. It can be emotionally draining, especially when you have your own convictions.

I work with engineers and they hate talking to users. The process can be very vague and often feels fruitless to them. Engineers can be stubborn and hold on to their worldview because they strongly believe theirs is objective and there should only be right and wrong answers.

I don't know what it's like at a smaller or larger scale. I can imagine some things are easier, and some are harder. A large company may have real resources to spend on finding the answers which can bring more people to the table. A single-person operation might not have those resources but could be sympathetic enough to bring individuals to the table based on sympathy.

However, when you make discoveries and insights, those are things that can make or break your entire product. It's almost like panning for gold or fishing, you spend a lot of time searching and in doubt, and then you come across that one idea that really makes it all work. Anyways those are my thoughts. It's incredibly satisfying and I love it but I hate it.

Re: Ask HN: Do you find it challenging to talk to your users?

#15

The pattern I have seen (which imo is not annoying) is that the welcome email comes from the 'CEO's address and you can reply or book a call. Most people will delete it. But I don't find it dishonest because it's literally an offer to help and you can ask anything you like (I have always gotten replies as a consumer). I'm assuming once this doesn't scale you can just do the same with support agents (no fake here, jus…

This is exactly what I do at my SaaS platform. The "Welcome" email explains that you can do the click-here-and-do-yourself approach to onboarding or if you need help or have a question, just reply to the email. I think that's the lowest friction option for most new users. Over the few years that I had this in the welcome email, very few people took advantage of the offer and replied.

Re: Ask HN: Do you find it challenging to talk to your users?

#16
I have more of an enterprise product working with school districts. It did take some time to get meetings with users, but I did get them. In my case it was similar to any enterprise endeavor. I had a champion to make introductions to the different users and then asked those users to introduce me to another user group, etc.

And I am doing that in a variety of school systems to get feedback.

I do find getting 30-60 minutes with a user or group of users extremely valuable. You've really got to try and dig into their use case and understand them. And tell them to stop telling you what they think other people might do and get them to focus on themselves. Everyone likes to tell me what other users might want, and then asking them, well, do you do this? "Nope, but other people might..."

But once you get through that, the rewards are fantastic. You can build some frameworks around your users and have a much better intuition of who would like what and how they would use it. Then reach back out and ask.

One other method I use is an ask for features button on the app. Once they ask for a feature, I ask if they are open to connecting over zoom so I can deeply understand their use case. And sometimes they get their feature built, and sometimes they get something much better.

Re: Ask HN: Do you find it challenging to talk to your users?

#17
I don't, but it's probably because I've spent most of my career being the guy who did that part.

I'm old (52), so while I did code initially in my career, I was tempted away ($$) into roles where the fact that I'm also good at written and spoken communication was part of the remit. Being able to communicate with users AND understand how software is actually written turns out to be a remunerative skill.

Like coding, though, it's not something just everyone can do well. Also like coding, you have to WANT to do it. If you're pushed into a role like this and you don't like it or don't want to do it, everyone will suffer -- you, the users, and the rest of the dev team. It's a recipe for sadness.

Re: Ask HN: Do you find it challenging to talk to your users?

#18
post #6

Be careful what you wish for. I've had the 'second coming of Jesus' email me, and an ungodly amount of abuse, also a lot of people who I think don't even know what a computer is, and lonely people who just want to talk. Talking with your customers lets you build relationships and brand loyalty which is valuable, but I'm also not sure if that outweighs the downsides. But for your situation just create a survey with Go…

Some wisdom in this reply.

When I read the OP question I took "difficult to talk with users" as being about the content of discussion/feedback not the mechanisms for soliciting it, so I'll stick with that take....

I'd say, you need to know what you want.

You will definitely get extremes. I deal with feedback as a teacher, developer, author or musician, and many of the same things apply. Some will be straight, some over-nice, some funny and teasing, some will be rude and angry. But what you want is useful responses, regardless of emotional sentiment and how it's packaged.

How do you filter for that? Like the guidelines of HN it's good to take the most sincere interpretation possible and look for attempts to communicate nuggets of useful critique. Someone who knocks your work down can be great, not even because they're right, but because they do so in a useful way, maybe by making you think about something.

It's good to have a framework for identifying and interpreting things you're looking for. When I post on HN, because I am researching for a book, I have a kinda X-Keyscore selector set in mind - I'm looking for ethical/moral signals, nuggets that reveal underlying attitudes of hackers. But that could apply to any product or project and a set of information you're interested in seeking.

A research method that can help you with this is thematic analysis and sentiment analysis. You "code" responses and score them as to how much they tell you about pre-selected areas you;re trying to improve... installation, usability, cost, configuration, interoperability.... and so on. Then, if you're going to respond, get back to those users on those specific points for clarification.

Re: Ask HN: Do you find it challenging to talk to your users?

#19

From my experience working as a PM with a medical/educational/hardware/software product, I think everyone finds this process is extremely challenging. First surprising thing I learned is that users don't usually actually have the will to spend any amount of time giving feedback. But they will avoid admitting it. The second discouraging thing is that when you do get them to sit down and talk, you will find that they'r…

This sounds remarkably like my job as a high school teacher. Depending on what else it entails, I bet I would enjoy a similar role. Thanks for the thoughts.

Re: Ask HN: Do you find it challenging to talk to your users?

#20
I don’t have a problem at all. I have a link to a feedback form in the main menu. I was going to install a live chat widget until I realized just how horrible those things are.

The best way to find out what a customer wants is to ask them.

Edit: the form is only 3 fields long and email is optional if you want a response.

Post reply on HN