## Recommended Resources
Check out my free tutorial + templates on how to start using AI For PKM https://free.johnmavrick.com/ai-pkm
## Notes
### Application
- [[AI for outsourcing and agent automation]]
- [[AI for Personal Knowledge Management]]
### General Adoption
Pew Research Center survey:
https://www.pewresearch.org/short-reads/2023/05/24/a-majority-of-americans-have-heard-of-chatgpt-but-few-have-tried-it-themselves/
58% of Americans have heard of ChatGPT
14% have tried it
Only 2% (1 in 50) have found it “extremely useful” for work, education, or entertainment
Another 3% have found it “very useful”
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden"
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden"
sort file.mtime desc
```