随着AI在软件开发中的应用日益深化,开发者的角色正在发生转变。[1]84%的开发者现在使用或计划使用AI工具,GitHub在2023年2月的测量数据显示,启用Copilot的文件中已有46%的代码由AI生成。[1]Gartner预测到2028年,90%的企业软件工程师将使用AI代码助手,较2024年初的14%增长幅度显著。[1]
然而,AI驱动开发所带来的便利也伴随新的挑战。GitClear对2023年至2026年中期的6.23亿次代码变更进行分析发现,代码重复率较2023年上升81%,开发者复制粘贴代码的可能性提高五倍,同时维护旧代码的变更比例下降74%。[1]Stack Overflow 2025开发者调查显示,尽管AI采用率上升,但开发者对AI代码的信任度反而下降。[1]近期Moltbook(一个AI agents的社交网络)在2026年1月推出数天后被发现安全漏洞,其数据库密钥暴露在客户端JavaScript中,进一步加剧了对AI生成代码安全性的担忧。[1]
在这一背景下,开发者应当优先使用专业维护的库而非让AI从零开始编写代码,以降低Token成本并提高代码可维护性和问责性。[1]GolemUI在基准测试中验证了这一理念的可行性——三个Claude模型使用该库的正确性与主流堆栈相当,但编写代码量约为三分之一。[1]
The role of software developers is undergoing a fundamental shift from code implementation to AI orchestration, as artificial intelligence becomes increasingly central to the development process.[1] With 84% of developers now using or planning to use AI tools, and GitHub reporting that 46% of code in Copilot-enabled files was generated by AI as of February 2023, the industry is witnessing rapid adoption of AI-assisted development.[1] Gartner projects that by 2028, 90% of enterprise software engineers will use AI code assistants, up from just 14% in early 2024, while global AI spending is expected to reach $2.5 trillion in 2026, representing a 44% year-over-year increase.[1]
However, this shift brings significant challenges. Analysis of 6.23 billion code changes from 2023 to mid-2026 by GitClear reveals troubling trends: code duplication has increased by 81%, developers are five times more likely to copy-paste code, and the proportion of changes dedicated to maintaining legacy code has declined by 74%.[1] While a Stack Overflow 2025 developer survey notes rising AI adoption, it also documents declining trust in AI-generated code.[1] A notable security incident involved Moltbook, a social network for AI agents launched in January 2026, which exposed database credentials in client-side JavaScript days after its launch.[1]
In response to these challenges, experts argue that developers should prioritize using professionally maintained libraries over allowing AI to write code from scratch, thereby reducing token costs and improving code maintainability and accountability.[1] GolemUI, a form library developed to embody this approach, demonstrates the viability of this strategy: in benchmarking tests, three Claude models achieved correctness comparable to mainstream technology stacks while generating approximately one-third of the code volume.[1]