Oddbean new post about | logout
 No idea. 😂

Some science journal text I copied from liminal 
 It's just a test of the event kind displaying correctly. 
 Chat GPT generated articles 😅. Made multiple articles to see if I could compare individual notes or mess around with hyperlinking:
```
articleTitles =[ topic , topic 2...]
toc = [what is it? , who would use it? ..., conclusion]

for article in articleTitles:
    for section in toc:
        AI. prompt("you are a blogger with skills in {topic}. You are currently writing {section}. Please write it in markdown.")
```

SVM = Support Vector Machine - "find me a 'curve' that separates these datapoints into two classes given their labels"