David Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 24 days agoLLMs can’t reason — they just crib reasoning-like steps from their training datapivot-to-ai.comexternal-linkmessage-square129fedilinkarrow-up1200arrow-down10
arrow-up1200arrow-down1external-linkLLMs can’t reason — they just crib reasoning-like steps from their training datapivot-to-ai.comDavid Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 24 days agomessage-square129fedilink
minus-squarefroztbyte@awful.systemslinkfedilinkEnglisharrow-up7·22 days ago Try YAML, the serialization format recommended by four out of five Nordic countries yeah there are so many fucking crazy footguns in yaml another I quite like: ❯ ipython -c 'import yaml; d = dict(); d["d"] = d; print(yaml.safe_dump(d))' &id001 d: *id001
yeah there are so many fucking crazy footguns in yaml
another I quite like:
❯ ipython -c 'import yaml; d = dict(); d["d"] = d; print(yaml.safe_dump(d))' &id001 d: *id001