I was a top 0.01% Cursor user, then switched to Claude Code 2.0
blog.silennai.com
I was a top 0.01% Cursor user, then switched to Claude Code 2.0
1–10 of 236 posts
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#2Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#3Maybe for a personal project but this doesn't work in a multi-dev environment with paying customers. In my experience, paying attention to architecture and the code itself results in a much more pliable application that can be evolved.
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#4I thought the difference must be in how Claude Code does the agentic stuff - reasoning with itself, looping until it finds an answer, etc. - but I have spent a fair amount of time with Claude Code now and found that agentic experience to be about the same between Cascade and Claude Code.
What am i missing? (serious question, i do have Claude Code FOMO like the OP)
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#5What AI have you been using for 5 years of coding?
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#6> a) never plan on learning and just care about outputs, or
> b) are an abstraction maximilist.
As a Claude Code user for about 6 months, I don't identify with either of these categories. Personally I switched to Claude Code because I don't particularly enjoy VScode (or forks thereof). I got used to a two window workflow - Claude Code for AI-driven development, and Goland for making manual edits to the codebase. As of a few months ago, Claude Code can show diffs in Goland, making my workflow even smoother.
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#7Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#8> my experience from 5 years of coding with AI What AI have you been using for 5 years of coding?
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#9> my experience from 5 years of coding with AI What AI have you been using for 5 years of coding?
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#10I think this is where things will ultimately head. You generate random code, purely random in raw machine readable binary, and simply evaluate a behavior. Most random generated code will not work. some, however, will work. and within that working code, some will be far faster and this is the code that is used.
No different than what a geneticist might do evaluating generated mutants for favorable traits. Knowledge of the exact genes or pathways involved is not even required, one can still select among desired traits and therefore select for that best fit mechanism without even knowing it exists.