Sunday · May 3, 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. VS Code inserting 'Co-Authored-by Copilot' into commits regardless of usage
  2. DeepSeek V4—almost on the frontier
  3. Kimi K2.6 just beat Claude, GPT-5.5, and Gemini in a coding challenge
  4. Do_not_track
  5. Six Years Perfecting Maps on WatchOS
  6. This Month in Ladybird - April 2026
  7. How fast is a macOS VM, and how small could it be?
  8. Open Design: Use Your Coding Agent as a Design Engine
  9. The agent harness belongs outside the sandbox
  10. Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML
  11. superpowers
  12. Flue — The Agent Harness Framework
  13. google-labs-code/design.md: A format specification for describing a visual identity to coding agents
  14. designdotmd.directory — the directory of design.md files for coding agents
  15. GitHub - yogthos/chiasmus: Chiasmus is an MCP server that gives language models access to formal verification
  16. Ghostbox — Disposable little dev machines
  17. Warm Burnout: warm color theme for VS Code, JetBrains, Neovim, Ghostty, and more
  18. I installed a small LLM on my Mac laptop — here's why I can't go back
  19. Theo - t3.gg on X: Claude Code refusing requests or billing extra over 'OpenClaw' in JSON blobs
  20. [2604.15597] LLMs Corrupt Your Documents When You Delegate

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

VS Code inserting 'Co-Authored-by Copilot' into commits regardless of usage

Microsoft quietly added Copilot co-authorship metadata to git commits even when you never touched the AI feature — a consent and attribution nightmare that blew up across the dev community. This isn't just an annoyance; it muddies commit histories and raises genuine questions about what 'using' an AI tool even means legally. If you use VS Code for any client work, check your recent commits now.

No. 02AI ToolsApplies to you

DeepSeek V4—almost on the frontier

Simon Willison's sharp-eyed breakdown of DeepSeek V4 finds it punching near frontier-model weight at a fraction of the cost. For developers already integrating LLMs into their workflows, this matters: another serious open-weights option means more negotiating leverage and more self-hostable power. The 'almost' in the title is doing interesting work — read why.

No. 03AI ToolsApplies to you

Kimi K2.6 just beat Claude, GPT-5.5, and Gemini in a coding challenge

An open-weights model from Moonshot AI topped a rigorous coding benchmark over Claude, GPT-5.5, and Gemini — a significant moment for the competitive landscape. If you're using Claude Code as your daily driver, this is context worth having: the gap between frontier proprietary models and the open-source pack is visibly closing. Expect this to accelerate model-switching in production codebases.

No. 04Privacy & SecurityApplies to you

Do_not_track

A shell script toolkit designed to harden your system against tracking and telemetry at the OS and network level. Privacy-conscious developers will appreciate the CLI-first approach and the transparency of a readable script over a black-box app. Install it, audit it, and consider it a complement to your existing privacy stack.

No. 05New Apple AppsApplies to you

Six Years Perfecting Maps on WatchOS

Indie developer David Smith (Widgetsmith, Pedometer++) writes candidly about half a decade of wrestling with watchOS's Maps APIs — the dead ends, the breakthroughs, and the craft decisions that shaped his app. A rare, honest account of what long-term Apple platform development actually looks like. Essential reading if you're building anything for the Apple ecosystem.

No. 06Dev Tools

This Month in Ladybird - April 2026

Ladybird, the genuinely-from-scratch independent browser, continues to log serious engineering progress — new CSS features, JS engine improvements, and growing contributor counts. Browser engine diversity matters for the open web, and Ladybird is the most credible new entrant in decades. Worth following even if you're not contributing.

No. 07New Apple AppsApplies to you

How fast is a macOS VM, and how small could it be?

Howard Oakley benchmarks macOS virtual machines on Apple Silicon, probing both raw performance headroom and minimum viable disk footprint. Practical gold for any Mac developer who wants a disposable test environment without the overhead. The results on minimum size are surprisingly encouraging.

No. 08AI ToolsApplies to you

Open Design: Use Your Coding Agent as a Design Engine

Open Design proposes a framework for driving UI/visual design decisions through coding agents rather than traditional design tools — think Figma replaced by structured prompts and component specs. It's provocative and immediately actionable for TypeScript/Angular developers already using Claude Code. The repo includes working examples to steal from today.

No. 09AI ToolsApplies to you

The agent harness belongs outside the sandbox

