I was a top 0.01% Cursor user, then switched to Claude Code 2.0
11–20 of 236 posts
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#12Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#13>> You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead. I 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…
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#14Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#15>> You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead. I 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…
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#16> 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
#17Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#18>> You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead. I 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…
Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#19Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0
#20> You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead. Maybe 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.