‘Not healthy’ LLM use is more common than you think



Hank Green, a popular YouTuber and science communicator, said he is stepping back from production amid intense criticism over his use of AI. Green described his AI usage as “not healthy,” but stressed that he used it for finding research sources and not to write scripts.
Much of the ensuing firestorm in this corner of the internet has centered on how a creator can square a brand built on authenticity and credibility with a technology trained on the (often uncompensated) works of others, and which has a well-known tendency to generate plausible-sounding falsehoods. Some attention has fallen on Green’s description of what appears to be an unhealthy reliance on the technology.
But his case points to a much larger gap in our understanding of AI’s psychological impact. Here, most public discussion is clustered around two poles: apparently benign use on one end, and self-evidently problematic cases involving psychiatric care, delusions, and psychosis on the other. Between them is a vast, murkier space in which use may become compulsive, dependent, or otherwise unhealthy without tipping into an obvious crisis. Green appears to see himself somewhere in that space. Many others likely do too.
Considering how LLMs are designed, that shouldn’t come as much of a surprise. AI chatbots are, by their nature, built to keep chatting. Much like social media platforms, they are explicitly built to engage users. Experts have identified this as one of the key drivers of AI psychosis, a catchall term in cases where highly agreeable chatbots reinforce delusional beliefs. Claims that companies prioritize engagement over user well-being have also begun to appear in lawsuits . Providers, meanwhile, have also introduced warnings prompting people to take breaks after lengthy sessions.
But the same qualities can become harmful well before they contribute to psychiatric crises. There are growing reports of people instinctively turning to chatbots to think through problems, make decisions, or seek reassurance, while others forge emotional bonds that seem strong enough to lead to grief when broken. It will likely take years before enough evidence can be gathered to properly understand the technology’s impact, but these early reports feel eerily familiar to the early years of another engagement-maximizing technology: social media. Over time, concern has grown over social media’s impact on our well-being, attention, and sometimes compulsive use, and governments around the world are now responding with measures to restrict its use, such as banning children and teens.
Green’s case illustrates a different kind of reliance. He said he used it as a research aid, helping him locate papers and other material on a given topic. There is little to suggest his use of chatbots in this way was inherently problematic, despite the furious responses it provoked or Green’s apology.
That doesn’t necessarily mean the technology isn’t having an effect on the person using it. Though the research is still in its infancy, early research suggests that repeated AI tool use can weaken the skills we’d use to do the task it replaces. Other work suggests that chatbot users showed notably less brain activity when measuring a particular task, while additional studies have linked chatbot use to reduced critical thinking skills. None of this is conclusive, but the underlying idea is not new. Cognitive offloading — shifting mental work like memory, mental math, or directions from our brains to external tools — is a well-documented phenomenon.
Even if only a fraction of chatbot use is considered unhealthy, the sheer scale of AI adoption means millions of people could still be affected. Comprehensive data covering all available tools is hard to come by, but OpenAI alone this year said it has more than 900 million weekly active users.
It took years to fully understand how search engines changed the ways we remember information, or how social media affects attention and well-being. AI is unlikely to be any different. Green may simply be one of the first high-profile people to publicly articulate a feeling that many others have already had, long before science has the evidence to explain how AI is changing our consciousness.
Verified source · The Verge
Reported by The Verge. Open the original for full media and formatting.
More in Research
All newsThinkReset: Learnable Intermediate Interface Construction for Bounded-Context Long-Horizon Reasoning
Long chain-of-thought reasoning improves performance on complex problems, but it also introduces redundancy accumulation, context overflow, and error anchoring. We argue that under bounded context windows, the core bottleneck is not trajectory compression or test-time control, but the absence of a reusable intermediate interface that can replace discarded history and support continued solving. We further identify a key failure mode of outcome-reward-driven long-chain reinforcement learning: when the model has not solved the task before the window is nearly exhausted, the final-answer reward e…
Read at arXiv cs.AICan AI Evaluate AI Scientists? A Benchmarking Study of Autonomous Research Generation Systems Using Automated Multi-Model Review
AI Scientist systems capable of autonomous research have the potential to significantly accelerate scientific discovery. However, evaluating and comparing the quality of AI-generated papers remains an open challenge. We propose and implement a rigorous benchmarking protocol using an automated peer-review system that harnesses frontier large language models to assess scientific papers across four core dimensions: originality, scientific rigor, clarity, and significance. We evaluate four leading AI Scientist frameworks: \textit{Sakana AI (v1 & v2)}, \textit{CycleResearcher}, and \textit{Data-to…
Read at arXiv cs.AIOpenClaw and Ollama in Agentic AI: Toward Fully Autonomous and Scalable AI Agent Systems
The rapid transition from reactive large language models (LLMs) to persistent, action-capable systems has exposed critical gaps in the architectural understanding of Agentic AI, particularly in separating inference, orchestration, and execution layers for autonomous AI agents. Despite recent advances, unified frameworks for designing and evaluating full-stack agentic systems remain limited. This paper presents a comprehensive, layered architecture for Agentic AI, outlining the evolution from reactive LLM interfaces to persistent, goal-driven autonomous AI agents with memory, planning, and con…
Read at arXiv cs.AITAPR: Enhancing LLM Performance with a Task-Aware Prompt Rewriter
Large Language Models (LLMs) often require carefully crafted prompts to unlock their full potential, which can be a barrier for non-expert users. This work addresses the challenge by introducing a Task-Aware Prompt Rewriter (TAPR), a model that reformulates user prompts into task-optimized prompts with the explicit goal of improving downstream LLM performance. We train TAPR using reinforcement learning with Group Relative Policy Optimization (GRPO), where rewards are derived from LLM-as-judge evaluations of both the reformulated prompt and the corresponding task output. Experimental results o…
Read at arXiv cs.AI