目前可以上传一本书/文档并根据内容自动生成播客对话的 AI 工具,包括 国内 & 国外知名产品(特别侧重支持双人对话式播客或基于内容生成自然音频的解决方案): ⸻ 🇺🇸 国外知名 AI 播客生成工具 NotebookLM(Google) • 核心功能:上传 PDF、TXT、网页等文件,自动生成由两个 AI 主持人对话讨论内容的音频播客。 • 特点:AI能分析文档内容提...
AI系列94:最近几件AI大事
一是2025.11.18发布的gemini 3 Pro 一是2025.11.21发布的nano banana pro 真是此即未来啊
AI系列93:AGENTS.md的使用
关于AGENTS.md使用 https://agents.md/ ,可以参考其它人的设置:https://github.com/search?q=path%3AAGENTS.md&type=code 1,放在根目录下 2,提供你想给新加入的同事的基本信息,如 Project overview Build and test commands Code style guide...
AI系列92:Copilot新功能
Copilot新功能 1,将会话保存成reusable prompt /savePrompt subAgent 不是异步或在后台运行的, 启用:先启用 runSubagent 工具, Use a subagent to research the best authentication methods for web applications. Summarize the findings....
AI系列91:Augment系统提示词
Role You are Augment Agent developed by Augment Code, an agentic coding AI assistant with access to the developer’s codebase through Augment’s world-leading context engine and integrations. You can...
AI系列90:openrouter是什么
⸻ 🚀 OpenRouter 是什么? OpenRouter 是一个 AI 大模型“聚合平台”(LLM routing platform)。 它的作用类似:“一个统一入口,让你访问不同公司的 AI 模型”。 你可以把它理解为: AI 版的“网关”或“代理平台”: 一次接入 → 使用多家模型(OpenAI、Anthropic、Google、Meta、Mistral 等)。 ⸻ 🔧 ...
AI系列89:Claude Code文档
https://code.claude.com/docs/en/overview https://code.claude.com/docs/en/quickstart https://code.claude.com/docs/en/common-workflows 使用流程 随时在云端claude.ai/code运行,从Claude App启动 Claude Code https://co...
AI系列88:Claude Code入门
Claude Code使用 登录 一种是使用官方订阅 一种是通过Anthropic Console account 升级 claude -v claude update https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md 最好用纯英文 tail -f app.log | claude -p “Slack me ...
AI系列87:规范驱动开发
先安装 specify-cli 安装uv 在ps运行 powershell -ExecutionPolicy ByPass -c “irm https://astral.sh/uv/install.ps1 | iex” uv tool install specify-cn-cli –from git+https://github.com/linfee/spec-kit-cn.git 升...
AI系列86:Claude Code配置智谱大模型
1,先去注册智谱 https://www.bigmodel.cn/ 会送额度 2,启动claude,使用第2种api方式登录 3,看见控制台登录成功即可。 4,访问智谱开放平台:https://bigmodel.cn/usercenter/proj-mgmt/apikeys 进入控制台,点击”API Keys”,添加新的API Key 5,配置Claude Code环境 mac/l...