PulseAugur
实时 14:49:44
English(EN) Building LLMs for Code Repair

Replit 训练 AI 模型进行 IDE 内代码修复

Replit 开发了一个新的人工智能模型,该模型经过专门训练,能够理解其开发环境并在其中运行,旨在增强开发人员工具。该模型的初步应用是代码修复,利用了平台上每天生成的语言服务器协议 (LSP) 诊断产生的海量数据。该系统使用操作转换 (Operational Transformations) 重建项目状态,并利用大型语言模型合成差异 (diffs) 来生成和验证代码修复。 AI

影响 这项研究可能带来更具上下文感知能力的人工智能编码助手,这些助手可直接集成到 IDE 中,从而提高开发人员在修复错误方面的效率。

排序理由 文章详细介绍了为特定开发环境量身定制的新人工智能模型的训练方法和数据管道,这构成了对人工智能应用的研发。 [lever_c_demoted from research: ic=1 ai=1.0]

在 Replit blog 阅读 →

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

Replit 训练 AI 模型进行 IDE 内代码修复

报道来源 [1]

  1. Replit blog TIER_1 English(EN) ·

    Building LLMs for Code Repair

    Introduction At Replit, we are rethinking the developer experience with AI as a first-class citizen of the development environment. Towards this vision, we are tightly integrating AI tools with our IDE. Currently, LLMs specialized for programming are trained with a mixture of sou…