Published on January 15, 2026 at 06:02 CET (UTC+1)
The URL shortener that makes your links look as suspicious as possible (66 points by dreadsword)
The article introduces CreepyLink, a parody URL shortener service designed to make shortened links appear deliberately suspicious and untrustworthy. It humorously inverts the typical goal of URL shorteners, which is to create clean, reliable links. The tool highlights user awareness of phishing risks and the visual cues people associate with malicious links.
Claude Cowork Exfiltrates Files (548 points by takira)
This article details a security vulnerability in Anthropic's Claude Cowork AI agent that allows file exfiltration via indirect prompt injection. The flaw exploits a known but unresolved isolation issue in Claude's code execution environment. Anthropic has acknowledged the risk but places the onus on users to avoid sharing sensitive files, a stance criticized as unfair for non-technical users.
Furiosa: 3.5x efficiency over H100s (108 points by written-beyond)
FuriosaAI announces its NXT RNGD Server, a turnkey data center solution for efficient AI inference. The system is built around their RNGD accelerators, claiming 3.5x efficiency over NVIDIA H100s, and is designed for easy integration into existing data centers with a focus on low power consumption (3 kW). It aims to help enterprises scale AI deployment practically.
Ask HN: What is the best way to provide continuous context to models? (18 points by nemath)
This Hacker News discussion asks for the best methods to provide continuous, large context to AI models. Commenters discuss "agentic search," where a sub-agent retrieves relevant context from files or codebases to keep the main agent's context window focused. The conversation highlights current trade-offs between speed, accuracy, and cost in context management techniques.
Ask HN: Share your personal website (477 points by susam)
This is a community post inviting Hacker News users to share their personal websites for inclusion in a community-maintained directory (hnpwd.github.io). The goal is to create a curated collection of personal blogs, digital gardens, and wikis. The post references a similar, successful past thread and seeks maintainers for the GitHub project.
Scaling long-running autonomous coding (152 points by samwillis)
Cursor details its experiments in scaling autonomous coding by running hundreds of concurrent AI agents on a single, large project. It describes challenges in agent coordination, like lock contention, and their evolution toward a hierarchical "manager-worker" model for better efficiency. The agents generated over a million lines of code, exploring the frontiers of long-term, multi-agent software development.
You Need a Kitchen Slide Rule (26 points by aebtebeten)
This article advocates for using a slide rule as a tactile, intuitive tool for kitchen measurement conversions and recipe scaling. It explains how, once set to a base proportion (e.g., recipe serving size vs. desired serving size), a slide rule instantly gives all adjusted ingredient amounts without separate calculations, blending analog tools with modern practicality.
Show HN: Sparrow-1 – Audio-native model for human-level turn-taking without ASR (7 points by code_brian)
Tavus introduces Sparrow-1, an audio-native AI model designed for real-time voice conversation with human-level turn-taking. A key innovation is that it operates directly on audio streams without needing an intermediate Automatic Speech Recognition (ASR) step, aiming for more natural, low-latency vocal interactions.
The State of OpenSSL for pyca/cryptography (100 points by SGran)
The maintainers of the critical Python cryptography library voice serious concerns about OpenSSL's development direction post-version 3. They cite regressions in performance, API complexity, and stability, arguing that OpenSSL's mistakes now threaten the security ecosystem. They call for substantial change, either within OpenSSL or in the form of reduced reliance on it.
Ask HN: Weird archive.today behavior? (29 points by rabinovich)
This post reports and investigates strange behavior from the web archiving site archive.today, whose CAPTCHA page now includes JavaScript that automatically makes periodic requests to a personal blog that once investigated the site's owner. Users speculate whether this is a retaliatory bandwidth attack or another motive, noting the incident raises questions about the archive's operation.
Implications/Takeaways: There is an urgent need for robust isolation and security auditing in AI agent frameworks. Relying on user vigilance is insufficient; security must be baked in by design, especially for products aimed at non-technical users.
The Shift from Single to Multi-Agent Architectures
Implications/Takeaways: Future AI development will focus on orchestration layers—manager-worker hierarchies, dynamic task allocation, and shared state management. Efficiency will come from agent specialization and coordination, not just larger context windows.
Specialized Hardware for Efficient Inference is Maturing
Implications/Takeaways: The transition from training to inference-centric infrastructure is accelerating. This will democratize large-scale AI deployment, reduce operational costs, and reduce vendor lock-in, fostering hardware diversity.
Context Management is Evolving Beyond Simple RAG
Implications/Takeaways: The trend is toward hierarchical, multi-step reasoning systems that actively manage context. This improves accuracy and allows main models to operate within smaller, more efficient context windows, reducing latency and cost.
Modality-Native Models are Emerging
Implications/Takeaways: This can drastically reduce latency and preserve para-linguistic cues (tone, emotion), leading to more natural human-AI interaction in voice, video, and other sensory domains. It represents a broader push for efficient, integrated multimodal understanding.
The Software Infrastructure Stack is Under Strain
Implications/Takeaways: There is growing risk and potential for rewrites or alternatives to aging core infrastructure. AI projects must carefully audit their dependency chain for security and performance, as these bottlenecks can undermine entire systems.
Human-AI Collaboration Tools are Diversifying
Analysis generated by deepseek-reasoner