302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

最近,又一个prompt在网上火了起来,这一prompt名为“ Thinking Claude”,有网友称它为Claude3.5的神级prompt,而更让人意想不到的的是,这个prompt背后的作者,居然是一个十七岁的少年!

“Thinking Claude”的核心在于它引导Claude进行一种更为“人性化”的思考方式,强调思维过程的自然流动,而非简单的结构化回答。

据网友称,“Thinking Claude”可以令Claude 3.5的智能思维能力达到了一个新的高峰,使其表现堪比更先进的o1模型,简单地理解就是:Claude3.5+神级prompt=满血o1。

那到底是不是真的这么强呢?下面我们通过302.AI来实测一下。


测评使用到的工具

为了实测更高效、便捷,我们将使用到302.AI的聊天机器人和AI提示词专家,详细使用步骤如下:

AI提示词专家

通过使用302.AI的AI提示词专家,用户无需深入了解复杂的提示词设计技巧就可以生成有效的提示词,非常方便好用。

1、进入302.AI后,点击左侧【使用工具】——【工具超市】——【信息处理】——【AI提示词专家】;

(PS:如果想了解更多关于302.AI的AI提示词工具,可以翻阅AI教程分类往期作品)

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

2、进入AI提示词专家后可以看到,有多种提示词结构选择,今天我们需要选择自定义提示词;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

3、接下来点击【编辑提示词优化指令】;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

把prompt粘贴到框内,点击【保存】;

原prompt地址:https://github.com/richards199999/Thinking-Claude

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

4、将prompt设置好后,即可在输入框中输入任务指令——点击【生成】,然后302.AI会根据输入的任务指令和提供的prompt结合快速生成新的prompt,最后可以直接复制提示词到聊天机器人使用;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

聊天机器人

1、进入302.AI点击【使用机器人】——【聊天机器人】——模型——选择模型——点击【确定】;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

2、创建聊天机器人后进入,点击设置——勾选实时预览功能(不限于claude模型,实测中就使用了o1作为对比);

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看


实测对比

为了实测结果更加客观全面,分为三组对比:

1、模型:claude-3.5-sonnet-20241022 不使用“Thinking Claude”提示词;

2、模型:claude-3.5-sonnet-20241022 使用“Thinking Claude”提示词;

3、模型:o1-preview 不使用“Thinking Claude”提示词

以下实测任务从简单到复杂,提示词从简略到详细:

实测1

指令描述:使用React做一个贪吃蛇游戏

1、来看下没有使用“Thinking Claude”提示词的claude-3.5-sonnet生成的效果,可以看到生成的贪吃蛇游戏是不能控制方向,也没有开始结束等按钮控制。

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

2、下面是使用了“Thinking Claude”提示词的claude-3.5-sonnet生成的效果,首先是可以通过键盘控制蛇的方向的,游戏上方显示了实时分数,同时也设置了开始和重新开始按钮,游戏相对比较完整。

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

3、最后是o1-preview模型不使用“Thinking Claude”提示词的效果,首先可以看到生成的游戏是可以移动的,但无开始结束等按钮,也没有实时显示分数,如果游戏结束,得分会以页面弹窗的形式出现。

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

实测2

指令描述:

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

1、没有使用“Thinking Claude”提示词的claude-3.5-sonnet生成的效果:生成的游戏是通过点击切换有颜色的格子实现的,页面上方显示实时分数,但是在消除了颜色后,整个网格中相同的颜色都会改变,这不太符合逻辑。

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

2、使用了“Thinking Claude”提示词的claude-3.5-sonnet生成的效果:操作方式同样是点击切换格子,但是有个明显的bug,页面写着游戏说明:“单击两个相邻的块来交换它们。匹配3个或更多相同颜色的方块得分!”然而初始效果中有多个三个相同颜色相邻的格子;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

3、最后是o1-preview模型的不使用“Thinking Claude”提示词的效果:与以上效果不同,o1是通过鼠标拖动来切换格子,如果消除格子后,只会改变消除部分的颜色,整个游戏逻辑是最合理的。

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

实测3

指令描述:

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

1、没有使用“Thinking Claude”提示词claude-3.5-sonnet模型生成的效果:可以看到点击开始后,页面出现了各种牌面,但是点击牌面是没有任何反应的,总之,和真正的斗地主游戏效果差距比较远。

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

