注册并分享邀请链接,可获得视频播放与邀请奖励。

Jason Zhu (@GoSailGlobal) “别看这马尾辫很宅男风,但代码减少量是实打实的 ponytail 的核心,是一道写代码前必须” — TopicDigg

Jason Zhu 的个人资料封面
Jason Zhu 的头像
Jason Zhu
@GoSailGlobal
Cursor-certified 🌟|独立开发 · Build In Public Skills hub: 博客: 🤝 合作DM:GoSail_AI 📮:m17551076169@gmail.com MCN:collab@gosaillab.com
加入 May 2025
2.1K 正在关注    32.9K 粉丝
别看这马尾辫很宅男风,但代码减少量是实打实的 ponytail 的核心,是一道写代码前必须先爬的阶梯 agent 动手前,停在第一个能成立的台阶上: 1 这东西需要存在吗?不需要就跳过(YAGNI) 2 标准库能做吗?能就用 3 平台原生功能有吗?有就用 4 已装的依赖能做吗?能就用 5 一行能搞定吗?那就一行 6 实在不行,才写「能用的最小实现」 关键是它「懒而不渎职」: 信任边界校验、数据丢失处理、安全、可访问性,这四样永远不许砍 两个我特别喜欢的设计: 每处走的捷径,都在代码里留一条 ponytail: 注释,标明将来怎么升级 /ponytail-debt 命令,把你欠下的这些捷径收成一本账,免得「以后」变成「永远」 跨 11 个 agent 通用(Claude Code / Codex / Cursor / Gemini / Copilot…) 🔗
显示更多
A dev got so frustrated watching his AI agent write 500 lines for a 5-line problem that he built a fix. He called it Ponytail. Named after the guy every team has - long ponytail, oval glasses, been there longer than the version control. You show him fifty lines; he looks at them, says nothing, and replaces them with one. Now your agent does the same. Before writing anything, it looks for a reason not to. 80-94% less code. 47-77% cheaper. 3-6x faster. The best code is the code you never wrote. GitHub Repo:
显示更多