Sync: add ai finops and deployment notes

This commit is contained in:
2026-04-26 12:35:45 +08:00
parent f09834b5a5
commit ecdf295ded
14 changed files with 7117 additions and 5832 deletions

View File

@@ -1,30 +1,28 @@
---
title: "Anthropic"
type: entity
tags: [AI, Claude, Anthropic]
sources: [google-5个agent-skill设计模式-2026-03-19]
last_updated: 2026-03-19
---
## Overview
Anthropic 是一家 AI 安全公司,开发了 Claude 系列大语言模型和 Claude Code CLI Agent。其在 Skill 设计方面的实践经验9 类分类、3 条铁律)被 Google ADK 指南引用。
## Key Contributions
- **Claude Code**Anthropic 的 CLI Agent支持 SKILL.md 格式标准化
- **9 类 Skill 分类**:从参考手册到故障排查,每类有明确场景
- **3 条铁律**
1. 只写 Agent 不知道的东西
2. 重点写踩坑清单
3. 给工具不给指令
## Key Insight
> "最好的 Skill 不是写得好的提示词,而是一个「工具箱」。" — Anthropic
## Related Entities
- [[GoogleCloud]]:引用了 Anthropic 的 Skill 实践经验
- [[ClaudeCode]]Anthropic 开发的 CLI Agent
- [[ADK]]Google Cloud 的 Agent 开发工具包
## Connections
- [[AnthropicSkill实践]] ← authored_by ← [[Anthropic]]
- [[Google5个AgentSkill设计模式]] ← extends ← [[AnthropicSkill实践]]
---
title: "Anthropic"
type: entity
tags: ["llm-provider", "anthropic"]
sources: ["engineering-autonomous-optimization-architect"]
last_updated: 2026-04-26
---
## Aliases
- Anthropic
- Anthropic PBC
## Definition
Anthropic 是主要的 LLM Provider提供 Claude 系列模型Claude Opus、Claude Sonnet、Claude Haiku 等)。在 [[AutonomousOptimizationArchitect]] 系统中作为高精度基准模型,其输出常被用作 [[LLMasJudge]] 评估其他模型时的参照标准。
## Role in LLM Routing
- Claude Opus 常作为高精度基准——如果其他模型要替代 Claude必须达到其 98%+ 精度
- Claude Sonnet/Haiku 提供性价比选项,供 [[AutonomousOptimizationArchitect]] 按任务难度分配
- Anthropic API 不可用时触发 [[CircuitBreaker]] 切换至 [[OpenAI]] 或 [[GoogleGemini]]
## Key Properties
- **Token 成本**$3-15 / 1M tokens
- **延迟**:低至中等
- **常见用途**:复杂推理、长文本分析、安全敏感任务
## Connections
- [[OpenAI]] — 同为 LLM Provider共同参与 [[SemanticRouting]]
- [[GoogleGemini]] — 在成本优化场景中与 Gemini Flash 形成对比