AI编程
Search documents
摩尔线程,不想只做AI“卖铲人”
3 6 Ke· 2026-02-09 09:03
Core Viewpoint - Moore Threads has launched the AI Coding Plan, marking a significant evolution in the integration of domestic chips and large models in AI programming, aiming to overcome the software ecosystem barrier that has limited the penetration of domestic computing power [1][2]. Group 1: AI Coding Plan Overview - The AI Coding Plan is the world's first intelligent development solution built on a fully functional domestic GPU computing base, representing a "soft and hard integration, fully domestic" AI-assisted programming engine [2]. - The service leverages the MTT S5000 chip's full precision computing power, achieving a significant increase in computing efficiency through a collaborative architecture [2]. - It incorporates the top-tier code model, GLM-4.7, which outperforms peers in various coding scenarios, including function completion and vulnerability detection [2][3]. Group 2: Ecosystem and Market Impact - The AI Coding Plan allows seamless integration with mainstream programming tools, enabling developers to switch environments without changing their habits, thus creating a secure closed loop of self-controlled technology [3]. - The service aims to lower the learning curve and switching costs associated with domestic architectures, breaking existing bottlenecks in AI core productivity tools [4]. - The introduction of AI Coding Plan is expected to catalyze the explosion of domestic AI applications, providing a competitive edge for Chinese enterprises in the AI application layer [6]. Group 3: Business Model Transformation - The launch of AI Coding Plan signifies Moore Threads' transformation from a "chip hardware vendor" to a "soft and hard integrated ecosystem platform provider" [7]. - The service acts as an accelerator for hardware sales by stimulating development demand, which in turn boosts the market for underlying computing power chips [7][8]. - The subscription-based revenue model of the AI Coding Plan offers lower dependency on external factors, leading to higher profit margins and more stable cash flow compared to traditional hardware sales [8]. Group 4: Long-term Valuation Implications - The shift in identity may prompt the capital market to reassess Moore Threads' long-term value, as software companies typically enjoy broader revenue boundaries and more stable cash flows compared to hardware firms [9]. - The enhancement of software service capabilities is expected to elevate the company's growth ceiling and long-term valuation, potentially leading to a premium valuation associated with its role as an ecosystem platform provider [9].
AI编程真面目:完整项目通过率仅27% | 上交大新基准
量子位· 2026-02-09 08:00
ProjDevBench团队 投稿 量子位 | 公众号 QbitAI AI编程是一项非常有实用价值的能力,但网络上不时也能看到程序员抱怨AI"听不懂人话"、"难以找到根本问题",更有直接建议"每次生成代码 不要超过5行"的经验分享。 而近期又有很多AI工具声称可以从零快速构建完整代码项目。 所以AI编程智能体真的能从零构建完整软件项目吗?近日一多校联合研究团队针对这一问题进行了探索。 上海交通大学、上海创智学院、加州大学默塞德分校、 北京理工大学(按论文作者顺序) 联合发布 ProjDevBench ——首个通过OJ细粒度 反馈评估AI编程智能体端到端项目开发能力的基准测试,要求智能体仅凭自然语言需求文档,从零开始构建完整、可运行的软件仓库。 当任务从"补全现有代码"变为"从零构建"时,性能出现断崖式下跌。 结果令人深思: 所有智能体总体提交AC率仅27.38% 。 该研究得出的结论摘要: 为什么需要端到端项目开发基准 现有基准测试如HumanEval、MBPP聚焦于函数级代码生成,SWE-bench关注issue修复,但真实软件工程需要的远不止这些。当开发者使 用Cursor或GitHub Copilot进 ...
Xcode正式「AI化」:苹果开放第三方大模型,人人都是iOS开发者的时代来了?
3 6 Ke· 2026-02-09 00:03
Core Viewpoint - The recent update of Xcode 26.3 introduces AI capabilities, allowing developers to integrate third-party AI tools like Claude, Codex, and Mock, potentially transforming the traditional app development process in the Apple ecosystem [1][3][12]. Group 1: AI Integration in Xcode - Xcode is the only official IDE for developing applications within the Apple ecosystem, and this update is significant as it may revolutionize the app development workflow, making programming accessible to more people [3][12]. - The integration of AI tools allows developers to use natural language to communicate their needs, which the AI can then translate into code and other necessary components, streamlining the development process [8][14]. Group 2: AI Programming Tools - AI programming tools like Claude Code are designed to handle complex programming tasks autonomously, enabling users to specify requirements in plain language, which the AI can then break down into actionable steps [6][8]. - The effectiveness of AI programming tools is contingent on the underlying AI models they utilize, with developers often opting for models based on cost and performance considerations [9][10]. Group 3: Apple's AI Strategy - Apple's decision to incorporate external AI tools into Xcode reflects its current limitations in developing robust in-house AI capabilities, as evidenced by the slow progress of its own AI model, Ajax [10][12]. - The collaboration with external AI services is seen as a strategic move to enhance Apple's AI capabilities while also benefiting from the existing strengths of established AI tools [12][17]. Group 4: Impact on Developers - The integration of AI tools in Xcode significantly lowers the barrier to entry for novice developers, allowing them to create applications without extensive programming knowledge [14][17]. - For experienced developers, the impact may be less pronounced, as they are already utilizing AI tools to enhance their productivity, but the overall trend indicates a shift in how programming tasks are approached [14][20]. Group 5: Future of Programming - The emergence of AI programming tools is changing the role of programmers, shifting their focus from merely writing code to managing code logic and system architecture [20][21]. - While AI tools can assist in coding, human oversight remains crucial, particularly for complex projects where critical decisions must be validated by skilled programmers [18][20].
AI编程节省95% token,工具调用上限狂飙20倍,开源记忆系统登顶GitHub热榜
量子位· 2026-02-08 01:40
梦晨 发自 凹非寺 量子位 | 公众号 QbitAI 用Claude Code写代码的人,终于不用每次开新会话都从头解释项目背景了。 顶GitHub开源热榜的一款持久化记忆系统Claude-Mem,直击AI编程助手最致命的痛点:跨会话失忆。 Claude-Mem本身100%免费,还能帮你省token钱。 它通过"三层渐进式披露"的检索架构,常规使用下能节省90% Token,测试阶段的"无尽模式"更是能把Token消耗砍掉95%,工具调用次数上 限直接拉高20倍。 给Claude Code装上"长期记忆" 传统AI编程助手有个绕不开的问题,每次新会话都是一张白纸。 昨天刚聊完的架构设计、上周敲定的编码规范、刚刚那些踩过的坑,AI统统不记得。开发者只能一遍遍重复解释,时间和Token都在这种"复 读"中白白流失。 Claude-Mem的解法是在本地环境搭建一套完整的记忆系统。 它采用事件驱动架构,通过五个生命周期钩子 (SessionStart、UserPromptSubmit、PostToolUse、Stop、SessionEnd) 在后台静默运 行。 每当Claude Code执行文件读写、代码编辑、命令执 ...
当 AI 开始写 80% 的代码,架构才是真正的护城河
AI前线· 2026-02-07 05:33
作者 | Patrick Farry 译者 | 田橙 GitHub CEO Thomas Dohmke 近日发出了一则措辞严厉的警告:"要么拥抱 AI,要么离开这个职业。"但所谓拥抱 AI,并不只是使用代码自动补全 工具那么简单。它意味着我们核心能力的一次转移——从对语法的熟练掌握,转向系统思维(Systems Thinking),学会把问题不断拆解,直到小 到可以交由 AI 去解决。一句话概括:我们现在都是架构师了。 我正在开发一个 IoT 应用,整体由设备端固件、后端系统以及 Web UI 组成。尽管我本身具备软件工程背景,但在这个项目中,我一直在使用 Claude Code 来提升开发效率,并帮助我应对一些并不十分熟悉的语言和框架。我的技术栈包括:设备端使用 Python + PyTorch,前端采用 React + TypeScript,后端则由 MQTT + Node.js + Postgres 构成。起初,与 Claude 的协作并不顺利。我的请求经常会引发对整个代码库的大规模改 动。随着我逐渐学会如何更合理地组织代码结构、并对提示词进行调整和约束,情况开始好转。现在,我已经可以在不进行逐行代码审 ...
AI将导致码农失业?资深程序员自述已不再手工写代码,拒绝AI很危险,职业将迎分化
Sou Hu Cai Jing· 2026-02-06 11:42
Core Viewpoint - The rapid evolution of AI programming models is reshaping the software development landscape, leading to concerns about job displacement among programmers [3][5][24]. Group 1: AI Programming Models Competition - OpenAI and Anthropic are in direct competition, with OpenAI recently launching GPT-5.3-Codex, claiming it to be the most powerful AI programming model [3][9]. - The competition has intensified as both companies focus on enhancing their programming capabilities, with significant updates being released in quick succession [4][8]. Group 2: Impact on Software Development - AI is transforming the way software development is conducted, with many developers reporting a shift from manual coding to AI-assisted coding, significantly increasing efficiency [16][18]. - The use of AI tools has led to a dramatic reduction in the time required for coding tasks, with some developers stating that projects can now be completed in a fraction of the time compared to traditional methods [16][22]. Group 3: Job Market and Employment Concerns - There is a growing concern that AI will lead to job losses in the programming sector, with predictions that up to 50% of entry-level jobs may disappear in the next few years [24][25]. - The employment rate for programmers in the U.S. has dropped by 27.5% over the past two years, with many layoffs attributed to the impact of AI [25][26]. Group 4: Changing Role of Programmers - The role of programmers is expected to evolve, with a shift towards overseeing AI tools rather than performing traditional coding tasks [30][28]. - Future software engineers may focus more on defining project requirements and guiding AI to execute tasks, rather than writing code themselves [29][30]. Group 5: Accessibility of Programming - AI is lowering the barriers to entry for programming, allowing individuals with little to no coding experience to develop applications by simply communicating their ideas to AI [19][20]. - While AI can handle many coding tasks, the ability to articulate clear project requirements remains a critical skill for success in the evolving landscape [21][22].
三位90后华人集齐5块奥赛金牌创业, 公司估值超百亿美元
3 6 Ke· 2026-02-06 10:09
Group 1 - The article highlights the emergence of young billionaires in Silicon Valley, particularly focusing on the rapid rise of Steve Hao, co-founder and CTO of Cognition.AI, whose net worth has reached approximately $1.3 billion after a recent funding round that valued the company at $10.2 billion [2][28][29] - Cognition.AI's flagship product, Devin, is described as the world's first AI programmer, capable of autonomously completing software development tasks from start to finish, which has garnered significant attention and investment [5][8][12] - The company has successfully navigated competitive challenges, including acquiring the assets of Windsurf, a rival AI coding startup, which has enhanced Cognition's market position and product offerings [10][12][28] Group 2 - Cognition.AI's founders, all of whom are young Chinese entrepreneurs, have impressive backgrounds in competitive programming, with multiple International Olympiad in Informatics (IOI) medals among them, which has contributed to their collaborative success [13][16][18] - Following the launch of Devin, Cognition.AI experienced a significant increase in its valuation, from approximately $350 million to $2 billion within months, and further to $9.8 billion by August 2025 [22][28] - The annual recurring revenue (ARR) for Devin surged from about $1 million in September 2024 to $73 million by mid-2025, indicating strong market demand and customer acquisition, including major clients like Dell and Cisco [33]
苹果破防,App Store暴涨60%,全是“俺寻思”写出来的?
3 6 Ke· 2026-02-06 09:16
App Store 沉寂多年的曲线上,突然出现了一个垂直上升的惊人拐点。 2024年下半年开始,iOS应用商店的新应用提交量直接从长期持平的约5万个,疯涨至7.8万个,涨幅高达60%。 苹果审核团队面临的是一场前所未有的DDoS级人力攻防战。但这波激增背后的主角,绝非熬夜秃头的传统程序员。 特斯拉前AI主管Andre Karpathy为这种邪门的操作取了个极具赛博感的名字:Vibe Coding。 iPhone问世18年后,App Store迎来了一场诡异的「逆生长」。新应用提交量突然暴增60%,这并非因为程序员效率翻倍,而是「编程」这一动作正在被 AI彻底消解。当氛围感取代了逻辑,一场属于外行人的暴力美学革命正式收割战场。 而在Vibe Coding模式下,借助Cursor+Claude 3.5 Sonnet的组合,这个周期被压缩到了24小时。 根据Sensor Tower的监测,2025年移动市场非游戏应用收入首次超越游戏应用,达到856亿美元。 这背后是无数个「一人公司」的崛起。他们利用AI快速催生出大量极简工具、AI助手和垂类生活应用。 无需理解多线程或Swift语法,只需像个甲方对着Cursor指令 ...
AI编程大战打响!OpenAI推出GPT-5.3-Codex,与Anthropic同步发布新模型
硬AI· 2026-02-06 06:44
作者 | 赵雨荷 编辑 | 硬 AI OpenAI周四发布GPT-5.3-Codex,称其为迄今最强编程代理,并将发布时间安排在Anthropic发布其旗舰升级模型 Claude Opus 4.6的同一时刻。新模型多项基准测试成绩大幅领先,并首次参与自身训练与部署。业内认为,这标志着围 绕企业级软件开发的AI编程大战正式打响。 硬·AI OpenAI周四发布GPT-5.3-Codex。该公司称,这是迄今为止能力最强的编程代理。值得注意的是,此次 发布的时间点被精准安排在Anthropic推出其旗舰模型升级版Claude Opus 4.6的同一时刻。 媒体称,两大 模型同步亮相,被业内观察人士视为"AI编程大战"的第一枪——这是一场围绕企业级软件开发市场展开的 高风险争夺战。 OpenAI首席执行官Sam Altman在模型发布几分钟后就在X上写道: "我非常喜欢用这个模型来开发,它带来的进步感受,远远超过基准测试所显示的幅度。" "看着我们用5.3-Codex来开发5.3-Codex,从而把发布速度提升到这么快,真的令人震撼,这毫无 疑问预示着未来的发展方向。" 媒体表示,模型本身参与了自身的构建,被视为AI ...
陈丹琦入职Mira翁荔公司,原来是有IOI三金王赛友
量子位· 2026-02-06 00:15
鹭羽 发自 凹非寺 量子位 | 公众号 QbitAI 陈丹琦首次转身工业界,第一站就选择Mira初创的理由找到了—— 有个赛友也在这儿,还足足"潜伏"了一年之久。 这人就是和陈丹琦同年拿下IOI金牌的 Neal Wu 。 还不止一届,Neal Wu可是足足拿了三次IOI金牌,是美国队当之无愧的顶梁柱。 他还是全球首个AI程序员、此前炸翻硅谷的 Devin 缔造者之一。 而他的存在,原本一直被Mira视作 顶级机密 来着。 直到这场公司内讧,多名创始人集体"叛逃"回OpenAI,这位传奇程序员的行踪才意外浮出水面。 不过相对于老朋友陈丹琦,Neal Wu则显得更为低调。 其公开资料中从未透露过具体职位,仅隐晦地表示自己正在以联合创始人兼顾问的身份参与一项新计划。 开始时间是一年前,和当初Mira宣布成立新公司的时间线高度重合。 08年同为金牌的 陈丹琦 ,目前是普林斯顿大学计算机系副教授,以及NLP小组的联合负责人,还曾收获斯隆奖。 有趣的是,以前是对手现在成战友。 那么,Neal Wu究竟有什么过人之处,值得Mira如此大费周章地将他 "藏" 起来? Neal Wu其人 翻开Neal Wu的履历,可谓是天才少 ...