# Questions

> “I would rather have questions that can't be answered than answers that can't be questioned.” ―Richard Feynman
>
> "In all affairs it's a healthy thing now and then to hang a question mark on the things you have long taken for granted." ―Bertrand Russell
>
> “To ask the 'right' question is far more important than to receive the answer. The solution of a problem lies in the understanding of the problem; the answer is not outside the problem, it is in the problem.” ―Jiddu Krishnamurti

### Useful questions:

* When facing a tough situation (or dealing with [sunk cost](https://en.wikipedia.org/wiki/Sunk_costs)) use the **wise outsider** question:
  * Imagine a wise outsider has come to make a decision for you (not burden with the baggage, the cost, the backstory). What would he do?
  * [Andy Grove](https://en.wikipedia.org/wiki/Andrew_Grove): if we got kicked out, what would our successor do?
* To be more productive: "What one task can I do now that will make the rest irrelevant or easy?"
* Avoiding [confirmation bias](https://en.wikipedia.org/wiki/Confirmation_bias): "Under what conditions would my idea be a bad idea?"
* Gaining claritiy: "What is the real truth of the situation that is not yet obvious to me?"
* When you want different results (in life/business/etc) than everyone else, ask questions no one else has the courage or will to ask.
  * "What is currently not possible in my life/industry that if it was possible, would change the game?"
* "What would your life look like if you measured every decision you made against your future vision?"
* “What does it mean?” is often impractical. It's better to ask:
  * "How can I use it?"
  * "What can I learn from this?"
* What is working and what could be working:
  * "What brings me satisfaction in my life? How can I do more of it?"
  * "What could I be happy about?"
* When a question triggers anxiety or fear, ask **kaizen questions** - small, gentle, action-oriented questions:
  * When you are trying to reach a goal, ask yourself every day: "What is one small step I could take toward reaching my goal?"
  * After [Epictetus](https://en.wikisource.org/wiki/Epictetus,_the_Discourses_as_reported_by_Arrian,_the_Manual,_and_Fragments/Book_2/Chapter_13): What is it I want that is not within my power?
  * When you are unhappy but aren't sure why: "If I were guaranteed not to fail, what would I be doing differently?"
* When stuck on something challenging: What might it look like if it was easy?
* "[Via Negativa](https://en.wikipedia.org/wiki/Antifragile#Via_negativa)" questions like:
  * What kind of person I **don't** want to be?
  * What is my **not**-to-do list for today?
* To avoid [survivorship bias](https://en.wikipedia.org/wiki/Survivorship_bias) when presented with a new statistic, inference, assessment, ask:
  * What's the process that generated that data?
  * What are the things that could have happened that might have led them to not measure something?
  * What's the data that's not present?
* The [Hamming](https://www.lesswrong.com/posts/P5k3PGzebd5yYrYqd/the-hamming-question) [Question](http://www.paulgraham.com/hamming.html): What are the most important problems in your field, and why aren’t you working on them?

The question you most often ask yourself (or others ask you) can either guide or control you:

> "If they can get you asking the wrong questions, they don't have to worry about the answers." ―Thomas Pynchon

Seeking the right questions beats seeking answers. Answers are fragile. Questions forge a path. Answers can lead you astray.

> "The right question at the right time can change the course of a life, can still a turbulent mind, or heal an angry heart." ―Ryan Holiday

## Links

* [The Six Types of Socratic Questions](http://www.umich.edu/~elements/5e/probsolv/strategy/cthinking.htm)
* [Relearning the Art of Asking Questions](https://hbr.org/2015/03/relearning-the-art-of-asking-questions)
* [This One Question Will Make Every Decision In Your Life Easier](https://medium.com/@benjaminhardy/this-1-powerful-strategy-made-the-british-rowing-team-to-go-from-average-to-winning-olympic-gold-b859b7f6cda1)
* [Patrick Collison's questions](https://patrickcollison.com/questions)
* [Gwern's Open Questions](https://www.gwern.net/Questions)
* [Alexey Guzey Research Ideas](https://guzey.com/personal/research-ideas/)
* [12 Questions That Will Change Your Life](https://thoughtcatalog.com/ryan-holiday/2017/09/12-questions-that-will-change-your-life/) by Ryan Holiday
* [11 questions that changed my life](https://tim.blog/tag/11-questions-that-changed-my-life/) by Tim Ferriss
* [Skip the small talk](https://lamaalrajih.com/2019/07/24/skip-the-small-talk-part-one/) questions by Lama Al Rajih
* [10X Your Business](http://blog.eladgil.com/2010/10/10x-your-business.html) with just two questions by Elad Gil
* [The State of (Business) Play](https://breakingsmart.substack.com/p/the-state-of-business-play) in 20 questions by Venkatesh Rao
* [How to get useful answers to your questions](https://jvns.ca/blog/2021/10/21/how-to-get-useful-answers-to-your-questions/) by Julia Evans


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.stojanow.com/questions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
