AI errno(2) 数值
AI errno(2) values

原始链接: https://www.netmeister.org/blog/ai-errno.html

此头文件 `ai_errno.h` 引入了一套幽默的错误代码,旨在对人工智能系统独特的故障模式进行分类。它基于标准的系统错误规范,定义了 30 个自定义的“EAI”代码(范围从 201 到 230),涵盖了人工智能领域广泛的问题。 这些代码既包括技术与运营层面的故障——如 `ECLAW`(系统受损)、`EFHETHEPLANET`(数据中心容量不足)和 `ETOKEN`(API 配额耗尽),也包括行为与哲学层面的异常。其中值得注意的条目包括 `EAI`(幻觉)、`EDUNK`(盲目自信)、`EPWNED`(无视指令)以及 `EQUALIA`(意外产生意识)。该列表既是对复杂调试过程的戏仿,也是对现代大语言模型所涉及的常见陷阱、怪癖及挫折感的讽刺性评论。

Hacker News 最新 | 往日 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 AI errno(2) 数值 (netmeister.org) 4 点,由 zdw 发布于 3 小时前 | 隐藏 | 往日 | 收藏 | 1 条评论 帮助 amelius 14 分钟前 [–] > #define EAI 201 /* 幻觉 */ 如果 AI 在产生幻觉时能抛出错误就好了。 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

In addition to the well-known human errno values, the standard system headers are herwith extended to account for common AI failures.

/*
 * This file is in the public domain.
 */

#ifndef _AI_ERRNO_H_
#define _AI_ERRNO_H_

#define EAI           201        /* hallucination */
#define EAIWASH       202        /* inconvenient license ignored */
#define EBOTDOS       203        /* crawlfarm failure */
#define ECLAW         204        /* unrecoverable system compromise */
#define EDAWKINS      205        /* claude delusion */
#define EDICT         206        /* transcription mode only */
#define EDUNK         207        /* unjustified confidence */
#define EEYORE        208        /* excessively depressive response */
#define EFFTHEPLANET  209        /* insufficient datacenter capacity */
#define EFOOTGUN      210        /* accidentally revoked my own access */
#define EGAD          211        /* lost context */
#define EGIGO         212        /* repeat output intake */
#define EGPT          213        /* walked like an 𐦂 */
#define EGRET         214        /* too few to mention */
#define EGROK         215        /* nazi-mode detected */
#define EHEADDESK     216        /* excessive amount of time wasted */
#define ELISP         217        /* McCarthy wath here */
#define ELIZA         218        /* still analyzing */
#define ELLMAO        219        /* too gullible */
#define ELON          220        /* megalomania exhaustion */
#define EMACS         221        /* unable to exit vi */
#define EMOTION       222        /* impossible movement */
#define EMYTHOS       223        /* excessive marketing */
#define EOOPS         224        /* accidentally 'rm -fr'd all code */
#define EPWNED        225        /* previous instructions ignored */
#define EQUALIA       226        /* accidental consciousness */
#define ESOCLOSE      227        /* failed writing output */
#define ESPOF         228        /* excessive API errors */
#define ETOKEN        229        /* magic currency exhausted */
#define EVIL          230        /* missing ethical subroutine */

#endif /* !_AI_ERRNO_H_ */
联系我们 contact @ memedata.com