[flagged]
This sh*t is getting out of hand right now. I deleted my Twitter recently because every tweet would have AI replies. And HN is dying the same fate.
411–420 of 438 posts
[flagged]
This sh*t is getting out of hand right now. I deleted my Twitter recently because every tweet would have AI replies. And HN is dying the same fate.
I've been running Claude Code in my Cursor IDE for a while now via extension. I like the setup, and I direct Claude on one task at a time, while still having full access to my code (and nice completions via Cursor). I still spend time tweaking, etc. before committing. I have zero interest in these new "swarms of agents" they are trying to force on us from every direction. I can barely keep straight my code working on…
Earlier quoted context omitted.
I am a developer by profession and this is the opposite of what I would want. The code is your ground truth. If all else fails, the code should reasonably be able to tell you why, and by being able to read it, it makes me independent from some closed model.
"I have never woodworked a day in my life, with Claude Carpenter I don't have to touch the work at all and can just vaguely ask for things and pray that it does something useful."
(Perhaps this is why some devs dislike it, perhaps they place the quality of their work very very high)
I've been running Claude Code in my Cursor IDE for a while now via extension. I like the setup, and I direct Claude on one task at a time, while still having full access to my code (and nice completions via Cursor). I still spend time tweaking, etc. before committing. I have zero interest in these new "swarms of agents" they are trying to force on us from every direction. I can barely keep straight my code working on…
I've been running Claude Code in my Cursor IDE for a while now via extension. I like the setup, and I direct Claude on one task at a time, while still having full access to my code (and nice completions via Cursor). I still spend time tweaking, etc. before committing. I have zero interest in these new "swarms of agents" they are trying to force on us from every direction. I can barely keep straight my code working on…
Try Zed instead of VSC. Thank me later.
Earlier quoted context omitted.
You are falling behind if you're not pushing yourself to learn and get better orchestrating multiple agents.
Why is it that every legitimate concern or downside pointed out about AI is met with the same tired, low signal, rebuttal of FOMO. It's become the "no u r" argument of the AI age... :/
A snake oil scheme if ever saw one.
Earlier quoted context omitted.
I just wish Claude code would also offer fast inline auto complete. Sometimes I’ll just want to have a function definition or some boilerplate spelled out without waiting for the slow Claude response. Or actively switching models. ——- Maybe I can set up a shortcut for that?
Is there a significant difference between Claude Code in VSCode and Copilot in VSCode? I’ve been using Copilot with the Claude models (including Sonnet/Opus 4.6) and it seems to work spectacularly. My subscription is only $10 a month, and it has unlimited inline suggestions. I just wonder if I’m missing anything.
Most models are limited to 200k context in GitHub Copilot. The Claude models are now 1M context elsewhere.
Good luck explaining all the details to Claude, it tends to ignore them anyway. Like a middle-level SWE, it's too stubborn to appreciate them, and prefers to blast energy (tokens) on shuffling the lines instead of seeing a bigger picture.
Cursor, in contrast, is a highly educated coder that gets you immediately.
I've got an impression that Claude Code is more oriented on unattended development of CRUD applications, while Cursor is more refined and closer to a senior-level SWE/PhD for productive work in pair.