Hey there, I’m starting a new habit that I hope to stick with and that will help you: ctrl+r : a weekly recall from the terminal of my mind.
TOON loks like an annotated csv.
It's not clear to me why
```
users[3]{id,name,role}:
1,Alice,admin
2,Bob,user
3,Charlie,admin
should be better than
`users.csv`
id,name,role
But maybe it's LLM magic
Mutliple things!
As you can see you have a number next to "users". This one can be nested and put next to other blocks.
That means that for each block we have
-name of the object
-number of rows
-field schema
-you know where the nested fields start/end
I haven't tested it yet! My personal projects doesn't burn too much cost for me to be worried about that so far but still curious to see if I would see some difference even at lower volume, so will try soon!
TOON loks like an annotated csv.
It's not clear to me why
```
users[3]{id,name,role}:
1,Alice,admin
2,Bob,user
3,Charlie,admin
```
should be better than
`users.csv`
```
id,name,role
1,Alice,admin
2,Bob,user
3,Charlie,admin
```
But maybe it's LLM magic
Mutliple things!
As you can see you have a number next to "users". This one can be nested and put next to other blocks.
That means that for each block we have
-name of the object
-number of rows
-field schema
-you know where the nested fields start/end
I haven't tested it yet! My personal projects doesn't burn too much cost for me to be worried about that so far but still curious to see if I would see some difference even at lower volume, so will try soon!