Claude 3.7 Sonnet and Claude Code
451–460 of 1001 posts
Re: Claude 3.7 Sonnet and Claude Code
#452Hi everyone! Boris from the Claude Code team here. @eschluntz, @catherinewu, @wolffiex, @bdr and I will be around for the next hour or so and we'll do our best to answer your questions about the product.
Re: Claude 3.7 Sonnet and Claude Code
#453The best part
Re: Claude 3.7 Sonnet and Claude Code
#454Hi everyone! Boris from the Claude Code team here. @eschluntz, @catherinewu, @wolffiex, @bdr and I will be around for the next hour or so and we'll do our best to answer your questions about the product.
Also, curious if you have any intuition as to why the no-parallelism number for AIME with Claude (61.3%) is quite low (e.g., relative to R1 87.3% -- assuming it is an apples to apples comparison)?
Re: Claude 3.7 Sonnet and Claude Code
#455You can get your HN profile analyzed by it and it's pretty funny :) https://hn-wrapped.kadoa.com/ I'm using this to test the humor of new models.
:'(
Re: Claude 3.7 Sonnet and Claude Code
#456So far only o1 pro was breathtaking for me few times. I wrote a kind of complex code for MCU which deals with FRAM and few buffers, juggling bytes around in a complex fashion. I was very not sure in this code, so I spent some time with AI chats asking them to review this code. 4o, o3-mini and claude were more or less useless. They spot basic stuff like this code might be problematic for multi-thread environment, thos…
I think claude.ai’s web app in thinking mode is likely defaulting to a much much smaller thinking budget than that.
Re: Claude 3.7 Sonnet and Claude Code
#457It's pretty fascinating to refresh the usage page on the API site while working [0]. After initialization it was up to 500k tokens ($1.50). After a few questions and a small edit, I'm up to over a million tokens (>$3.00). Not sure if the amount of code navigation and typing saved will justify the expense yet. It'll take a bit more experimentation. In any case, the default API buy of $5 seems woefully low to explore t…
Re: Claude 3.7 Sonnet and Claude Code
#458You can get your HN profile analyzed by it and it's pretty funny :) https://hn-wrapped.kadoa.com/ I'm using this to test the humor of new models.
blasted
Re: Claude 3.7 Sonnet and Claude Code
#459Earlier quoted context omitted.
This test has always been so stupid since models work at the token level. Claude 3.5 already 5xs your frontend dev speed but people still say "hurr durr it can't count strawberry" as if that's a useful problem
This test isn't stupid. If it can't count the number of letters in a text, can you rely on it with more important calculations?
Re: Claude 3.7 Sonnet and Claude Code
#460So far only o1 pro was breathtaking for me few times. I wrote a kind of complex code for MCU which deals with FRAM and few buffers, juggling bytes around in a complex fashion. I was very not sure in this code, so I spent some time with AI chats asking them to review this code. 4o, o3-mini and claude were more or less useless. They spot basic stuff like this code might be problematic for multi-thread environment, thos…
More generally, I tend to give o1 pro as much of my codebase as possible (it can take around 100k tokens) and then ask it for small chunks of work which I then pass to Sonnet inside Cursor.
Very excited to see what o3 pro can do.