Live data from Hacker News

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

blog.silennai.com

181–190 of 236 posts

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

#181
*Note:* This is mostly relevant for solo developers, where accountability is much lower than in a team environment.

Code review is the only thing that has kept this house of cards from falling over. So undermining its importance makes me question the hype around LLM tooling even more. I’ve been using these tools since their inception as well, but with AI tooling, we need to hold on to the best practices we’ve built over the last 50 years even more, instead of trying to reinvent the wheel in the name of “rethinking.”

Code generation is cheap, and reviews are getting more and more expensive. If you don’t know what you generated, and your team doesn’t know either because they just rubber-stamped the code since you used AI review, then no one has a proper mental model of what the code actually does.

So when things come crashing down in production, debugging and investigation will be a nightmare. We’re already seeing scenarios where on-call has no idea what’s going on with a system, so they page the SME—and apparently the SME is AI, and the person who did the work also has no idea what’s going on.

Until omniscient AI can do the debugging as well, we need to focus on how we keep practicing the things we’ve organically developed over such a long time, instead of discarding them.

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

#183

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?

hey claude, my users have told me that their boot.ini file is missing, was that us?

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

#184
post #169

Earlier quoted context omitted.

It's things like this "super impactful!!!" style it has: > Enter Claude Code 2.0. > The UX had evolved. The harness is more flexible and robust. Bugs are fixed. But that's all secondary. It's OK for emphasis on some things, but when you see it on every blog, it's a bit much. Plus, I dislike that everything is lists with LLMs, it's another thing that you just start seeing everywhere.

That section doesn't include a lick of AI writing. One tell (maybe?) is that I switch from past tense to present tense mid sentence. Either a) I sound like an LLM when I'm writing articles (possible) or b) turing test AGI something something. Lists point is fair, I did use Claude for formatting. Where did it off put you here?

> a) I sound like an LLM when I'm writing articles (possible) or b) turing test AGI something something.

We entered the machinable culture. We spent many years trying to make the machine mimic humans, now humans are mimicking the machine :)

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

#185

For most of 2025, I ignored popular agents because I wanted to stay within my preferred text editor (Emacs). Thanks to ACP ( https://agentclientprotocol.com ), I no longer live under a rock ;) I built https://github.com/xenodium/agent-shell and now get a native experience. Claude Code works great. If curious what that looks like, I made a video recently https://xenodium.com/bending-emacs-episode-10-agent-shell

This is awesome. Thanks for chatgpt-shell.el too. Could use authinfo for api-keys so don't have to put them inside config (saved in ~/.authinfo, format eqv. to ~/.netrc).

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

#186

Before I waste any time on this article, is the "0.01%" claim backed up with any evidence?

He shows an alleged screenshot of an email sent by the vendor. There is also a cool animation of what seems to be a chromosome gallery produced by the result of a genetic algorithm of some sort which took 1 day for claude.

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

#188

- AI generated article - Overconfident claims (which are based on solo dev) - Spending an absurd amount on an LLM subscription - No actual details, just buzzwords and generic claims If AI-hype was a person

Canadian girlfriend Ai coding strikes again.

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

#189
Influenced by many comments on this site, I recently switched from $10 Github Copilot to $20 Claude Code and so far haven't seen any benefits. Maybe it's because I don't know how to 'close the agentic loop' in this project. I thought it being more agentic meant I can just tell it to research a subsystem on its own and plan the changes I want, but that caused it to spawn 3 subagents and consume the entire 4-hour token limit. Copilot feels more frugal with token usage.

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

#190

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?

Just vibe it, let AI take the lead; follow the flow, enjoy the ride and check the result. Be the manager the bot needs; those annoying details don't have to be your concern any more.
Post reply on HN