Slow LLM Delays AI Responses Intentionally

💡Open-source tool adds AI response friction to fight dependency—install now!
⚡ 30-Second TL;DR
What Changed
Intercepts JavaScript Fetch API to delay AI response rendering.
Why It Matters
Sparks debate on AI UX friction, may inspire designers to balance speed with mindful use. Highlights growing concerns over LLM-induced cognitive offloading.
What To Do Next
Install Slow LLM Chrome extension from GitHub and test on ChatGPT workflows.
Key Points
- •Intercepts JavaScript Fetch API to delay AI response rendering.
- •Chrome plugin for personal use or DNS for network-wide slowdown.
- •Targets ChatGPT, Claude, Grok, Gemini; open-source on GitHub.
- •Created by prof Sam Lavigne to counter skill degradation from frictionless AI.
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The project is framed as a form of 'adversarial design' or 'digital asceticism,' aiming to force users to engage in 'slow reading' and critical evaluation rather than passive consumption of AI-generated text.
- •The tool utilizes a 'trickle' mechanism that mimics human typing speeds or slower, specifically designed to disrupt the 'instant gratification' loop that researchers argue contributes to cognitive atrophy.
- •Beyond the Chrome extension, the DNS-based implementation allows for network-level enforcement, enabling institutional or household-wide adoption to curb AI-assisted cheating in academic environments.
🛠️ Technical Deep Dive
- •The Chrome extension operates by hooking into the browser's Fetch API via a content script, intercepting the ReadableStream returned by LLM endpoints.
- •It implements a custom stream transformer that buffers incoming chunks and releases them at a configurable, throttled interval using a JavaScript setTimeout or requestAnimationFrame loop.
- •The DNS-based implementation functions by intercepting DNS queries for specific LLM domains (e.g., chatgpt.com, claude.ai) and routing traffic through a local proxy server that enforces the artificial latency before forwarding the request to the actual model API.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: 虎嗅 ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.



