Don't answer the first question

23 points by lalitm


codekobold

The author says this is going much further than the XY problem, but I rather think it's describing in good detail and with interesting insights how to deal with the XY problem

ucirello

Great read! I liked this post - and it took me back to something I heard many years ago; I think I am going to call it the flipped side of the same coin; which being careful to not replace the question you are being asked with a simpler question and answer that instead. So not answering the first question, you would be also helping yourself to not make this unconscious question switch.

An intuitive example of the problem is this:

Person 1: What's the distance between Amsterdam and San Francisco? Person 2: That's a 12 hour long flight.

The question was about the distance, but because the knowing the distance is a hard question (in this case you would have to have memorized the distance between the cities), person 2 replaces it with an easier question (how long does it take to get between those cities through air - which is a more common transportation mode for long distance traveling across oceans) and then they answered the replacement question instead.

I see this happen very often - and it seems more common when there is power distance between the person asking and the person answering.

jklowden

@lalitm, you'll be pleased to know the problem predates the internet and has a name: requirements analysis.

Ed Yourdon among others distinguished between a process, a result the user wants to obtain, and a procedure, a way to obtain it. A process might notify the customer their order has shipped. A procedure would send them that information by email.

Users of a system tend to think of solutions as features of that system. (Programmers aren't immune. That's why there are so many solve for Y in X permutations.) Your job as an analyst is to distill the requirements from any particular manifestation. Then, as engineer, you implement a solution.

Not very long ago I was involved in a discussion about how to make logging faster, because sometimes syslog(3) fell behind and events went missing from the log. That wasn't really the problem, though. No user wants faster logging. The user wants to solve problems. The process is getting him the information he needs. Writing absolutely everything to the log is only one way to do that.

Yourdon was among those who advocated for CASE tools. They might have succeeded if management could measure quality and productivity. But that's a rant for another day.

adampetrovic

Instead, the confusion that produced the wrong question is itself an opening

Unless you're the foremost expert on a topic, it can be quite difficult to come to an initial conclusion of a question as being 'wrong'

doctor_eval

For a variety of reasons I recently added 404 pages to our ingress router as we modernise a bunch of stuff. This caused problems. A developer came to me and wanted the old 404 behaviour back, because it used to include a navigation bar and a menu.

This made my evil-detector twitch.

Pressed further, it turns out that some customers have a configuration that always results in a 404 when they log in, and they used the old 404 page to go where they actually needed to go.

I invented the lolcry for moments like this 🤣😭

icefox
Comment removed by author