Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrange
332 days ago
IIRC yaml is easier for models than json because you don't need as much recursive syntax.
1 comments
t1amat
332 days ago
I doubt this is true anymore, if ever. Both require string escaping, which is the real hurdle. And they are heavily trained on JSON for tool calling.
link
0x457
328 days ago
I believe it could be true because I think training dataset contained a lot more yaml than json. I mean...you know how much yaml get churned out every second?
link