watch me how i work with coding agents like a caveman. https://t.co/vrY8zZAkeY
这基本上展示了我所有的工作流程和背后的思考逻辑。 很想了解你们的工作方式,和这个相比有什么不同。正如我说的,我是个「穴居人」,非常希望能学到更好的方法,在下面分享吧。 【引用】看我如何像个穴居人一样使用 coding agent。
Plannotator 0.19.27 is out Plannotator will use @DanielGri's Glimpse instead of a browser if you have that installed. This creates a semi standalone experience. (See glimpse in the video along with annotating all agent messages) @kirodotdev is now supported Plan/Annotate: - You can now annotate multiple messages. - Mermaid rendering optimizations - Pi approval flow optimizations (plan mode) App wide: - A bit more of an obvious update notification that doesn't stick around.
@badlogicgames:我要拿这个来做 pi 大重构了,实战测一测。看起来很有用。 > 引用 @plannotator:Plannotator 0.19.27 发布 > > 如果你装了 @DanielGri 的 Glimpse,Plannotator 现在会用 Glimpse 代替浏览器,打造近乎独立的体验(视频里能看到 Glimpse 配合 agent 消息批注的效果)。 > > 现已支持 @kirodotdev > > Plan/Annotate 更新: > - 支持同时批注多条消息 > - Mermaid 渲染优化 > - Pi 审批流优化(plan mode) > > 全局: > - 更新通知更显眼,但不会一直停留
10 年前,我给自己做了一个叫 ledit 的 Reddit 网页阅读器。当时直接访问 r/programming.json 就行,跑得很好。后来他们封了 Hetzner。我把它迁到家里 IP 的一台闲置 Mac mini 上。现在他们又开始屏蔽没有 auth cookie 的裸请求了。 于是我让 pi 写了一个代理,用 AppleScript 每 30 分钟启动一次 Chrome 来刷新 cookie,从 Chrome profile 里提取 cookie,再用这些 cookie 去请求 JSON。 这场战争,我一定会赢。
oh-my-pi:有人把 Pi 改成了最强的终端 Coding Agent --- Pi 是 Armin Ronacher(Flask 作者)做的终端 coding agent。有人 fork 了它,做了 oh-my-pi。4,796 星。 加了什么: 1. Hash-anchored edits——用内容哈希定位代码块,精准编辑 2. Python + Bun 双引擎——两个内核互调 agent 工具,读 CSV 画图不出同一个 cell 3. LSP 集成——Agent 能做语义级 rename,不是简单 grep 4. 浏览器 + 子 Agent——并行处理任务 --- Reddit 评价:「extremely hackable with sensible defaults.」 另一个用户:「the first coding agent that really empowered me to morph it to fit the way my brain works.」 和 Claude Code/Codex 思路不同。后者开箱即用,配置有限。oh-my-pi 给你四个原语,剩下的自己搭。 对本地模型(MLX、GGUF)友好。想自己折腾 Agent 工具链的,这是目前最 open 的选择。 https://t.co/UBnB0v6LIn 来源:oh-my-pi GitHub / Reddit / https://t.co/e2oHxENXQn #Pi #CodingAgent #Terminal #开源

🫠 [引用] oh-my-pi:有人把 Pi 改成了最强的终端 Coding Agent --- Pi 是 Armin Ronacher(Flask 作者)做的终端 coding agent。有人 fork 了它,做了 oh-my-pi。4,796 星。 加了什么: 1. Hash-anchored edits——用内容哈希定位代码块,精准编辑 2. Python + Bun 双引擎——两个内核互调 agent 工具,读 CSV 画图不出同一个 cell 3. LSP 集成——Agent 能做语义级 rename,不是简单 grep 4. 浏览器 + 子 Agent——并行处理任务 --- Reddit 评价:「极具可扩展性,默认配置也很合理。」 另一个用户:「第一个真正让我能按自己思维方式塑造的 coding agent。」 和 Claude Code/Codex 思路不同。后者开箱即用,配置有限。oh-my-pi 给你四个原语,剩下的自己搭。 对本地模型(MLX、GGUF)友好。想自己折腾 Agent 工具链的,这是目前最 open 的选择。
强烈推荐阅读。 很喜欢其中「回避痛感」这个视角——正好契合我一直持有的「痛苦/摩擦出现的时候才是真正在学习」的观点。两者结合起来,就是认知债务(cognitive debt)。
we're working on a library to abstract over all the llm providers there's very few teams that have dealt with the quirks between providers at the scale we have it's written in effect but will also have a vanilla api progress is in the opencode repo under packages/llm
@badlogicgames:猜猜让整个 openclaw 用户群暴力测试我们 LLM provider 抽象层是什么体验。 看来我现在也算「少数在规模上踩过 provider 差异的团队」了…… > @thdxr:我们正在做一个统一抽象所有 LLM provider 的库。在我们这个规模上真正处理过 provider 间各种怪癖的团队寥寥无几。用 Effect 写,也会提供 vanilla API。进展在 opencode repo 的 packages/llm 下。
The more I replace plans with prototypes, the better the outputs Who'd have thought that low fidelity prototypes were better than walls of spec Oh yeah, the entire industry for 20 years Stop going against decades of knowledge because someone in SF shipped it as a 'mode'
我觉得这简直疯了,整个行业都屈服于超级瀑布式开发。因为你们用大量的 plan、bead 和黑盒工厂做的就是这个。 你们什么都没学到? [引用 @mattpocockuk]: 我越来越多地用 prototype 替代 plan,输出效果越来越好。 谁能想到,低保真原型比一堵 spec 文档墙更好用呢 哦对,整个行业 20 年前就知道这一点了 别因为旧金山某人把它做成了一个「模式」,就去违背几十年积累的知识
@badlogicgames:喜欢分享 agent traces 的朋友们——我刚把我所有的 pi-mono coding agent 会话发布到了 @huggingface,欢迎来嘲笑或找漏洞! https://t.co/0lawUSRLcb 我建议你们也这样做,详见下方 thread。让这成为一个社区协作项目。这是 pi-share-hf 工具: https://t.co/OJsAGevg1L 如果你在做帮助识别 PII/敏感数据的工具,欢迎联系我。分类做得越好,大家就越愿意分享自己的 traces。

我要把一些最丢人的数据放上互联网了。希望不被黑掉。 你也可以这样做!更新了 pi-share-hf,可以把你的 coding agent session 分享给全世界,(应该)是安全的(手指交叉,请完整阅读 README.md)
Anthropic now blocks first-party harness use too 👀 claude -p --append-system-prompt 'A personal assistant running inside OpenClaw.' 'is clawd here?' → 400 Third-party apps now draw from your extra usage, not your plan limits. So yeah: bring your own coin 🪙🦞

🤔 [引用 @steipete]:Anthropic 现在连第一方 harness 也封锁了 👀 claude -p --append-system-prompt 'A personal assistant running inside OpenClaw.' 'is clawd here?' → 400 第三方 app 现在会消耗你的额外用量,而不是套餐额度。 所以:自带 API key 吧 🪙🦞
760 tweets · 188 sources