<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>一起港湾 - AI编程</title>
    <link>https://www.17gw.com/forum-124-1.html</link>
    <description>Latest 20 threads of AI编程</description>
    <copyright>Copyright(C) 一起港湾</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Thu, 28 May 2026 03:25:51 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.17gw.com/static/image/common/logo_88_31.gif</url>
      <title>一起港湾</title>
      <link>https://www.17gw.com/</link>
    </image>
    <item>
      <title>编程时经常需要在IDE、聊天工具、文档间来回切换，生成代码需要反复复制粘贴提示词，修改bug还要手动调试，效率低下。</title>
      <link>https://www.17gw.com/thread-6915-1-1.html</link>
      <description><![CDATA[编程时经常需要在IDE、聊天工具、文档间来回切换，生成代码需要反复复制粘贴提示词，修改bug还要手动调试，效率低下。


Codebuff 把AI编码全流程整合到终端，提供了一站式代码生成与编辑解决方案。

不仅有智能文件扫描、多代理协作编辑，还支持自定义工作流、浏览器搜 ...]]></description>
      <category>AI编程</category>
      <author>东方无翼</author>
      <pubDate>Sun, 24 May 2026 04:12:42 +0000</pubDate>
    </item>
    <item>
      <title>让 AI 写代码前先做设计的框架，在 Github 上快二十万 star 了，可能有些朋友已经知道了。</title>
      <link>https://www.17gw.com/thread-6880-1-1.html</link>
      <description><![CDATA[让 AI 写代码前先做设计的框架，在 Github 上快二十万 star 了，可能有些朋友已经知道了。专门再分享给还没看过的朋友。这个影响力挺大的，也是一个启发。


GitHub 上有一个 AI 编程工具项目最近涨得很快，叫 Superpowers。做的事情一句话讲清楚：给 AI 编程工具装上一 ...]]></description>
      <category>AI编程</category>
      <author>闫蕊芝</author>
      <pubDate>Wed, 20 May 2026 23:15:46 +0000</pubDate>
    </item>
    <item>
      <title>Cursor 发布 Composer 2.5</title>
      <link>https://www.17gw.com/thread-6874-1-1.html</link>
      <description><![CDATA[Cursor 发布 Composer 2.5


Cursor 今天上线自家编程模型 Composer 2.5。主打长任务上更顶得住、复杂指令跟得更稳，官方称效率最多能比同等水平的模型高出十倍。为了推这个新模型，Cursor 把它未来一周的默认额度直接翻倍。

训练上的一个小亮点是用文本反馈做信用分配 ...]]></description>
      <category>AI编程</category>
      <author>尚千万婚庆车队</author>
      <pubDate>Tue, 19 May 2026 00:46:21 +0000</pubDate>
    </item>
    <item>
      <title>OpenAI 搞了个 Migrate to Codex 功能</title>
      <link>https://www.17gw.com/thread-6868-1-1.html</link>
      <description><![CDATA[釜底抽薪


OpenAI 搞了个 Migrate to Codex 功能

让你可以把其他编程工具，比如Claude Code、Cursor里里的配置，一键导入到 Codex

包括编程 Agent 里的配置、规则、技能、MCP、hooks、subagents、最近30天的所有会话等...

它会扫描用户级配置和项目级配置，把能自动 ...]]></description>
      <category>AI编程</category>
      <author>俊哥做美食</author>
      <pubDate>Sun, 17 May 2026 07:05:00 +0000</pubDate>
    </item>
    <item>
      <title>Windows 系统上使用 Claude Code / OpenCode / Codex 这类 AI Coding 工具，经常会遇到中文乱码，主要原因</title>
      <link>https://www.17gw.com/thread-6866-1-1.html</link>
      <description><![CDATA[Windows 系统上使用 Claude Code / OpenCode / Codex 这类 AI Coding 工具，经常会遇到中文乱码，主要原因是：Windows 中文环境下很多 Python 进程默认使用 GBK / CP936，而很多工具、API、JSON 和子进程输出大多按 UTF-8 处理，来回调用时就容易出现编码不一致。


解 ...]]></description>
      <category>AI编程</category>
      <author>逍遥老汉</author>
      <pubDate>Sun, 17 May 2026 06:30:04 +0000</pubDate>
    </item>
    <item>
      <title>Anthropic Claude Code 缔造者：数千个 AI 智能体夜间自动为我写代码</title>
      <link>https://www.17gw.com/thread-6848-1-1.html</link>
      <description><![CDATA[【Anthropic Claude Code 缔造者：数千个 AI 智能体夜间自动为我写代码】Anthropic 工程师鲍里斯・切尔尼分享其 AI 工作流，每晚有数千个 AI 智能体为其自动进行深度开发。他通过手机 Claude 应用同时管理 5-10 个会话，高度依赖 Claude Code 的循环指令和例行任务功能 ...]]></description>
      <category>AI编程</category>
      <author>秋风怡然</author>
      <pubDate>Fri, 15 May 2026 00:44:35 +0000</pubDate>
    </item>
    <item>
      <title>AI编程总是从模糊想法开始，提示词写来写去总有歧义，架构中途跑偏，测试时发现需求没对齐，来回修改超级费时。</title>
      <link>https://www.17gw.com/thread-6838-1-1.html</link>
      <description><![CDATA[AI编程总是从模糊想法开始，提示词写来写去总有歧义，架构中途跑偏，测试时发现需求没对齐，来回修改超级费时。


Ouroboros 把AI编码工作流全部结构化，提供了一套Agent OS解决方案。

不再是随意prompting，而是\&quot;Stop prompting. Start specifying\&quot;：通过Socratic面试 ...]]></description>
      <category>AI编程</category>
      <author>凉凉凉了</author>
      <pubDate>Wed, 13 May 2026 00:49:10 +0000</pubDate>
    </item>
    <item>
      <title>⚠️Claude全自动编程来了！程序员该慌还 AI编程圈最近真的疯了，一周之内炸出好几个重磅消息—— 🦾ClaudeCode自动模式 Anthropic直接把ClaudeCode开到了&quot;自动驾驶&quot;模式。</title>
      <link>https://www.17gw.com/thread-6811-1-1.html</link>
      <description><![CDATA[⚠️Claude全自动编程来了！程序员该慌还
AI编程圈最近真的疯了，一周之内炸出好几个重磅消息——
🦾ClaudeCode自动模式
Anthropic直接把ClaudeCode开到了\&quot;自动驾驶\&quot;模式。不需要人一步步确认，模型自己：→读写文件→跑测试→修bug→甚至通过终端操控你的电脑（Compute ...]]></description>
      <category>AI编程</category>
      <author>永不死机</author>
      <pubDate>Thu, 07 May 2026 00:38:34 +0000</pubDate>
    </item>
    <item>
      <title>我导员：你不是天天都在打游戏吗？ 怎么把编程学会了啊？？ 我：嘿嘿</title>
      <link>https://www.17gw.com/thread-6808-1-1.html</link>
      <description><![CDATA[我导员：你不是天天都在打游戏吗？
怎么把编程学会了啊？？
我：嘿嘿]]></description>
      <category>AI编程</category>
      <author>大贤良师</author>
      <pubDate>Thu, 07 May 2026 00:21:34 +0000</pubDate>
    </item>
    <item>
      <title>用AI生成不求甚解的代码，产生Bug时，把出错信息丢给AI去解决，……</title>
      <link>https://www.17gw.com/thread-6788-1-1.html</link>
      <description><![CDATA[用AI生成不求甚解的代码，产生Bug时，把出错信息丢给AI去解决，……，这个，日益成为软件开发的主要方式。


无AI，不编程。

那种由于所有代码均自己手敲，对程序所有代码与运作方式了然于心，那种通过排查各种“灵异现象”而让自己思维和对技术的理解有所突破的场景和 ...]]></description>
      <category>AI编程</category>
      <author>啊哎呀</author>
      <pubDate>Tue, 28 Apr 2026 01:56:59 +0000</pubDate>
    </item>
    <item>
      <title>【AI 编程：重启搁置项目的低成本最优解】</title>
      <link>https://www.17gw.com/thread-6779-1-1.html</link>
      <description><![CDATA[【AI 编程：重启搁置项目的低成本最优解】

快速阅读：面对那些因精力有限而搁置的个人项目，AI 编程工具提供了一种低成本的“重启”方案。它不再是单纯的效率工具，而是一种将“我想做”转化为“我做到了”的愿望实现器。

那些躺在仓库里、落满灰尘的半成品，大概就 ...]]></description>
      <category>AI编程</category>
      <author>凉凉凉了</author>
      <pubDate>Sun, 26 Apr 2026 00:53:11 +0000</pubDate>
    </item>
    <item>
      <title>让 AI 少废话，token 直降 75%。这个插件🔥了。</title>
      <link>https://www.17gw.com/thread-6741-1-1.html</link>
      <description><![CDATA[让 AI 少废话，token 直降 75%。这个插件🔥了。

比如AI 帮你 debug，说了 1200 个 token，但是有用的是最后三行代码。

开发者 Julius Brussee 做了个叫 caveman 的插件，让 AI 像穴居人一样说话：删冠词、删客套、删填充词。代码和报错信息原样保留，废话全部清零。

 ...]]></description>
      <category>AI编程</category>
      <author>切蛋糕给你</author>
      <pubDate>Mon, 20 Apr 2026 00:28:36 +0000</pubDate>
    </item>
    <item>
      <title>Anthropic的研究证明，人工智能编程工具实际上正在悄悄地让开发者水平下降。</title>
      <link>https://www.17gw.com/thread-6740-1-1.html</link>
      <description><![CDATA[#人工智能#


Anthropic的研究证明，人工智能编程工具实际上正在悄悄地让开发者水平下降。

他们将开发者分为两组。一组使用了人工智能助手，另一组则只是使用常规的文档说明。使用人工智能助手的那一组表现明显更差。他们在理解测试中的得分低了 17%。这意味着他们的分 ...]]></description>
      <category>AI编程</category>
      <author>程丰</author>
      <pubDate>Sun, 19 Apr 2026 17:37:24 +0000</pubDate>
    </item>
    <item>
      <title>掌握这项技能，AI程序员瞬间变高效，废代码直降八成；驾驭AI编程，从此得心应手</title>
      <link>https://www.17gw.com/thread-6739-1-1.html</link>
      <description><![CDATA[掌握这项技能，AI程序员瞬间变高效，废代码直降八成；驾驭AI编程，从此得心应手 ## 
http://t.cn/AXx4o6YH ​​​]]></description>
      <category>AI编程</category>
      <author>成鸿</author>
      <pubDate>Sun, 19 Apr 2026 17:31:19 +0000</pubDate>
    </item>
    <item>
      <title>代码会消失？软件工程的未来只剩 5% 的系统思维</title>
      <link>https://www.17gw.com/thread-6662-1-1.html</link>
      <description><![CDATA[【代码会消失？软件工程的未来只剩 5% 的系统思维】


快速阅读：编程的门槛正从“掌握语法”转向“理解架构”。当 AI 接管了代码生成，工程师的角色正从编写者转变为编排者。

Anthropic 的 CEO 预言，代码会先消失，随后软件工程也将随之而去。剩下的 5% 是系统思维： ...]]></description>
      <category>AI编程</category>
      <author>王允林</author>
      <pubDate>Mon, 13 Apr 2026 14:48:13 +0000</pubDate>
    </item>
    <item>
      <title>告别重复劳动！40个AI自动化实战方案，人人可用</title>
      <link>https://www.17gw.com/thread-6642-1-1.html</link>
      <description><![CDATA[【告别重复劳动！40个AI自动化实战方案，人人可用】


AI 自动化不应是程序员的特权。

大多数关于 AI 自动化的内容都是开发者写给开发者看的。如果你不会写代码，看着那些满是 Python 脚本和 API 调用的教程，难免会觉得这项技术与你无关。

事实并非如此。你不需要成 ...]]></description>
      <category>AI编程</category>
      <author>成长不烦恼</author>
      <pubDate>Mon, 13 Apr 2026 00:41:44 +0000</pubDate>
    </item>
    <item>
      <title>开发新功能常常需要反复迭代：先写PRD文档，再拆解任务，手动调用AI编码工具，一轮轮调试修改，过程繁琐且容易丢失上下文。</title>
      <link>https://www.17gw.com/thread-6636-1-1.html</link>
      <description><![CDATA[开发新功能常常需要反复迭代：先写PRD文档，再拆解任务，手动调用AI编码工具，一轮轮调试修改，过程繁琐且容易丢失上下文。


Ralph 把AI自主开发的全流程自动化，打造了一套完整的智能编码解决方案。

只需创建PRD，它就自动循环运行AI编码工具（Amp或Claude Code）， ...]]></description>
      <category>AI编程</category>
      <author>帽儿果</author>
      <pubDate>Sun, 12 Apr 2026 13:59:26 +0000</pubDate>
    </item>
    <item>
      <title>当前氛围编程主要有四种模式</title>
      <link>https://www.17gw.com/thread-6619-1-1.html</link>
      <description><![CDATA[当前氛围编程主要有四种模式：


1. 通用智能体模式：使用Manus等通用智能体进行编程

2. IDE升级模式：由传统IDE工具的理念升级而来的系列工具编程，如Cursor、Trae 等

3. 大模型原生编码平台模式：使用大模型本身自带的coding平台，如Claude Code、Cloud Code、ChatG ...]]></description>
      <category>AI编程</category>
      <author>非常目的</author>
      <pubDate>Sun, 12 Apr 2026 05:48:51 +0000</pubDate>
    </item>
    <item>
      <title>AI编程经常出错：过度复杂化、擅自修改无关代码、隐藏假设不求澄清、贸然行动不验证……</title>
      <link>https://www.17gw.com/thread-6607-1-1.html</link>
      <description><![CDATA[AI编程经常出错：过度复杂化、擅自修改无关代码、隐藏假设不求澄清、贸然行动不验证……


andrej-karpathy-skills 把Andrej Karpathy对LLM编码痛点的观察，提炼成一套CLAUDE.md指南，直接解决这些问题。

一个文件搞定Claude Code行为优化，让AI像资深工程师一样：先思 ...]]></description>
      <category>AI编程</category>
      <author>yanjifu</author>
      <pubDate>Sun, 12 Apr 2026 01:20:28 +0000</pubDate>
    </item>
    <item>
      <title>零成本本机编程入门：用 Ollama 跑 Gemma 4，打造接近 Claude 的写代码体验</title>
      <link>https://www.17gw.com/thread-6581-1-1.html</link>
      <description><![CDATA[零成本本机编程入门：用 Ollama 跑 Gemma 4，打造接近 Claude 的写代码体验

教你画像素画2026-04-03 21:44·北京·优质互联网领域创作者



零成本本机编程入门：用 Ollama 跑 Gemma 4，打造接近 Claude 的写代码体验
如果你听说过Claude、ChatGPT能帮你写代码，但 ...]]></description>
      <category>AI编程</category>
      <author>国仕无双</author>
      <pubDate>Sat, 11 Apr 2026 07:51:03 +0000</pubDate>
    </item>
  </channel>
</rss>