> For the complete documentation index, see [llms.txt](https://johnkazer.gitbook.io/future-proof/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://johnkazer.gitbook.io/future-proof/neuroscience.md).

# Neuroscience

Our brains tell us we’ve Done Something Before We Actually Do It <http://blogs.discovermagazine.com/d-brief/2019/04/24/action-perception-basketball/>. This is a crucial factor in generating our attitudes and bias - our pre-existing state of mind is directly determining how we respond because it generates perspectives and expectations based on prior experience and existing character.

Confirmation bias is driven by varying levels of attention? So you attend to information that triggers your existing perception and expectations <https://medium.com/proceedings-of-the-national-academy-of-sciences/attention-may-be-at-the-root-of-confirmation-bias-57276261bf4f>

Predicting the future <https://www.quantamagazine.org/to-make-sense-of-the-present-brains-may-predict-the-future-20180710/>. In this context, consistency helps make predictions - uncertainty makes predictions harder and therefore may generate anxiety.

How does this fit in? *\<Dreams* [*https://www.nbcnews.com/better/pop-culture/your-weird-dreams-actually-make-lot-sense-according-neuroscience-psychology-ncna913436*](https://www.nbcnews.com/better/pop-culture/your-weird-dreams-actually-make-lot-sense-according-neuroscience-psychology-ncna913436) *So your brain needs a story or episodic process to think and create memories. When you're asleep it creates these as semi-conscious dreams. The dream may be linked to the issue at hand or only vaguely, eg emotional verses physical similarity.>*

Consciousness <https://www.scientificamerican.com/article/there-is-no-such-thing-as-conscious-thought/> of course! <http://theconversation.com/what-if-consciousness-is-just-a-product-of-our-non-conscious-brain-107973>

Learning <https://www.sciencedirect.com/science/article/abs/pii/S0959438817301587?via%3Dihub> role of dopamine in learning and action <https://royalsocietypublishing.org/doi/10.1098/rspb.2018.1645> ditto Role of time <https://www.quantamagazine.org/how-the-brain-creates-a-timeline-of-the-past-20190212/>

Brains are social things - we are not isolated individuals with no connections to others. Our social lives have a big impact upon our sense of self and character. <https://theconversation.com/how-the-brain-builds-a-sense-of-self-from-the-people-around-us-new-research-141844>.

Revenge sleep procrastination is an emerging phenomenon whereby an unconscious desire to regain free time leads to a resistance to going to sleep. Another instance of a somewhat broken attempt to 'take back control'.\
<https://www.frontiersin.org/articles/10.3389/fpsyg.2014.00611/full>\
<https://greatist.com/discover/revenge-bedtime-procrastination>

The neuroscience of uncertainty is strongly associated with that of control.\
<https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3184613/>\
<https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3370661/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://johnkazer.gitbook.io/future-proof/neuroscience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
