请问HN:Claude的文件创建/编辑功能是否导致编码性能下降?

2作者: arjunchint3 个月前原帖
自从Anthropic发布了Claude创建文件的功能(https://www.anthropic.com/news/create-files)以来,我的所有代码更改现在都生成了文件。<p>这导致了许多问题:<p>- 频繁的文件创建/编辑失败浪费了令牌和上下文:<p>``` 创建失败 SidePanel<p>使用str_replace策略更新文件的方法。<p>编辑失败 SidePanel ```<p>- 与之前生成的代码片段相比,生成的文件加载速度较慢。<p>- 整体体验更差。<p>还有其他人遇到这个问题吗?我已经禁用了文件生成功能。
查看原文
Ever since Anthropic released feature for Claude to create files, https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;create-files, all my code changes are now generated as files.<p>This is leading to soooo many issues:<p>- Numerous file creation&#x2F;edit failures is wasting tokens and context:<p>``` Failed to create SidePanel<p>Strategized file update method using str_replace.<p>Failed to edit SidePanel ```<p>- The generated files are laggy to load compared to the previous generated code snippets.<p>- Overall worse experience<p>Anyone else experiencing this? I have just disabled the file generation feature