LLMs can’t reason — they just crib reasoning-like steps from their training data
zogwarg @ zogwarg @awful.systems Posts 5Comments 233Joined 2 yr. ago

zogwarg @ zogwarg @awful.systems
Posts
5
Comments
233
Joined
2 yr. ago
To be "fair" kubernetes api only supports strongly validated/typed YAML-ish input..., it won't let you put non-string values in string locations. And in reality at the HTTP api layer—at least for kubectl—json is used. (Which also means you cant' do the more weird occult YAML things that JSON wouldn't let you)
You have to blame the deep-nestedness of k8s resources for unreadability...