Earlier quoted context omitted.
I'm surprised that Gemini 2.0 is first now. I remember that Google models were under performing on kagi benchmarks.
Having your own hardware to run LLMs will pay dividends. Despite getting off on the wrong foot, I still believe Google is best positioned to run away with the AI lead, solely because they are not beholden to Nvidia and not stuck with a 3rd party cloud provider. They are the only AI team that is top to bottom in-house.
Claude 3.7 Sonnet and Claude Code
391–400 of 1001 posts
Re: Claude 3.7 Sonnet and Claude Code
#392It's fascinating how close these companies are to each other. Some company comes up with something clever/ground-breaking and everyone else has implemented it a few weeks later. Hard not to think of Kurzweil's Law of Accelerating Returns.
It’s extremely unlikely that everyone is copying in a few weeks for models that themselves take many weeks if not longer to train. Great minds think alike, and everyone is influencing everyone. The history of innovation is filled with examples of similar discoveries around the same time but totally disconnected in the world. Now with the rate of publishing and the openness of the internet, you’re only bound to get ev…
they all have foundational heavy-trained model, and then they can do follow up experimental training much faster.
Re: Claude 3.7 Sonnet and Claude Code
#393$1.42
This thing is a game changer.
Re: Claude 3.7 Sonnet and Claude Code
#394Hi 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.
Why gatekeep Claude Code, instead of releasing the code for it? It seems like a direct increase in revenue/API sales for your company.
Re: Claude 3.7 Sonnet and Claude Code
#395Hi 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.
Anthropic is back and cementing its place as the creator of the best coding models—bravo! With Claude Code, the goal is clearly to take a slice of Cursor and its competitors' market share. I expected this to happen eventually. The app layer has barely any moat, so any successful app with the potential to generate significant revenue will eventually be absorbed by foundation model companies in their quest for growth a…
At least with Cursor, I can use all "premium" 500 completions and either buy more, or be patient for throttled responses.
Re: Claude 3.7 Sonnet and Claude Code
#396It’s amazingly good, but it will be scaringly good when there will be a way to include the entire codebase in the context and let it create and run various parts of a large codebase autonomously. Right now I can only do patch work and give specific code snippets to make it work. Excited to try this new version out, I’m sure I won’t be disappointed, Edit: I just tried claude code CLI and it's a good compromise, it wor…
Re: Claude 3.7 Sonnet and Claude Code
#397Hi 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.
Lists, numbers, tabs, etc. are all a little time consuming... minor annoyance but thought I'd share.
Re: Claude 3.7 Sonnet and Claude Code
#398Earlier quoted context omitted.
Well, the companies releasing open weights also need to recoup their investments at some point, they can't coast on VC hype forever. Huge models don't grow on trees.
Or, like Meta, they make their money elsewhere and just seem interested in wrecking the economics of LLMs. As soon as an open-weight model is released, it basically sets a global floor that says "Models with similar or worse performance effectively have zero value," and that floor has been rising incredibly quickly. I'd be surprised if the vast, vast majority of queries ChatGPT gets couldn't get equivalently good res…
Re: Claude 3.7 Sonnet and Claude Code
#399Re: Claude 3.7 Sonnet and Claude Code
#400Earlier quoted context omitted.
If you are open to alternatives, try https://glama.ai/gateway We currently serve ~10bn tokens per day (across all models). OpenAI compatible API. No rate limits. Built in logging and tracing. I work with LLMs every day, so I am always on top of adding models. 3.7 is also already available. https://glama.ai/models/claude-3-7-sonnet-20250219 The gateway is integrated directly into our chat ( https://glama.ai/chat ). So…
Do you have deepseek r1 support? I need it for a current product I’m working on.
It is provided by DeepSeek and Avian.
I am also midway of enabling a third-provider (Nebius).
You can see all models/providers over at https://glama.ai/models
As another commenter in this tread said, we are just a 'frontend wrapper' around other people services. Therefore, it is not particularly difficult to add models that are already supported by other providers.
The benefit of using our wrapper is that you can use a single API key and you get one bill for all your AI bills, you don't need to hack together your own logic for routing requests between different providers, failovers, keeping track of their costs, worry what happens if a provider goes down, etc.
The market at the moment is hugely fragmented, with many providers unstable, constantly shifting prices, etc. The benefit of a router is that you don't need to worry about those things.