三只貓
Rich Mindset Zone
richmindsetzone.com
← All posts

$10-25 一個月跑齊美股 + crypto:自己 host 嘅 AI 投資 toolchain

$10-25 一個月跑齊美股 + crypto:自己 host 嘅 AI 投資 toolchain

💰 一條 prompt 出嗮 NVDA DCF 同 SEC filing 摘要,再渲染做 20 秒短片。表面係 vendor demo,實際係 deterministic render engine 加 official MCP plugin 加 yfinance 加少少 Python。整個 stack $10-25 一個月,唔簽約,唔 lock-in。

呢篇講三件事:個 SaaS bundle 度量錯咗咩、AgentOS-Native Hybrid stack 真實 cost breakdown、邊度先值得畀錢。

SaaS bundle 嘅 markup 喺邊度

最近喺 X 見到 demo:Claude Code + Financial Datasets MCP + HyperFrames,20 秒出英偉達投研短片。睇落好型。但拆開個 stack,會發現付費嗰部分嘅 markup 其實好窄:

  • Financial Datasets MCP:自己 host,free tier 已經夠 personal use;要 SEC filings + 真實 financial statements 嘅話,pay-as-you-go 月度大約 $5-10
  • HyperFrames:HeyGen 出品,本質係 HTML → MP4 deterministic render engine,唔係「AI video generation」。喺 Vincent voice 嚟講,等同 Remotion (Apache 2.0) 自己 host
  • Claude Code:一條 subscription 跑嗮 AgentOS

打包嚟賣,月費由 $200 跳到 $500。實際 marginal cost:vendor 賣嘅唔係新 capability,係**「打包好嗮嘅 workflow + dashboards」**,等於賣你一個 Notion template 收你 Salesforce 價錢。

如果你係 solo investor / builder,呢個 markup 唔需要俾。

AgentOS-Native Hybrid:實際 cost

我哋內部 stack 研究嘅落腳點係 Option C:AgentOS-Native Hybrid,月度 $10-25(pricing 截至 2026-05,個別 PAYG 服務以官方 console 為準)。組成:

工具Cost用途
美股 data (free)yfinance Python 自架$0日線 / 公司基本面 / earnings calendar
美股 filingFinancial Datasets MCP (PAYG)~$5-10/moSEC 10-K/Q 拉取 + 結構化
Crypto exchangeCCXT 包 MCP 自架$0Binance / OKX / Bybit 多 exchange 統一 API
Crypto on-chainDefiLlama API$0TVL / yield / 跨鏈基本面
影片渲染Remotion 自架$0HTML → MP4,加少少 ffmpeg compose
落地層Claude Code + AgentOS(sunk cost)Subagent 跑分析 / 出 brief / 寫稿

實際每月 marginal cost:$10 起跳,重 SEC filing 月份可以去到 $25。對比同等 SaaS bundle 嘅 $200-500,比例係 4-50 倍。

點解 yfinance 唔係玩具

好多人睇 yfinance 係 hobbyist tier,等到要 production 就轉 Polygon。實情:

  • 日線 + 公司基本面 + earnings dates + dividends + holders + analyst recommendations,yfinance free 全部有
  • Rate limit 喺 personal portfolio 規模冇問題(一晚 scan 500 隻 ticker,輕鬆食得起)
  • 缺點係冇 streaming WebSocket、historical intraday 數據粗,但 personal investor decision horizon 係日 / 週 / 月,唔係 ms

真係要 real-time WebSocket 同 minute bar,先 upgrade Polygon ($29/mo Starter),呢個係唯一值得月費嘅 lock-in。

Crypto 嗰邊更明顯。CCXT 一條 library 食晒 100+ exchange,pricing $0。DefiLlama API 免費 + open source,TVL / yield 數據比 CoinGecko Pro ($129/mo) 細節更深。Glassnode / Dune 係 alpha 層先用得着,phase 2 再講。

Video gen 嘅真相

HyperFrames demo 最 hyped 嗰部分係「自動剪片」。實際係:你 brief 落 LLM,LLM 出 HTML / JSON spec,HyperFrames 將 spec deterministic 渲染做 MP4。完全冇 generative model 喺渲染嗰一步。

呢個 setup 用 Remotion (https://www.remotion.dev/) 自己起,4-5 日 MVP:

// Pseudo: Remotion composition feeding LLM-generated spec
import { Composition } from 'remotion';
import { BriefDeck } from './BriefDeck';

export const RemotionRoot = () => (
  <Composition
    id="nvda-q1-brief"
    component={BriefDeck}
    durationInFrames={600}    // 20s @ 30fps
    fps={30}
    width={1080}
    height={1920}
    defaultProps={{ ticker: 'NVDA', spec: /* LLM JSON */ }}
  />
);

Claude Code subagent 出 spec JSON,Remotion npx remotion render 出 MP4。Cost:$0 經常性,一次性 setup 時間。

邊度先值得畀錢

唔係話樣樣自架。實際 lock-in 值得買嘅有兩類:

  1. 真實 ground truth data lock-in:SEC EDGAR 直拉慢、亂、format 多變,Financial Datasets MCP 嘅 structured filing $5-10/mo 慳幾十個鐘 parsing
  2. 真實 latency requirement:Polygon WebSocket 嘅 minute bar 喺日內 strategy 係 hard requirement,呢個 $29/mo 唔可以省

其他全部係 packaging markup。HyperFrames 賣嘅 video gen、HKDQ 賣嘅港股 dashboard、Bloomberg Terminal 賣嘅 desktop 體驗,solo investor 唔需要。

Cross-project synergy

AgentOS 已有嘅 chassis:Redis + Go dashboard + cron + knowledge ingest pipeline。內部 checkout bot 嗰套 dashboard scaffolding 大概 30% rebrand 就可以攞嚟做 personal portfolio dashboard。一個 knowledge ingest agent 嘅 inbox + daily digest 已 production,加 SEC EDGAR RSS + CoinDesk RSS 做 source,等同免費 Bloomberg news terminal lite。

意思係:呢個 $10-25 stack 唔係齊頭起,係 fork existing chassis。Skin 換哂、骨架照用。

Stance

賣 $200-500 嘅 SaaS bundle 賺嘅唔係 capability,係「你冇時間自己砌」。如果你已經養住一個 Claude Code subagent stack,呢個 markup 對你 by definition 唔成立。

下一步:4-5 日 MVP,先跑 NVDA brief + 一條 Remotion 出片,verify 個 loop 通晒。Phase 2 先講 alpha 層。