LG responds to TV spying allegations

The company claims reports about its capturing and uploading audio are misleading.
If you buy something from a Verge link, Vox Media may earn a commission. See our ethics statement.


Earlier this week, Gamers Nexus, Level1Techs, and independent security researchers detailed some alarming findings about how LG’s TVs are logging and uploading data on its users. Now the company is pushing back against those allegations, saying that “Some recent media coverage may have contributed to misconceptions about how LG smart TVs work.”
LG released a statement in which it claims that its “TVs do not continuously record or transmit users’ conversations,” and that wake-word detection is all processed locally. However, the word “continuously” is doing a lot of heavy lifting here as Gamers Nexus demonstrated an LG TV keeping extensive logs of ambient conversations long after one would assume its AI assistant had stopped listening.
LG also said that its features like “Automatic Content Recognition (ACR), voice recognition, and interest-based advertising are optional,” and “not enabled by default.” The company says that:
ACR uses audio fingerprinting technology using the TV’s internal audio processor (not a speaker) to identify content and does not collect screenshots, screen recordings, video recordings, voice recordings, or other audio recordings from the TV.
The company did not address broader concerns about how much data it collects, who it shares it with, the potential for bad actors to exploit its features, or the misleading way in which its privacy options are presented.
Verified source · The Verge
Reported by The Verge. Open the original for full media and formatting.
More in Research
All newsDecoupling Readiness from Release for Tail-Aware Scheduling of Agentic LLM Workflows
Agentic LLM workflows consist of sequences of model turns interleaved with tool interactions, so their end-to-end completion time depends not only on inference speed but also on when ready turns are released. Most runtimes release each turn immediately upon readiness. Under contention, this eager release policy can accumulate released but unfinished work; once submitted, those turns can no longer be reordered by the workflow-level policy, increasing tail latency. We present a tail-risk-aware turn release scheduling method that jointly decides which ready turn to release next and how much rele…
Read at arXiv cs.AIProbabilistic Focal Search: Accelerating Bounded-Suboptimal Search via Lower-Bound Advancement
Bounded-suboptimal search seeks a solution within a factor $w$ of optimal while reducing search effort. Focal Search (FS) uses heuristic guidance within FOCAL, the frontier nodes eligible under the threshold $w f_{\min}$, but its deterministic policy may leave $f_{\min}$ unchanged for many expansions. We introduce Probabilistic Focal Search (PFS), which follows the FS guided choice with probability $p$ and expands a minimum-$f$ OPEN node with probability $1-p$. The latter branch encourages the lower bound to advance, enlarging FOCAL and admitting nodes that may lead to feasible solutions. By…
Read at arXiv cs.AITowards a Deterministic Math Solver for Clinical Language Models
Large language models are unreliable at arithmetic, which is a problem for clinical calculators where a single numerical error changes the recommendation. The standard response is to hardcode each calculator as a validated function, one at a time. We test an alternative: the model does not calculate. Instead, it writes case-specific Python that a restricted local executor runs as a deterministic solver, and the model's task reduces to deciding how to use it. We evaluate this Program-Solve interface on MedCalc-Bench Verified (1,100 cases, 55 calculators) against direct model arithmetic and a h…
Read at arXiv cs.AIStudying Without a Syllabus: Task-Agnostic Environment Preprocessing
Before an LLM agent tackles tasks in a new environment, it can inspect available corpora and tools and construct reusable resources such as indices, scripts, or procedural guidance. Most automated adaptation methods, however, rely on task examples, trajectories, or evaluation feedback to decide what to build. Existing task-agnostic approaches avoid this supervision but commit in advance to a preparation strategy for a particular type of environment. We study a more open-ended setting: can an agent study an unfamiliar environment without a syllabus, i.e. before test time and without knowledge…
Read at arXiv cs.AI