## Overview
The human brain is designed for action. It's just not designed for action in a way that is most helpful to us in the modern world. We have a [[modern ancient mismatch]] in our brain design and our bodies and brains haven't caught up.
%%
## Unrequited notes (by link)
These notes point directly to this note. But this note doesn't point back.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from [[Action]]
and !outgoing([[Action]])
sort file.mtime desc
```
## Associated notes (by tag)
These notes have this associated tag: `#on/action`.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from #on/action
and !outgoing([[Action]])
sort file.mtime desc
```