Saturday, 6 June
4 min read · 750 words

1. Ladybird Browser Closes Public Pull Requests Over AI-Generated Code

  • The Ladybird project will no longer accept external pull requests, effective immediately. Founder Andreas Kling says AI tools mean "a substantial patch no longer implies substantial effort," breaking the trust model open-source has relied on for decades.
  • Source: ladybird.org / HN (731 points)
  • Why it matters: First major open-source project to close contributions explicitly because of AI code, setting a precedent for security-sensitive repos everywhere.
  • Verified

2. Anthropic Open-Sources Security Scanning Skills for Claude Code

  • Anthropic published defending-code-reference-harness (2,775 stars), a set of Agent Skills for threat modeling, vulnerability scanning, triage, and patching with an autonomous scanning harness you can customise.
  • Source: GitHub / HN (510 points)
  • Why it matters: Install these skills and Claude runs security audits on your project directly, no separate tooling needed.
  • Verified

3. Agent-Reach: One CLI to Search Twitter, Reddit, YouTube, and More

  • Agent-Reach (21,462 stars) gives any AI agent read and search access to Twitter, Reddit, YouTube, GitHub, and more from a single CLI with zero API fees. Works with Claude Code, Cursor, and any agent that runs commands.
  • Source: GitHub Trending (daily)
  • Why it matters: Replaces separate scrapers and API keys per platform with one install that auto-diagnoses issues.
  • Verified

  • Discovery — Claude writes roughly 80% of Anthropic's codebase; engineers ship 8x more per day. The stat is sparking debate on whether AI-native development scales or hides debt. — 270 upvotes, 61 comments | r/ClaudeAI | https://old.reddit.com/r/ClaudeAI/comments/1txisil/
  • OpenBMB/VoxCPM — 5,771★ this week (26,364★ total) — Tokenizer-free TTS with voice cloning in 30 languages | See README for install | https://github.com/OpenBMB/VoxCPM

  • MemPalace — Local-first AI memory that stores conversations verbatim with semantic search, scoring 96.6% recall on LongMemEval. Nothing leaves your machine. Structured indexing by people, projects, and topics. 53,783★ | uv tool install mempalace | https://github.com/MemPalace/mempalace

Review this code as if it were an anonymous PR to a security-sensitive project. Assume you cannot verify the author's intent.

Check for:
1. Hidden vulnerabilities disguised as features
2. Cargo-culted patterns copied without understanding
3. Unnecessary complexity that obscures actual behavior
4. Whether it fits the existing architecture or fights it

Flag anything you'd reject, with exact line numbers and reasoning.

Use when reviewing PRs, vendor code, or any contribution where you don't know the source. Source: Original, inspired by ladybird.org

  • Voice dictation + Remote Control: Set up CC Remote Control with a Whisper-based dictation keyboard on your phone, then dictate prompts while walking. r/ClaudeAI users report it as their most productive workflow. https://old.reddit.com/r/ClaudeAI/comments/1txh56r/

  • taste-skill — Claude Code skill that gives your AI good taste. Catches filler, hedging, and corporate speak, then rewrites to sound human. 33,790★ | Clone and add as a skill | https://github.com/Leonxlnx/taste-skill