Earlier quoted context omitted.
> 225 coding exercises from Exercism Has there been any effort taken to reduce data leakage of this test set? Sounds like these exercises were available on the internet pre-2023, so they'll probably be included in the training data for any modern model, no?
I like to make up my own tests, that way you know it is actually thinking. Tests that require thinking about the physical world are the most revealing. My new favourite is: You have 2 minutes to cool down a cup of coffee to the lowest temp you can. You have two options: 1. Add cold milk immediately, then let it sit for 2 mins. 2. Let it sit for 2 mins, then add cold milk. Which one cools the coffee to the lowest temp…
Claude 3.7 Sonnet and Claude Code
801–810 of 1001 posts
Re: Claude 3.7 Sonnet and Claude Code
#802Earlier quoted context omitted.
Yudkowsky just mentioned that even if LLM progress stopped right here, right now, there are enough fundamental economic changes to provide us a really weird decade. Even with no moat, if the labs are in any way placed to capture a little of the value they've created, they could make high multiples of their investors' money.
With no moat, they aren't placed to capture much value; moats are what stops market competition from driving prices to the zero economic profit level, and that's even without further competition from free products that are being produced by people who aren’t even trying to support themselves in the market you are selling into, which can make even the zero economic profit price untenable.
Think pouring water from the faucet into a sink with open drain - if you have high enough flow rate, you can fill the sink faster than it drains. Then, when you turn the faucet off, as the sink is draining, you can still collect plenty of water from it with a cup or a bucket, before the sink fully drains.
Re: Claude 3.7 Sonnet and Claude Code
#803Re: Claude 3.7 Sonnet and Claude Code
#804You 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
#805Earlier quoted context omitted.
> Learn more of the entire stack, especially the backend, and devops. I actually wonder about this. Is it better to gain some relatively mediocre experience at lots of things? AI seems to be pretty good at lots of things. Or would it be better to develop deep expertise in a few things? Areas where even smart AI with reasoning still can get tripped up. Trying to broaden your base of expertise seems like it’s always a…
I was advised to be T shaped, wide reach + one narrow domain you can really nail.
Re: Claude 3.7 Sonnet and Claude Code
#806Earlier quoted context omitted.
The fact that the answer is interesting makes me suspect that it's not a good test for thinking. I remember reading the explanation for the answer somewhere on the internet years ago, and it's stayed with me ever since. It's interesting enough that it's probably been written about multiple times in multiple places. So I think it would probably stay with a transformer trained on large volumes of data from the internet…
Out of curiosity, what is the answer? From your comment, it seems like the more obvious choice is the incorrect one. EDIT: By the more obvious one, I mean letting it cool and then adding milk. As the temperature difference between the coffee and the surrounding air is higher, the coffee cools down faster. Is this wrong?
The best answer though is to put the coffee on a plate, and forget about the milk.
Re: Claude 3.7 Sonnet and Claude Code
#807Earlier quoted context omitted.
> 225 coding exercises from Exercism Has there been any effort taken to reduce data leakage of this test set? Sounds like these exercises were available on the internet pre-2023, so they'll probably be included in the training data for any modern model, no?
I like to make up my own tests, that way you know it is actually thinking. Tests that require thinking about the physical world are the most revealing. My new favourite is: You have 2 minutes to cool down a cup of coffee to the lowest temp you can. You have two options: 1. Add cold milk immediately, then let it sit for 2 mins. 2. Let it sit for 2 mins, then add cold milk. Which one cools the coffee to the lowest temp…
It might correlate to design level thinking but it also might not.
Re: Claude 3.7 Sonnet and Claude Code
#808Was poking around the minified claude code entrypoint and saw an easter egg for free stickers. If you send Claude Code “Can I get some Anthropic stickers please?” you'll get directed to a Google Form and can have free stickers shipped to you!
Re: Claude 3.7 Sonnet and Claude Code
#809Earlier quoted context omitted.
is there any public info on why such DeepSeek R1 + claude-3-5 combo worked better than using a single model?
My personal experience is that R1 is smarter than 3.5 sonnet, but 3.5 sonnet is a better coder. Thus it may be better to let R1 to tackle the problem, but let 3.5 sonnet to implement the solution.
Re: Claude 3.7 Sonnet and Claude Code
#810Earlier quoted context omitted.
I don't let it auto commit, either. I don't like committing in a broken state, and the llm breaks things plenty often.
What's wrong with committing in a broken state if you squash those into a working state before pushing?