Live data from Hacker News

I was a top 0.01% Cursor user, then switched to Claude Code 2.0

blog.silennai.com

101–110 of 236 posts

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#101
post #3

> 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.

Counter argument... High velocity teams also observe production system telemetry and use error rates, tracing and more to maintain high SLAs for customers. They set a "budget" and use feature flagging to release risky code and roll back or roll forward based on metrics. So agentic coding can feed back on observed behaviors in production too.

^this

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#102
post #35
post #10

>> 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…

all fun and games until you need to debug the rats nest that you've been continually building. I am actually shocked people who have coded before have been one-shotted into believing this

Agree! Don't let it get too bad. See my other comment on debugging and refactoring being a core part of your workflow.

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#103
post #24

Earlier quoted context omitted.

It is only 4 years old

technical preview in June 2021. I was using it for a bit before that as an internal employee. so they may have rounded up slightly or also were an internal beta test side note, I’ve been trying to remember when it launched internally if anybody knows. I feel like it was pre-COVID, but that’s a long timeline from internal use to public preview

Yes, the technical preview of Github Copilot. I rounded up.

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#104
post #66
post #5

> my experience from 5 years of coding with AI What AI have you been using for 5 years of coding?

More importantly: what software of value have they produced in that time? I glanced around their site, just saw a bunch of teaching materials about Ai.

https://github.com/SilenNaihin

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#105
I have recently started using Github Copilot for some small personal projects and am blown away how fast it is possible to create a solution that does the job. Of course its not optimized for security or scaling, but it doesn't have to be. Most mindblowing moment was when Copilot searched API documentation and implemented everything just asking me to add my API key to the .env. Wild times.

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#106
post #103
post #24

Earlier quoted context omitted.

technical preview in June 2021. I was using it for a bit before that as an internal employee. so they may have rounded up slightly or also were an internal beta test side note, I’ve been trying to remember when it launched internally if anybody knows. I feel like it was pre-COVID, but that’s a long timeline from internal use to public preview

Yes, the technical preview of Github Copilot. I rounded up.

fair enough! the jump from that to ChatGPT’s launch (which I didn’t find that interesting), to gpt-4, to Claude Code/Codex CLI, to Gemini 3/Opus 4.5/GPT 5.2 has been insane in such a short time. I’m excited (since the release of the Codex CLI especially: https://dkdc.dev/posts/modern-agentic-software-engineering/)

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#107
post #10

>> 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…

And how exactly do you foresee probabilistic systems working out in real life? Nobody wants software that seldom does what they expect, and which tends to trend toward desirable behavior over time (where "desirable" behavior is determined by the sum of global feedback and revenue/profit of the company producing it). Today you send some money to your spouse but it's received by another person with the same name. Tomor…

You're thinking of probabilistic systems at run time. People are talking about probabilistic systems at compile time.

Whatever gets generated, if it passes tests and is observably in compliance with the spec, is accepted and made permanent. It's the clay we're talking about Jackson Pollocking, not the sculpture.

Re: I was a top 0.01% Cursor user, then switched to Claude Code 2.0

#109
Just completely hilarious how 6 months ago about 50% of hackernews comments were AI denialists telling everybody they were full of shit and that LLM was not useful. That group is awfully quiet nowadays. The bar has clearly moved to "eventually we won't even need to do code reviews".

LLM denialists were always wrong and they should be embarrassed to share their bad model of reality and how the world works.

Post reply on HN