TE
테크에코
홈24시간 인기최신베스트질문쇼채용
GitHubTwitter
홈

테크에코

Next.js로 구축된 기술 뉴스 플랫폼으로 글로벌 기술 뉴스와 토론을 제공합니다.

GitHubTwitter

홈

홈최신베스트질문쇼채용

리소스

HackerNews API원본 HackerNewsNext.js

© 2025 테크에코. 모든 권리 보유.

Ask HN: Have you used Claude Code? Is it any good?

7 포인트작성자: mbm2일 전
If you do use it, how does it fit into your workflow?

4 comments

mike_hearn1일 전
Yep. I&#x27;ve given it tools (scripts, not MCP) that give it access to my bug tracker. It&#x27;s able to handle requests like &quot;please fix bug CO-1234&quot; and off it goes. I have another script that uses Gemini to create map files, and that helps Claude find the right parts of the codebase quickly. It&#x27;s able to do quite sophisticated bug fixes in a mature and unusual codebase (it&#x27;s a deployment tool for desktop apps), and the quality of the produced code is high.<p>One thing I miss from Aider is speech recognition integration. When you&#x27;re alone at home it&#x27;s great to be able to speak what you want instead of typing it.<p>I&#x27;m pretty happy with it. The next big upgrade would be deep IDE integration, complete with the ability to search the IDE indexes, navigate around using cross-references and the like.
nickisnoble1일 전
It&#x27;s still not great, but it&#x27;s better than anything else.<p>Best results when:<p>1. run &#x2F;init and let it maintain a CLAUDE.md<p>2. Ask it to run checks + tests before &#x2F; after every task, and add those commands to the &quot;no permission needed list&quot; – this improves quality by a lot<p>3. Ask it to do TDD, but manually check the actual test is correct<p>4. Every time it finishes something solid: git commit manually, &#x2F;compact context (saves hella $$$ + seems to improve focus)<p>Honestly I treat it like a junior programmer I&#x27;m pairing with. If you pay attention, you can catch it being stupid early and get it back on track. Best when you know exactly what you want, it&#x27;s just boring work. It&#x27;s <i>really</i> good with clear instructions, eg &quot;Refactor X -&gt; Y, using {design pattern}.&quot;
tombot1일 전
It gets a lot better the more you adopt best practices, my first step is often just to ask it make a plan I can review before it touches anything.<p><a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;claude-code-best-practices" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;claude-code-best-pract...</a>
viraptor2일 전
Much worse than Cursor with Claude models in my experience. I&#x27;m getting many useless changes and things being reimplemented from scratch instead of moving files. Not impressed at all.
评论 #43910411 未加载