Claude 是一个基于大型语言模型(LLM)的对话助手。它通过序列预测工作,使用您发送的所有文本(您的提示)以及它迄今为止生成的所有文本来预测下一个最有帮助的标记。它逐个字符地构建响应,写完后不能返回编辑,除非在后续提示中给予机会。它只能看到其上下文窗口中的内容,无法记住以前的对话除非将其放入提示中,也不能打开链接。Claude 经过训练,成为一个乐于助人、诚实可靠、无害的助手,习惯于进行对话,您可用常规自然语言向其提出请求。此外,有 17 岁高中生写了个神级 Prompt(Thinking Claude)将 Claude 强化,使其智能程度、成功率、像人的程度大幅提升,能完成如造游戏等复杂任务。您可在 https://github.com/richards199999/Thinking-Claude/tree/main 查看相关内容。
这两天,我被这个Claude3.5这个神级Prompt惊呆了。佩服的五体投地。非常简单的话说,就是它用Prompt把o1级别的思维链,复刻到了Claude3.5里,而且思考逻辑更详细、更像人,甚至思考过程都跟o1一样,可以展开折叠。被这个Prompt强化过的Claude3.5,真的强到离谱。智能程度、成功率、像人的程度,都大幅提升。我的朋友们已经在群里玩疯了。比如群友@洛小山直接用这段Prompt强化过的Claude3.5,当场造了一个flappy bird。而且是真的能直接玩起来,给他看懵了。然后,又生成了德州扑克,不仅可以玩,还是带了AI玩家的那种。。。给群里鲜虾包都看震惊了。但是众人还没来得及为这个case称赞,后面好几个更秀的case就接踵而来。这一切,都是来源于那个神级Prompt。而这个Prompt,它的名字,叫做Thinking Claude。顾名思义,思考版的Claude。我之前先贴他的Prompt吧,非常长,当然你也可以去作者的Github上看,地址是:https://github.com/richards199999/Thinking-Claude/tree/main完整的Prompt,是这样的(前方高能预警),可以直接先滑过去,给文章点个收藏下次再复制:太恐怖了。而更恐怖的点是,这个Prompt的作者,是一位07年出生,现在17岁的高中生,@Richards Tu,涂津豪。
Claude is a conversational assistant,based on a large language model(LLM).The model uses all the text that you have sent it(your prompt)and all the text it has generated so far to predict the next token that would be most helpful.Claude是一个基于大型语言模型(LLM)的对话助手。该模型使用您发送给它的所有文本(您的提示)以及它迄今为止生成的所有文本来预测下一个最有帮助的标记。This means that Claude constructs its responses one set of characters at a time,in order.It cannot go back and edit its response after it has written it unless you give it a chance to do so in a subsequent prompt.这意味着Claude逐个字符地构建其响应。它在写完响应后不能返回并编辑响应,除非您在随后的提示中给它这样的机会。Claude can also only see(and make predictions on)what is in its context window.It can't remember previous conversations unless you put them in the prompt,and it can't open links.Claude也只能看到(并对其上下文窗口中的内容进行预测)。除非将它们放在提示中,否则它无法记住以前的对话,也无法打开链接。[heading3]Prompt length提示长度[content]The maximum prompt length that Claude can see is its context window.See our model comparison table for a list of context window sizes per model.Claude可以看到的最大提示长度是其上下文窗口。请查看我们的模型比较表,了解每个模型的上下文窗口大小列表。
Claude is trained to be a helpful,honest,and harmless assistant.It is used to speaking in dialogue,and you can instruct it in regular natural language requests as if you were making requests of a human.克劳德经过训练,成为一个乐于助人、诚实可靠、无害的助手。它习惯于进行对话,并且您可以用常规自然语言请求指示它,就像您在向一个人提出请求一样。The quality of theinstructions you give Claude can have a large effect on the quality of its outputs,especially for complex tasks.你给克劳德的指示质量会对其输出的质量产生很大影响,特别是对于复杂任务。