If anyone would like to try it for coding in VSCode, I just added it to http://double.bot on v93 (AI coding assistant). Feels quite strong so far and got a few prompts that I know failed with gpt4o. fyi for anyone testing this in their product, their docs are wrong, it's claude-3-5-sonnet-20240620, not claude-3.5-sonnet-20240620.
Before I read your comment I was looking for a solution to use Claude as co-pilot in Neovim. I've seen in Double's website FAQ that it's not supported yet. Do you have an idea if this feature is expected to land anytime soon?
Claude 3.5 Sonnet
191–200 of 287 posts
Re: Claude 3.5 Sonnet
#192Earlier quoted context omitted.
That's right! Breakdown here for the API: https://www.anthropic.com/pricing#anthropic-api
why would someone pick opus at these prices?
Re: Claude 3.5 Sonnet
#193Opus remained better than GPT for me, even after the release of GPT-4o. VERY happy to see an even further improvement beyond that, Claude is a terrific product and given the news that GPT-5 only began its training several weeks ago I don't see any situation where Anthropic is dethroned in the near term. There are only two parts of Anthropic's offering I'm not a fan of: - Lack of conversation sharing: I had a conversa…
I'm in the same boat waiting for an Android app btw. One other feature that I'm hoping they catch up to others on is a permanent context window so that I can get Claude to stop speaking so formally all the time
Re: Claude 3.5 Sonnet
#194Using this is the first time since GPT-4 where I've been shocked at how good a model is. It's helped by how smooth the 'artifact' UI is for iterating on html pages, but I've been instructing it to make a simple web app one bit of functionality at a time and it's basically perfect (and even quite fast). I'm sure it will be like GPT-4 and the honeymoon period will wear off to reveal big flaws but honestly I'd take this…
Re: Claude 3.5 Sonnet
#195Earlier quoted context omitted.
You might be looking for "LLM Web-UI"s. I searched for a while until I found this thread with recommendations: https://old.reddit.com/r/LocalLLaMA/comments/1847qt6/llm_web...
Thanks for the resource! I've seen some of them and the main issue I had is I don't want to self host anything, and I want to use latest third party models as soon as they are released. Maybe something like what I'm talking about exists already, but I think I'll still try and make my own open source version to fulfill my personal requirements.
[1]: https://trelent.com
Re: Claude 3.5 Sonnet
#196I tried one question that gave me a good answer, and then I tried two of the sample questions. After a couple more short input/outputs I reaced the max messge limit. They state that Pro is at least 5x, but if that is only ~25 short token input/outputs then that's too little for it to not be really annoying to use. What is usage actually like? Is free just very limited now compared to pro? Or is pro also very limited?
Re: Claude 3.5 Sonnet
#197Earlier quoted context omitted.
What I understand is that it's GPT 6 that just went into training, and that GPT 5 is complete and being delayed until after the U.S. election.
This is pure speculation, right?
Re: Claude 3.5 Sonnet
#198Earlier quoted context omitted.
It isn’t allowed to see the final evaluation test (used in calculating its pass/fail), but it can run code and see the output of its own code in order to understand what doesn’t work. If it ends up creating tests as part of that based on the original problem statement then presumably that’s allowed.
Is this speculation or do you work at Anthropic? It would be cool to see the prompts used for this.
Re: Claude 3.5 Sonnet
#199I see plenty of praise here for Claude over GPT4.o in writing code but it failed for me. To add to the collective anecdata, here Gpt 4.o does fine and Claude invents packages that don’t exist: Question: “Write code in Swift to use RAG and LLMs to allow users to ask questions about a document collection. Let’s use services to get the app completed quickly. What do you think about using Cohere for the text embedding mo…
The first task seemed like it was heading the right way, but it just didn't finish up, left empty function stubs which didn't compile. Definitely tuned to be very lazy.
The second one was five files, tasked to fix a specific thing. It found the right function but changed unrelated parts of it so it used nonexistant values and in effect, broke it entirely.
I don't think I get the hype either tbh. Maybe the file upload is borked on their chat demo or just a classic case of long context IQ loss.
Re: Claude 3.5 Sonnet
#200On a first glance, CS3.5 appears to be slightly faster than gpt-4o (62 vs 49 tok/sec) and slightlhy less capable (78% vs 89% accuracy on our internal reasoning benchmark). When initially launched, gpt-4o had speed of over 100 tok/sec, surprised that speed went down as fast.