LIVE PULSE
5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

on-device AI

topic10 events
papersTODAY 04:00 UTC

arXiv paper studies stability monitoring for continual personalization of small language models

A revised arXiv preprint examines how small language models deployed on edge devices can be personalized over time without losing prior knowledge. The work focuses on monitoring stability during sequential adaptation, a known risk when models are updated repeatedly. It is a research contribution rather than a product or model release.

papersTODAY 04:00 UTC

Adaptive Context Management Method Targets Memory Limits in On-Device AI Agents

A revised arXiv paper proposes adaptive context management to reduce the memory burden of running AI agents locally on devices. The authors note that agent workloads inflate context size through large static tool schemas and long interaction histories, which strains the limited memory of phones and similar hardware. The work aims to make personalized, low-latency on-device assistance more practical under those constraints.

papersTODAY 04:00 UTC

LEXIC: Compact Model Predicts Reading Comprehension from Eye Movements

Researchers introduced LEXIC, a small recurrent neural network that estimates whether a reader understood a text by analyzing eye fixation patterns alongside word frequency and word length. The model is designed to run on-device with a compact footprint, which could enable reading interfaces that adapt to a user's comprehension in real time.

productsYESTERDAY 17:00 UTC

Daydream app adds Apple Intelligence shopping features via iOS 27

Fashion app Daydream has introduced features built on Apple Intelligence following the release of iOS 27. Users can turn photos of outfits saved in their camera roll into shoppable results, and search for products through Siri without opening the app. The update ties Daydream's visual search to Apple's on-device AI capabilities.

productsYESTERDAY 15:00 UTC

Perplexity's Portable Computer Agent Arrives on Windows With NVIDIA RTX Support

Perplexity has brought its Portable Computer agent to Windows, where it runs models locally on the device rather than in the cloud. The tool is a local variant of the company's Perplexity Computer agent, which decomposes and executes multi-step tasks on its own. NVIDIA RTX GPUs provide the acceleration, and keeping processing on the machine means sensitive data does not leave the PC.

papersSEP 10 04:00 UTC

X-CoSD: Cross-Vocabulary Collaborative Speculative Decoding for Efficient LLM Inference

Researchers introduce X-CoSD, a distributed inference framework in which a small on-device model drafts tokens and a larger server-side LLM verifies them. The method tackles the mismatch between the two models' vocabularies while cutting the communication cost between device and server. The work aims to make collaborative speculative decoding practical for latency-sensitive edge deployments.

papersSEP 10 04:00 UTC

Research: Readable schemas improve small language model function calling for in-vehicle assistants

A new arXiv paper examines how schema design affects the ability of small language models to turn a driver's natural-language requests into accurate vehicle function calls. Because these assistants must run on-device, the authors weigh strict memory and latency limits and argue that readable schemas outperform fixed-key formats for this task.

productsSEP 1 00:00 UTC

Hugging Face launches kernels library with 200+ WebGPU kernels for on-device AI

Hugging Face introduced a collection of more than 200 WebGPU kernels intended to speed up AI workloads running locally in the browser or on user devices. The library is published under the huggingface/kernels namespace, giving developers reusable GPU-accelerated operations for client-side inference. It targets the growing interest in running models without sending data to remote servers.

WHY IT MATTERS ↘Reusable, standardized WebGPU kernels lower the engineering cost of client-side inference, making browser and on-device deployment viable for more teams without custom GPU work. That shifts some inference demand away from cloud APIs toward local hardware, weakening vendor lock-in but also complicating model governance since data and weights increasingly live outside the provider's control.