WeSearch

这个 Princeton 开源项目让 AI 自己修 Bug,19K Stars 但 90% 的人只用了 1% 功能 🔥

·3 min read · 0 reactions · 0 comments · 23 views
#ai#open-source#programming#cybersecurity#github
这个 Princeton 开源项目让 AI 自己修 Bug,19K Stars 但 90% 的人只用了 1% 功能 🔥
⚡ TL;DR · AI summary

Princeton University has launched an open-source AI agent called SWE-agent, designed to autonomously fix GitHub issues. Despite gaining over 19,000 stars on GitHub, most users are only utilizing a small fraction of its capabilities. The project showcases advanced features that allow it to excel in various programming challenges and cybersecurity tasks.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3887968) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } 韩 Posted on May 26 这个 Princeton 开源项目让 AI 自己修 Bug,19K Stars 但 90% 的人只用了 1% 功能 🔥 Princeton 大学的研究团队发布了一个开源 AI Agent,能自主修复 GitHub Issues——但它真正厉害的地方,大部分人根本不知道。 SWE-agent 由 Princeton 大学和 Stanford 大学的研究人员联合开发,自 NeurIPS 2024 亮相以来已斩获 19,310 个 GitHub Stars。项目最初在真实 GitHub Issues 上的修复率仅为 12%,但 1.0 版本配合 Claude 3.7 在 SWE-bench 基准上达到了业界领先水平。以下是你可能错过的隐藏玩法。 2026 年,AI 编程助手已经全面普及。GitHub Copilot、Cursor、Cline 占据了大部分开发者的屏幕。但 SWE-agent 代表了另一种范式——它是首个在标准化软件工程基准上与闭源方案匹敌的开源系统,而且可以直接跑在你现有的硬件上。 隐藏用法 #1:把 CTF…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)