(No items clear the bar today.)
1 What to Know Today
Tier 1 — Anthropic acquires Stainless (~$300M reported) — affects Ben, MetaAdsMCP, future agents
Anthropic just bought the SDK automation startup that built OpenAI’s, Google’s, and Cloudflare’s official SDKs — and Anthropic’s own. Verdict: verified shipped (anthropic.com/news + The Tip confirms ~$300M, founder Alex Rattray ex-Stripe). Hosted Stainless products are being shut down: existing customers keep the SDKs already generated, but lose the platform that maintains them. Translation for our stack: SDK quality across Anthropic’s surface area is about to rise, agent ergonomics get cleaner, and any future MCP/agent work (MetaAdsMCP, the CMO agent build) should assume Anthropic-native SDK tooling will be best-in-class within 6 months. Action this week: nothing urgent — but when you scaffold MetaAdsMCP, default to Anthropic SDK patterns over hand-rolled clients.
Tier 1 — Cursor Composer 2.5 — 10x coding-cost compression on long-context tasks
Cursor shipped Composer 2.5 built on Moonshot’s Kimi K2.5 (partially trained on Colossus 2). Their published benchmark: <$1 per task vs $11 for Opus 4.7 / GPT-5.5 on equivalent coding workloads. Verdict: verified shipped (cursor.com/blog/composer-2-5, also referenced in TLDR + Rundown). For Fillarup, MACA, and CartQuote — all coding-heavy — this is a real cost lever if you’re routing through Cursor. Action this week: spend 20 mins running Composer 2.5 against one MACA agent task you already know the Opus 4.7 cost of. Verify the 10x claim on your actual workload before changing defaults. If it holds, it’s the routing layer pattern showing up at the IDE layer.
Tier 1 — Manus Scheduled Tasks 2.0 — context persists across runs (Always-On Reeve pattern, externally validated)
Manus shipped scheduled tasks that carry context between runs inside the same thread, with a new dashboard. Verdict: verified shipped (manus.im/blog/manus-schedules, also in TLDR + Practicaly). This is the exact pattern Always-On Reeve Phase 1 already implements via PaperClip cron triggers + heartbeat — context-preserving scheduled agent runs. Two takeaways: (1) the pattern is converging across vendors, validating the Phase 2 persistent-listener direction; (2) Manus’s dashboard UX is now the visual benchmark to either match or skip past when Phase 2 ships. Action: pull up the Manus dashboard screenshots before scoping Reeve Phase 2 UX — borrow what’s good, decide what’s worth diverging on.
2 What You Already Know That Most People Don't
Always-On Reeve Phase 1 already does what Manus just shipped
Manus dropped “Scheduled Tasks 2.0 — context carries across runs” today as if it were a new product category. Always-On Reeve Phase 1 has been doing it since 2026-03-31: PaperClip running as a launchd daemon on port 3100 with KeepAlive, Reeve registered as Chief of Staff agent (id 50113ed1, claude_local adapter, Sonnet 4.6, $50/mo budget), Morning Brief at 7am AEST and EOD Digest at 6pm AEST both running on cron triggers, heartbeat checklist at ~/Reeve/HEARTBEAT.md, learning system at ~/Reeve/learnings/. The newsletter framing “AI agents are finally getting persistent scheduled execution” — you built it 7 weeks ago, locally, on a Mac Mini M1 with 8GB RAM. That’s the conversation: not “I read about this” but “I shipped this in March, here’s what I’d do differently after living with it.”
Skills are becoming the universal interop layer — and your launch-strategist already proves the format works
This week xAI shipped “Skills” for Grok (teach once, remembered across sessions) and Lovable shipped Skills (reusable markdown-based instructions). Claude Code skills since late 2025. The launch-strategist skill at ~/.claude/skills/launch-strategist/ — built and eval’d 2026-03-28, 100% pass rate vs 56% baseline, already deployed to InvoiceGen and Fillarup as LAUNCH-STRATEGY.md — is the existence proof that markdown-spec skills can outperform raw model calls. When the Aria conversation moves to “how do we make AI consistent across our team?” the answer is: skills. You already shipped one that beat the baseline by 44 points.
3 Worth a Deeper Look This Week
Salesforce’s $300M Anthropic bill + OpenRouter’s $120M round at $1.3B = the routing-layer thesis is now priced
Benioff said on All-In: Salesforce is paying Anthropic $300M this year — ~4.5% of cost-of-revenue — mostly for coding tools, and they’re already building a routing layer to wean off. Same week: OpenRouter in talks to raise $120M led by Alphabet’s venture arm at a $1.3B post-money valuation. Read them together for 30 minutes — this is the “model commodification + routing arbitrage” thesis becoming real money. Direct angle for Roy: the CMO Agent Build / future Ben evolution should bake in routing from day one (cheap models for high-volume tasks, premium for the 10% that needs it). It’s also the language to use in any Aria/RT conversation about AI cost discipline — “Salesforce is spending $300M and building their own routing layer” lands harder than abstract cost talk. Links: theinformation.com/articles/openrouter-funding-round + the Benioff All-In appearance.
a16z’s “Need Series C? Call a16z” — plaintiff-attorney as the consumer-AI archetype
Long-form essay arguing the plaintiff-attorney business model (leadgen + underwriting + contingency-fee pricing) is the underappreciated template for consumer AI. Key idea worth 20 mins: CAC is “recall not merit” — which tool the LLM recommends first is the new distribution moat, and contingency-fee pricing is the only outcome-aligned model for consumer AI (Jevons paradox makes legal services explode in Brazil’s JEC small-claims system, same dynamic ahead in consumer AI). Direct lift for CourseBuilds: when pitching Aria Tier 2 ($50-120K embedded), the “we win when you win” framing is what gets enterprise budget unblocked. https://www.a16z.news/p/need-series-c-call-a16z
4 Conversation Capital
“Microsoft is actively pushing its own 100,000 engineers off Claude Code onto GitHub Copilot — not because Copilot is better, but because they want the accepted-code signals from those engineers as training data for their models. Meanwhile Salesforce is paying Anthropic $300 million this year, about 4.5% of their cost-of-revenue, mostly on coding tools, and Benioff already announced they’re building a routing intermediary to wean off. The hyperscalers’ AI strategy isn’t about who has the best model anymore — it’s about who controls the training-data flywheel and who controls the routing layer.”
Use case: Aria conversations about enterprise AI spend, RT AI/Digital colleagues asking “where is this really going?”, any AI-pro coffee where someone says “yeah but the models are commoditising.” Signals you read primary-source coverage of how the actual money is moving, not the marketing surface.
5 Something You Haven't Thought About
Skills are converging into a cross-platform spec — port your launch-strategist now while the format is in flux. xAI’s Skills for Grok shipped this week. Lovable Skills shipped this week. Anthropic’s Claude Code skills are the de facto reference. Three platforms now ship “markdown-spec reusable agent instructions” within the same news cycle. That’s a spec war about to happen. First-mover angle: the launch-strategist skill (~/.claude/skills/launch-strategist/, 100% eval pass) is your existence proof. Spend 90 minutes this week reading the Lovable Skills format (lovable.dev/blog/introducing-skills) and the xAI Skills announcement, then add a PORTABILITY.md to your skill folder noting which sections are Claude-specific vs spec-neutral. Cost: 1.5 hours. Upside: when the dust settles, you’ve got a working skill ready to port + a written take on cross-platform skill design that’s genuinely scarce content. Verdict: act this week, low-risk, high option value. Not a project — a 90-minute investment in keeping the skills asset future-proof.
6 Skip File
- [TLDR — “Qwen 3.7 Preview on Arena”]: Rank-#13 model from China, no shipped surface in Roy’s stack — watch list only.
- [TLDR — “Qwen3.5-9B political censorship analysis”]: Interesting interpretability research, no direct project tie.
- [TLDR — “NVIDIA Vera CPU ships to Anthropic/OpenAI/SpaceXAI/Oracle”]: Infrastructure-tier news, no SMB-relevant action.
- [TLDR — “HRM-Text 1B model for ~$1,472”]: Cheap small-model training, not Roy’s wedge.
- [TLDR — “Agent evaluation guide / LM pre-training mode-hopping / Cosmos LoRA fine-tuning”]: Research-tier reading, no shipped surface.
- [Rundown — “Musk loses $100B+ OpenAI lawsuit”]: Headline noise, already in covered-stories 2026-05-19.
- [Rundown — “Odyssey Starchild-1 / Agora-1 world models”]: Demo-quality, no MACA/Fillarup tie yet.
- [Rundown — “OpenAI x Malta free ChatGPT Plus”]: Country-deal PR, no Roy angle.
- [Rundown — “Amazon Alexa Podcasts (NotebookLM-style)”]: Consumer-AI feature, not Roy’s stack.
- [Rundown — “Meta 8,000 layoffs”]: Macro context, no project action — already absorbed in covered-stories pattern.
- [Rundown — “OpenAI x Dell Codex in enterprise data centers”]: Enterprise channel news, useful background for CourseBuilds but not surface-able today.
- [Rundown — “Devin Auto-Triage / Krea 2”]: Tooling watch only; Krea 2 worth a 5-min look for MACA photo pipeline benchmarking later.
- [Rundown — “3D model anything with Claude + Blender”]: Tutorial, no project tie.
- [Practicaly — “Claude in legal industry / Anthropic legal playbook”]: Same theme already covered 2026-05-13 (
anthropic-claude-for-legal-repo). - [Practicaly — “ChatGPT + Replit slide-deck workflow / PAI Labs email automation”]: Workflow content, no immediate Roy gap.
- [The Tip — “Amazon Alexa Podcasts”]: Duplicate of Rundown coverage.
- [The Tip — Prompt-of-the-day + creator promo]: Generic content, skip.
- [Bagelbots — “Hello Robot Stretch 4 wheeled robot ~$30K”]: Genuine product, Stomacare-adjacent but Stomacare is parked.
- [Bagelbots — “Palantir SaaS is dead”]: Already covered 2026-05-19 (
bagelbots-palantir-saas-is-dead-agentic-repeat). - [Bagelbots — “Greg Brockman takes OpenAI product strategy”]: Already covered 2026-05-19 (
info-openai-reorganizes-product-teams-unified-app-brockman). - [Bagelbots — “AI Income Playbook 200 ideas / Side Hustle Plan prompt”]: Mega-prompt promo, not Roy’s bar.
- [Bagelbots — “Waymo flood in Atlanta / Lake Tahoe AI data centre crunch / Genesis humanoid hand / CFTC AI surveillance for Polymarket”]: Mix of macro/anecdote, no current project tie.
- [Information — “OpenAI CEO/CFO IPO timing / Stargate leaders depart / Altman shifts responsibilities, preps Spud model”]: OpenAI internal politics, no SMB action.
- [Information — “Anthropic CFO power behind scenes / Dylan Patel SemiAnalysis sway”]: People-power coverage, no action.
- [Information — “Cursor staff meeting xAI employees”]: Already covered 2026-05-10 + 2026-05-19 (
info-cursor-staff-xai-meetings-layoffs-repeat). - [Information — “xAI tax-return-for-data $420 offer”]: Notable HR-pattern, lands inside the Conversation Capital quote indirectly; not surface-worthy on its own.
- [Information — “Amazon in-house AI chips gain traction / Analog Devices $1.5B power chip deal”]: Chip-tier news, already in pattern from prior briefs.
- [Information — “John Ternus next Apple CEO / Anne Wojcicki 23andMe / Polymarket US CEO AWOL”]: Non-AI or tangential.
- [Practicaly — “Manus Scheduled Tasks 2.0 (aggregator)”]: Surfaced as Tier 1 from TLDR — same story.
- [a16z — “Gen. Bryan P. Fenton joins as special advisor”]: Personnel announcement, no Roy angle.
- [Neil Patel — “SEO strategy: question-intent keywords”]: Generic SEO advice, no UBX-sale or AI tie.
Brief Metadata
- Sources scanned: 13 newsletter feeds (9 with new content in last 48h)
- Items extracted: ~50 raw items
- Items surfaced: 9 (3 Tier 1, 2 anxiety-flip, 2 deeper-look, 1 conversation-capital quote, 1 first-mover)
- Items skipped: 30
- Read time: ~8 minutes