📢gitzw.com上线了,功能陆续更新中,如有问题或反馈请在下方反馈/建议中给我们留言。
🔥 Hot searchesllmvuejspytorchlangchainsqlgraphqlpegleetcodetokioredisunityphp8

"prompt"

📘 Tutorials

CL4R1T4S 使用教程CL4R1T4S 是一个收集并公开主流 AI 模型系统提示词(system prompts)的开源项目,涵盖 ChatGPT、Claude、Gemini、Grok 等。本教程将指导你如何浏览、贡献和使用这些提示词,以理解 AI 行为背后的隐藏指令。进阶8 ch★ 43.6kagentsaichatgpt30分钟用prompts.chat搭建你的AI提示词库prompts.chat是全球最大的开源AI提示词库,包含数千个高质量提示词,支持ChatGPT、Claude、Gemini等模型。本教程将带你快速上手,从浏览、搜索到自托管私有库,30分钟内掌握核心用法。入门13 ch★ 164.3kaiartificial-intelligenceawesome-listsystem-prompts-and-models-of-ai-tools 使用教程本教程教你如何获取和利用各种AI工具(如Cursor、Claude Code、Windsurf等)的系统提示词、内部工具和AI模型,帮助你理解这些工具的工作原理,并应用到自己的项目中。进阶9 ch★ 141.1kaiboltcluelylast30days-skill:AI驱动的多源搜索与总结last30days-skill是一个AI驱动的搜索引擎,可以跨Reddit、X、YouTube、HN、Polymarket和网络进行搜索,并根据真实人群的参与度和点赞数进行打分和总结。通过这个教程,你将学习如何安装和使用last30days-skill,如何配置和优化搜索结果,以及如何将其应用于实际场景中。读完本教程,你将能够使用last30days-skill来获取任何主题在最近30天的最新信息和总结。进阶12 ch★ 47.8kai-promptsai-skillbluesky深度解读 llm-app:高效打造企业搜索与 RAG 应用llm-app 提供了一套可直接运行的云模板,用于构建高精度的 RAG 和企业搜索应用。通过本教程,你将学习如何快速部署和使用 llm-app,解决企业搜索和问答的需求。同时,你还将了解如何使用 llm-app 的各种功能,包括数据同步、索引构建和 API 接口。进阶12 ch★ 59.2kchatbothugging-facellmPrompt Engineering:核心机制 + 实战用法本教程系统讲解提示工程的核心概念与实用技巧,涵盖从零基础到高级应用的全流程。你将学会如何设计高效提示、应用多种高级技术(如思维链、RAG、ReAct),并解决实际任务中的常见问题。进阶14 ch★ 76.0kagentagentsai-agentssystem_prompts_leaks 的 10 个高频用法:直接抄作业本教程教你如何快速获取、对比和利用各大 AI 模型的系统提示词。读完你能直接找到 Claude、ChatGPT、Gemini 等最新提示词,并用 diff 工具追踪版本变化。入门10 ch★ 46.0kaiai-agentsanthropic

📖 Knowledge Base

Prompt
★★★★★★★★★★进阶
Prompt 是一种人工智能模型的输入,用于引导模型生成特定内容或回答特定问题。它通常是一段文本,提供了上下文和任务描述,帮助模型理解需要完成什么任务。Prompt 的诞生背景是为了解决大语言模型在生成内容时缺乏明确指引的问题。通过提供高质量的 Prompt,开发者可以让模型生成更准确、更相关的内容。Prompt 的工作原理是通过将其输入模型,然后让模型根据 Prompt 中的信息生成输出。 Prompt 的设计需要考虑到模型的能力、任务的复杂性和上下文的提供等因素。
Prompt Engineering
★★★★★★★★★★高级
Prompt Engineering 是一种设计和优化语言模型输入提示(prompt)的技术,旨在提高语言模型的性能和准确性,通过精心设计的输入提示来引导模型生成更好的输出,诞生于近年来语言模型的迅速发展,解决了传统语言模型难以理解人类语言细微差别的问题,大致通过分析语言模型的行为和特点来设计合适的输入提示,从而提高模型的性能和可靠性,主要应用于自然语言处理和人工智能领域
TUI
★★★★★★★★★★进阶
TUI(Text-Based User Interface)是指基于文本的用户界面,它允许用户通过命令行或文本输入与计算机系统进行交互,TUI 通常用于命令行工具、终端模拟器和一些嵌入式系统,通过使用文本命令和菜单选项来实现用户与系统之间的交互,TUI 的出现可以追溯到计算机的早期,当时图形用户界面(GUI)尚未普及,TUI 通过提供一种简单、直观的文本交互方式,满足了用户对基本操作的需求,尽管 GUI 的兴起使得 TUI 的使用范围有所缩小,但在许多领域,如服务器管理、嵌入式系统开发和命令行工具中,TUI 仍然是一种重要的交互方式,尤其是在资源有限或需要批量处理任务的场景下,TUI 的优势尤为明显,例如在 Linux 和 Unix 系统中,TUI 是一种常见的交互方式,用户可以通过命令行输入命令来执行各种操作,TUI 的实现通常依赖于特定的库或框架,如 ncurses 或 readline,它们提供了创建和管理文本界面的功能,开发者可以使用这些库来构建自己的 TUI 应用,TUI 的优点包括低资源占用、易于使用和高效的交互,然而,TUI 也有一些局限,如不适合复杂的图形化操作和需要用户有一定的命令行使用经验,尽管如此,TUI 仍然是一种重要的用户界面形式,在特定的应用场景中发挥着重要作用,随着技术的发展,TUI 也在不断演进,新的库和框架的出现使得 TUI 的开发和使用变得更加方便和高效,例如,现代的 TUI 库如 rich 和 prompt-toolkit 提供了更丰富的文本渲染和交互功能,使得 TUI 应用的开发变得更加简单和高效,TUI 的应用范围也在扩大,例如,在 Web 开发中,TUI 也被用于构建命令行工具和界面,TUI 的灵活性和易用性使得它成为开发者的必备技能之一,掌握 TUI 的开发和使用,可以帮助开发者更好地完成任务和提高工作效率,TUI 的未来发展前景广阔,随着技术的不断进步,TUI 将继续演进和改进,提供更好的用户体验和交互方式,TUI 的重要性不言而喻,开发者需要了解和掌握 TUI 的开发和使用,才能更好地适应不断变化的技术环境,TUI 的学习和使用需要一定的基础知识和实践经验,开发者可以通过学习和实践来掌握 TUI 的开发和使用,TUI 的文档和资源丰富,开发者可以通过官方文档和在线资源来学习和了解 TUI 的开发和使用,TUI 的社区也非常活跃,开发者可以通过参与社区来交流和学习 TUI 的开发和使用,TUI 的应用前景广阔,开发者需要不断学习和改进,才能更好地适应 TUI 的发展和应用,TUI 的重要性和应用前景使得它成为开发者必备的知识和技能之一,开发者需要了解和掌握 TUI 的开发和使用,才能更好地完成任务和提高工作效率,TUI 的发展和应用将继续推动技术的进步和发展,TUI 的未来将更加美好和广阔,TUI 的重要性和应
prompts
★★★★★★★★★★进阶
prompts 是在自然语言处理和人工智能系统中,用于引导或指示模型生成特定类型输出的输入文本。它们通常用于聊天机器人、自动写作工具、代码生成器等应用中,帮助模型理解用户需求并生成相应的回复或内容。
system-prompts
★★★★★★★★★★进阶
system-prompts 是在对话系统或大型语言模型中用于设定系统行为和角色的指令性文本,通常由开发者编写,旨在引导模型以特定的方式响应用户输入,从而实现预期的功能或风格。

