## 24 Jun 2025
- Most recent plan/chat: https://gemini.google.com/app/fb6d83ae77805e52
- Another very useful chat about autoregression and factorisation: raycast://extensions/raycast/raycast-ai/ai-chat?context=%7B%22id%22:%228186DD83-473C-428F-B7C4-8FB60A59A5D4%22%7D
-
```dataview
LIST
WHERE paper = "environmental aesthetics of generative ai"
```
```dataview
LIST
WHERE paper = "the environmental aesthetics of generative ai"
```
# Drafts
```dataview
LIST
WHERE paper = "environmental aesthetics of generative ai"
```
```dataview
LIST
WHERE paper = "environmental aesthetics of generative ai" AND type = "draft"
```
```dataview
LIST
FROM ""
WHERE paper
GROUP BY paper
SORT paper ASC
```
LIST
FROM ""
WHERE paper
GROUP BY paper
SORT paper ASC
LIST
WHERE (paper = "the environmental aesthetics of generative AI" OR paper = "environmental aesthetics of generative AI") AND type = "draft"
```dataview
LIST
WHERE (paper = "the environmental aesthetics of generative AI" OR paper = "environmental aesthetics of generative AI") AND type = "draft"
```