Ask HN: Claude 的文件创建/编辑功能导致更差的编码表现?

2作者: arjunchint9 个月前
自从 Anthropic 发布了 Claude 创建文件的功能(https://www.anthropic.com/news/create-files)以来,我所有的代码更改现在都生成为文件了。 这导致了非常多的问题: - 大量的文件创建/编辑失败正在浪费 token 和上下文: ``` 创建失败 SidePanel 使用 str_replace 策略更新文件。 编辑失败 SidePanel ``` - 与之前生成的代码片段相比,生成的文件的加载速度很慢。 - 整体体验更差。 还有其他人遇到这种情况吗?我已经禁用了文件生成功能。
查看原文
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