[Karpathy’s Post] They also don’t manage their confusion, they don’t seek clarifications, they don’t surface inconsistencies, they don’t present tradeoffs, they don’t push back when they should, and they are still a little too sycophantic.
K 在这段话中列举了 agent 当前阶段一些表现不佳的方面,比如遇到模糊概念擅自作主,过于迎合用户(You’re absolutely right!)等等。
---
name: git-commit-assist
description: Draft Angular-style git commit messages and complete git commit workflows with explicit AI participation metadata. Use when the user asks to create a commit, says "git commit", "commit this", "write a commit message", "will commit", "help me commit" in English or Chinese, or needs to choose AI attribution and Co-authored-by (coauthor) trailers for a commit.
---
意料之外的事
分享一个有趣的意料之外的事,当我进行 git-commit-assist 这个 skill 时,修改完成但还没有推送更新,即编辑的 /tmp/skills 包含新版本 git-commit-assist 但是 ~/.claude/skills 中的还是旧版本。新版本主要功能就是调用了一个 AskUserQuestion 来让 agent 和用户进行交互式确认。当我在 claude 中敲出 help me commit 的时候 Claude 使用了新版本的功能。至于原因,可能是我太傻了没意识到哈哈哈我还问了下他,各位可以按自己理解解释下。
[Karpathy’s Post] They also don’t manage their confusion, they don’t seek clarifications, they don’t surface inconsistencies, they don’t present tradeoffs, they don’t push back when they should, and they are still a little too sycophantic.
K 在这段话中列举了 agent 当前阶段一些表现不佳的方面,比如遇到模糊概念擅自作主,过于迎合用户(You’re absolutely right!)等等。
---
name: git-commit-assist
description: Draft Angular-style git commit messages and complete git commit workflows with explicit AI participation metadata. Use when the user asks to create a commit, says "git commit", "commit this", "write a commit message", "will commit", "help me commit" in English or Chinese, or needs to choose AI attribution and Co-authored-by (coauthor) trailers for a commit.
---
意料之外的事
分享一个有趣的意料之外的事,当我进行 git-commit-assist 这个 skill 时,修改完成但还没有推送更新,即编辑的 /tmp/skills 包含新版本 git-commit-assist 但是 ~/.claude/skills 中的还是旧版本。新版本主要功能就是调用了一个 AskUserQuestion 来让 agent 和用户进行交互式确认。当我在 claude 中敲出 help me commit 的时候 Claude 使用了新版本的功能。至于原因,可能是我太傻了没意识到哈哈哈我还问了下他,各位可以按自己理解解释下。