<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>指南 | Eyte Channel</title><description/><link>https://channel.nostses.icu</link><item><title>Claude Opus 4.5 的提示词（Prompting）实战指南 | 帖子 | #指南为了帮助大家更好地驾驭新模型，我们的研究与应用团队经过大量内部测试和“折腾”，总结了一份针对 Claude Opus 4.5 的提示词（Prompting）实战指南</title><link>https://channel.nostses.icu/posts/2265</link><guid isPermaLink="true">https://channel.nostses.icu/posts/2265</guid><pubDate>Mon, 02 Mar 2026 21:34:01 GMT</pubDate><content:encoded>&lt;div class=&quot;tgme_widget_message_forwarded_from accent_color&quot;&gt;Forwarded from &lt;a class=&quot;tgme_widget_message_forwarded_from_name&quot; href=&quot;https://t.me/HardcoreOpenAI/1086&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;&lt;span&gt;硬核开源智库&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;Claude Opus 4.5 的提示词（Prompting）实战指南 | &lt;a href=&quot;https://x.com/alexalbert__/status/1993365975992016941&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;帖子&quot;&gt;帖子&lt;/a&gt; | &lt;a href=&quot;/search/result?q=%23%E6%8C%87%E5%8D%97&quot; title=&quot;#指南&quot;&gt;#指南&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;为了帮助大家更好地驾驭新模型，我们的研究与应用团队经过大量内部测试和“折腾”，总结了一份针对 Claude Opus 4.5 的提示词（Prompting）实战指南。&lt;br /&gt;&lt;br /&gt;以下是我们目前摸索出的“独家秘籍”，教你如何榨干它的潜能，获得最佳效果：&lt;br /&gt;&lt;br /&gt;1. 用好 effort 参数，想多聪明你说了算&lt;br /&gt;&lt;br /&gt;新的 effort（努力值）参数简直是个神器。它能让你大体控制 Claude 在输出内容时消耗多少算力。这就好比你有了一个调节旋钮：你可以通过它，在“智能程度”与“成本/响应速度”之间做一个权衡 （向左转省钱快出结果，向右转费点时间但智商爆表）。&lt;br /&gt;&lt;br /&gt;这个参数对所有类型的 Token （AI 处理文本的最小单位，相当于单词或汉字） 都有效，包括模型的思考过程、正式回复以及工具调用。&lt;br /&gt;&lt;br /&gt;2. 别太凶，温柔点：调整工具触发率&lt;br /&gt;&lt;br /&gt;你可能会发现工具触发的频率变了。这是因为 Opus 4.5 对系统提示词（System Prompts）的反应更加灵敏。&lt;br /&gt;&lt;br /&gt;以前为了防止它“偷懒”不调用工具 （Undertriggering，即触发不足），你的旧提示词可能使用过非常激进或严厉的语言。但在新版本里，这样反而会导致它变得太敏感，动不动就乱用工具 （Overtriggering，即触发过度）。&lt;br /&gt;&lt;br /&gt;所以，是时候把语气放缓了。将原来那种 “CRITICAL: You MUST use this tool”（严重警告：你必须使用此工具）的命令，改成平和的 “Use this tool when...”（当出现……情况时，使用此工具）就可以了。&lt;br /&gt;&lt;br /&gt;3. 防止“加戏”：避免过度设计&lt;br /&gt;&lt;br /&gt;Opus 4.5 有时候会有点“想太多”，导致过度设计 （Overengineer，即把简单问题复杂化），比如凭空增加不必要的文件或者搞一堆复杂的抽象层。&lt;br /&gt;&lt;br /&gt;要解决这个问题，你得在提示词里把话说明白，比如加上：“Only make changes that are directly requested. Keep solutions simple and focused.”（只修改我明确要求的部分。保持解决方案简洁、聚焦。）&lt;br /&gt;&lt;br /&gt;4. 拒绝“云写代码”：强制它先读后写&lt;br /&gt;&lt;br /&gt;在探索代码库时，Opus 4.5 有时会表现得比较保守。&lt;br /&gt;&lt;br /&gt;如果你发现它没看代码就直接瞎提修改建议，请直接给它下死命令：“ALWAYS read and understand relevant files before proposing edits. Do not speculate about code you have not inspected.”（在提出修改建议前，必须总是先阅读并理解相关文件。绝对不要对自己没检查过的代码进行猜测。）&lt;br /&gt;&lt;br /&gt;5. 眼神更好了：视觉能力大升级&lt;br /&gt;&lt;br /&gt;Opus 4.5 的视觉能力有了显著提升，处理图像和提取数据的能力更强了，尤其是在同时处理多张图片的时候。&lt;br /&gt;&lt;br /&gt;对于那些信息量巨大、密密麻麻的图片 （Dense Images），教你个绝招：给它配备一个裁剪工具，让它能像用放大镜一样“放大”并聚焦于局部细节。在我们的测试评估中，这一招能稳定提升它的表现。&lt;br /&gt;&lt;br /&gt;如果你想快速应用上述所有技巧，将你的应用无缝迁移到 Opus 4.5，可以直接使用我们制作的这个 &lt;a href=&quot;https://github.com/anthropics/claude-code/tree/main/plugins/claude-opus-4-5-migration&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;Claude Code 迁移插件&quot;&gt;Claude Code 迁移插件&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;/search/result?q=%23%E8%B5%84%E6%BA%90%E5%8F%82%E8%80%83&quot; title=&quot;#资源参考&quot;&gt;#资源参考&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23AI&quot; title=&quot;#AI&quot;&gt;#AI&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23Prompt&quot; title=&quot;#Prompt&quot;&gt;#Prompt&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23Prompts&quot; title=&quot;#Prompts&quot;&gt;#Prompts&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E6%8F%90%E7%A4%BA%E8%AF%8D&quot; title=&quot;#提示词&quot;&gt;#提示词&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23ClaudeCode%E6%8F%90%E7%A4%BA%E8%AF%8D&quot; title=&quot;#ClaudeCode提示词&quot;&gt;#ClaudeCode提示词&lt;/a&gt;&lt;a class=&quot;tgme_widget_message_link_preview&quot; href=&quot;https://x.com/alexalbert__/status/1993365975992016941&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;1. The new effort parameter is powerful because it controls approximately how many Claude will use for an output.You can trade off intelligence for cost/latency with a single dial. Works on all tokens including thinking, responses, and tool calls.&quot;&gt;
  &lt;i class=&quot;link_preview_right_image&quot; style=&quot;background-image:url(&apos;https://cdn4.telesco.pe/file/YKMC2wtBACnF7PhMPkNpLP7kjFtf1h851_pjx0vI4K4nEO65_XEbCdl5hIRmeHM7B6xWRxUwYXmPKWXSILW2ZeuFvO0vrfXEiTaipbbOMM4A4GRjMKOpE4tvGUwfS-juiunWnGh9RX2chFW03mGu_ikBhArZw47WUv39zUGOoPJlt72gmMtvfTN84YPFTEpsiRyrRWZwPv2WDKLOfEuXMCAAPZ8Q63OpgOGbiY_PW95Al7TBdoYbvBIYRbHkf2MNBWwN39tEhrMyFtCezOfJv2-quomdy-km-0jQEuLwRLhxJ60b1IV8ryrUAN484VQOXRjldOxe4Uq1zd0y8PE3vQ.jpg&apos;)&quot;&gt;&lt;/i&gt;
  &lt;div class=&quot;link_preview_site_name accent_color&quot;&gt;X (formerly Twitter)&lt;/div&gt;
  
  &lt;div class=&quot;link_preview_title&quot;&gt;Alex Albert (@alexalbert__) on X&lt;/div&gt;
  &lt;div class=&quot;link_preview_description&quot;&gt;1. The new effort parameter is powerful because it controls approximately how many Claude will use for an output.&lt;br /&gt;&lt;br /&gt;You can trade off intelligence for cost/latency with a single dial. Works on all tokens including thinking, responses, and tool calls.&lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>#租房 #指南 城市租房生存指南 旨在为初入社会的职场新人及租房新手提供全面指导，内容包括租前准备、租中管理、租后事项等，还附带了租房模板、公积金提取以及维权途径等内容</title><link>https://channel.nostses.icu/posts/1490</link><guid isPermaLink="true">https://channel.nostses.icu/posts/1490</guid><pubDate>Fri, 29 Aug 2025 14:21:41 GMT</pubDate><content:encoded>&lt;div class=&quot;tgme_widget_message_forwarded_from accent_color&quot;&gt;Forwarded from &lt;a class=&quot;tgme_widget_message_forwarded_from_name&quot; href=&quot;https://t.me/edgebyte/543&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;&lt;span&gt;利器&lt;i class=&quot;emoji&quot; style=&quot;background-image:url(&apos;//telegram.org/img/emoji/40/E29CA8.png&apos;)&quot;&gt;&lt;b&gt;✨&lt;/b&gt;&lt;/i&gt;软件工具与开源项目&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;image-list-container image-list-odd&quot;&gt;
      &lt;button type=&quot;button&quot; class=&quot;image-preview-button image-preview-wrap&quot; popovertarget=&quot;modal-1490-0&quot; popovertargetaction=&quot;show&quot; aria-label=&quot;Open image preview: #租房 #指南 城市租房生存指南 旨在为初入社会的职场新人及租房新手提供全面指导，内容包括租前准备、租中管理、租后事项等，还附带了租房模板、公积金提取以及维权途径等内容&quot;&gt;
        &lt;img src=&quot;/static/https://cdn5.telesco.pe/file/roiP2G9HgdcYnvQBmzXBwJbz5kPpMhvk38gV5hGvh2GDCU5oD6gXm63ZGIkdzBv88dZZLcmEc6TliFf04c5mZCXCYKqyYeZq0vstrLeSwskpPxdpx9492ZHk7N6gprXRP_LMeHv9qN8-UKLmKmNWB7gZinOvHy9PDCDhC7eT03Anxh0hD8sJ4QGcw0ag3JragqlyoCbtwJWXOuNVPG-s0aYCdwCA7TxTpxWHzP5dWEd5OlHiWROVrY2RRMvbL4h2Rv-HnJKiLApqDWhwO5RawXn1fFfUepobPllX7C0ctJvBwGSSOUrjHQjnwpBEePnzvoq4C1D5NarxAPremtroQg.jpg&quot; alt=&quot;#租房 #指南 城市租房生存指南 旨在为初入社会的职场新人及租房新手提供全面指导，内容包括租前准备、租中管理、租后事项等，还附带了租房模板、公积金提取以及维权途径等内容&quot; width=&quot;800&quot; height=&quot;367&quot; loading=&quot;eager&quot; /&gt;
      &lt;/button&gt;
      &lt;div class=&quot;modal&quot; id=&quot;modal-1490-0&quot; popover=&quot;auto&quot; aria-label=&quot;Image preview&quot;&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__backdrop&quot; popovertarget=&quot;modal-1490-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;&lt;/button&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__close&quot; popovertarget=&quot;modal-1490-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;×&lt;/button&gt;
        &lt;div class=&quot;modal__surface&quot;&gt;
          
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;&lt;a href=&quot;/search/result?q=%23%E7%A7%9F%E6%88%BF&quot; title=&quot;#租房&quot;&gt;#租房&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E6%8C%87%E5%8D%97&quot; title=&quot;#指南&quot;&gt;#指南&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;城市租房生存指南&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;旨在为初入社会的职场新人及租房新手提供全面指导，内容包括租前准备、租中管理、租后事项等，还附带了租房模板、公积金提取以及维权途径等内容。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://zufang.ababtools.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;https://zufang.ababtools.com&quot;&gt;https://zufang.ababtools.com&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;频道 &lt;a href=&quot;https://t.me/Edgebyte&quot; target=&quot;_blank&quot; title=&quot;@Edgebyte&quot;&gt;@Edgebyte&lt;/a&gt;</content:encoded></item><item><title>一本免费且详尽的80页Prompt Engineering指南，涵盖了Chain-of-Thought（CoT）、Retrieval Augmented Generation（RAG）、评估方法、智能代理（Agents）、Prompt Hacking、多模态提示等前沿技术</title><link>https://channel.nostses.icu/posts/1304</link><guid isPermaLink="true">https://channel.nostses.icu/posts/1304</guid><pubDate>Thu, 07 Aug 2025 10:02:41 GMT</pubDate><content:encoded>&lt;div class=&quot;tgme_widget_message_forwarded_from accent_color&quot;&gt;Forwarded from &lt;a class=&quot;tgme_widget_message_forwarded_from_name&quot; href=&quot;https://t.me/HardcoreOpenAI/754&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;&lt;span&gt;硬核开源智库&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;一本免费且详尽的80页&lt;a href=&quot;https://arxiv.org/abs/2406.06608&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;Prompt Engineering指南&quot;&gt;Prompt Engineering指南&lt;/a&gt;，涵盖了Chain-of-Thought（CoT）、Retrieval Augmented Generation（RAG）、评估方法、智能代理（Agents）、Prompt Hacking、多模态提示等前沿技术。| &lt;a href=&quot;/search/result?q=%23%E6%8C%87%E5%8D%97&quot; title=&quot;#指南&quot;&gt;#指南&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;• 系统梳理58种文本提示技术及40种其他模态技术，构建了丰富的术语库和分类体系，帮助理解与应用各种Prompt策略。&lt;br /&gt;• 深入探讨多语言与多模态提示，展示如何跨语言和跨媒体优化生成效果。&lt;br /&gt;• 介绍智能代理如何结合外部工具提升GenAI能力，包括代码生成、检索增强等。&lt;br /&gt;• 分析Prompt安全风险及对策，涵盖Prompt Injection、Jailbreaking及防御机制。&lt;br /&gt;• 提供丰富案例与实证评测，揭示不同提示技术在真实任务中的表现差异与优化路径。&lt;br /&gt;&lt;br /&gt;此指南不仅为初学者提供系统入门，也为专业研究者和开发者提供持续参考的理论与实践框架。&lt;a class=&quot;tgme_widget_message_link_preview&quot; href=&quot;https://arxiv.org/abs/2406.06608&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;Generative Artificial Intelligence (GenAI) systems are increasingly being deployed across diverse industries and research domains. Developers and end-users interact with these systems through the...&quot;&gt;
  &lt;i class=&quot;link_preview_right_image&quot; style=&quot;background-image:url(&apos;https://cdn4.telesco.pe/file/hkLbf1hzRG9fCUUCH2WcbsGRcIlcQwAdK8D0MRbvqwKWy9n-COKlg-PxHNmp-k5CDJ68I1gU--i1i_tXAtphMIM5MP5LcKf5RkID302L44VYfpMDz7cO4kCH2M9uzjaxHdRbh39LMNBU_-p0EkD7Kc72DHBg-0zeHthpxgqtpBg5LdlSDsmNAIeCGvwr4cqLoQr3ZZ_RTL8mpqRVWV7NBI--w3PJBnTImFArt-OMIQCktfDgQ7tl02BYBuTx6r95CGV6yKJfbBFtFdBmHKNyEHXwy9AQOTiDRVwrlctKGfReyshi1XLquUQvwDAfDtkRS0PptxBH-DFA752Az3H9KA.jpg&apos;)&quot;&gt;&lt;/i&gt;
  &lt;div class=&quot;link_preview_site_name accent_color&quot;&gt;arXiv.org&lt;/div&gt;
  
  &lt;div class=&quot;link_preview_title&quot;&gt;The Prompt Report: A Systematic Survey of Prompt Engineering Techniques&lt;/div&gt;
  &lt;div class=&quot;link_preview_description&quot;&gt;Generative Artificial Intelligence (GenAI) systems are increasingly being deployed across diverse industries and research domains. Developers and end-users interact with these systems through the...&lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>#大学 #指南 Ac-Wiki 专为大学生群体打造的知识共享平台，内容涵盖校园生活、学术资源、成长通道、通识技能库等，更细致的比如开学前准备、签到考勤、转专业、奖学金申请、学生优惠、考试和竞赛，甚至还有脱单技巧，新学期要上大学的建议看一下，可能并不适应每一个人，但可以为参考</title><link>https://channel.nostses.icu/posts/1154</link><guid isPermaLink="true">https://channel.nostses.icu/posts/1154</guid><pubDate>Sun, 27 Jul 2025 01:26:24 GMT</pubDate><content:encoded>&lt;div class=&quot;tgme_widget_message_forwarded_from accent_color&quot;&gt;Forwarded from &lt;a class=&quot;tgme_widget_message_forwarded_from_name&quot; href=&quot;https://t.me/WidgetChannel/3625&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;&lt;span&gt;Widget&lt;i class=&quot;emoji&quot; style=&quot;background-image:url(&apos;//telegram.org/img/emoji/40/F09F8F82.png&apos;)&quot;&gt;&lt;b&gt;🏂&lt;/b&gt;&lt;/i&gt;软件工具资源分享&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;image-list-container image-list-odd&quot;&gt;
      &lt;button type=&quot;button&quot; class=&quot;image-preview-button image-preview-wrap&quot; popovertarget=&quot;modal-1154-0&quot; popovertargetaction=&quot;show&quot; aria-label=&quot;Open image preview: #大学 #指南 Ac-Wiki 专为大学生群体打造的知识共享平台，内容涵盖校园生活、学术资源、成长通道、通识技能库等，更细致的比如开学前准备、签到考勤、转专业、奖学金申请、学生优惠、考试和竞赛，甚至还有脱单技巧，新学期要上大学的建议看一下，可能并不适应每一个人，但可以为参考&quot;&gt;
        &lt;img src=&quot;/static/https://cdn5.telesco.pe/file/mJerbVbjt6QuQMyyXr45GQvUPlileV_j0Id4nPr03wiJKuD_Kqz5zP053BB_v7Jxhez1fViqCF3KbHAKaSkfevYGYSztpVYZK1-xgjoRPBmDujwhbZvgnYNmXoFTIK6xvQEFsozubx07NqvWl05vVxdfoEhwt5hl5igmpdpMP10mg_USiwSggjtmsltrgMGiBNVL3ycs6j_2IDm2xd5aLDNixyQRS837IZ5QJYtVhdDU1AmNR-O5pVNpy3mZPlmTZLZVCpye0QU0_qkMaeR_o5HaVoiJenTxaPNqE6c6n5fzbs7Vj6oQ-6n_4k-Pa8xphVgTiwBsKM26Wh-aJAVFHA.jpg&quot; alt=&quot;#大学 #指南 Ac-Wiki 专为大学生群体打造的知识共享平台，内容涵盖校园生活、学术资源、成长通道、通识技能库等，更细致的比如开学前准备、签到考勤、转专业、奖学金申请、学生优惠、考试和竞赛，甚至还有脱单技巧，新学期要上大学的建议看一下，可能并不适应每一个人，但可以为参考&quot; width=&quot;800&quot; height=&quot;367&quot; loading=&quot;eager&quot; /&gt;
      &lt;/button&gt;
      &lt;div class=&quot;modal&quot; id=&quot;modal-1154-0&quot; popover=&quot;auto&quot; aria-label=&quot;Image preview&quot;&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__backdrop&quot; popovertarget=&quot;modal-1154-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;&lt;/button&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__close&quot; popovertarget=&quot;modal-1154-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;×&lt;/button&gt;
        &lt;div class=&quot;modal__surface&quot;&gt;
          
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;&lt;a href=&quot;/search/result?q=%23%E5%A4%A7%E5%AD%A6&quot; title=&quot;#大学&quot;&gt;#大学&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E6%8C%87%E5%8D%97&quot; title=&quot;#指南&quot;&gt;#指南&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://ac-wiki.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;Ac-Wiki&quot;&gt;&lt;b&gt;&lt;u&gt;Ac-Wiki&lt;/u&gt;&lt;/b&gt;&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;专为大学生群体打造的知识共享平台&lt;/b&gt;，内容涵盖校园生活、学术资源、成长通道、通识技能库等，更细致的比如开学前准备、签到考勤、转专业、奖学金申请、学生优惠、考试和竞赛，甚至还有脱单技巧，新学期要上大学的建议看一下，可能并不适应每一个人，但可以为参考。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://ac-wiki.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;https://ac-wiki.org&quot;&gt;https://ac-wiki.org&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;频道 &lt;a href=&quot;https://t.me/WidgetChannel&quot; target=&quot;_blank&quot; title=&quot;@WidgetChannel&quot;&gt;@WidgetChannel&lt;/a&gt;</content:encoded></item></channel></rss>