Live data from Hacker News

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

blog.silennai.com

201–210 of 236 posts

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

#201
post #99
post #7

This reads like a useful guide, not an answer to the question "why use Claude code over cursor" that the author includes at the beginning.

Any suggestions on what to add to answer the question better? I tried to cover this in "Why I switched", "When to use Cursor", and "My current setup" sections.

Sometimes it's what you remove not what you add. I realise this is hard for a token generator to understand.

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

#202
post #193

Earlier quoted context omitted.

Canadian girlfriend Ai coding strikes again.

ooo i love this term. does it have an origin? related meme i saw today: “bro I spent all weekend in Claude Code it’s incredible” “oh nice, what did you build?” “dude my setup is crazy. i’ve got all the vercel skills, plus custom hooks for every project” “sick, what are you building?” “my setup is so optimized, i’m using like 5 instances at once” https://x.com/johnpalmer/status/2012911338276720852?s=46

https://tvtropes.org/pmwiki/pmwiki.php/Main/GirlfriendInCana...

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

#203

Meanwhile here’s me still just using the ChatGPT web chat asking it for code snippets.

I've been doing this forever, but just a few days ago I tried connecting VS Code to Github Copilot. The experience wasn't entirely unpleasant. I'm still on a familiar IDE and fall back to traditional development patterns whenever I want, while relying on Copilot to make targeted changes that I would find too simple and tedious to manually do.

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

#204
I use cursor on a daily basis. It is good for a certain use cases. Horribly bad for some other. Read the below one by keeping that in mind! I am not an LLM skeptic.

It is wild that people are ao confident with AI that they're not testing the code at all?

What are we doing as a programmer? Reducing the typing + testing time? Because we have to write the prompt in English and do software design otherwise AI systems write a billion lines of code just to add two numbers.

This hype machine should show tangible outputs, and before anyone says they're entitled to not share their hidden talents then they should stop publishing articles as well.

You can't have your cake and have it too!

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

#205

I'm copacetic to the notion we're not at enterprise codebase level (yet), but everyone who still thinks agentic coding stops at React CRUD apps needs to update their priors. I needed a poc RAG pipeline to demo concepts to other teams. Built and tested this over the weekend, exclusively with Claude Code and a little OpenCode. Mix of mobile app and breaking out Android terminal to allow Sonnet 4.5 to run the dotnet bui…

[dead]

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

#206

I'm copacetic to the notion we're not at enterprise codebase level (yet), but everyone who still thinks agentic coding stops at React CRUD apps needs to update their priors. I needed a poc RAG pipeline to demo concepts to other teams. Built and tested this over the weekend, exclusively with Claude Code and a little OpenCode. Mix of mobile app and breaking out Android terminal to allow Sonnet 4.5 to run the dotnet bui…

Not sure why you’re getting downvoted, but that’s exactly what AI is turning out great for.. being able to make something in a weekend that would’ve taken weeks otherwise means other things downstream of it suddenly also become possible.

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

#207
post #121
post #28

Earlier quoted context omitted.

Eventually the generation and evaluation will be quite fast where testing a million alternatives will be viable. Impressive you suggest that there might be a million alternatives but it would be faster to just read the code and settle on one. How might that be determined? Did the author who wrote the standard library really come up with the best way when writing those functions? Or did they come up with something tha…

A million alternatives is peanuts. Restricting the search space to text files with 37 possible symbols (letters, numbers, space), a million different files can be generated with just 4 symbols. A trillion is 8 symbols. You still haven't reached the end of your first import statement. I just took a random source file on my computer. It has about 8000 characters. The number of possible files with 8000 characters has 12…

> restricting the search space to syntactically valid programs (how do you even randomly generate that?)

By using a grammar. Here is an example on how to only generate valid JSON with llama.cpp: https://github.com/ggml-org/llama.cpp/blob/master/grammars/R...

> A trillion is 8 symbols. You still haven't reached the end of your first import statement.

Since LLMs use tokens from a vocabulary instead of characters, the number is likely somewhere in the lower billions for the first import statement.

But of course, LLMs do not sample from a uniform random distribution, so there are even fewer likely possibilities.

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

#208
post #193

Earlier quoted context omitted.

Canadian girlfriend Ai coding strikes again.

ooo i love this term. does it have an origin? related meme i saw today: “bro I spent all weekend in Claude Code it’s incredible” “oh nice, what did you build?” “dude my setup is crazy. i’ve got all the vercel skills, plus custom hooks for every project” “sick, what are you building?” “my setup is so optimized, i’m using like 5 instances at once” https://x.com/johnpalmer/status/2012911338276720852?s=46

I was annoyed at a post by Karpathy about how much he was falling behind by not chasing every ai fad: https://news.ycombinator.com/item?id=46395714#46429236

Then I saw a few other people reference it and it's as good a term as any to describe the hot air of people telling us how amazing ai coding is without giving the code, the prompts, or the price of what they did.

Just like how that one kid in highschool had a Canadian girlfriend.

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

#209

Earlier quoted context omitted.

Surprisingly, for some people, the goal is the goal, and they don't care much about the journey.

What's the model for integration and maintenance in that case, then? Just re-create the app every time?

Ask your manager how they get humans to do those things, and copy that process.

So, get a bug tracker, track those bugs, tell Claude to pick tasks off it etc.

I'm not claiming this actually works, I've not tried it, I don't know how good it is for large brownfield projects, but that's the general sentiment I see.

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

#210
post #18

Earlier quoted context omitted.

Maybe, but you won't be able to test all behaviors and you won't have enough time to try a million alternatives. Just because of the number of possibilities, it'll be faster to just read the code.

That's why you buy a quantum computer. It writes every possible piece of software at once and leaves you the trivial task of curating the one you want.

Very much like what our junior developers do!
Post reply on HN