nvidia-developer-firehoselisted
Install: claude install-skill ssurmic/claude-investment-skills
# NVIDIA Developer Firehose
## Why this exists
NVIDIA's Technical Blog (`developer.nvidia.com/blog`) is where NVDA
publicly names the partners it's designing the next generation around β
800V HVDC chip suppliers, CPO optical module makers, custom XPU/ASIC
partners, networking/server OEMs, hyperscaler/neocloud customers. When
a partner gets named here, it's typically **weeks before** the Substack /
sell-side picks up on it. Forward-looking edge.
This firehose:
1. Polls the Atom feed every 30 min.
2. For each new post, runs **smart heuristic extraction** + **yfinance.Search**
to auto-resolve every capitalized noun phrase β US-listed ticker.
3. **Persistent cache** (`nvdev_ticker_cache.json`) learns over time so
newly-named partners get added automatically; never needs hand edits.
4. Sends a Telegram alert separating π― **portfolio-tracked** mentions
(high signal) from π **newly discovered** tickers (medium signal).
## Architecture
```
ATOM FEED CANDIDATE EXTRACT RESOLVE
βββββββββ βββββββββββββββββ βββββββ
developer.nvidia.com β capitalized 1-4 word β cache HIT β done
/blog/feed/ phrases, minus cache MISS β yf.Search()
STOPWORDS + ALIAS name-overlap
expansion US exchange?
β cache + emit