Workspace sync: auto commit 2026-04-23 07:31:53

This commit is contained in:
2026-04-23 07:31:53 +08:00
parent ec58afd9f0
commit a66a882a41
5 changed files with 132 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
- [Overview](overview.md) — living synthesis
## Sources
- [2026-04-22] [Never write another prompt](sources/never-write-another-prompt.md)
- [2026-04-22] [一语点醒梦中人](sources/一语点醒梦中人.md)
- [2026-04-22] [Best 7 news API data feeds - AI News](sources/best-7-news-api-data-feeds-ai-news.md)
- [2026-04-22] [Claude Prompt Library 汇总表](sources/useful-prompt-lib.md)
@@ -413,7 +414,6 @@
- [2026-04-18] [3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1](sources/3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1.md) — (expected: wiki/sources/3-2-万人收藏的-claude-skills-才是-ai-这条路上最值得研究的一套范式-1.md — source missing)
- [2026-04-18] [不会gemini的产品经理真的要被淘汰了-附保姆级prd生成指南](sources/不会gemini的产品经理真的要被淘汰了-附保姆级prd生成指南.md) — (expected: wiki/sources/不会gemini的产品经理真的要被淘汰了-附保姆级prd生成指南.md — source missing)
- [2026-04-18] [7-ways-i-use-notebooklm-to-make-my-life-easier](sources/7-ways-i-use-notebooklm-to-make-my-life-easier.md) — (expected: wiki/sources/7-ways-i-use-notebooklm-to-make-my-life-easier.md — source missing)
- [2026-04-18] [never-write-another-prompt](sources/never-write-another-prompt.md) — (expected: wiki/sources/never-write-another-prompt.md — source missing)
- [Your-AI-Isn-t-Stupid---It-Just-Needs-a-Better-Harness--Lychee-Technology-Engineering-Blog](sources/Your-AI-Isn-t-Stupid---It-Just-Needs-a-Better-Harness--Lychee-Technology-Engineering-Blog.md) — (expected: wiki/sources/Your-AI-Isn-t-Stupid---It-Just-Needs-a-Better-Harness--Lychee-Technology-Engineering-Blog.md — source missing)
- [Expose-hermes-agent-as-an-OpenAI-compatible-API-for-any-frontend](sources/Expose-hermes-agent-as-an-OpenAI-compatible-API-for-any-frontend.md) — (expected: wiki/sources/Expose-hermes-agent-as-an-OpenAI-compatible-API-for-any-frontend.md — source missing)
- [zk-steward](sources/zk-steward.md) — (expected: wiki/sources/zk-steward.md — source missing)

View File

@@ -1,3 +1,16 @@
## [2026-04-24] ingest | Never write another prompt
- Source file: AI/Never write another prompt.md
- Status: ✅ 成功摄入
- Summary: 介绍一款能将简单描述自动转化为详细结构化提示词的 AI 工具,支持变量插入和自定义编辑,大幅降低提示词工程门槛。与 Claude Prompt Library现成提示词库和 Nano Banana 提示词框架(结构化模板)同属提示词工程的不同路径。
- Concepts covered: [[Prompt Engineering]], [[API Key]], [[Variables in Prompts]]
- Entities referenced: [[ChatGPT]], [[Google Gemini]]
- Source page: wiki/sources/never-write-another-prompt.md
- Notes:
- 更新 index.md Sources 部分(新增条目,按日期排序)
- 更新 overview.md AI Tools & Prompt Engineering 小节
- 冲突检测:与 useful-prompt-lib.md 存在"是否需要预制提示词"视角差异(双方 Contradictions 均已记录)
- ChatGPT/Google Gemini 已存在于 Wiki无需新建 Entity 页面
## [2026-04-23] ingest | Best 7 news API data feeds - AI News
- Source file: AI/Best 7 news API data feeds - AI News.md
- Status: ✅ 成功摄入

View File