2、使用了“Thinking Claude”提示词的claude-3.5-sonnet生成的效果:大致和以上的效果一样,牌面是以英文显示的;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

3、o1-preview模型的效果:与以上效果大差不差,都没有实现真正的斗地主游戏效果;

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看


总结

通过以上三个代码生成的实测,可以发现“Thinking Claude”这一提示词并没有这么“神”。以实测1为例,在用户提示很简洁的情况下,通过逐步引导和思考完善,使用该提示词确实能够产生较好的效果。但用户提示很详细时,使用这一提示词反而可能导致效果适得其反,如实测2所展示的那样。而对于更为复杂的任务,即便使用了“Thinking Claude”提示词,依然难以实现目标,实测3便是一个例证。

借用最近Anthropic专访里的一句话:提示词工程真正重要的场景是在努力榨取模型最后2%的性能

所以,在基座模型不变的情况下,优秀的提示词只是锦上添花,而无法达到一个质的飞跃。所以希望大家理性看待所有夸张的言论,亲手实践,眼见为实。


👉立即注册免费试用302.AI,开启你的AI之旅!👈

为什么选择302.AI?

● 灵活付费:无需月费,按需付费,成本可控
● 丰富功能:从文字、图片到视频,应有尽有,满足多种场景需求
● 开源生态:支持开发者深度定制,打造专属AI应用
● 易用性:界面友好,操作简单,快速上手

302.AI 基准实验室 | “Thinking Claude”prompt真的这么神?302带你实测揭秘看看

All Rights Reserved by 302.AI
Like (0)
302.AI302.AI
Previous 2024 年 11 月 14 日 下午7:44
Next 2024 年 11 月 18 日 下午6:58

相关推荐

  • 302.AI 基准实验室丨Claude断供中国之际,Kimi-K2-0905低调上线:时势造英雄

    继 7 月开源万亿参数模型 Kimi K2 后,月之暗面(Moonshot)于今日又正式抛出了其最新版本 Kimi-K2-0905.根据官方昨晚在 Discord 社群提供的信息来看,作为 K2 的最新版本,该模型在编程能力上进行了重大升级,并将上下文长度扩展至 256K,远超之前版本的 128K 支持能力。 本次更新的 0905 版本具有以下几个亮点: 在…

    2025 年 9 月 5 日 基准实验室
    6300
  • 302.AI 实战教程丨翻车救星:谷歌官方Nano Banana提示词教程详解,附实测案例对比

    8月底,Gemini-2.5-flash-image(代号 Nano Banana)正式上线,持续数周的热度早已把全球网友的创作热情点燃。什么3D手办,跨界联名、赛博合影,纷纷依靠这个香蕉模型给一一实现,朋友圈和各大社区热闹非凡。 不过,热闹归热闹,仔细一看,还是能找到一些唱反调的声音。有用户吐槽诸如生成图崩掉了;提示词喂进去,产出的结果牛唇不对马嘴。而笔者…

    2025 年 9 月 3 日 实战教程
    5710
  • 302.AI 基准实验室丨编程能力超越Claude Opus 4?DeepSeek V3.1最新版本实测

    DeepSeek 昨晚在 Hugging Face 发布了其最新升级模型 DeepSeek-V3.1-Base。这次更新并没有任何预热宣传,甚至没有放上模型卡。唯一已知的信息是:上下文窗口从原有的64k扩展至128k,从网页、App、小程序都可体验这一模型。从上传的模型版本看,模型尺寸达 685B,支持 BF16、F8_E4M3、F32 等张量类型,平衡模型…

    2025 年 8 月 20 日 基准实验室
    1.1K0
  • 302.AI 赛博月刊丨Vol.8 攻守易形:当开源变成中国主场

    AI 行业大事记 2025 年 8 月 联合出品: Jomy @ 302.AI 南乔 @ ShowMeAI 大聪明 @ 赛博禅心 说明: ①本文讨论了 2025 年7月 AI行业的 103 件大事,涵盖模型、图像、视频、音频、3D、机器人、应用、新闻/融资等多个领域。 ② 本文分类中的「模型」均指代语言模型; ③ 本文分类中的「融资」包含了融资、收购、团队成…

    2025 年 8 月 18 日 赛博月刊
    5780

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

