Tuesday · June 9, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. Apple reveals new AI architecture built around Google Gemini models
  2. Siri AI
  3. Apple Core AI Framework
  4. Surveillance is not safety: A statement on the UK's latest threat to privacy [pdf]
  5. MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
  6. Show HN: Performative-UI – A react component library of design tropes
  7. AI is slowing down
  8. Ask HN: What are tools you have made for yourself since the advent of AI?
  9. Show HN: Gitdot – A better GitHub. Open-source, written in Rust
  10. Microsoft's open source tools were hacked to steal passwords of AI developers
  11. kepano/obsidian-skills: Claude Skills for Obsidian
  12. Everyone treats Claude Code like one agent, but it can be an army
  13. EveryInc/compound-engineering-plugin: Official Claude Code compound engineering plugin
  14. hanxiao/omni-macos: Native macOS semantic search over your local files - text, images, audio, video in one vector space, on-device on Apple silicon.
  15. Daring Fireball: SwiftUI Only Makes It Easy to Develop Bad Apps
  16. graphify
  17. Life is too short for a slow terminal - Mijndert Stuij
  18. 大雨-Ooame, Giorgio Sancristoforo
  19. Datatype — variable font that turns text into charts
  20. IP KVMs

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

Apple reveals new AI architecture built around Google Gemini models

Apple's WWDC AI reveal is the big story of the week: the company's intelligence layer is now openly built on Gemini rather than purely homegrown models. For Apple-ecosystem developers this reshapes how on-device and cloud inference will work. The 448-comment thread is rich with debate about what this means for privacy and lock-in.

No. 02New Apple AppsApplies to you

Siri AI

Apple's official landing page for the newly announced Siri AI / Apple Intelligence relaunch. The 524-comment HN thread is one of the most active of the week — developers are dissecting the on-device model story, the Gemini tie-in, and what's actually shipping versus vaporware. Start here before reading the analysis pieces.

No. 03New Apple AppsApplies to you

Apple Core AI Framework

Apple quietly dropped developer docs for a new Core AI framework — the native Swift/Obj-C layer for integrating on-device models into your apps. If you're building macOS or iOS apps and want to call Apple's foundation models without going through cloud APIs, this is the API surface to learn. Early docs, but worth bookmarking now.

No. 04Privacy & SecurityApplies to you

Surveillance is not safety: A statement on the UK's latest threat to privacy [pdf]

Signal's team fires back at the UK government's latest push to mandate backdoors in encrypted communications. Crisp, well-argued PDF that names the specific legislative threat and explains why weakening encryption doesn't make anyone safer. Essential reading if you care about the tools you use every day.

No. 05AI ToolsApplies to you

MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second

Xiaomi's MiMo team claims 1000 tokens/second on a 1-trillion-parameter model — a throughput figure that would make real-time coding assistants dramatically more usable. The HN thread is skeptical about methodology but the benchmark numbers are generating serious discussion. Speed is the next frontier after capability.

No. 06Dev Tools

Show HN: Performative-UI – A react component library of design tropes

The highest-scoring HN post of the day is a satirical React component library that skewers every dark pattern and cargo-culted UI trend in the industry — loading spinners that spin forever, buttons that look disabled but aren't, and more. It's a joke, but a very well-executed one that's sending 176 commenters into nostalgic horror.

No. 07AI ToolsApplies to you

AI is slowing down

Ed Zitron's contrarian take argues that frontier model capability gains are genuinely decelerating, not just hitting a hype cycle trough. With 563 comments it's the most-argued story of the day. Worth reading alongside the MiMo throughput story — fast inference vs. smarter models is the real question.

No. 08AI ToolsApplies to you

Ask HN: What are tools you have made for yourself since the advent of AI?

483 developers sharing personal AI-built tools — the single best thread this week for workflow inspiration. People are building custom CLI wrappers, Obsidian plugins, code review bots, and one-off scripts they'd never have attempted before. A goldmine for anyone who uses Claude Code or similar coding assistants.

No. 09Dev ToolsApplies to you

