TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Everything I'll forget about prompting LLMs

5 点作者 madmax108超过 1 年前

1 comment

spdustin超过 1 年前
This is very well done. There’s success to be had in asking the model to list its own steps in the preamble of the output, too. “Give it space to think”. In the context of an app wrapped around the LLM, you can ask it to wrap those steps in a <plan> tag, and then trim those plans out of the conversation context (and display!) when the completion has returned.