Live data from Hacker News

Ask HN: What is your experience with Claude 3.5?

news.ycombinator.com

21–29 of 29 posts

Re: Ask HN: What is your experience with Claude 3.5?

#21
I run all my queries through all of the SOTA models so that I can do a direct comparison. Currently, I've run over 600 queries through all the models. Claude has a clearly better answer than GPT-4 around 6% of the time and GPT-4 has a clearly better answer than Claude around 4% of the time.

Gemini is laughably behind the others though slightly better than Meta's current offering.

I find GPT-4 and Claude roughly on par with a slight edge to Claude. But when it fails, it does so catastrophically, whereas GPT-4 normally gives you at least something approaching a reasonable answer.

Another clear difference between them is that GPT-4 has a built-in code interpreter, and Claude doesn't. Some of the questions that GPT-4 gets correct that Claude doesn't are because GPT-4 can actually write code, run it, analyze the results, and self correct. Sometimes to a very impressive degree.

Re: Ask HN: What is your experience with Claude 3.5?

#22
post #9

If you haven't yet, pay for the upgrade to use Projects. I've uploaded entire codebases, then opened different conversations about that codebase, generating very useful artifacts. Also, Claude artifacts can display MermaidJS. You can give it a whole codebase and ask something like "generate a sequence diagram of this process" and it does a remarkable job of doing so, displaying results in realtime.

Claude doesn’t render LaTeX like ChatGPT though which is a huge miss for those of us who use LLMs for math stuff.

Re: Ask HN: What is your experience with Claude 3.5?

#24
post #15

I haven’t been blown away by its coding as compared to 4o. It feels similar. I use it via the chat interface and copy/paste. I’d prefer to use it directly in IntelliJ but haven’t found a plugin that doesn’t get in my way to the point of being too distracting. The part of the Claude UI that writes code in a sidebar next to the chat is much better than writing code inline like ChatGPT.

  > The part of the Claude UI that writes code in a sidebar next to the chat is much better than writing code inline like ChatGPT.
How do I enable this? I am new to Claude, got a Pro account, but I only get inline code and can't find an option to change this.

Re: Ask HN: What is your experience with Claude 3.5?

#27
post #24
post #15

I haven’t been blown away by its coding as compared to 4o. It feels similar. I use it via the chat interface and copy/paste. I’d prefer to use it directly in IntelliJ but haven’t found a plugin that doesn’t get in my way to the point of being too distracting. The part of the Claude UI that writes code in a sidebar next to the chat is much better than writing code inline like ChatGPT.

> The part of the Claude UI that writes code in a sidebar next to the chat is much better than writing code inline like ChatGPT. How do I enable this? I am new to Claude, got a Pro account, but I only get inline code and can't find an option to change this.

Under the accounts menu in the bottom left, open Feature Preview and enable Artifacts.

Re: Ask HN: What is your experience with Claude 3.5?

#29
post #28

i'll keep trying new models as they're updated but 3.5 sonnet is hot garbage. not worth the power to train and run it.

That's interesting. Really curious about where it's failing for you, where other models are succeeding.

the most recent fail involved YAML anchors (the ampersand syntax). i had a vague idea that you might be able to extend an anchor elsewhere in the file (like "abc " + &anchor). claude dreamed up three ways to do it, all three were hallucinated nonsense. when i said they didn't work, i get the classic "YAML doesn't support string concatenation in the way I suggested. My previous examples were incorrect."

any time i've saved via claude or chatgpt is dwarfed by the time they have wasted.

Post reply on HN