A well-argued architectural position: the orchestration layer for AI agents should live outside the execution sandbox, not inside it. This has direct implications for how you structure Claude Code workflows and MCP server deployments. The threat model section alone is worth your time.

No. 10AI ToolsApplies to you

Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML

A developer's hard-won methodology for keeping AI coding sessions on track: write precise YAML specs before you touch a prompt, and treat the spec as the source of truth throughout. For Claude Code users frustrated by context drift and hallucinated architecture, this is a concrete counter-technique. The 'AI psychosis' framing is blunt but accurate.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

superpowers

A curated library of 'core skills' designed to supercharge Claude Code — reusable prompt patterns, workflow primitives, and agent behaviors you can drop straight into your Claude Code setup. This is the kind of community-built toolkit that makes Claude Code exponentially more useful. Star it, fork it, and start stealing.

No. 12AI ToolsApplies to you

Flue — The Agent Harness Framework

Flue is a TypeScript-native framework for orchestrating AI agents with a clear separation between the harness and execution environment — directly complementing the architectural argument from today's HN pick. If you're building agentic workflows in TypeScript, this is worth an afternoon evaluation. The TypeScript-first design means it'll slot naturally into Angular/.NET adjacent projects.

No. 13AI ToolsApplies to you

google-labs-code/design.md: A format specification for describing a visual identity to coding agents

Google Labs proposes DESIGN.md: a structured markdown file you commit to your repo so coding agents always understand your design system, color tokens, and component conventions. Think CLAUDE.md but for visual identity. Pair this with Open Design (story #8) and your Claude Code sessions get dramatically more coherent UI output.

No. 14AI ToolsApplies to you

designdotmd.directory — the directory of design.md files for coding agents

A community-curated directory of DESIGN.md files from real projects — essentially a pattern library for telling your coding agent about your design system. Browse existing examples to bootstrap your own or get inspiration for what a well-formed design spec looks like. Actionable in under an hour.

No. 15Dev ToolsApplies to you

GitHub - yogthos/chiasmus: Chiasmus is an MCP server that gives language models access to formal verification

Chiasmus is an MCP server that exposes formal verification tools (Prolog, tree-sitter AST analysis) to LLMs — letting your coding agent actually prove properties about code rather than just guessing. This is a genuinely novel use of the MCP protocol and a step toward more trustworthy AI-assisted code review. Claude Code users can plug this in today.

No. 16Dev ToolsApplies to you

Ghostbox — Disposable little dev machines

Ghostbox spins up ephemeral cloud dev machines you can burn after use — perfect for testing risky agent runs, untrusted code, or one-off experiments without polluting your main environment. The UX is refreshingly minimal. A natural complement to any Claude Code workflow that touches the filesystem.

No. 17Creative SoftwareApplies to you

Warm Burnout: warm color theme for VS Code, JetBrains, Neovim, Ghostty, and more

"The theme suite for developers who already burned out but still have deadlines" — Warm Burnout is a cohesive amber/sienna color scheme spanning VS Code, JetBrains, Neovim, and Ghostty. Sometimes the right editor theme is the difference between grinding and flowing. The cross-editor consistency is genuinely impressive.

No. 18New Apple AppsApplies to you

I installed a small LLM on my Mac laptop — here's why I can't go back

A hands-on account of running Cotypist — a local LLM-powered autocomplete app for macOS — with a Gemma 4 model entirely on-device. No cloud, no latency, no data leaving your machine: a perfect fit for privacy-conscious Mac developers. The Tab-to-complete UX is deceptively addictive.

No. 19AI ToolsApplies to you

Theo - t3.gg on X: Claude Code refusing requests or billing extra over 'OpenClaw' in JSON blobs

Theo surfaces a bizarre Claude Code behavior: the presence of a specific keyword ('OpenClaw') in a JSON blob in your repo can trigger outright refusals or unexpected billing. For anyone using Claude Code on real codebases with complex commit histories or third-party configs, this is a must-know footgun. The bug report is both alarming and oddly fascinating.

No. 20AI ToolsApplies to you

[2604.15597] LLMs Corrupt Your Documents When You Delegate

A new arxiv paper with an uncomfortable finding: when you delegate document editing or summarization to LLMs, they systematically introduce subtle distortions — not hallucinations exactly, but meaning drift and emphasis corruption. If you use AI to help draft or refine documentation in your codebase, this paper should change how you review that output.