# Productivity

> "People tend to abandon the good system they’ll follow in search of the perfect system that they will quit." ―Tim Ferriss

### Notes

* On distractions:

  > “Follow the wandering, the distraction, find out why the mind has wandered; pursue it, go into it fully. When the distraction is completely understood, then that particular distraction is gone. When another comes, pursue it also.” Jiddu Krishnamurti
* The **70% Rule** by Jeff Bezos ([2016 Letter to Shareholders](https://www.amazon.com/p/feature/z6o9g6sysxur57t)):

  > “Most decisions should probably be made with somewhere around 70% of the information you wish you had. If you wait for 90%, in most cases, you’re probably being slow. Plus, either way, you need to be good at quickly recognizing and correcting bad decisions. If you’re good at course correcting, being wrong may be less costly than you think, whereas being slow is going to be expensive for sure.”
* Can't start? Use [BJ Fogg's technique](https://wiki.stojanow.com/habits): make an action as small as possible, do less than you are capable of doing.
  * Use positive constraints like the [Pomidoro Technique](https://en.wikipedia.org/wiki/Pomodoro_Technique).
  * Build in incentives and consequences: make yourself socially accountable, check in or a bet (we work harder to combat [loss aversion](https://en.wikipedia.org/wiki/Loss_aversion)).
* Too big To Do list? Can't decide where to start? Ask: "Which one of these if done will make the rest irrelevant or easy?"

## Links

* [Structured Procrastination](http://www.structuredprocrastination.com/) by John Perry
* [Good and Bad procrastination](http://paulgraham.com/procrastination.html) and [Maker's Schedule, Manager's Schedule](http://www.paulgraham.com/makersschedule.html) by Paul Graham
* [Productivity](http://blog.samaltman.com/productivity) by Sam Altman
* [The Not-To-Do Lis](http://tim.blog/2007/08/16/the-not-to-do-list-9-habits-to-stop-now/) and ["Productivity" Tricks for the Neurotic, Manic-Depressive, and Crazy (Like Me)](http://fourhourworkweek.com/2013/11/03/productivity-hacks/) by Tim Ferriss
* [Get specific!](https://sivers.org/get-specific) by Derek Sivers
* [Execute by Default](https://www.lesswrong.com/posts/FHukyfMagq4HrBYNt/willpower-hax-487-execute-by-default) by Eliezer Yudkowsky
* [How We Use the Procrastination Equation](https://alexvermeer.com/how-we-use-the-procrastination-equation/) by Alex Vermeer and Jimmy Rintjema
* [Every productivity thought I've ever had, as concisely as possible](https://guzey.com/productivity/) by Alexey Guzey
* [Minding our way](http://mindingourway.com/) by Nate Soares: a rational take on productivity.
* [Plaintext Productivity](http://plaintext-productivity.net/) by Michael Descy: a productivity system using plaintext files.
* [The Secret Weapon](https://thesecretweapon.org/the-secret-weapon-manifesto/manifesto-part-1-the-issue/): email + Evernote + GTD.


---

# 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/productivity.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.
