Personal Assistant Systems
Revisiting the Apple Watch SE in 2025 left me with a long list of update requests
As you know, your Apple Watch SE is not new. The second generation came out in September 2022 alongside the Series 8 and the first iteration of the Ultra. You've given the iPhone, all models of the iPad, AirPods, MacBooks and both the flagship and premium smartwatches updates since then -- but not the budget smartwatch. Last month, my editors asked me to see how the Watch SE stacks up in 2025 and I was happy to oblige. I love getting my hands on novel tech, analyzing, evaluating and experiencing a device (then giving it back when I'm done so I don't have to accumulate more stuff).
Harmonizing Large Language Models with Collaborative Behavioral Signals for Conversational Recommendation
Li, Guanrong, Tian, Kuo, Qi, Jinnan, Fu, Qinghan, Wu, Zhen, Dai, Xinyu
Conversational recommendation frameworks have gained prominence as a dynamic paradigm for delivering personalized suggestions via interactive dialogues. The incorporation of advanced language understanding techniques has substantially improved the dialogue fluency of such systems. However, while modern language models demonstrate strong proficiency in interpreting user preferences articulated through natural conversation, they frequently encounter challenges in effectively utilizing collective behavioral patterns - a crucial element for generating relevant suggestions. To mitigate this limitation, this work presents a novel probabilistic framework that synergizes behavioral patterns with conversational interactions through latent preference modeling. The proposed method establishes a dual-channel alignment mechanism where implicit preference representations learned from collective user interactions serve as a connecting mechanism between behavioral data and linguistic expressions. Specifically, the framework first derives latent preference representations through established collaborative filtering techniques, then employs these representations to jointly refine both the linguistic preference expressions and behavioral patterns through an adaptive fusion process. Comprehensive evaluations across multiple benchmark datasets demonstrate the superior performance of the proposed approach compared to various state-of-the-art baseline methods, particularly in aligning conversational interactions with collaborative behavioral signals.
Towards Robust Model Evolution with Algorithmic Recourse
Yang, Hao-Tsung, Gao, Jie, Liu, Bo-Yi, Liu, Zhi-Xuan
Algorithmic Recourse is a way for users to modify their attributes to align with a model's expectations, thereby improving their outcomes after receiving unfavorable decisions. In real-world scenarios, users often need to strategically adjust their attributes to compete for limited resources. However, such strategic behavior induces users to "game" algorithms, causing model collapse due to distribution shifts. These shifts arise from user competition, resource constraints, and adaptive user responses. While prior research on Algorithmic Recourse has explored its effects on both systems and users, the impact of resource constraints and competition over time remains underexplored. In this work, we develop a general framework to model user strategic behaviors and their interactions with decision-making systems under resource constraints and competitive dynamics. Through theoretical analysis and empirical evaluation, we identify three key phenomena that arise consistently in both synthetic and real-world datasets: escalating decision boundaries, non-robust model predictions, and inequitable recourse actions. Finally, we discuss the broader social implications of these findings and present two algorithmic strategies aimed at mitigating these challenges.
Towards Next-Generation Recommender Systems: A Benchmark for Personalized Recommendation Assistant with LLMs
Huang, Jiani, Wang, Shijie, Ning, Liang-bo, Fan, Wenqi, Wang, Shuaiqiang, Yin, Dawei, Li, Qing
Recommender systems (RecSys) are widely used across various modern digital platforms and have garnered significant attention. Traditional recommender systems usually focus only on fixed and simple recommendation scenarios, making it difficult to generalize to new and unseen recommendation tasks in an interactive paradigm. Recently, the advancement of large language models (LLMs) has revolutionized the foundational architecture of RecSys, driving their evolution into more intelligent and interactive personalized recommendation assistants. However, most existing studies rely on fixed task-specific prompt templates to generate recommendations and evaluate the performance of personalized assistants, which limits the comprehensive assessments of their capabilities. This is because commonly used datasets lack high-quality textual user queries that reflect real-world recommendation scenarios, making them unsuitable for evaluating LLM-based personalized recommendation assistants. To address this gap, we introduce RecBench+, a new dataset benchmark designed to access LLMs' ability to handle intricate user recommendation needs in the era of LLMs. RecBench+ encompasses a diverse set of queries that span both hard conditions and soft preferences, with varying difficulty levels. We evaluated commonly used LLMs on RecBench+ and uncovered below findings: 1) LLMs demonstrate preliminary abilities to act as recommendation assistants, 2) LLMs are better at handling queries with explicitly stated conditions, while facing challenges with queries that require reasoning or contain misleading information. Our dataset has been released at https://github.com/jiani-huang/RecBench.git.
38 buys you an AI-powered personal assistant for life
It's 2025, and we don't have flying cars or talking robots yet. Fortunately, we do have some cool apps courtesy of artificial intelligence, and DeskSense is one of them. DeskSense provides a personal assistant at your beck and call, and you can currently score a lifetime subscription to their basic plan for just 38--the best price on the web--right here for a limited time. Admit it, you've always wondered what it would be like to be a rich billionaire with a fleet of employees. While you may not have a Jeeves to bring you coffee, now DeskSense can craft that important email for you or translate content in seconds.
Could a dating app for games help smaller developers?
One of the experts involved in Ludocene is veteran US games journalist Brian Crecente. He set up gaming websites Kotaku and Polygon, led video games coverage at Rolling Stone and Variety, and now runs a consultancy business. He says there's currently "a perfect storm for not knowing what to play" thanks to the reliance on search engine optimisation (SEO) and automatic algorithms. "There's just so much stuff," he says. It's very hard to discover what it is you might like and you might miss out on some hidden gems." A lot has been written about layoffs and studio closures in the video games industry, but Brian points out that many websites and magazines dedicated to it have also closed.
Counterfactual Language Reasoning for Explainable Recommendation Systems
Li, Guanrong, Yang, Haolin, Liu, Xinyu, Wu, Zhen, Dai, Xinyu
Explainable recommendation systems leverage transparent reasoning to foster user trust and improve decision-making processes. Current approaches typically decouple recommendation generation from explanation creation, violating causal precedence principles where explanatory factors should logically precede outcomes. This paper introduces a novel framework integrating structural causal models with large language models to establish causal consistency in recommendation pipelines. Our methodology enforces explanation factors as causal antecedents to recommendation predictions through causal graph construction and counterfactual adjustment. We particularly address the confounding effect of item popularity that distorts personalization signals in explanations, developing a debiasing mechanism that disentangles genuine user preferences from conformity bias. Through comprehensive experiments across multiple recommendation scenarios, we demonstrate that CausalX achieves superior performance in recommendation accuracy, explanation plausibility, and bias mitigation compared to baselines.
Google Calendar gets dedicated side panel for Gemini AI assistant
Google's AI assistant Gemini has now started appearing as a dedicated sidebar in Google Calendar. The feature is still being tested in Workspace Labs and hasn't yet been made available to all standard users. The new Gemini sidebar button appears in the horizontal menu above the calendar itself, between the Calendar/Tasks toggle and the Google Apps menu button. With the Gemini sidebar open, you can give instructions using natural language prompts, such as asking the AI assistant questions about your schedule or commanding it to create a new calendar event. You can also click on suggested prompts provided by Gemini.
Multi-Behavior Recommender Systems: A Survey
Kim, Kyungho, Kim, Sunwoo, Lee, Geon, Jung, Jinhong, Shin, Kijung
Traditional recommender systems primarily rely on a single type of user-item interaction, such as item purchases or ratings, to predict user preferences. However, in real-world scenarios, users engage in a variety of behaviors, such as clicking on items or adding them to carts, offering richer insights into their interests. Multi-behavior recommender systems leverage these diverse interactions to enhance recommendation quality, and research on this topic has grown rapidly in recent years. This survey provides a timely review of multi-behavior recommender systems, focusing on three key steps: (1) Data Modeling: representing multi-behaviors at the input level, (2) Encoding: transforming these inputs into vector representations (i.e., embeddings), and (3) Training: optimizing machine-learning models. We systematically categorize existing multi-behavior recommender systems based on the commonalities and differences in their approaches across the above steps. Additionally, we discuss promising future directions for advancing multi-behavior recommender systems.
A Comprehensive Survey of Mixture-of-Experts: Algorithms, Theory, and Applications
Artificial intelligence (AI) has achieved astonishing successes in many domains, especially with the recent breakthroughs in the development of foundational large models. These large models, leveraging their extensive training data, provide versatile solutions for a wide range of downstream tasks. However, as modern datasets become increasingly diverse and complex, the development of large AI models faces two major challenges: (1) the enormous consumption of computational resources and deployment difficulties, and (2) the difficulty in fitting heterogeneous and complex data, which limits the usability of the models. Mixture of Experts (MoE) models has recently attracted much attention in addressing these challenges, by dynamically selecting and activating the most relevant sub-models to process input data. It has been shown that MoEs can significantly improve model performance and efficiency with fewer resources, particularly excelling in handling large-scale, multimodal data. Given the tremendous potential MoE has demonstrated across various domains, it is urgent to provide a comprehensive summary of recent advancements of MoEs in many important fields. Existing surveys on MoE have their limitations, e.g., being outdated or lacking discussion on certain key areas, and we aim to address these gaps. In this paper, we first introduce the basic design of MoE, including gating functions, expert networks, routing mechanisms, training strategies, and system design. We then explore the algorithm design of MoE in important machine learning paradigms such as continual learning, meta-learning, multi-task learning, and reinforcement learning. Additionally, we summarize theoretical studies aimed at understanding MoE and review its applications in computer vision and natural language processing. Finally, we discuss promising future research directions.