Update nexus: fix conflicts and sync local changes
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
---
|
||||
title: "Credit-Efficient Processing"
|
||||
type: concept
|
||||
tags: [Credits, Cost-Optimization, API, AI-Agent, Efficiency]
|
||||
sources: [daily-youtube-digest]
|
||||
last_updated: 2026-04-22
|
||||
---
|
||||
|
||||
## Definition
|
||||
|
||||
Credit-Efficient Processing 是一种通过策略性地分配 API 积分(credits),最大化 AI 信息处理价值的优化方法。核心原则:**免费操作做检查,付费操作做摘要**。
|
||||
|
||||
## Core Principle
|
||||
|
||||
| 操作类型 | 积分消耗 | 说明 |
|
||||
|---|---|---|
|
||||
| 新内容检查 | **免费**(0 积分) | 判断是否有新内容需要处理 |
|
||||
| 内容处理/摘要 | **按需付费** | 仅对真正需要的内容花费积分 |
|
||||
|
||||
## Example: YouTube Digest
|
||||
|
||||
- `channel/latest` / `channel/resolve` → **0 积分** → 判断频道是否有新视频
|
||||
- 字幕提取 + 摘要 → **1 积分/视频** → 仅对感兴趣的视频花费
|
||||
- `seen-videos.txt` → **免费** → 避免重复付费
|
||||
|
||||
## Why It Matters
|
||||
|
||||
AI API 积分是有成本的(即便有免费额度)。在高频自动化场景下,credit-efficient 策略可以将积分消耗降低 90%+,让免费额度支撑更长时间,或降低付费规模。
|
||||
|
||||
## Connections
|
||||
- [[Credit-Efficient Processing]] ← enables ← [[Daily YouTube Digest]]
|
||||
- [[Credit-Efficient Processing]] ← applies_to ← [[TranscriptAPI.com]]
|
||||
---
|
||||
title: "Credit-Efficient Processing"
|
||||
type: concept
|
||||
tags: [Credits, Cost-Optimization, API, AI-Agent, Efficiency]
|
||||
sources: [daily-youtube-digest]
|
||||
last_updated: 2026-04-22
|
||||
---
|
||||
|
||||
## Definition
|
||||
|
||||
Credit-Efficient Processing 是一种通过策略性地分配 API 积分(credits),最大化 AI 信息处理价值的优化方法。核心原则:**免费操作做检查,付费操作做摘要**。
|
||||
|
||||
## Core Principle
|
||||
|
||||
| 操作类型 | 积分消耗 | 说明 |
|
||||
|---|---|---|
|
||||
| 新内容检查 | **免费**(0 积分) | 判断是否有新内容需要处理 |
|
||||
| 内容处理/摘要 | **按需付费** | 仅对真正需要的内容花费积分 |
|
||||
|
||||
## Example: YouTube Digest
|
||||
|
||||
- `channel/latest` / `channel/resolve` → **0 积分** → 判断频道是否有新视频
|
||||
- 字幕提取 + 摘要 → **1 积分/视频** → 仅对感兴趣的视频花费
|
||||
- `seen-videos.txt` → **免费** → 避免重复付费
|
||||
|
||||
## Why It Matters
|
||||
|
||||
AI API 积分是有成本的(即便有免费额度)。在高频自动化场景下,credit-efficient 策略可以将积分消耗降低 90%+,让免费额度支撑更长时间,或降低付费规模。
|
||||
|
||||
## Connections
|
||||
- [[Credit-Efficient Processing]] ← enables ← [[Daily YouTube Digest]]
|
||||
- [[Credit-Efficient Processing]] ← applies_to ← [[TranscriptAPI.com]]
|
||||
|
||||
Reference in New Issue
Block a user