标签: AI应用

Show HN:如何构建并自托管一个代码审查 Agent

Show HN:如何构建并自托管一个代码审查 Agent

一位开发者用自研的 Tilde SDK 构建了一个可自托管的代码审查 Agent,部署到 Vercel 后即可在 GitHub PR 中通过 @提及触发 AI 审查,并返回内联评论和摘要。这个开源示例的价值在于:它把 Agent 从“能聊天”推进到了“能安全干活”的阶段。

Quote of the day by The Odyssey director Chris Nolan: ‘AI researchers refer to the present moment as an ‘Oppenheimer moment” — putting into perspective the scale of change AI will bring

Quote of the day by The Odyssey director Chris Nolan: 'AI researchers refer to the present moment as an 'Oppenheimer moment'' — putting into perspective the scale of change AI will bring

《奥本海默》导演诺兰在一场放映会后透露,他接触到的顶尖AI研究者常把当下比作“奥本海默时刻”——指的是研究者正在为AI可能带来的“未预期后果”感到不安。这个类比未必完全准确,但它折射出AI行业内部对失控风险的担忧正在从电影叙事进入现实考量。

Variable map missing after snippet added in workflow

Variable map missing after snippet added in workflow

这个报错通常发生在向 Workflow 插入“片段(Snippet)”时,片段内部已经存在节点间变量引用(例如 Code 节点引用了 LLM 节点的文本输出)。优先排查 snippet 插入后节点 ID 被重新生成,但变量选择器仍指向旧节点 ID 的问题;可先手动重新选择变量引用。