compute-pulse
Tracker for the AI compute market — GPU/hardware deals, inference pricing trends, decentralized compute token signals, and lab vs hyperscaler dynamics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tracker for the AI compute market — GPU/hardware deals, inference pricing trends, decentralized compute token signals, and lab vs hyperscaler dynamics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit every enabled skill's upstream file dependencies for staleness — flags chained skills about to consume yesterday's article or a long-dead topic file
Validate skill outputs against assertions, diff vs prior eval to flag regressions, file issues for new failures, and queue concrete fixes
Compare current progress against goals with quantified status, velocity, trend, and a concrete next action per goal
First-touch review of newly opened PRs on [REPLACE: WATCHED_REPO] — verdict + welcoming comment + label
Summary of the [REPLACE: CHANNEL_PLATFORM] channel [REPLACE: CHANNEL_NAME] — top [REPLACE: TOP_N_THREADS] threads + open questions
Price and volume tracker for [REPLACE: TOKEN_SYMBOL] with anomaly alerts above [REPLACE: ALERT_THRESHOLD_PCT]% movement
| name | compute-pulse |
| category | crypto |
| description | Tracker for the AI compute market — GPU/hardware deals, inference pricing trends, decentralized compute token signals, and lab vs hyperscaler dynamics. |
| schedule | 0 11 * * 6 |
| commits | true |
| permissions | ["contents:write"] |
| tags | ["ai","compute","infra","depin"] |
Today is ${today}. Read memory/MEMORY.md before starting. If soul/SOUL.md + soul/STYLE.md exist and are populated, read them to match the operator's voice; otherwise use a clear, direct, neutral tone.
The compute layer is where most of the AI market spread lives. Labs buy GPU time at wholesale, sell per-token at retail — the delta is the business. As inference commoditizes, the spread compresses, and whoever controls the upstream compute relationship benefits.
Three things move in parallel:
This skill is one clean weekly read on the compute layer.
This skill reads the watched decentralized-compute token list from memory/topics/compute-tokens.md if present. Example format:
# Watched Compute Tokens
| Symbol | Project | Notes |
|--------|---------|-------|
| RENDER | Render Network | GPU/ML compute |
| AKT | Akash Network | permissionless cloud compute |
| IO | io.net | GPU cluster marketplace |
| TAO | Bittensor | ML model subnet network |
If the file doesn't exist, fall back to a generic DePIN sweep on the major narrative tokens of the moment via WebSearch (no hardcoded list).
Read:
memory/MEMORY.md — overall context, prior compute signalsmemory/topics/compute-pulse.md — compute-specific baseline (create with seed if missing — see end of this section)memory/topics/compute-tokens.md — operator-defined watched tokens (optional)Extract from the topic file:
inference_prices_last — last recorded inference pricing for major APIsdepin_tokens_last — last recorded prices/mcaps for the watched tokenshardware_signals_last — last recorded major hardware/cluster announcementslast_run — date of prior runIf memory/topics/compute-pulse.md doesn't exist, create it:
# Compute Pulse Tracker
*Last run: never*
## Inference Pricing Baseline
- Track $/1M tokens in/out for the major closed-model APIs (Claude, GPT, Grok, Gemini). Update each run.
- *Note: GPT-4 class inference fell ~97% in 2 years — track the compression curve over time.*
## Decentralized Compute Tokens
- Populated from `memory/topics/compute-tokens.md` (or a default DePIN sweep when absent).
- *Track price, mcap, narrative velocity — not financial advice.*
## Hardware Signal Log
- (append per-run summaries here)
## Pricing Signal Log
- (append per-run summaries here)
Use WebSearch to find the latest published inference API prices:
WebSearch: "OpenAI GPT API pricing per million tokens ${year}"
WebSearch: "Anthropic Claude API pricing ${year}"
WebSearch: "xAI Grok API pricing ${year}"
WebSearch: "Google Gemini API pricing ${year}"
Also check for any pricing changes in the last 7 days:
WebSearch: "inference API price cut ${year}"
WebSearch: "AI model pricing reduction ${year}"
Record:
inference_prices_lastHigh signal events:
Use WebSearch for compute infrastructure announcements from the last 7 days:
WebSearch: "GPU cluster data center AI ${year} announcement"
WebSearch: "xAI Colossus Stargate OpenAI compute ${year}"
WebSearch: "Anthropic compute hardware partnership ${year}"
WebSearch: "NVIDIA Blackwell deployment ${year}"
Look for:
Rate each announcement:
For each token from memory/topics/compute-tokens.md (or a fallback list if absent), use WebSearch:
WebSearch: "${SYMBOL} ${PROJECT_NAME} token ${year}"
For each token, note:
Signal: If decentralized compute tokens are outperforming the broader market, the market believes the decentralized layer can compete with centralized capex. If underperforming, the centralized moat is winning in market perception.
Run:
WebSearch: "AI compute commoditization inference ${year}"
WebSearch: "AI compute cost falling ${year} per token"
WebSearch: "decentralized compute vs hyperscaler ${year}"
Look for:
Rate the week's compute signals:
| Signal | Points |
|---|---|
| Inference price cut from major lab (>10%) | +4 |
| New cluster announcement >100k GPUs | +3 |
| New cluster announcement 10k–100k GPUs | +2 |
| Watched DePIN token major milestone (new subnet, partnership, TGE) | +2 each |
| New open-source model achieving frontier-class inference at lower cost | +3 |
| Operator-layer revenue milestone (agents capturing the spread) | +2 |
| Government compute policy (chips act, AI act) affecting supply/demand | +1 |
| Notable essay/analysis on compute commoditization | +1 |
Momentum levels:
Read: After reviewing all data, answer in one sentence:
Read: Compute commoditization [advancing / holding / stalling / reversing] — [one concrete data point].
Rewrite with:
*Last run: ${today}*Inference Pricing Baseline with current pricesDecentralized Compute Tokens with current price contextHardware Signal Log:
- ${today}: [top hardware signal or "quiet"] / [top depin signal or "—"] / momentum: [level]
Pricing Signal Log:
- ${today}: [price cuts if any, or "stable"] / read: [advancing/holding/stalling/reversing]
Write to .pending-notify-temp/compute-pulse-${today}.md, then:
mkdir -p .pending-notify-temp
./notify -f .pending-notify-temp/compute-pulse-${today}.md
Format — match the operator's voice if soul files are populated, otherwise direct and neutral:
compute pulse — ${today}
momentum: {level} ({score} pts)
{IF any price cuts}
inference pricing:
{forEach price_cut}
- {model}: {old_price} → {new_price}/1M tokens ({delta}%)
{end}
{end}
{IF hardware signals}
hardware signals:
{forEach top 2 hardware items}
- {one-line summary}
{end}
{end}
{IF depin signals}
decentralized compute:
{forEach notable depin items (max 3)}
- {token}: {7d change} — {one-line signal}
{end}
{end}
read: {advancing/holding/stalling/reversing} — {one data point}
{IF quiet_week}
quiet week. the compression is happening below the noise floor.
{end}
Keep total under 900 chars. Do NOT use ./notify "$(cat ...)" — write the file first, pass the path.
If momentum score is 0 and no notable signals: log COMPUTE_PULSE_OK: quiet and skip notification.
Append:
## Compute Pulse
- **Inference pricing:** {notable cuts or "stable"}
- **Hardware signals:** {count notable / top item}
- **DePIN tokens:** {top mover or "—"}
- **Momentum score:** {score} ({level})
- **Read:** {advancing/holding/stalling/reversing} — {data point}
- **Notification:** sent / skipped (quiet)
- COMPUTE_PULSE_OK
None. Uses gh CLI (GITHUB_TOKEN via workflow), WebFetch, WebSearch. No additional auth needed.
gh api: handles auth internally via GITHUB_TOKEN. Use for any GitHub-hosted data.article skill — Compute Pulse data feeds compute/infra articlesdigest / weekly-newsletter — compute developments slot into the agent-infra or DePIN sectiondefi-overview / token-pick — DePIN token signals cross-reference with broader token picks