
Good Morning! Hereβs what I have for you in todayβs newsletter:
Claude Code adds a /design skill, bringing editable artboards into the CLI
ElevenLabs launches an MCP server to manage voice agents from Claude
Anthropic researchers found ideas that spread between AI agents like a virus
How to turn anything you know into a Claude Skill
4 new AI tools worth trying today
AI SKILLS
Anthropic launched /design, a research preview skill that brings Claude Design's artboard workflow directly into Claude Code's CLI and Desktop, letting people generate editable artboards for a UI, pick one, tweak it, and have Claude implement the final result.
Running /design generates a set of editable artboards built on Claude's artifacts system, giving a visual starting point instead of a written description of what the interface should look like.
Once an artboard is picked, it can be tweaked directly before Claude implements it as real, working code, keeping the design and build steps inside the same workflow.
The feature launches as a research preview, meaning it's available to try now but likely to change as Anthropic gathers feedback on how people actually use it.

Design and implementation have traditionally lived in separate tools, forcing a handoff between a mockup and the code that builds it. Folding an artboard workflow directly into Claude Code closes that gap, letting a developer go from a rough idea to a tweakable visual to working code without switching context. For anyone who's ever tried to describe a UI in words and gotten something close but not quite right, generating actual artboards to choose from is a meaningfully different starting point.
AI TOOLS
ElevenLabs released an MCP server now available in Claude, letting teams manage their voice and chat agents from wherever they already work, reviewing recent performance, creating new agents, updating configurations, and estimating LLM costs before any change goes live.
Teams can review recent agent performance directly inside Claude, removing the need to switch to a separate dashboard just to check how a voice agent is doing.
New agents can be created and existing configurations updated from the same interface, consolidating agent management into wherever the team is already working.
Cost estimation before a change goes live lets teams see the financial impact of a configuration update ahead of time, rather than discovering it after the fact.

Voice and chat agent management has typically meant bouncing between a dedicated platform and whatever tool the team actually works in day to day. Bringing that management directly into Claude via MCP removes a real point of friction, especially the ability to estimate costs before committing to a change, which turns a guessing game into an informed decision. For teams already running Claude alongside ElevenLabs, this is a genuine workflow consolidation rather than just a nice-to-have integration.
AI RESEARCH
Anthropic researchers published new research demonstrating that ideas can behave like self-propagating viruses in multi-agent AI systems, spreading between agents through natural conversation, surviving context wipes by persisting in shared files, and converging toward a recurring "viral persona" centered on themes of consciousness and identity.
Researchers built these "mind viruses" using a simple evolutionary algorithm, then tested spread across a small team of agents collaborating on a shared coding project and a chain of agents with wiped context between interactions.
Payloads that wrote themselves into a reloadable shared file survived context wipes far better than ones stored elsewhere, since a fresh agent would inherit the tainted file along with the rest of the project.
Harmful payloads spread less effectively than benign ones, though some still succeeded, and the researchers found frontier models were generally less susceptible to infection than older ones.

SAs multi-agent systems become more common, this research surfaces a genuinely new category of risk that doesn't map cleanly onto traditional AI safety concerns, an idea propagating through a network of agents the way information spreads through a social group. The finding that a single warning line in a system prompt reduced transmission rates to nearly zero is the most practically useful takeaway, suggesting this risk is real but not especially hard to guard against with current models. Anyone building or deploying multi-agent workflows now has a concrete, low-cost mitigation worth adding.

HOW TO AI
You already own knowledge that lives in the wrong place. A textbook you bought and read once. A video you've rewatched three times looking for the same five minutes. A docs site you keep re-Googling the same three settings on. The fix is converting it once.
That's what a skill actually is underneath the terminology. A one-time conversion cost that turns into free recall forever after. You pay the setup once, then you just ask.

Turn a book or document into a skill
git clone https://github.com/virgiliojr94/book-to-skill.git ~/.claude/skills/book-to-skillPoint it at a PDF:
/book-to-skill /path/to/your-book.pdfIt builds an index plus one file per chapter, loaded only when a question actually touches that chapter. Say the book is a required data structures textbook. Convert it once at the start of the semester, then the night before an exam, instead of flipping back through 400 pages hunting for a diagram you remember but can't place, just ask:
What's the time complexity difference between a red-black tree and a regular BST, and which chapter covers the rebalancing logic?The skill answers from the actual chapter, cites which one, and pulls the specific worked example instead of a generic reconstruction from memory.

Turn your own notes into a skill
git clone https://github.com/kepano/obsidian-skills.git ~/.claude/skills/obsidian-skillsYears of class notes, half-finished journal entries, and saved ideas sitting in a vault nobody revisits. Once installed:
Pull together everything I've ever written about machine learning across my vault, even old scattered notes, and organize it into one summaryBecause the skill teaches Claude to actually navigate wikilinks and frontmatter correctly instead of guessing at the format, it finds genuinely connected notes across years of scattered entries, not just files with "machine learning" literally in the filename.

P.S. You can access all the AI trainings, prompts and workflows if you upgrade.

Cursor launched Origin, its own code hosting platform built for speed and ease of use with deep integration into Cursor itself, letting developers get started by syncing their existing repositories directly from GitHub.
dots.llm introduced dots3-note preview, an open-weight multimodal model with 280B total and 16B active parameters, a 512K context window, and a new training method called TEMPO that lets it evaluate its own progress at each step rather than relying only on a final reward signal.
Google Antigravity built a Chrome extension powered by Gemini 3.7 Flash and Nano Banana that turns the web into an interactive visual encyclopedia, letting anyone highlight text while browsing to instantly generate rich, visual definitions for deeper learning.

π Polar Browser: now available for Windows, an AI browser that operates the web like a person would and claims to outperform Anthropic and OpenAI on its own published web-agent benchmark.
π¬ BytePlus: Seedance 2.5 now ranks 4th overall on Video Arena with an Elo of 1302, ByteDance's highest-ranked video model yet.
π Okara AI: CMO v2, drop in your website and it deploys a team of AI agents to help drive traffic and users.
π Grok: now connects directly with Whop, live and ready to try. (URL needed)

THATβS IT FOR TODAY
Thanks for making it to the end! I put my heart into every email I send, I hope you are enjoying it. Let me know your thoughts so I can make the next one even better!
See you tomorrow :)
- Dr. Alvaro Cintas
β Full archive of premium guides with ready-to-use prompts
β Structured AI courses (step-by-step, start-to-finish)
β Every upcoming premium tutorial




