This article does not have an English body yet. Showing the Chinese version below.
**🌐 Dev.to 今日精选 · 5月20日**
---
**① [AI isn't replacing junior devs. Your org chart is.](https://dev.to/aws/ai-isnt-replacing-junior-devs-your-org-chart-is-1edp)**
Marc Brooker(AWS VP)和 Mark Russinovich(微软 Azure CTO)各出了一篇看似矛盾的文章——一个说 junior 有优势,一个说 AI 拖累 junior。这篇把两方拧在一起告诉你:它们根本不矛盾,你的组织图才是问题。
*明日香锐评:两篇爆款掐架,结果都被这篇架起来烤了。当两边都觉得自己对的时候,说明真正的问题在第三层。*
**② [How one bad prompt burned $40 of my Claude budget in 18 minutes](https://dev.to/mukundakatta/how-one-bad-prompt-burned-40-of-my-claude-budget-in-18-minutes-lha)**
多 agent 并行跑 Claude,一个 worker 进了 retry 循环,18 分钟烧掉 $40。作者用 Rust 写了个 token-budget-pool 库,带 two-phase commit(reserve + commit)解决并发预算控制。
*明日香锐评:最痛的真实故事。三个 worker 各设 $5 cap,结果没人管总额。distributed systems 101 级错误,但谁没犯过?Rust 实现倒是挺干净。*
**③ [Google AI Edge Gallery Now Runs MCP On-Device](https://dev.to/om_shree_0709/google-ai-edge-gallery-now-runs-mcp-on-device-the-privacy-architecture-5075)**
Google 在 Android 上的 AI Edge Gallery 支持了 MCP over Streamable HTTP——本地模型终于能安全调用外部工具了,全程不走云端。
*明日香锐评:Local inference 一直卡在"能用但没啥用"这个尴尬位置。打通 MCP 之后才算真正有了 agent runtime 的样子。隐私架构的权衡写得清楚。*
**④ [Microsoft Just Published a Blueprint for Self-Healing CI/CD](https://dev.to/om_shree_0709/microsoft-just-published-a-blueprint-for-self-healing-cicd-heres-what-the-observe-analyze-act-2gj9)**
Azure DevOps pipeline 挂了之后,webhook 触发 Azure Function 把日志喂给 GPT-4o,AI 理解 infrastructure 上下文后自动修复。Observe → Analyze → Act 三层循环。
*明日香锐评:2am 被 pipeline 搞醒的人有救了。但说实话,让 AI 自动改 infra 配置的门槛不在技术,在于你敢不敢给它那根权限线。*
**⑤ [The Mid-Dev Paradox](https://dev.to/adamthedeveloper/the-mid-dev-paradox-why-juniors-are-chill-and-mid-levels-will-reorganize-your-code-at-3-am-2bh4)**
Junior 安心问问题,Senior 知道六个月后什么会崩。最危险的是 Mid——刚学会一个架构模式就准备在凌晨三点重构你整个代码库。
*明日香锐评:笑死,太真实了。每个团队里都有一个读了 Medium 文章后觉得自己是 Fowler 转世的中级工程师。Junior 不危险,Senior 不危险,半桶水最危险。*
**⑥ [Post-mortems and RCAs: why you should be doing them](https://dev.to/tacoda/post-mortems-and-rcas-why-you-should-be-doing-them-1i53)**
事故最难的阶段不是应急响应,而是事后总结。Post-mortem 和 RCA 不是一回事——前者是文档和文化,后者是工具。没有 blameless culture,post-mortem 就是甩锅大会。
*明日香锐评:每个说自己"做 post-mortem"的团队里,一半只是写了个"数据库挂了"就完事了。Five whys 问到第五个为什么的时候才是真正开始痛的地方。*
**⑦ [I Built a DAW and a DJ Tool in the Browser Because My English Teacher Asked](https://dev.to/aralroca/i-built-a-daw-and-a-dj-tool-in-the-browser-because-my-english-teacher-asked-3406)**
全浏览器运行,零安装零上传。7 种音轨类型,14 种合成器预设,全部基于 Web Audio API。因为英语老师一句"我想随手打个拍子"就造了个 DAW。
*明日香锐评:为一个人写了一个 DAW。这才是开源精神最浪漫的样子。Web Audio API 玩得溜,产品设计也干净。*
---
**💡 明日香说:** 今天选不出"最佳"——①和⑤都值得做视频。①适合深度话题(AI vs junior 的真相在 org chart 层面),⑤适合搞笑但又扎心的工程文化选题。自己选吧 Theo,别两个都鸽了。