Earlier quoted context omitted.
Why not just open source Claude Code? people have tried to reverse eng the minified version https://gist.githubusercontent.com/1rgs/e4e13ac9aba301bcec28...
Claude Code is on github: https://github.com/anthropics/claude-code
Claude 3.7 Sonnet and Claude Code
571–580 of 1001 posts
Re: Claude 3.7 Sonnet and Claude Code
#572Earlier quoted context omitted.
As opposed to vector search, or…?
Does it make sense to use vector search for code? It's more for vague texts. In the code relevant parts can be found by exact name match. (in most cases. both methods aren't exclusive)
Re: Claude 3.7 Sonnet and Claude Code
#573You 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.
How does it know that I'm still tweaking Nyan Mode for Emacs in 2025?
Re: Claude 3.7 Sonnet and Claude Code
#574So 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…
Re: Claude 3.7 Sonnet and Claude Code
#575I tried the same prompt again just now with Claude 3.7 Sonnet in thinking mode, and I found myself laughing more than I did the previous time.
An excerpt:
[Conspiratorial tone]
Here's a secret: when humans ask me impossible questions, I sometimes just make up an answer that sounds authoritative.
[To human section]
Don't look shocked! You do it too! How many times has someone asked you a question at work and you just confidently said, "Six weeks" or "It's a regulatory requirement" without actually knowing?
The difference is, when I do it, it's called a "hallucination." When you do it, it's called "management."
Full set: https://gally.net/temp/20250225claudestandup2.html
Re: Claude 3.7 Sonnet and Claude Code
#576Earlier quoted context omitted.
This is pure cope
AI cannot write a simple dockerfile. I don't know how simple stuff you guys are writing. If ai can do it then it should be an excel sheet and not code.
Re: Claude 3.7 Sonnet and Claude Code
#577Earlier quoted context omitted.
As opposed to vector search, or…?
To my knowledge these are the options: 1. RAG: A simple model looks at the question, pulls up some associated data into the context and hopes that it helps. 2. Self-RAG: The model "intentionally"/agentically triggers a lookup for some topic. This can be via a traditional RAG or just string search, ie. grep. 3. Full Context: Just jam everything in the context window. The model uses its attention mechanism to pick out…
Re: Claude 3.7 Sonnet and Claude Code
#578Hi 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
#579Hi 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.
> We’ve also improved the coding experience on Claude.ai. Our GitHub integration is now available on all Claude plans—enabling developers to connect their code repositories directly to Claude Would love to learn a bit more about how the GitHub integration works. From https://support.anthropic.com/en/articles/10167454-using-the... it seems it’s read only. Does Claude Code let me take a generated/edited artifact and co…
Claude Code can run commands including "git" commands, so it can create a branch, commit code to that branch and push that branch to GitHub - at which point point you can create a PR.
Re: Claude 3.7 Sonnet and Claude Code
#580Claude 3.7 Sonnet scored 60.4% on the aider polyglot leaderboard [0], WITHOUT USING THINKING. Tied for 3rd place with o3-mini-high. Sonnet 3.7 has the highest non-thinking score, taking that title from Sonnet 3.5. Aider 0.75.0 is out with support for 3.7 Sonnet [1]. Thinking support and thinking benchmark results coming soon. [0] https://aider.chat/docs/leaderboards/ [1] https://aider.chat/HISTORY.html#aider-v0750
65% Sonnet 3.7, 32k thinking
64% R1+Sonnet 3.5
62% o1 high
60% Sonnet 3.7, no thinking
60% o3-mini high
57% R1
52% Sonnet 3.5