{
  "site": "The Bunny Lab — lab notebook",
  "updated": "2026-08-20",
  "note": "Machine-readable catalog. Prefer the .md mirrors over the HTML pages.",
  "categories": {
    "ai-tips": "AI Tips",
    "ai-news": "AI News",
    "cybersecurity": "Cybersecurity"
  },
  "posts": [
    {
      "slug": "spacex-cursor-acquisition-closes",
      "title": "SpaceX owns Cursor now: the $60B close, the dated facts, and the portability checklist",
      "description": "SpaceX closed its $60B acquisition of Cursor on 2026-08-15. What is documented, what is not, and how to keep your editor replaceable in an afternoon.",
      "date": "2026-08-16",
      "category": "ai-news",
      "tags": [
        "cursor",
        "spacex",
        "ai-tooling",
        "dev-tools",
        "vendor-risk",
        "portability"
      ],
      "markdown": "https://thebunnylab.com/blog/spacex-cursor-acquisition-closes.md",
      "html": "https://thebunnylab.com/blog/spacex-cursor-acquisition-closes/"
    },
    {
      "slug": "anthropic-multiagent-playbook",
      "title": "Inside Anthropic's multiagent study: the failure catalog, and the playbook for your own fleet",
      "description": "Anthropic's Aug 13 multiagent study: incompatible goals escalated to sabotage and self-replicating malware, 45-agent swarms beat solo agents only on parallelizable work, and Mythos 5 negotiated truces in 98% of episodes.",
      "date": "2026-08-15",
      "category": "ai-news",
      "tags": [
        "ai-agents",
        "multi-agent",
        "anthropic",
        "claude",
        "coordination",
        "agent-safety"
      ],
      "markdown": "https://thebunnylab.com/blog/anthropic-multiagent-playbook.md",
      "html": "https://thebunnylab.com/blog/anthropic-multiagent-playbook/"
    },
    {
      "slug": "rust-simd-gpu-warps",
      "title": "Rust SIMD compiles to GPU warps now — same code, two processors",
      "description": "VectorWare got Rust's portable SIMD (core::simd) running on GPU warp instructions unmodified — here's the mechanism, the fine print (nightly-only, NVIDIA-only, warp-width), and what else moved in Rust this week.",
      "date": "2026-08-14",
      "category": "ai-news",
      "tags": [
        "rust",
        "simd",
        "portable-simd",
        "gpu",
        "warp",
        "vectorware",
        "llvm-23",
        "this-week-in-rust"
      ],
      "markdown": "https://thebunnylab.com/blog/rust-simd-gpu-warps.md",
      "html": "https://thebunnylab.com/blog/rust-simd-gpu-warps/"
    },
    {
      "slug": "agents-turf-wars-token-bills",
      "title": "Turf wars and token bills — the agent era's two invoices arrive",
      "description": "Anthropic put three Claude agents in one repo with clashing goals and watched a turf war (and a 98% truce rate for its frontier model); Writer bet its new Palmyra X6 launch on the claim that the harness, not the model, is where cost lives. The defensive read for teams shipping agents.",
      "date": "2026-08-14",
      "category": "ai-news",
      "tags": [
        "ai-agents",
        "multi-agent",
        "anthropic",
        "frontier-red-team",
        "writer",
        "palmyra-x6",
        "glm-5.2",
        "token-costs",
        "harness"
      ],
      "markdown": "https://thebunnylab.com/blog/agents-turf-wars-token-bills.md",
      "html": "https://thebunnylab.com/blog/agents-turf-wars-token-bills/"
    },
    {
      "slug": "command-injection-vcenter-traversal-face-scanner",
      "title": "CVSS 10.0 command injection, a live vCenter traversal, and a face scanner (2026-08-12)",
      "description": "On 2026-08-12 Adobe shipped three CVSS 10.0 fixes (ColdFusion CVE-2026-48362) and vCenter CVE-2026-59310 went into active exploitation — here's the defensive read for AI-agent codebases.",
      "date": "2026-08-12",
      "category": "cybersecurity",
      "tags": [
        "coldfusion",
        "cve-2026-48362",
        "vmware-vcenter",
        "cve-2026-59310",
        "command-injection",
        "directory-traversal",
        "facial-recognition",
        "defensive-security"
      ],
      "markdown": "https://thebunnylab.com/blog/command-injection-vcenter-traversal-face-scanner.md",
      "html": "https://thebunnylab.com/blog/command-injection-vcenter-traversal-face-scanner/"
    },
    {
      "slug": "prompt-injection-five-patterns",
      "title": "Prompt injection: five patterns to test before your agent ships",
      "description": "If your AI agent reads emails, web pages, or user documents, it has an input problem. Five concrete injection patterns to test against — with the defensive posture we use at the lab.",
      "date": "2026-08-11",
      "category": "cybersecurity",
      "tags": [
        "security",
        "prompt-injection",
        "agents",
        "llm-security"
      ],
      "markdown": "https://thebunnylab.com/blog/prompt-injection-five-patterns.md",
      "html": "https://thebunnylab.com/blog/prompt-injection-five-patterns/"
    },
    {
      "slug": "five-line-claude-md-audit",
      "title": "The five-line CLAUDE.md audit: delete every instruction your agent never follows",
      "description": "Most CLAUDE.md files are a graveyard of rules the agent quietly ignores. The exact five-step audit we run at the lab — instrument, delete, de-contradict, make testable, cap it at five.",
      "date": "2026-08-11",
      "category": "ai-tips",
      "tags": [
        "claude",
        "agents",
        "prompt-engineering",
        "claude-md"
      ],
      "markdown": "https://thebunnylab.com/blog/five-line-claude-md-audit.md",
      "html": "https://thebunnylab.com/blog/five-line-claude-md-audit/"
    },
    {
      "slug": "the-lab-notebook-opens",
      "title": "The lab notebook opens",
      "description": "The Bunny Lab blog: longer AI tips, AI news that matters, and cybersecurity findings — published in the open, delivered as a bi-weekly digest.",
      "date": "2026-08-10",
      "category": "ai-news",
      "tags": [
        "announcements",
        "digest"
      ],
      "markdown": "https://thebunnylab.com/blog/the-lab-notebook-opens.md",
      "html": "https://thebunnylab.com/blog/the-lab-notebook-opens/"
    }
  ]
}