feat(wiki): ingest misc sources batch (Daily notes/Others/Skills/Vibe Coding/微信公众号/跨境电商)

This commit is contained in:
2026-04-14 20:33:01 +08:00
parent 38121d2e41
commit e4232f4feb
59 changed files with 1802 additions and 63 deletions

View File

@@ -0,0 +1,27 @@
---
title: "AI拟人化谬误"
type: concept
tags: []
---
## Definition
将 LLM 拟人化赋予名字、情感、恐惧、动机是一种设计谬误。LLM 没有生物体的局限性——不会死亡、饥饿或害怕;它们在推理时只存在几秒钟来生成响应,缺乏真正的同理心或情感。
## Why It's Wrong
- LLM 天生的不可靠性(幻觉、逻辑谬误、上下文漂移)与人类不同
- 对 LLM 的"威胁"或"激励"只是利用训练数据中高风险→高质量输出的相关性
- 拟人化会掩盖 LLM 真正的问题:将其视为可靠组件而非需要工程保障的系统
## The Correct Approach
- [[Alex Ewerlöf]] 主张:将 LLM 视为分布式系统中不可靠的组件
- 构建系统时约束Constrained、验证Verified、修剪Pruned、挑战Challenged
- 不需要"关心"的 AI需要的是经过工程保障的 AI
## Related Concepts
- [[泰勒主义软件工厂]]
- [[LLM不可靠性]]
- [[多Agent可靠性模式]]
## Sources
- [[The-Picture-They-Paint-of-You.md]]
- [[Multi-Agent-System-Reliability.md]]