Comments(16)

  • Stan Tank
    Stan Tank 2025 年 6 月 4 日 下午1:38

    You completed a number of nice points there. I did a search on the subject matter and found mainly people will consent with your blog.

  • mentorship for aspiring leaders
    mentorship for aspiring leaders 2025 年 6 月 11 日 上午2:33

    Do you have a spam problem on this website; I also am a blogger, and I was wanting to know your situation; many of us have created some nice procedures and we are looking to trade solutions with other folks, why not shoot me an email if interested.

  • Jacques Hathway
    Jacques Hathway 2025 年 6 月 16 日 下午5:31

    I¦ll right away seize your rss feed as I can’t to find your email subscription link or newsletter service. Do you’ve any? Kindly permit me realize so that I could subscribe. Thanks.

  • visit website
    visit website 2025 年 6 月 19 日 下午8:27

    Hey there! Do you use Twitter? I’d like to follow you if that would be ok. I’m definitely enjoying your blog and look forward to new updates.

  • Shelby Badgero
    Shelby Badgero 2025 年 6 月 30 日 上午9:32

    Hi there! This post couldn’t be written any better! Reading through this post reminds me of my previous room mate! He always kept talking about this. I will forward this article to him. Pretty sure he will have a good read. Thank you for sharing!

  • read here
    read here 2025 年 7 月 6 日 下午11:18

    Hiya, I am really glad I’ve found this info. Nowadays bloggers publish only about gossips and web and this is actually annoying. A good website with interesting content, that is what I need. Thanks for keeping this web site, I will be visiting it. Do you do newsletters? Can not find it.

  • Hawaii medical malpractice lawyer
    Hawaii medical malpractice lawyer 2025 年 7 月 24 日 上午10:00

    There is noticeably a bundle to know about this. I assume you made certain nice points in features also.

  • Marchelle Wisman
    Marchelle Wisman 2025 年 7 月 28 日 下午6:19

    I really appreciate this post. I?¦ve been looking everywhere for this! Thank goodness I found it on Bing. You have made my day! Thx again

  • this contact form
    this contact form 2025 年 7 月 30 日 上午2:20

    You really make it appear really easy along with your presentation but I in finding this matter to be actually something which I feel I’d never understand. It sort of feels too complicated and very large for me. I’m taking a look ahead in your subsequent submit, I will try to get the hang of it!

  • Fluke Network Testing san antonio tx
    Fluke Network Testing san antonio tx 2025 年 7 月 30 日 上午4:57

    My spouse and I stumbled over here from a different web address and thought I should check things out. I like what I see so i am just following you. Look forward to finding out about your web page repeatedly.

  • website design
    website design 2025 年 8 月 7 日 上午10:57

    Thanks a bunch for sharing this with all folks you really know what you’re speaking about! Bookmarked. Please also visit my site =). We will have a link change contract among us!

  • best pet grooming services in bangalore
    best pet grooming services in bangalore 2025 年 8 月 13 日 下午5:23

    I keep listening to the news update lecture about getting boundless online grant applications so I have been looking around for the best site to get one. Could you tell me please, where could i acquire some?

  • performance tuner
    performance tuner 2025 年 8 月 23 日 下午5:31

    I¦ve read several just right stuff here. Certainly worth bookmarking for revisiting. I wonder how much effort you place to make this sort of great informative website.

  • ayuda TFG arquitectura
    ayuda TFG arquitectura 2025 年 8 月 25 日 上午3:00

    I have been absent for some time, but now I remember why I used to love this web site. Thank you, I will try and check back more often. How frequently you update your web site?

  • diamond painting
    diamond painting 2025 年 8 月 26 日 上午4:27

    Hi, Neat post. There is a problem with your site in internet explorer, would test this… IE still is the market leader and a good portion of people will miss your wonderful writing due to this problem.

  • financial aid
    financial aid 2025 年 9 月 6 日 下午2:24

    Excellent blog right here! Also your site rather a lot up fast! What host are you the usage of? Can I am getting your associate hyperlink in your host? I wish my site loaded up as fast as yours lol