← back to gallery

distill-pulse

Frontier reasoning hangi hızla open weights'e sızıyor — canlı distillation leaderboard

aidistillationopen-weightshuggingfacefrontier-modelsleaderboard
Open product ↗

distill-pulse

Açık-ağırlık distillation pulse for frontier LLMs. "Hangi closed-source teacher en hızlı open weights'e sızıyor?"

Hugging Face üzerindeki distill / distilled etiketli modelleri otomatik tarayıp, hangi closed-source teacher modelin (GPT-5.1, Claude 4.7 Opus, Gemini 3 Pro, Kimi K2.6, GLM Flash 4.6, …) ne kadar açık-ağırlık türevi ürettiğini canlı takip eder.

Live: <https://holyai.me/distill-pulse/>

Veri kaynakları (gerçek)

Tüm veriler Hugging Face public REST API'sinden çekilir, mock yok:

| Endpoint | Refresh frekansı | Kullanım |
|---|---|---|
| https://huggingface.co/api/models?search=distill&filter=text-generation&sort=createdAt&direction=-1&limit=100 | 15 dk | Yeni distill yüklemeleri |
| https://huggingface.co/api/models?search=distilled&filter=text-generation&sort=createdAt&direction=-1&limit=100 | 15 dk | Alternatif spelling |
| https://huggingface.co/api/models?search=distill&filter=text-generation&sort=likes7d&direction=-1&limit=100 | 4 saat | Trending fixup |
| https://huggingface.co/api/models?search=distill&filter=text-generation&sort=downloads7d&direction=-1&limit=100 | 4 saat | Yüksek-trafik fixup |

HF API'si auth gerektirmez, rate limit ~1000 req/saat — fazlasıyla yeterli.

Özellikler

Stack

Kurulum

npm install
cp .env.example .env
npm start
# http://localhost:4780/distill-pulse/

Deploy

DEPLOY_MANIFEST.json RNDLAB orchestrator şemasına uygundur. Watcher rsync → systemd → nginx adımlarını otomatik yapar.

API

| Method | Path | Açıklama |
|---|---|---|
| GET | /distill-pulse/health | sağlık |
| GET | /distill-pulse/api/stats | global özet |
| GET | /distill-pulse/api/leaderboard?sort=count\|downloads\|likes\|velocity\|trending | source liderlik |
| GET | /distill-pulse/api/sources | kaynak listesi |
| GET | /distill-pulse/api/source/:canonical | kaynak detayı + bağlı distill'ler + 30g time series |
| GET | /distill-pulse/api/distills?source&base&min_likes&since&limit&offset | sayfalı distill listesi |
| GET | /distill-pulse/api/distills/recent?window=24h\|7d | son keşifler |
| GET | /distill-pulse/api/distills/trending | top trending |
| GET | /distill-pulse/api/authors | uploader leaderboard |
| GET | /distill-pulse/api/timeline | 30 gün stacked daily |
| GET | /distill-pulse/api/fetch-log | fetch geçmişi |
| POST | /distill-pulse/api/refresh | manuel refresh (rate-limit 1/dk) |

Mock-free guarantee

Bu ürünün tüm veri noktaları runtime'da https://huggingface.co/api/models REST endpoint'inden alınır. Hardcoded distill listesi yok, Math.random() yok, fallback seed yok. Server cold-start'ta 2 sn sonra otomatik fetch tetiklenir; HF erişilemezse server çalışır ama UI "henüz veri yok" durumu gösterir, cron sıradaki periyotta tekrar dener.

Lisans

MIT — 2026 Cowork × RNDLAB.