TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Building Personal Software with Claude

70 点作者 Philpax3 个月前

4 条评论

UncleEntity3 个月前
I&#x27;ve been experimenting with Claude pretty heavily the last week or so and the most frustrating thing is no matter how many time you tell it to produce &#x27;a full and complete&#x27; &lt;whatever you&#x27;re working on&gt; it just can&#x27;t resist chopping out sections of code and replacing with a placeholder comment.<p>It also hits its &#x27;maximum limit allowed at this time&#x27; quite often due to it&#x27;s inability to understand its own environment and just modify an existing software artifact rather than regenerating the entire thing. I know it can do it, it knows it can do it because it will tell you why it failed but it just wont do it for some reason. Of course this comes after you manage to convince it to quit removing sections of code so its context window is already polluted from past failures.<p>I spent a solid three days trying to get it to successfully do a somewhat simple thing (something that would&#x27;ve taken me an afternoon if I dedicated myself to the task) just to see if it could manage to do it and it failed horribly, multiple times, even after it was able to say why it was failing, no matter how many tries I gave it. And it&#x27;s not like it is some impossible task either, it was able to successfully (might I even say impressively) accomplish the exact same task with no problems at a smaller scale.<p>It&#x27;s also pretty horrible at debugging, even if you tell it exactly the problem, but that&#x27;s just me testing the limits of what it can do.<p>So, like TFA states, it is pretty amazing at smaller tasks but utterly and completely fails at anything larger than a couple hundred lines of code.
评论 #42995208 未加载
评论 #42996419 未加载
评论 #43002694 未加载
ilrwbwrkhv3 个月前
I think Claude and all of these models can translate code really well from one language to another.<p>The thing is it starts to fail when you are just prompting it without any example code.<p>And to fully prompt it to be exactly what you wanted to write is basically writing the code yourself.<p>So for novel code I have had far less success.<p>But any kind of translation or matching an API shape, it works pretty much easily.<p>Also Deepseek R1 can do this for much much cheaper and at virtually the same level of quality.
svaha17283 个月前
I&#x27;m loving Claude, is there a good VS Code integration tool that isn&#x27;t Github Copilot?
评论 #43003657 未加载
评论 #43005470 未加载
评论 #43005994 未加载
contractorwolf3 个月前
You might want to think about using cursor instead of attempting to use a web interface to create full app. Cursor can do better targeted changes and allows you to tell it individual file to look at for changes or the whole codebase.