Personalized discovery
This feed now runs on the same recommendation engine as the API, so your views and clicks on this page can refine what shows up next.
Model
{{ $feed_meta['algo_version'] ?? 'n/a' }}
Cache
{{ str_replace(['-', '_'], ' ', $feed_meta['cache_status'] ?? 'unknown') }}
@if (!empty($feed_meta['total_candidates']))
Candidates
{{ number_format((int) $feed_meta['total_candidates']) }}
@endif
@if ($generatedAt)
Refreshed
{{ $generatedAt }}
@endif