@@ -131,6 +131,8 @@ Covers Claude Code, Claude Code Templates (npx 一键安装 Skills/Agents/MCP vi
**Pre-Build Idea Validator**:基于 [[OpenClaw]] + [[idea-reality-mcp]] 的 AI 项目启动前竞争分析门控——在写代码之前自动扫描 GitHub/Hacker News/npm/PyPI/Product Hunt 五个数据源,返回 `reality_signal` 分数0-100评估赛道拥挤度高分数>70触发 STOP展示竞品+询问是否继续/转向),低分数(<30直接构建。核心价值**在投入时间前发现已解决的同类问题**,是单兵创业者最重要的决策门控。与 [[market-research-product-factory]] 互补:后者挖痛点找方向,前者在动手前验证赛道的竞争密度。
**Never Write Another Prompt**:基于 YouTube 视频的工具介绍,展示一款将简单描述自动转化为详细结构化提示词的 AI 工具——用户无需具备提示词工程专业知识,只需输入简单描述即可获得专业级提示词,支持变量插入和自定义编辑。与 [[Claude Prompt Library 汇总表]](现成提示词库)和 [[Nano Banana 提示词框架]](结构化模板)同属提示词工程的不同路径——本工具侧重自动化生成,后者侧重模板规范。市场上单个专业提示词售价 $100-$500本工具大幅降低了使用门槛。
**[[清华出的DeepSeek使用手册]]**清华大学发布的《DeepSeek从入门到精通2025》官方使用指南104页由新闻与传播学院元宇宙文化实验室余梦珑博士后及团队撰写。与其他泛化教程不同该手册强调"授人以渔"——不仅教用户"怎么问",更教"为什么这么问",帮助用户掌握提示词底层逻辑。涵盖 DeepSeek-R1 模型选择、提示语设计技巧、避免 AI 幻觉策略等核心内容。与 [[llms-rag-ai-agent-三个到底什么区别]] 同属 AI 工具方法论,但该手册聚焦 DeepSeek 特定实践。来源:[[清华出的DeepSeek使用手册104页真的是太厉害了免费领取]]
**[[Nano Banana 提示词框架]]**Nano Banana 基础框架文档,提供两套结构化 JSON Schema 模板——物件描述框架item / materials / details / condition和人物描述框架age / appearance / pose——共用法学 shot / environment / lighting / camera / color_grade / style / quality / negatives 参数字段。将艺术总监级别的专业摄影描述语言转化为可结构化填写的模板,降低 AI 图像生成的专业门槛。与 [[Nano Banana Pro 提示词指南]](进阶版)和 [[全网最全-nano-banana-2-使用指南-2025年12月更新-1]](综合版)同属 Nano Banana 提示词体系。

View File

@@ -0,0 +1,51 @@
---
title: "Never write another prompt"
type: source
tags: [prompt-engineering, ai-tools, chatgpt, gemini]
date: 2025-03-06
---
## Source File
- [[AI/Never write another prompt]]
## Summary用中文描述
- 核心主题:介绍一款能将简单描述自动转化为详细结构化提示词的 AI 提示词生成工具
- 问题域:用户难以撰写精确的提示词,导致 AI 回复质量不佳或需要花费大量金钱购买专业提示词服务(单个提示词 $100-$500
- 方法/机制:工具从简单描述生成高质量、结构化、可编辑的提示词,支持变量插入和自定义优化,大幅降低提示词工程门槛
- 结论/价值:民主化提示词工程,使普通用户无需专业背景即可创建专业级 AI 提示词,节省成本并提升 AI 交互质量
## Key Claims用中文描述
- 该工具能自动将简单描述转化为详细、结构化的提示词,消除传统提示词工程的复杂性
- 用户可以无限生成提示词而无需支付高昂费用(市场上单个专业提示词售价 $100-$500
- 生成器提供易用的设置流程包括账户创建、API Key 生成和支付配置
- 生成的提示词结构良好、易于编辑,支持变量插入以实现更高程度的定制化
- 提示词库为用户提供了查找灵感和使用现成提示词的途径
## Key Quotes
> "Prompt engineering is the art of crafting prompts that elicit specific responses from AI. With the introduction of this tool, users no longer need to be experts in this field; the tool automates the process, making it accessible to everyone, regardless of their technical background."
— 核心观点:工具民主化了提示词工程,使任何人都能使用 AI
> "Detailed prompts often yield better responses from AI models. The tool enhances basic prompts by adding context and structure, which helps in narrowing down the AI's focus."
— 核心观点:详细提示词能带来更好的 AI 回复
> "When creating an API key, users are reminded to keep it confidential. This highlights an important consideration in the use of AI tools—protection of personal and sensitive information."
— 安全提醒API Key 保密是使用 AI 工具的重要安全考量
## Key Concepts
- [[Prompt Engineering]]:制作有效提示词以引导 AI 产生特定回复的艺术和科学,本工具将其自动化
- [[API Key]]:访问 AI 工具的身份凭证,必须保密保管
- [[Variables in Prompts]]:在提示词中插入变量以实现复用和定制化的机制
## Key Entities
- [[ChatGPT]]OpenAI 的 AI 对话产品,是本工具的主要应用场景之一
- [[Google Gemini]]Google 的 AI 模型产品,是本工具的另一主要应用场景
## Connections
- [[Claude Prompt Library 汇总表]] ← relates_to ← [[never-write-another-prompt]](同为提示词相关工具,但前者是现成提示词库,后者是提示词生成工具)
- [[Nano Banana 提示词框架]] ← extends ← [[never-write-another-prompt]]Nano Banana 提供了结构化提示词模板,与本工具的自动生成功能互补)
## Contradictions
- 与 [[Claude Prompt Library 汇总表]]useful-prompt-lib.md存在视角差异
- 冲突点:是否需要预制提示词
- 当前观点Never Write Another Prompt通过工具自动生成提示词消除人工编写成本市场上单个专业提示词售价 $100-$500
- 对方观点Claude Prompt Library提供现成的专业化提示词库用户可直接选用已有提示词