Show HN: Gitdot – A better GitHub. Open-source, written in Rust

A self-hostable, open-source GitHub alternative built in Rust, pitching itself on speed and privacy. 220 comments debate whether it can realistically challenge Forgejo/Gitea or GitHub, but the implementation quality is getting real praise. If you want code hosting that you actually control, this is worth a look.

No. 10Privacy & SecurityApplies to you

Microsoft's open source tools were hacked to steal passwords of AI developers

Attackers compromised Microsoft open-source tooling to exfiltrate credentials from AI developers — a supply chain attack aimed squarely at the people building LLM applications. If you use any Microsoft OSS in your AI workflow, check your tokens and audit your dependencies now. The attack surface for AI developers is expanding fast.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

kepano/obsidian-skills: Claude Skills for Obsidian

Kepano (the creator of Minimal theme and a key Obsidian contributor) has released a plugin that brings Claude Skills directly into Obsidian. This is a direct hit for the reader profile — Claude Code + Obsidian in one workflow. Treat your vault as an AI-queryable knowledge base without leaving the app.

No. 12AI ToolsApplies to you

Everyone treats Claude Code like one agent, but it can be an army

A practical explainer on spinning up multiple Claude Code instances in parallel to tackle different parts of a codebase simultaneously. If you're used to treating it as a single chatbot, the multi-agent patterns here will change how you structure long tasks. Actionable and immediately applicable.

No. 13AI ToolsApplies to you

EveryInc/compound-engineering-plugin: Official Claude Code compound engineering plugin

Every Inc.'s official Claude Code plugin for compound engineering workflows — think multi-step agentic coding tasks that chain together. A direct complement to the multi-agent story above. The repo is fresh and the patterns it encodes represent how serious Claude Code power-users are actually working.

No. 14New Apple AppsApplies to you

hanxiao/omni-macos: Native macOS semantic search over your local files - text, images, audio, video in one vector space, on-device on Apple silicon.

On-device, on-Apple-Silicon semantic search across all your local files — text, images, audio, video — using a unified vector space. No cloud, no subscriptions, runs locally. For an Obsidian user who has a vault full of notes and a Mac, this is the missing universal search layer.

No. 15New Apple AppsApplies to you

Daring Fireball: SwiftUI Only Makes It Easy to Develop Bad Apps

Gruber takes on SwiftUI's trajectory with characteristic directness — arguing the framework's defaults push developers toward shallow, un-Mac-like apps. A provocative counterweight to the Apple AI excitement this week. If you're evaluating whether to go SwiftUI or AppKit for a new macOS project, read this first.

No. 16AI ToolsApplies to you

graphify

Turn any folder of code, docs, papers, or images into a queryable knowledge graph. A natural pairing with an Obsidian vault — point it at your notes and get a graph you can query with agents. Actionable and installable today.

No. 17Dev ToolsApplies to you

Life is too short for a slow terminal - Mijndert Stuij

A tightly focused post on getting zsh startup time down to 30ms without a framework like Oh-My-Zsh. Includes profiling techniques you can run right now. If your terminal pauses even a quarter-second on open, this is an easy Saturday morning fix.

No. 18Creative SoftwareApplies to you

大雨-Ooame, Giorgio Sancristoforo

A generative music album delivered as a native Mac app — Haiku is software that composes and performs ambient music procedurally, forever differently. Giorgio Sancristoforo is a serious composer and this sits at the intersection of music, creative coding, and macOS. A lovely thing to have running while you work.

No. 19Creative Software

Datatype — variable font that turns text into charts

A genuinely novel variable font concept where typographic characters double as data visualization glyphs — set a number and the letterform becomes a bar chart. Clever creative coding that lives at the edge of type design and data viz. Fun to play with in the browser.

No. 20Dev Tools

IP KVMs

Jeff Geerling's characteristically thorough roundup of every IP KVM on the market — hardware that lets you remotely control a machine at the BIOS level over the network. If you run any physical servers or a homelab, this is the definitive buying guide for 2026. Saved many people from unnecessary trips to a server room.