Wednesday · May 6, 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. Computer Use is 45x more expensive than structured APIs
  2. Accelerating Gemma 4: faster inference with multi-token prediction drafters
  3. Three Inverse Laws of AI
  4. Agents can now create Cloudflare accounts, buy domains, and deploy
  5. DNSSEC disruption affecting .de domains – Resolved
  6. iOS 27 is adding a 'Create a Pass' button to Apple Wallet
  7. Zuckerberg 'Personally Authorized and Encouraged' Meta's Copyright Infringement
  8. IBM didn't want Microsoft to use the Tab key to move between dialog fields
  9. Wiki Builder: Skill to Build LLM Knowledge Bases
  10. Agents for financial services and insurance
  11. Show HN: Explore color palettes inspired by 3000 master painter artworks
  12. StarFighter 16-Inch
  13. I'm scared about biological computing
  14. YouTube, your RSS feeds are broken
  15. Write some software, give it away for free
  16. Multi-stroke text effect in CSS
  17. GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents
  18. Telus Uses AI to Alter Call-Agent Accents
  19. Batteries Not Included, or Required, for These Smart Home Sensors
  20. Show HN: Airbyte Agents – context for agents across multiple data sources

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

Computer Use is 45x more expensive than structured APIs

Reflex ran the numbers and found that letting an AI agent click around a UI costs 45x more than hitting a structured API directly. This is a must-read if you're designing AI workflows — it makes a compelling case for investing in proper API surfaces rather than screen-scraping shortcuts. Directly relevant to anyone building with Claude Code or agentic pipelines.

No. 02AI ToolsApplies to you

Accelerating Gemma 4: faster inference with multi-token prediction drafters

Google details how multi-token prediction (MTP) drafters dramatically speed up Gemma 4 inference without sacrificing quality. If you're running local models or evaluating alternatives to hosted LLMs, this is a significant efficiency leap worth understanding. The speculative decoding approach here is becoming a key technique across the whole LLM inference stack.

No. 03AI ToolsApplies to you

Three Inverse Laws of AI

A witty, pointed essay proposing three "inverse" counterparts to Asimov's Laws of Robotics — and what they reveal about how AI systems actually behave in the wild. Sparks a great 300-comment HN thread about AI alignment and practical trust. Worth five minutes of your morning.

No. 04AI ToolsApplies to you

Agents can now create Cloudflare accounts, buy domains, and deploy

Cloudflare and Stripe have teamed up to let AI agents autonomously provision accounts, purchase domains, and ship deployments — no human in the loop required. This is a significant step toward fully autonomous software agents with real-world side effects. If you're building agentic workflows, the billing and identity model here is worth studying closely.

No. 05Dev Tools

DNSSEC disruption affecting .de domains – Resolved

A major DNSSEC misconfiguration took down a huge swath of .de domains earlier today before being resolved. The 330-comment HN thread is a masterclass in DNS incident analysis. A good reminder that DNSSEC, while important for security, carries real operational risk when misconfigured.

No. 06New Apple AppsApplies to you

iOS 27 is adding a 'Create a Pass' button to Apple Wallet

iOS 27 will let users create custom Wallet passes directly from the app — no third-party tooling required. This could open interesting doors for developers and small businesses who want lightweight, native pass experiences without building a full PassKit backend. Filed under: Apple quietly making something useful.

No. 07Privacy & Security

Zuckerberg 'Personally Authorized and Encouraged' Meta's Copyright Infringement

A lawsuit claims Zuckerberg personally signed off on using copyrighted books to train Meta's AI models. This is shaping up to be the highest-profile AI training data case yet, with implications for every company using scraped data. The legal and ethical questions here will reshape how foundation models are built and licensed.

No. 08Dev Tools

IBM didn't want Microsoft to use the Tab key to move between dialog fields

Raymond Chen digs into the origin story of Tab-to-navigate-dialog-fields — and why IBM objected. A delightful piece of platform history that explains why UX conventions we take for granted were actually hard-fought battles. Essential reading for anyone who has ever wondered why things work the way they do.

No. 09AI ToolsApplies to you

