David Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 20 days agoLLMs can’t reason — they just crib reasoning-like steps from their training datapivot-to-ai.comexternal-linkmessage-square125fedilinkarrow-up1196arrow-down10
arrow-up1196arrow-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 · 20 days agomessage-square125fedilink
minus-squarefroztbyte@awful.systemslinkfedilinkEnglisharrow-up7·18 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