L
13

Picked Claude over ChatGPT for my coding work...

I had to choose between Claude and ChatGPT for some Python automation at my warehouse in Toledo. Went with Claude after testing both on a messy inventory script. It just handled the JSON parsing way cleaner without me having to hold its hand. Anyone else find one AI model just clicks better for certain tasks?
2 comments

Log in to join the discussion

Log In
2 Comments
robinwalker
Oh man, that JSON parsing thing is the exact kind of nitpicky crap that makes or breaks a tool for me. What specifically about the parsing made Claude feel smoother though? I've had ChatGPT just straight up hallucinate key names in nested JSON objects before, like it'd guess at field names instead of reading the actual structure. Did Claude actually respect your schema and data types without you having to fight it on every little thing?
9
sage_rodriguez
Honestly yeah, that hallucinating key names thing drives me nuts. I read somewhere that Claude was trained with a bigger focus on structured data tasks, so it actually pays attention to the full schema instead of guessing. Ngl it saved me a ton of back and forth on a project where I had nested objects with specific data types.
8