PulseAugur
实时 14:07:48
English(EN) Was fighting gsoap and Onvif for a few days, getting everything to work together like it should. Decided to use both ChatGPT and Gemini to try and help me out s

开发者发现 AI 代码建议常引入错误

一位开发者分享了他们在使用 ChatGPTGemini 解决 gsoapOnvif 协议相关问题的经验。他们发现大型语言模型(LLM)提供的建议经常导致更多错误,需要多次尝试和仔细的代码回滚才能获得可行的解决方案。这导致该开发者通常会拒绝由 AI 工具生成的拉取请求,因为它们倾向于引入不相关的更改。 AI

影响 强调了依赖 AI 进行代码生成和调试的潜在陷阱,表明仔细的人工监督仍然至关重要。

排序理由 开发者关于使用 AI 工具进行编码的个人经验和观点。

在 Mastodon — fosstodon.org 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

开发者发现 AI 代码建议常引入错误

报道来源 [1]

  1. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Was fighting gsoap and Onvif for a few days, getting everything to work together like it should. Decided to use both ChatGPT and Gemini to try and help me out s

    Was fighting gsoap and Onvif for a few days, getting everything to work together like it should. Decided to use both ChatGPT and Gemini to try and help me out since documentation and examples are scarce. Probably took over 100 attempts before I got everything right. Each time one…