Comcast's Sky has agreed to acquire ITV's broadcast channels and streaming service ITVX for £1.6 billion, creating a combined entity that would control over 70% of the UK television advertising market. The deal, described as a defining moment in British broadcasting history, is driven by competitive pressure from Netflix, Amazon, Disney, and YouTube. The merged company will reach over 20 million households. ITV's production arm will remain separate, continuing to make content for the combined entity and other global streamers. The transaction still faces regulatory scrutiny, and Sky may need to divest third-party ad sales contracts to gain approval.
Nguồn: https://techcentral.co.za/british-tv-giants-merge-to-take-on-netflix/283430. 8sync News chỉ tóm tắt và dẫn link; bản quyền nội dung thuộc tác giả và nguồn gốc.

Netflix introduces GenPage, a generative transformer model that replaces the traditional multi-stage homepage recommendation pipeline with a single decoder-only model. Treating user history and request context as a tokenized prompt, GenPage autoregressively generates the full two-dimensional homepage layout — rows and entities together — in real time. The system uses a domain-specific tokenizer for efficiency and product control, a pretraining-then-post-training recipe (either weighted binary classification or GRPO-based RL), and production-specific techniques including semantic embedding fusion for cold start, multi-cadence incremental training, constrained decoding for business rules, and hybrid row decoding for latency. In online A/B tests against a mature production system, GenPage achieved statistically significant gains on the core engagement metric while reducing end-to-end serving latency by 20%. Offline findings show that enriching the prompt context outperforms scaling model capacity in the current regime, and RL post-training increases homepage diversity even without an explicit diversity objective.