Wiki Builder: Skill to Build LLM Knowledge Bases

A Claude Code plugin that turns your codebases and docs into structured, queryable LLM knowledge bases. This is directly in the wheelhouse of anyone using Claude Code who also maintains Obsidian vaults or internal wikis. The workflow of code → structured knowledge is exactly where agentic dev tools are heading.

No. 10AI ToolsApplies to you

Agents for financial services and insurance

Anthropic lays out its vision for Claude-based agents in regulated industries — compliance, claims processing, financial analysis. Even if you're not in fintech, the design patterns for safe, auditable agentic workflows are broadly applicable. Good signal on where Anthropic is steering the Claude product.

From Pinboard Popular

Stories 11 – 20
No. 11Creative SoftwareApplies to you

Show HN: Explore color palettes inspired by 3000 master painter artworks

A gorgeous tool that extracts and organizes color palettes from 3,000 paintings by master artists — Vermeer, Monet, Hopper and hundreds more. Instantly useful for UI design, generative art, or just visual inspiration. One of those side projects you'll keep a tab open for.

No. 12Dev Tools

StarFighter 16-Inch

Star Labs has announced the StarFighter, a Linux-native 16-inch laptop positioned as a serious developer machine with a high-end display and open firmware. The HN thread goes deep on coreboot, ME-clean firmware, and how it stacks up against Framework. An interesting option for devs who want macOS-level build quality with full Linux control.

No. 13Weird Science

I'm scared about biological computing

A thoughtful, personal essay on the rapidly advancing field of organoid and biological computing — and why the author finds the ethical terrain scarier than nuclear or even AI. The 177-comment thread spans neuroscience, philosophy of mind, and bioethics. Unsettling and worth your time.

No. 14Privacy & Security

YouTube, your RSS feeds are broken

OpenRSS documents how YouTube has quietly broken RSS feed reliability — missing videos, delayed entries, silent failures. If you follow YouTube channels via RSS (the sane way), this explains the recent weirdness. It's also a reminder that Google treats RSS as a second-class citizen, and you should plan accordingly.

No. 15Actionable

Write some software, give it away for free

A manifesto-style post making the case for building and releasing free, open software purely for the joy of it — no monetization, no product-market fit required. The HN thread is full of developers sharing what they've built and released for free. A good antidote to the hustle-culture noise.

No. 16Creative SoftwareApplies to you

Multi-stroke text effect in CSS

A clever CSS technique for layering multiple strokes on text using paint-order and SVG filter tricks — no images or canvas required. Directly actionable for frontend devs who want typographic flair in Angular/TypeScript apps without reaching for a design library. The demo alone makes it worth clicking.

No. 17AI ToolsApplies to you

GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents

Zhipu AI's GLM-5V-Turbo is a compact multimodal model purpose-built for agentic tasks — it can see, reason, and act across GUI and document environments. Interesting benchmark competitor to GPT-4o and Claude on vision-heavy agent tasks. Worth tracking if you're evaluating model options for multimodal pipelines.

No. 18AI Tools

Telus Uses AI to Alter Call-Agent Accents

Canadian telco Telus is deploying real-time AI voice modulation to neutralize the accents of overseas call center workers — raising pointed questions about bias, worker dignity, and the ethics of AI-mediated identity. The technology works, but the implications are uncomfortable. A story that will generate debate well beyond the tech sector.

No. 19Weird Science

Batteries Not Included, or Required, for These Smart Home Sensors

Georgia Tech researchers have built smart home sensors that harvest energy from ambient RF, light, and vibration — no batteries ever. The implications for long-lived IoT deployments and Home Assistant setups are significant. If the cost curve bends right, this could make truly maintenance-free smart home sensors a reality.

No. 20AI ToolsApplies to you

Show HN: Airbyte Agents – context for agents across multiple data sources

Airbyte is extending its data pipeline platform to feed structured context from 300+ data sources directly into AI agents. If you're building RAG pipelines or agentic tools that need to query databases, SaaS tools, or internal data, this could replace a lot of custom connector glue code. An actionable Show HN for the AI-tools builder.