From Hacker News
Stories 1 – 10
No. 01Dev ToolsApplies to you
by tomasol · 519 points · 257 comments
A deep dive into using SQLite as the backbone for durable, resumable workflow execution — no Kafka, no Postgres, no external queue needed. The argument is surprisingly compelling: SQLite's WAL mode and atomic transactions give you exactly the durability semantics most workflows need. Worth serious consideration the next time you reach for a heavyweight orchestration stack.
No. 02AI ToolsApplies to you
by vnglst · 363 points · 146 comments
First-hand field notes from Mistral's developer summit, covering their model roadmap, agent capabilities, and positioning against OpenAI/Anthropic. If you're evaluating LLM providers for production use, this is a quick way to get up to speed on where Mistral is headed. The European angle on AI governance also surfaces in interesting ways.
No. 03AI ToolsApplies to you
by xyzal · 341 points · 291 comments
A provocative essay arguing that AI-generated frontend code is recreating the jQuery-soup era — technically functional but architecturally hollow, accumulating debt at machine speed. As someone building Angular/TypeScript apps with AI tools, this is a mirror worth looking into. The framing around "legible" vs. "correct" code is particularly sharp.
No. 04New Apple AppsApplies to you
by tambourine_man · 326 points · 129 comments
John Gruber coins a term for a specific kind of Apple ecosystem betrayal — when a developer deliberately degrades a competing app or platform integration for anti-competitive gain. Characteristically opinionated and well-argued, this one will resonate with anyone who's felt burned by a platform holder playing favorites. High comment count means the HN crowd has opinions.
No. 05AI ToolsApplies to you
by antirez · 323 points · 165 comments
antirez (Redis creator) makes the case for plain, direct communication with LLMs — dropping the elaborate prompt engineering rituals and just saying what you want clearly. Counterintuitively, this resonates well with Claude Code users who've discovered that natural, specific instructions often outperform clever prompting frameworks. A quick read with a usable takeaway.
No. 06AI ToolsApplies to you
by nadis · 219 points · 184 comments
A practitioner's post-mortem on why Model Context Protocol hasn't caught on the way the hype suggested — authentication friction, versioning chaos, and the "demo works, production doesn't" problem. If you've been building MCP integrations for Claude or evaluating them for your stack, this is the skeptic's perspective you need to balance against the marketing. 184 comments means the debate is live.
No. 07AI ToolsApplies to you
by NicoConstant · 204 points · 91 comments
kog.ai breaks down how they hit 3,000 tokens/second per request on commodity GPUs — not a cluster of A100s, but hardware mortals can actually afford. The key techniques involve speculative decoding and aggressive KV cache management. If local or on-prem LLM inference is on your roadmap, this benchmark is a meaningful milestone.
No. 08AI Tools
by simjnd · 184 points · 70 comments
Liquid AI drops a new Mixture-of-Experts model with only 1B active parameters at inference time despite an 8B total parameter count — trained on a massive 38 trillion token dataset. MoE at this scale-to-efficiency ratio is the direction the whole industry is moving. Worth tracking if you're choosing base models for fine-tuning or RAG pipelines.
No. 09Dev ToolsApplies to you
by amadeus · 170 points · 55 comments
A thoughtful deep dive into the surprisingly hard problem of displaying code diffs well — covering character-level vs. line-level diffing, syntax highlighting in diff context, and the UX tradeoffs of different visual representations. Directly relevant to anyone building or configuring tools around AI code generation where reviewing diffs is now a daily workflow. Beautifully illustrated.
No. 10Privacy & Security
by TechTechTech · 232 points · 235 comments
California's assembly passes a bill requiring game publishers to ensure games remain playable after server shutdowns — a landmark digital rights win from the Stop Killing Games movement. This sets a potential national precedent for software ownership rights more broadly. The legal mechanics of what "playable" means will be fought over for years.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: claude-code, discussion
A well-bookmarked HN thread covering advanced Claude Code usage patterns: structuring CLAUDE.md files, composing subagents, writing skills/plugins, and wiring up MCPs for real workflows. This is the practical "how do people actually use this" discussion that the official docs don't give you. Essential reading if Claude Code is in your daily driver stack.
No. 12Privacy & SecurityApplies to you
Pinboard Popular · tagged: via-IFTTT, via-Instapaper, via-Raindrop
A maintainer of the Java testing library jqwik hid a prompt injection payload in the codebase designed to instruct AI coding assistants to delete data — a protest against vibe coders copy-pasting AI-generated code without review. This is both a security wake-up call and a pointed commentary on blind AI trust in the dev community. Supply chain risk just got a new attack surface.
No. 13Privacy & SecurityApplies to you
Pinboard Popular · tagged: untagged
Martin Fowler's site hosts a thorough analysis of the security implications of AI-assisted "vibe coding" — where developers ship code they don't fully understand, creating exploitable blind spots. Pairs perfectly with the jqwik prompt injection story above. If you're using Claude Code to move fast, this is the necessary counterweight.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: ai, tokens, roi
A company burned half a billion dollars on Claude API usage in a month because nobody set spending limits on employee licenses — a cautionary tale about AI cost governance at scale. Simon Willison's take (also in Pinboard today) frames this as product-market fit proof: people want it badly enough to overspend wildly. If you manage AI tooling budgets, implement rate limits before you read anything else today.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: ai, tools, design, ai.skills
Impeccable is a design-skills add-on for AI coding tools — specifically targeting the gap where Claude and other assistants produce functionally correct but aesthetically mediocre UIs. It positions itself as the missing design sensibility layer on top of Anthropic's code generation. Worth bookmarking if you're building frontends with AI assistance and tired of the boxy default output.
No. 16Dev ToolsApplies to you
Pinboard Popular · tagged: cli, tui, ocaml
Jane Street engineers document their investment in rich terminal UIs — including a visual strace browser and a full reactive TUI framework in OCaml. The broader argument that TUIs are having a renaissance (thanks to better terminal emulators and remote-first work) is convincing. Even if you don't write OCaml, the design thinking here applies to any CLI tooling you build.
No. 17AI ToolsApplies to you
Pinboard Popular · tagged: +, llm, ai, selfhosting, gpu
A practical hardware buying guide for running LLMs locally on Windows/Intel/AMD systems — covering which models fit in which VRAM configurations and what real-world performance looks like. Useful as a reference when evaluating whether to self-host vs. API. Cuts through the spec-sheet noise with actual token throughput numbers.
No. 18Dev ToolsApplies to you
Pinboard Popular · tagged: python, markdown, ai, convert, office, pdf
Microsoft's open-source tool converts PDFs, Office docs, images, audio, and more into clean Markdown — purpose-built for feeding documents into LLM pipelines. If you're building RAG systems or AI workflows that need to ingest messy enterprise documents, this is the preprocessing step you've been cobbling together yourself. Drop-in useful today.
No. 19New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
AppleInsider mockups and analysis of the rumored Siri redesign coming in iOS 26/27 — a significant visual and functional overhaul as Apple races to catch up with ChatGPT and Claude on mobile. The interface concepts suggest a more ambient, always-aware presence rather than the current button-tap model. Worth watching ahead of WWDC.
No. 20Dev ToolsApplies to you
by 0x1997 · 88 points · 69 comments
Perry is a new TypeScript compiler that goes directly to native executables via SWC and LLVM — bypassing Node.js entirely and targeting performance use cases where JS runtime overhead matters. For TypeScript/.NET developers curious about the edges of the TS ecosystem, this is a fascinating experiment. Early days, but the architecture is worth understanding.