Claude 3.7 Sonnet and Claude Code
401–410 of 1001 posts
Re: Claude 3.7 Sonnet and Claude Code
#402Hi 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.
How is your largest customer, Cursor, taking the news that you'll be competing directly with them?
Re: Claude 3.7 Sonnet and Claude Code
#403Earlier quoted context omitted.
Could you share an example?
TLDR: told it to implement a grid view as an alternative to the existing list view, and specifically told it to DRY the code. What it did? Copy and pasted the list view implementation (definitely not DRY), and tried to make it a grid, and even though it is a grid, it looks terrible ( https://i.imgur.com/fJiSjq4.png ). I don't understand how people use cursor and all that other shit when it cannot follow such simple i…
Hell, I still have to remind it (Cursor) to not give me fucking React a few messages after I've already told it to not give me React (it's a Vue application with not a single line of React in it). Genuinely maddening, but the infinite wisdom of the higher ups forces me into wasting my time with this crap
Re: Claude 3.7 Sonnet and Claude Code
#404You 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.
Damn, that’s brutal. I mean, I never said I knew how to fix ComponentProps or generic components, just that they have issues…
Re: Claude 3.7 Sonnet and Claude Code
#405You 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.
Oh god that's genuinely way more amusing than I thought llm systems were capable of.
Obviously this is problematic, but Claude 3.5 (and now 3.7) have been genuinely funny and consistently funny.
Re: Claude 3.7 Sonnet and Claude Code
#406Re: Claude 3.7 Sonnet and Claude Code
#407Why can't they count to 4? I accepted it when Knuth did it with TeX's versioning. And I sort of accept it with Python (after the 2-3 transition fiasco), but this is getting annoying. Why not just use natural numbers for major releases?
Re: Claude 3.7 Sonnet and Claude Code
#408Earlier quoted context omitted.
The API still has limits. Even if you are on the highest tier, you will quickly run into those limits when using coding assistants. The value proposition of Glama is that it combines UI and API. While everyone focuses on either one or the other, I've been splitting my time equally working on both. Glama UI would not win against Anthropic if we were to compare them by the number of features. However, the components th…
Ok, but that's not the issue the parent was mentioning. I've never hit API limits but, like the original comment mentioned, I too constantly hit the web interface limits particularly when discussing relatively large modules.
Re: Claude 3.7 Sonnet and Claude Code
#409The basic idea is working, it handled everything for me.
From setting up the node environment. Creating the directories, files, patching the files, running code, handling errors, patching again. From time to time it fails to detect its own faults. But when I pinpoint it, it get it most of the time. And the UI is actually more pretty than I would have crafted in v1
When this get's cheaper, and better with each iteration, everybody will have a full dev team for a couple of bucks.