Hacker News new | ask | show | jobs
by jedberg 2656 days ago
The human mind is not a business. Fantasizing about the future is actually integral to the functioning of the human mind. It builds neural pathways and releases dopamine that makes you feel good about your choice, motivating you to execute.

Without the fantasy, the reality would never come.

2 comments

> releases dopamine that makes you feel good about your choice, motivating you to execute.

Dopamine can be motivating, but over a threshold it's satisfying, which is essentially the opposite of motivating.

I think what's really being warned about is that if you dream too much it becomes satisfying. If you allow yourself to experience the pleasure of fantasising about your future, then you lose the motivation to actually realise that future. Instead of training your neural pathways to more effectively improve your circumstances, you train your neural pathways to get to that satisfaction quicker by simply imagining and believing you will have done so in the future.

I'd like to submit the possibility that in a lot of cases dopamine is doing its exact job (which seems to be ranking your brain's predictions and facilitating learning of patterns) -- if you are correctly able to predict with high confidence the outcome of whatever you are wanting to do, then you'll end up not wanting to do it anymore (because you'd learn nothing from it -- and because the pleasure from imagining doing it is just as real). The solution is to attempt harder stuff, things that you can't right now predict, where outcomes are still uncertain, things that might bring you suffering and not just pleasure.
> motivating you to execute

The article is discussing fantasizing that does not result in action

No the article is saying don't ever waste time fantasizing because it's the same as writing new features in code that no one will use. It specifically calls out things like buying workout clothes before you work out, or getting a new journal before you start journaling.
Maybe you missed the point of the article. The author is describing a common issue where people have lots of ideas, plan them out in their heads and get the reward in form of pleasure (anticipation of success, power, beauty, anything). They don't imagine or plan actually doing the work, they plan for wonderful outcomes. They never do what's necessary and become quite frustrated, not knowing why. There was even psychological research into this phenomenon if I recall correctly , and it yielded the somewhat surprising result that this is a strong habitual behavior and thus fairly hard to change.
Because the risk is that you will never start working out or never start journaling, so your purchase / planning was a waste. Adopt good habits before you invest in them.
As a programmer, I find "fantasizing" important, as in thinking ahead. I'm working on a program, and I do from time to time imagine my software being popular, widely-used in the future, etc.

I actually find it useful to, instead of immediately acting, sometimes take a bit of time to ask: how do I want my UI to look? How are people going to use this software? What are some typical use case scenarios? I've gained valuable insight by daydreaming a little bit, and not acting immediately.

IMO, you need a mixture of both some planning and also actively working on the project. You can get stuck in fantasies, design something overly complex that you think will solve all use cases (but actually does many things poorly instead of doing one thing well). You can also fantasize about a project so much that you get bored of the project before you even really get started.