| title | 阿里巴巴 Agentic 基础设施 — 统一架构设计 | |||||||
|---|---|---|---|---|---|---|---|---|
| date | 2026-04-02 | |||||||
| tags |
|
定位: 从研发基础设施到百万级 Agent 运行平台,一个统一的技术架构与演进路线。 >
| title | Miessler 的五个 AI 核心命题与 Agentic 基础设施设计 | |||||
|---|---|---|---|---|---|---|
| date | 2026-04-02 | |||||
| source | https://danielmiessler.com/blog/the-most-important-ideas-in-ai | |||||
| tags |
|
Daniel Miessler 在 2026 年 3 月底提出了五个他认为当前 AI 最核心的观念。读完后我意识到,这五个命题不只是"观察"——它们是 agentic 基础设施的设计约束。如果你在造一个百万级 agent 平台,这些不是观点,是物理定律。
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |