Don't answer the first question

(lalitm.com)

58 points | by lalitmaganti 8 hours ago

11 comments

  • dematz 2 hours ago
    Probably a lot of comments will bounce off the title to discuss the XY problem in general, and especially stackoverflow. The article does claim to go further than XY though!

    "Diagnosing the ask" and "When they’re missing the philosophy" seem to me like traditional XY problem answers - the user doesn't know what the right question is, we need to step back to guide them.

    "When the product needs to change" on the other hand is about figuring out what users want in order to add it to the product. Which takes a lot of figuring out, because it adds debt and you can add things the wrong way. This feels much less condescending to me than traditional XY where it's just tech support for a dumb user. Instead now figuring out questions from enough users helps direct new features.

    "When the right path is hidden" I think the text for this one could do more to discuss helping direct the product as well, specifically in terms of documentation, if https://perfetto.dev/docs/getting-started/periodic-trace-sna... exists why is it hidden instead of where people find it when wanting to visualize a long trace.

    If you read the title and just want to talk about XY eh fine, but the article's last sentence is the difference, "Both sides almost always walk away with more than they came in with."

    • locknitpicker 1 hour ago
      > This feels much less condescending to me than traditional XY where it's just tech support for a dumb user. Instead now figuring out questions from enough users helps direct new features.

      I don't really agree. I think the blog post tries to put together a case that a textbook XY problem is not a XY problem because they explore a way to force Y onto all users seeking X. It's still condescending to accuse users of being confused and asking the wrong questions. It doesn't make it less condescending if they can claim success in persuading users to give Y a try.

      A fairer and better way to frame this is to claim they avoid introducing changes to the service by convincing users to accept tradeoffs, such as tolerating a less than satisfying solution today than waiting for an acceptable solution tomorrow. At the end of the day users still do not get what they want. That is a problem, not a reason to pat themselves in the back.

  • paultopia 5 hours ago
    While this strategy is fine for clueless users, I suspect that it will lead to immense frustration for the ones with clues
    • eschneider 3 minutes ago
      There's a fine line here when dealing with customers. Sometimes it works well to answer the exact question, if you can, and follow up with "Can you tell me a bit why you're asking so I can understand a bit more about the problem?" Once you tease out a bit more about how they got there, it's often possible to offer better solutions and it never feels like you blew off their original ask.
    • otterley 3 hours ago
      In my experience, the ones who most fervently believe they have such “clues” are often the same ones who lack them. I can’t tell you the number of times I’ve encountered engineers who become indignant when someone tries to redirect them to safe, scalable, and operable ways to solve problems. What they often want is to have the problem solved their way because it would be less work for them or otherwise advance their own personal interests, regardless of the problems that doing so would create or the risks it would pose. They don’t want a discussion; they want a rubber stamp.
      • marcosdumay 2 hours ago
        > because it would be less work for them or otherwise advance their own personal interests

        I've seen plenty of people rationalize not wanting to learn a new thing with those words.

        The thing is, this is a rationalization too. It may be true, it may also be false. The only certain thing is that they don't want to learn a new thing.

        That said, this happens in small circles, where you know the context of the person asking the question. People assuming they know why a stranger is asking something tend to be wrong too.

    • javawizard 4 hours ago
      Exactly.

      Back when I worked at Google there was an internal page someone put up that denoted what they called "the YX problem": the observation that the XY problem, applied to a sufficiently great extent, creates an environment where more productivity is lost convincing one's interlocutor that X is in fact the correct problem to solve than would be lost by chasing X and having to later pivot to Y if that turned out to be wrong.

      It's extraordinarily aggravating when it happens. I really wish it was something we talked about more.

    • dgellow 4 hours ago
      Can confirm, I had a coworker doing that a while ago and it was incredibly frustrating. After going through the whole quizzing you still end up with no answer to your actual question, as if they were more interested engaging with their own process and not what you were actually asking
    • advisedwang 53 minutes ago
      People who really have a clue add enough context in their request to understand why they are trying to do the thing in question.
  • ramon156 3 hours ago
    This isn't a black-and-white tactic. If you do this with people who know their stuff, they will just take it as you undermining them.
    • otterley 3 hours ago
      I think it depends on the individual and the culture. In a strong culture, engineers don’t their egos get in the way of healthy conversations and will be capable of defending their position against probing questions without it upsetting them.
      • pdhborges 3 hours ago
        How about answering the question and then add details later? IME that tends do work better.
    • mathisfun123 3 hours ago
      Yes it's called being XYed and it's infuriating when some condescending person decides they know so much better than you that even your question is wrong.
      • sceptic123 2 hours ago
        What resonated with me in this article was that there's something about question itself that seems off. And that's even more the case if you answer a lot of people's questions on similar topics. This guy's post is obviously coming rom that standpoint, he's an expert on the software he's supporting people to use.

        But if you genuinely find that you're often being guided to Y when your actual need is X then perhaps you need to think about how you approach it. For example, are you including enough context of why you're asking the question in the first place?

        • mathisfun123 1 hour ago
          After becoming familiar with XY I have learned to specify "yes this is really the problem I'm trying to solve". Invariably you still get people asking "are you sure".
          • pixl97 12 minutes ago
            If you are sure, you're generally not going to answer "Yea, I'm sure", you'll answer "Yea, I'm sure because A, B, C"

            In fact, if you're asking on a forum about how to solve X, be sure to add "because A, B, C" or you're just wasting everyone else's fucking time. The more details you put up front, the more apt you're going to get the answer you're looking for in the first place instead of wasting everyone elses time of exploring the problem space.

      • otterley 3 hours ago
        What if they do, in fact, have the experience to “know better”?
        • mathisfun123 2 hours ago
          What if they don't, in fact, have more experience than me?

          Edit: this is why tech people are insufferable socially. In any other walk of life assuming you know more than someone is a manifestly obvious faux pas.

          • hamdingers 8 minutes ago
            Then solve the problem yourself? Why are you asking someone who knows less than you?

            We need a word for the inverse of being XY'd for when someone asks an XY question but is too proud to accept there's a better alternative to X

          • otterley 2 hours ago
            This is a hypothetical, not an assumption. I’m interested in your response to the hypothetical.

            As a side note, experience isn’t a unidimensional value that is directly comparable. You can have more experience than someone else in one dimension, and the other person can have more experience than you in a different dimension. I’d never argue with my mother about how to perform a blood draw.

            • mathisfun123 1 hour ago
              I already implicitly responded: this should be handled like in any other walk of life - a few probing questions, maybe a preceding dialogue, etc. Admittedly tech people probably don't know how to handle this outside of tech either <shrug>
  • lalitmaganti 1 hour ago
    I do want to clarify my point of view since there does seem to be some interpretation which I didn't entirely anticipate (wholly my mistake):

    1. I'm not claiming that every interaction with a user needs to be turned into a full discussion. There are lots of cases where the answer is "this is what you're looking for, here's a link to the docs". In my experience, this has gone down a lot over time because people tend now to rely on AI much more heavily for those sort of questions in the first place so they won't even reach you. But it does happen and in that case, the best thing for both sides is to point to the documentation and move on.

    2. If I am going to employ this strategy, I always try and both give the direct answer to the question and, as a separate point, ask them the context. Quoting directly from the post:

    > well the answer to your immediate question is X but that’s a pretty strange thing to ask for because of reason Y. Can you tell me more about the wider problem you’re trying to solve?

    3. This does necessitate that you are in some sense an "knowledgeable" on the problem space someone comes to you with: I would never employ this strategy in an area I didn't already feel I was quite well equipped to give my 2c on.

    4. If the person I'm speaking to I know for a fact is already knowledgeable on an area, I would be very hesitant to use this approach because I try and be charitable with assuming that people generally know what they are talking about. While yes, I'm not going to be perfect every time in judging this, I think you can get a pretty good sense from the way they ask their question and how clearly they respond to your initial answer whether they are not (ties to 3 as it requires you are good enough in the space to judge this).

    5. If someone pushes back, I will always defer to their read of the situation, I'm not here to make people do what I suggest, I will simply say "well I think you should do/not do A because of B reason but at the end of the day your call" and leave it at that. I think it's a good thing to be able to have respectful discussions on topics even if both sides agree to disagree.

  • kstenerud 5 hours ago
    “well the answer to your immediate question is X but that’s a pretty strange thing to ask for because of reason Y. Can you tell me more about the wider problem you’re trying to solve?”

    This is the right way to answer these questions. SO was famous for the infuriating "You shouldn't do X, so as a favor to you I'm not going to tell you how." or "Before I answer thee, thou must first answer me these questions three!" kinds of answers.

    Edit: Don't want to take credit for this. It's a quote from the article.

    • stavros 4 hours ago
      Your way is good because it answers my question first. I've been wanting to do a weird thing X and had to first spend half an hour convincing people that yes, I really do know what I'm doing, so they'd give me the one-liner answer I came for.

      Ultimately, it should be on me to choose whether I want to risk doing X or whether I want to take up your offer to explain Y, not the "as a favor to you, I'm not going to tell you how" way you described.

      • otterley 3 hours ago
        If, as you admit, X was a “weird thing,” what’s wrong with taking the time to persuade your peers that it’s worth pursuing? That’s how you build consensus on a team and construct a decision record to help future teammates and other stakeholders understand it.
        • stavros 3 hours ago
          They aren't my peers, and they don't have a stake in it. I'm usually just asking on IRC.
  • jasonshen 3 hours ago
    The funny thing is, this works well with people too. Not to literally not answer, but dig into the question or problem they bring up to understand their mental model and whether there was just a miscommunication or an actual disagreement.
  • greenmilk 3 hours ago
    I believe this is the process that defines Julia Evans' writing (and cartooning)!
  • xnx 3 hours ago
    Domo is now apparently "Governed Data for AI Agents".

    The desperation for commodity services and second-tier products to stay relevant is widespread. See also intercom.com "The only helpdesk designed for the AI Agent era".

  • nekusar 2 hours ago
    And sometimes, I get some bloviating idiot who DEMANDS that my question is a XY issue, constructs their own strawman, and solves THEIR strawman.

    No, I had a reason why I asked the way I did. You're just too arrogant and think only your procedure is the "right" one.