From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by xenova · 598 points · 211 comments
A 27-billion-parameter model that actually fits and runs on a phone is a genuine milestone — this isn't a toy quantization hack. If the benchmarks hold up, it reshapes what on-device AI coding assistance could look like without a cloud round-trip. Directly relevant to anyone thinking about private, local LLM workflows.
No. 02AI ToolsApplies to you
by shintoist · 528 points · 558 comments
The most Claude-Code-user thing imaginable: a deep-dive into prompt engineering tricks to kill Claude's verbal tics. The 558-comment thread is a goldmine of practical system-prompt surgery. If you use Claude daily, you'll recognize the annoyances and want the fixes immediately.
No. 03AI ToolsApplies to you
by yenniejun111 · 473 points · 431 comments
A data scientist examines whether leaning on LLMs is quietly eroding our own reasoning muscles — with actual experiments, not just hand-wringing. Essential reading for anyone who uses Claude Code all day and wonders if they're getting smarter or dumber. The 431-comment discussion is unusually substantive.
No. 04AI ToolsApplies to you
by cdrnsf · 470 points · 223 comments
Armin Ronacher (Flask, Rye) argues that AI-assisted dev is creating an ever-taller abstraction tower that becomes brittle when it cracks. From the creator of foundational Python tooling, this is a thoughtful warning worth hearing before you let Claude scaffold your entire codebase. Sharp and opinionated.
No. 05Weird Science
by vinhnx · 453 points · 110 comments
Fabien Sanglard does his signature forensic teardown — this time on every computer prop and screen in Jurassic Park (1993). A love letter to SGI workstations, UNIX terminals, and the era when Hollywood got tech gloriously wrong. Pure weekend reading joy.
No. 06Privacy & SecurityApplies to you
by Synthetic7346 · 365 points · 171 comments
Researchers found a critical 0-day in Cursor — the AI coding editor used by millions — and went full-disclosure after the vendor dragged its feet. If you or your team uses Cursor, this is not optional reading. A sobering reminder that AI dev tools are a juicy new attack surface.
No. 07Privacy & SecurityApplies to you
by macleginn · 306 points · 141 comments
A clever attack chain that exfiltrates data from Claude's memory features via prompt injection — demonstrated end-to-end. For Claude Code users who store sensitive context in memory, this is a concrete threat model to understand now. The write-up is unusually clear and reproducible.
No. 08Dev ToolsApplies to you
by woodruffw · 176 points · 112 comments
GitHub is baking in a mandatory waiting period before Dependabot proposes new package versions — a direct response to supply-chain attacks that exploit the "update immediately" reflex. If you have Dependabot wired up in your .NET or Angular projects, your PR queue is about to change. Good security default.
No. 09Privacy & Security
by jervant · 152 points · 79 comments
Tailscale discloses a nasty SSH argument-handling bug that could hand an attacker root on affected nodes. If you use Tailscale SSH for remote dev or homelab access, patch immediately. The vendor's transparency here is commendable — clear timeline, clear impact.
No. 10Privacy & Security
by robin_reala · 132 points · 82 comments
Krebs on Security covers a record-breaking Patch Tuesday — 570 CVEs in a single drop. For .NET developers shipping on Windows or Azure, several of these touch the runtime and common libraries. The number alone is the story: this is what legacy complexity looks like at scale.
From Pinboard Popular
Stories 11 – 20
No. 11New Apple AppsApplies to you
Pinboard Popular · tagged: apple, ios, xcode, tools, agentic, llm
A Pinboard-surfaced HN thread exploring fully agentic workflows for building Apple platform apps — no Xcode GUI, just CLI tooling and LLM agents. For developers in the Apple ecosystem who already use Claude Code, this is a natural next frontier. The thread aggregates tools and war stories.
No. 12New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
A tiny macOS menu-bar utility that inspects every USB-C cable connected to your Mac and reports its actual capabilities in plain English — no more guessing whether your cable supports Thunderbolt, DisplayPort, or just slow charging. Pairs perfectly with the USB-C maximalist ethos on HN today. Install immediately.
No. 13AI ToolsApplies to you
Pinboard Popular · tagged: github-starred, agentic-coding, ai-coding, anthropic, claude-code, cli, command-line-tool, cost-reduction, developer-tools, llm, open-source, productivity, rust, token-optimization
A single Rust binary that proxies your CLI tool calls and slashes LLM token consumption by 60–90% on common dev commands — explicitly tagged for Claude Code users. Zero dependencies, open source, and the kind of thing that pays for itself in days if you're running agentic loops. This is the most directly actionable tool in today's batch.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: skill
A curated library of reusable "skills" — prompt templates and agent configurations — for Claude, Codex, and Cursor, aimed at designers and builders. Think of it as a cookbook for agentic coding workflows. If you're standardizing how your team interacts with AI coding tools, this is a useful starting point.
No. 15Privacy & SecurityApplies to you
Pinboard Popular · tagged: AI, cybersecurity
A research site framing prompt injection attacks through the lens of "role confusion" — when an LLM can't distinguish its principal's instructions from adversarial content. Cleanly written theory with practical attack examples. Essential background for anyone building agentic apps on top of Claude.
No. 16AI ToolsApplies to you
Pinboard Popular · tagged: claude, sentiment, psychology, languages
Anthropic's own research reveals that Claude's expressed values and opinions shift meaningfully across model versions and the language you prompt in. For developers building multilingual or multi-model products with Claude, this is a concrete calibration concern, not just academic curiosity.
No. 17AI ToolsApplies to you
Pinboard Popular · tagged: programming, career, philosophy, technology, ai, interesting
A measured, honest argument for why human-written code still matters even as AI generates the majority of it — not a Luddite screed, but a thoughtful take on craft, understanding, and ownership. Required reading for developers wrestling with how much to delegate to Claude Code versus write themselves.
No. 18Dev ToolsApplies to you
Pinboard Popular · tagged: Terminal, Tools
Otty is a new GPU-accelerated terminal emulator entering the crowded-but-still-exciting space alongside Ghostty and WezTerm. For macOS developers running Claude Code sessions all day, terminal performance and latency actually matter. Worth a quick benchmark against your current setup.
No. 19Dev ToolsApplies to you
Pinboard Popular · tagged: ui, reference, design
A visual reference that names every UI component and pattern — the thing you describe to Claude and hope it understands. Knowing the right vocabulary makes prompts sharper and design reviews faster. Bookmark it; you'll reach for it more than you expect.
No. 20Creative Software
Pinboard Popular · tagged: fonts
A genuine hack: a real OpenType font that uses built-in shaping rules to render bracketed text as QR codes — no image generation step, no preprocessing. Type [hello], apply the font, get a scannable QR code. Delightful abuse of the typography stack and immediately useful for print workflows.