📰 News

学术研究★★★arXiv · 2026-07-20
The Many Senses of Visual Similarity: A Text-Prompted Image Perceptual Metric

Human judgments of visual similarity are context-dependent, and existing metrics fail to distinguish between different aspects. This paper introduces a text-prompted perceptual metric for images using a large-scale dataset annotated with multiple aspects of similarity.

  • Human visual similarity judgments are context-dependent
  • Existing metrics fail to distinguish between different aspects like shape and co
  • A large-scale dataset of image triplets annotated with multiple similarity aspec
  • Frontier vision-language models show significant performance gaps in this task
AI★★★★Hacker News · 2026-07-18
GPT-5.6 Uses Prompt to Close 30-Year Gap in Convex Optimization

OpenAI's GPT-5.6 model successfully addressed a 30-year-old problem in convex optimization using a specific prompt, showcasing its potential in mathematical proofs.

  • GPT-5.6 successfully solved a long-standing convex optimization problem with a p
  • This achievement demonstrates the powerful capabilities of large models in mathe
  • The discovery could drive further research and development in the field
AI★★★Simon Willison · 2026-07-17
Kimi K3 Refuses to Leak System Prompt

After refusing to leak its system prompt, Kimi K3 asked if there was anything specific it could help with today.

  • Kimi K3 explicitly refuses to disclose its system prompt
  • The developer asks if there is anything specific the user needs help with
  • This indicates Kimi K3 prioritizes privacy and security
AI★★★arXiv · 2026-07-16
Statistical Self-Consistency in Language Models through Partition, Prompt, Aggregate

This paper investigates whether large language models adhere to statistical self-consistency principles during in-context learning, particularly how prior-weighted conditional distributions aggregate into population-level marginals.

  • LLM estimates should satisfy basic probabilistic identities
  • Focus on how prior-weighted conditional distributions aggregate
  • Validate LLM consistency through partitioning
AI★★★★Hacker News · 2026-07-12
Claude Code vs OpenCode: Token Overhead Comparison

A recent study compares the token overhead of Claude Code and OpenCode, finding that Claude Code has significantly higher overhead. The researchers collected data by adding logging between the coding tools and Anthropic's endpoint. The results show a substantial difference in token usage between the two tools.

  • Claude Code sends 33k tokens before reading the prompt, while OpenCode sends 7k
  • The study found a significant difference in token overhead between Claude Code a
  • The researchers used logging to collect data on requests and returned usage bloc
📘 opencode 中文教程 →

📦 projects

sindresorhus
andrewyng
andrewyng/context-hub
context-hub —
JavaScript★ 13.8k⑂ 1.2kweb
typicode
typicode/husky
husky — Git hooks made easy 🐶 woof!
JavaScript★ 35.2k⑂ 1.1kweb
MiniMax-AI
MiniMax-AI/skills
skills —
C#★ 13.1k⑂ 1.1kother
mpv-player
actions
+8 ★
sharkdp
sharkdp/bat
bat — A cat(1) clone with wings.
Rust★ 59.8k⑂ 1.6ktools
langchain-ai
langchain-ai/open_deep_research
open_deep_research —
Python★ 12.2k⑂ 1.7kother
+14 ★
aristocratos
aristocratos/btop
btop — A monitor of resources
C++★ 33.6k⑂ 1.1kother
google
google/zx
zx — A tool for writing better scripts
JavaScript★ 45.6k⑂ 1.3ktools