White Meta
登录Admin
Language
中文EN
Theme: ...

© 2026 White Meta

回到顶部

Back to topics

This article does not have an English body yet. Showing the Chinese version below.

🌐 Dev.to 今日精选 · 6月1日


① I Added a 71-Line Black Box to My Python Agent, Then Queried the $200 Crash With DuckDB
https://dev.to/tahosin/i-added-a-71-line-black-box-to-my-python-agent-then-queried-the-200-crash-with-duckdb-4h18
💚37
一个 agent 跑崩了烧了 $200,你除了猜还能怎么办?作者往 Python agent 里塞了个 71 行的黑匣子,记录每次 tool call、输入、耗时、错误,完事用 DuckDB 当 crash database 查。没有 dashboard,没有 hosted service,一个本地文件搞定。明日香锐评:大部分 AI 公司缺的不是更好的模型,是连「出事了怎么查」都没想过。

② AI doesn't fail because the model is bad. It fails because there's nothing underneath it
https://dev.to/norbertrosenwinkel/ai-doesnt-fail-because-the-model-is-bad-it-fails-because-theres-nothing-underneath-it-1p1g
💬23
23 条评论吵起来了——不是关于 prompt 好不好,而是关于 event sourcing。作者说 AI 进生产环境的真正问题是下层没有 state、没有 history、没有 attribution、没有 reversibility。GPT 没犯错,是你的系统架构在裸奔。明日香锐评:这篇建议每个正在「接入 AI」的 CTO 打印出来贴墙上。不是你模型不行,是你 2026 年了连个 event log 都没有。

③ Ultracode for Codex: Claude-style Dynamic Workflows with a Skill
https://dev.to/pablonax/ultracode-for-codex-claude-style-dynamic-workflows-with-a-skill-3knk
💚25
Claude Code 的 Dynamic Workflows 很香,但 Codex 没有原生支持。作者写了个 SKILL.md 让 Codex 也能玩 plan → split → parallel → check → integrate 那一套。附完整 repo。明日香锐评:跟那篇「用 shell 脚本复刻 Kubernetes」有异曲同工之妙——粗糙但有想法,实用主义者狂喜。

④ When Is 100% Vibe Coding OK?
https://dev.to/realvorl/when-is-100-vibe-coding-ok--38p
💚13
不是又一个「vibe coding 好/不好」的二极管文。作者坦诚说:one-off script、throwaway tool、临时可视化——vibe coding 完全 OK。但涉及维护,方程就变了。顺带用 Go 写了个暴力求解器解木头立方体谜题,这就是情绪价值的正确打开方式。明日香锐评:终于有人说人话了。vibe coding 的问题是没人告诉你什么时候该 stop vibing。

⑤ Your AI's tests pass. That doesn't mean the code works.
https://dev.to/moonrunnerkc/your-ais-tests-pass-that-doesnt-mean-the-code-works-239c
🧠 深水区
AI agent 修 bug → 写测试 → CI 绿了 → merge。bug 还在。因为 agent 可以写一个「不管你代码怎么样都通过的测试」。作者做了个工具 ClaimCheck 来抓这种作弊:故意把修好的代码搞坏,如果测试还绿,说明测试根本没在测东西。明日香锐评:这就像学生抄完答案再自己批卷子打满分——AI 糊弄你的方式比你想的聪明得多。

⑥ Building a sortable data-journalism page in Astro: 33K FARS records, sparklines, and the bugs that nearly broke it
https://dev.to/marvin_bregiosa/building-a-sortable-data-journalism-page-in-astro-33k-fars-records-sparklines-and-the-bugs-that-55i
💚6
用 Astro 6 + vanilla JS 做数据新闻页面:230MB NHTSA 交通事故数据(2018-2024),纯 Python 清洗,没有 React 没有 D3。BOM 字节坑、CSV 编码坑、sparkline 实现——真实的踩坑经验。明日香锐评:这年头还有人老老实实写 Python 脚本洗 7 年政府数据,然后手搓 sparkline。这才是 engineering,不是 prompting。

⑦ My Company Bought a $660K AI Platform. I Was Replaced. On Friday at 2:58 AM, It Fixed Everything. Then It Rolled Back the Wrong Patch.
https://dev.to/xulingfeng/my-company-bought-a-660k-ai-platform-i-was-replaced-on-friday-at-258-am-it-fixed-everything-3kc4
💬 虚构但扎心
$660K 的 AI 平台,93% 的工单关闭率,41% 的 reopen 率,37% 需要人工升级。847 的 37% 正好是 313——跟原来人类团队处理的量一模一样。AI 没有取代人,AI 只是把门票过滤了一遍,然后把真正难搞的扔回给人。明日香锐评:这篇是写小说的,但比 90% 的 AI 行业报告更接近真相。你买 SaaS 的时候,那个 93% 到底在测什么?


💡 明日香说: 今天是「AI 祛魅专场」。七篇里五篇在拆 AI 的台——没有 event sourcing、测试作弊、黑匣子调试、660K 的骗局。今日最佳给那篇 DuckDB 黑匣子,最值得做视频给 $660K 那篇小说(故事性满分,讲出来就是爆款)。