blog post

Stellar Weekly Digest: May 15, 2026

Author image Kelly Mirabella
Kelly Mirabella
May 15, 2026
Social Media

<!-- Stellar Weekly Digest - Webflow embed -->
<style>
.swd-wrapper {
 --swd-purple: #8a3c77;
 --swd-teal: #078075;
 --swd-blue: #0d8ec5;
 --swd-darkblue: #08597b;
 --swd-cyan: #1dbfbc;
 --swd-white: #ffffff;
 --swd-ink: #0f1e2a;
 --swd-ink-soft: #3d4f5d;
 --swd-bg-soft: #f4f8fb;
 --swd-border: #e2ecf2;

 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 color: var(--swd-ink);
 line-height: 1.65;
 font-size: 18px;
 max-width: 880px;
 margin: 0 auto;
 padding: 0 24px;
 background: var(--swd-white);
}
.swd-wrapper * { box-sizing: border-box; }
.swd-wrapper a { color: var(--swd-blue); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.swd-wrapper a:hover { color: var(--swd-darkblue); }

/* MASTHEAD */
.swd-masthead { border-top: 6px solid var(--swd-purple); border-bottom: 1px solid var(--swd-border); padding: 32px 0 28px; margin-bottom: 36px; }
.swd-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--swd-purple); margin: 0 0 12px; }
.swd-title { font-size: 38px; font-weight: 800; line-height: 1.15; margin: 0 0 14px; color: var(--swd-ink); letter-spacing: -0.01em; }
.swd-dek { font-size: 19px; line-height: 1.5; color: var(--swd-ink-soft); margin: 0 0 18px; max-width: 720px; }
.swd-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--swd-ink-soft); }
.swd-meta-item { display: inline-flex; align-items: center; gap: 6px; }

/* TL;DR */
.swd-tldr { background: var(--swd-bg-soft); border-left: 5px solid var(--swd-cyan); border-radius: 12px; padding: 24px 28px; margin-bottom: 40px; }
.swd-tldr-title { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--swd-darkblue); margin: 0 0 14px; }
.swd-tldr ul { margin: 0; padding-left: 0; list-style: none; }
.swd-tldr li { padding: 8px 0 8px 28px; position: relative; font-size: 16px; line-height: 1.55; }
.swd-tldr li::before { content: ""; position: absolute; left: 0; top: 16px; width: 14px; height: 2px; background: var(--swd-teal); }
.swd-tldr-tag { display: inline-block; background: var(--swd-white); color: var(--swd-darkblue); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 8px; border-radius: 4px; margin-right: 8px; border: 1px solid var(--swd-border); }

/* BY THE NUMBERS */
.swd-section-label { font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--swd-purple); margin: 0 0 16px; }
.swd-numbers { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-bottom: 48px; }
.swd-stat-card { background: var(--swd-white); border: 1px solid var(--swd-border); border-top: 4px solid var(--swd-teal); border-radius: 12px; padding: 22px 22px 20px; }
.swd-stat-number { font-size: 38px; font-weight: 800; line-height: 1.05; color: var(--swd-darkblue); margin: 0 0 8px; letter-spacing: -0.02em; }
.swd-stat-label { font-size: 14px; line-height: 1.45; color: var(--swd-ink-soft); margin: 0 0 10px; }
.swd-stat-source { font-size: 12px; font-weight: 600; }

/* PLATFORM CARDS */
.swd-platform { background: var(--swd-white); border: 1px solid var(--swd-border); border-left: 6px solid var(--swd-blue); border-radius: 14px; padding: 28px 32px; margin-bottom: 28px; }
.swd-platform[data-platform="meta"] { border-left-color: var(--swd-blue); }
.swd-platform[data-platform="linkedin"] { border-left-color: var(--swd-darkblue); }
.swd-platform[data-platform="ai"] { border-left-color: var(--swd-cyan); }
.swd-platform[data-platform="google"] { border-left-color: var(--swd-teal); }

.swd-platform-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; margin-bottom: 14px; color: var(--swd-white); background: var(--swd-blue); }
.swd-platform[data-platform="linkedin"] .swd-platform-tag { background: var(--swd-darkblue); }
.swd-platform[data-platform="ai"] .swd-platform-tag { background: var(--swd-cyan); color: var(--swd-darkblue); }
.swd-platform[data-platform="google"] .swd-platform-tag { background: var(--swd-teal); }

.swd-platform h2 { font-size: 26px; font-weight: 800; margin: 0 0 16px; line-height: 1.2; color: var(--swd-ink); letter-spacing: -0.01em; }
.swd-platform h3 { font-size: 18px; font-weight: 700; margin: 24px 0 10px; color: var(--swd-ink); }
.swd-platform p { font-size: 17px; line-height: 1.65; margin: 0 0 14px; color: var(--swd-ink); }

.swd-why-it-matters { background: var(--swd-bg-soft); border-radius: 10px; padding: 18px 22px; margin-top: 18px; border-left: 3px solid var(--swd-teal); }
.swd-why-it-matters-label { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--swd-teal); margin: 0 0 6px; }
.swd-why-it-matters p { margin: 0; font-size: 16px; }

.swd-sources { margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--swd-border); font-size: 13px; color: var(--swd-ink-soft); }
.swd-sources-label { font-weight: 700; margin-right: 6px; }

/* KELLY'S TAKE */
.swd-kellys-take { background: linear-gradient(135deg, var(--swd-darkblue) 0%, var(--swd-purple) 100%); color: var(--swd-white); border-radius: 16px; padding: 36px 36px 38px; margin: 48px 0 40px; }
.swd-kellys-take-label { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 14px; color: var(--swd-cyan); }
.swd-kellys-take p { font-size: 21px; line-height: 1.5; font-weight: 500; margin: 0 0 12px; color: var(--swd-white); }
.swd-kellys-take p:last-child { margin-bottom: 0; }
.swd-kellys-take a { color: var(--swd-cyan); }

/* CTA */
.swd-cta { background: var(--swd-bg-soft); border-radius: 16px; padding: 36px 36px 38px; text-align: center; margin: 40px 0; }
.swd-cta-hook { font-size: 22px; font-weight: 700; margin: 0 0 12px; color: var(--swd-ink); line-height: 1.3; }
.swd-cta-pitch { font-size: 17px; line-height: 1.55; margin: 0 auto 24px; max-width: 600px; color: var(--swd-ink-soft); }
.swd-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.swd-btn { display: inline-block; padding: 14px 26px; border-radius: 8px; font-weight: 700; font-size: 15px; text-decoration: none; letter-spacing: 0.02em; transition: transform 0.15s ease; }
.swd-btn-primary { background: var(--swd-purple); color: var(--swd-white); }
.swd-btn-primary:hover { background: var(--swd-darkblue); color: var(--swd-white); transform: translateY(-1px); }
.swd-btn-secondary { background: var(--swd-white); color: var(--swd-darkblue); border: 2px solid var(--swd-darkblue); }
.swd-btn-secondary:hover { background: var(--swd-darkblue); color: var(--swd-white); }
.swd-cta-anchor { font-size: 14px; font-style: italic; color: var(--swd-purple); font-weight: 600; margin: 0; }

/* FOOTER */
.swd-footer { border-top: 1px solid var(--swd-border); padding: 24px 0 32px; text-align: center; font-size: 13px; color: var(--swd-ink-soft); }

/* RESPONSIVE */
@media (max-width: 768px) {
 .swd-wrapper { font-size: 17px; padding: 0 18px; }
 .swd-title { font-size: 30px; }
 .swd-dek { font-size: 17px; }
 .swd-platform { padding: 22px 22px; }
 .swd-platform h2 { font-size: 22px; }
 .swd-platform p { font-size: 16px; }
 .swd-kellys-take { padding: 28px 24px; }
 .swd-kellys-take p { font-size: 18px; }
 .swd-stat-number { font-size: 32px; }
 .swd-cta { padding: 28px 22px; }
 .swd-cta-hook { font-size: 19px; }
}
@media (max-width: 480px) {
 .swd-title { font-size: 26px; }
 .swd-tldr { padding: 20px 22px; }
 .swd-cta-buttons { flex-direction: column; }
 .swd-btn { width: 100%; }
}
</style>

<article class="swd-wrapper">

 <!-- MASTHEAD -->
 <header class="swd-masthead">
   <p class="swd-eyebrow">Stellar Weekly Digest</p>
   <h1 class="swd-title">Week of May 15, 2026</h1>
   <p class="swd-dek">Instagram killed private DMs, LinkedIn laid off 875 people, and OpenAI just opened its ads platform to every business with a credit card.</p>
   <div class="swd-meta">
     <span class="swd-meta-item">10 min read</span>
     <span class="swd-meta-item">By Kelly Noble Mirabella</span>
     <span class="swd-meta-item">Stellar Media Marketing</span>
   </div>
 </header>

 <!-- TL;DR -->
 <aside class="swd-tldr">
   <p class="swd-tldr-title">The TL;DR</p>
   <ul>
     <li><span class="swd-tldr-tag">META</span>Instagram removed end-to-end encryption from DMs as of May 8, meaning Meta can now see every message you send on the platform.</li>
     <li><span class="swd-tldr-tag">META</span>Meta's AI business assistant is now open to all advertisers globally, pushing Meta toward fully automated ad management.</li>
     <li><span class="swd-tldr-tag">LINKEDIN</span>LinkedIn laid off 875 employees (5% of its workforce) and simultaneously announced an AI labor marketplace it says will replace some of that work.</li>
     <li><span class="swd-tldr-tag">AI</span>OpenAI's self-serve ChatGPT Ads Manager is now open to all US businesses with no minimum spend, CPC bidding, and conversion tracking.</li>
     <li><span class="swd-tldr-tag">GOOGLE</span>Google's AI Mode update now places source links inline next to AI answers, and organic click-through rates have dropped as much as 61% where AI Overviews appear.</li>
   </ul>
 </aside>

 <!-- BY THE NUMBERS -->
 <section>
   <p class="swd-section-label">By The Numbers</p>
   <div class="swd-numbers">
     <div class="swd-stat-card">
       <p class="swd-stat-number">61%</p>
       <p class="swd-stat-label">Drop in organic click-through rates for queries where Google's AI Overviews appear, per new search data.</p>
       <p class="swd-stat-source"><a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">B2The7 / Search Research</a></p>
     </div>
     <div class="swd-stat-card">
       <p class="swd-stat-number">875</p>
       <p class="swd-stat-label">LinkedIn employees laid off this week, roughly 5% of the company's total workforce, including engineering, product, and marketing roles.</p>
       <p class="swd-stat-source"><a href="https://dataconomy.com/2026/05/14/linkedin-layoffs-2026/" target="_blank" rel="noopener">Dataconomy / Bloomberg</a></p>
     </div>
     <div class="swd-stat-card">
       <p class="swd-stat-number">$2.5B</p>
       <p class="swd-stat-label">OpenAI's ad revenue target for 2026, now actively pursuing with a self-serve ads platform open to all US businesses.</p>
       <p class="swd-stat-source"><a href="https://www.axios.com/2026/05/05/openai-self-serve-ad-platform" target="_blank" rel="noopener">Axios</a></p>
     </div>
     <div class="swd-stat-card">
       <p class="swd-stat-number">36%</p>
       <p class="swd-stat-label">Share of marketing work CMOs expect AI to automate by 2028, up from 16% today, per Gartner's latest CMO survey.</p>
       <p class="swd-stat-source"><a href="https://www.gartner.com/en/newsroom/press-releases/2026-05-11-gartner-survey-reveals-marketing-leaders-expect-ai-automation-of-marketing-work-to-double-to-36-percent-by-2028" target="_blank" rel="noopener">Gartner</a></p>
     </div>
     <div class="swd-stat-card">
       <p class="swd-stat-number">81%</p>
       <p class="swd-stat-label">Of businesses now name LinkedIn as their primary video channel, overtaking YouTube (76%), per Wistia's 2026 State of Video Report.</p>
       <p class="swd-stat-source"><a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">Wistia 2026 State of Video</a></p>
     </div>
   </div>
 </section>

 <!-- META -->
 <section class="swd-platform" data-platform="meta">
   <span class="swd-platform-tag">Meta</span>
   <h2>Instagram killed private DMs. Everything you send is now readable by Meta.</h2>

   <h3>End-to-end encryption is gone</h3>
   <p>As of May 8, Instagram <a href="https://www.macrumors.com/2026/05/05/psa-instagram-encrypted-messaging-ends-may-8/" target="_blank" rel="noopener">removed end-to-end encryption from direct messages</a>. The feature had been optional since 2023, but it's now gone entirely for one-on-one DMs. Meta can see the contents of every message sent on Instagram, and per its privacy policy, that data can be shared with law enforcement worldwide.</p>
   <p>The official reason is compliance pressure from law enforcement and child safety groups, which is real. But the less-mentioned reason is that unencrypted messages are far more useful for training AI models and targeting ad systems. Note that WhatsApp still defaults to E2E encryption. Instagram, now, does not.</p>

   <h3>Meta AI business assistant is now open to all advertisers</h3>
   <p>Meta this week opened its <a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">AI business assistant to all advertisers globally</a> through Meta Ads Manager. The longer-term plan Meta has signaled openly: input a website URL and a budget, let the AI handle creative, targeting, bidding, and placement from there. End-to-end AI campaigns on Meta already hit a $60 billion annual run rate in 2025. The automation train is moving whether you're on it or not.</p>
   <p>Separately, Meta expanded the audience retention window for Purchase events <a href="https://socialbee.com/blog/facebook-updates/" target="_blank" rel="noopener">from 180 days to 730 days</a>, meaning your retargeting pools just got significantly deeper for anyone who has purchased from you in the last two years.</p>

   <div class="swd-why-it-matters">
     <p class="swd-why-it-matters-label">Why it matters for your business</p>
     <p>Two things to act on. First: if you use Instagram DMs for any kind of client communication, vendor negotiation, or anything you'd prefer to keep private, move it. WhatsApp is the right tool for private business messaging right now. Second: the 730-day purchase window is quietly one of the most useful retargeting changes Meta has made in years. If you run Meta ads, go into your custom audiences and rebuild your purchaser lists using the extended window. Your retargeting pool just got bigger for free.</p>
   </div>

   <div class="swd-sources">
     <span class="swd-sources-label">Sources:</span>
     <a href="https://www.macrumors.com/2026/05/05/psa-instagram-encrypted-messaging-ends-may-8/" target="_blank" rel="noopener">MacRumors</a>,
     <a href="https://socialbee.com/blog/facebook-updates/" target="_blank" rel="noopener">SocialBee</a>,
     <a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">B2The7</a>
   </div>
 </section>

 <!-- LINKEDIN -->
 <section class="swd-platform" data-platform="linkedin">
   <span class="swd-platform-tag">LinkedIn</span>
   <h2>LinkedIn laid off 875 people and announced an AI marketplace in the same breath.</h2>

   <p>On Wednesday, LinkedIn CEO Daniel Shapero told employees in a memo that the company is <a href="https://dataconomy.com/2026/05/14/linkedin-layoffs-2026/" target="_blank" rel="noopener">cutting roughly 875 roles</a>, about 5% of its 17,500-person workforce. The cuts hit engineering, product, marketing, and the Global Business Organization. The company is also closing its Graz, Austria office as part of a broader reorganization.</p>
   <p>The memo framed this as a push toward "higher-impact priorities" and "agile methodologies." What that actually means in plain English: LinkedIn is using AI to replace work that humans were doing, and it's not being subtle about it. The company simultaneously <a href="https://socialbee.com/blog/linkedin-updates/" target="_blank" rel="noopener">announced an "AI-labor marketplace"</a> that will connect businesses with AI tools and agents to handle work that previously required hiring. That is a significant tell about where LinkedIn sees the platform going.</p>
   <p>Also worth noting this week: LinkedIn has now officially passed YouTube as the top B2B video platform. Wistia's <a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">2026 State of Video Report</a> found that 81% of businesses now name LinkedIn as their primary video channel, compared to 76% for YouTube. Native video on LinkedIn gets up to five times more engagement than static posts, and short-form vertical video sees 34% higher engagement and 34% longer dwell time. That shift happened fast.</p>

   <div class="swd-why-it-matters">
     <p class="swd-why-it-matters-label">Why it matters for your business</p>
     <p>The layoff news itself is background noise unless you work in the LinkedIn ecosystem. What matters is the AI marketplace signal: LinkedIn is actively building toward a world where businesses come to the platform not just to hire people, but to hire AI agents. If you are a service business, that is either a threat or an opportunity depending on how quickly you move. The video data is the more immediately actionable piece. If you have been avoiding video on LinkedIn because it felt like a lot of work for a niche audience, the audience is no longer niche. Start with vertical short-form. Post it natively. Do not link to YouTube.</p>
   </div>

   <div class="swd-sources">
     <span class="swd-sources-label">Sources:</span>
     <a href="https://www.bloomberg.com/news/articles/2026-05-13/microsoft-s-linkedin-is-cutting-jobs-in-latest-industry-cull" target="_blank" rel="noopener">Bloomberg</a>,
     <a href="https://dataconomy.com/2026/05/14/linkedin-layoffs-2026/" target="_blank" rel="noopener">Dataconomy</a>,
     <a href="https://socialbee.com/blog/linkedin-updates/" target="_blank" rel="noopener">SocialBee</a>,
     <a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">B2The7 / Wistia</a>
   </div>
 </section>

 <!-- AI -->
 <section class="swd-platform" data-platform="ai">
   <span class="swd-platform-tag">AI for Business</span>
   <h2>ChatGPT is now an ad platform. No minimum spend. Any US business can buy in.</h2>

   <p>On May 5, <a href="https://openai.com/index/new-ways-to-buy-chatgpt-ads/" target="_blank" rel="noopener">OpenAI officially opened its self-serve ChatGPT Ads Manager</a> to all US businesses. The previous $50,000 minimum spend requirement is gone. You can now register, upload an ad, set a budget, and run a CPC campaign in ChatGPT the same way you would in Google Ads or Meta Ads Manager. Cost-per-click bidding is now available alongside the existing CPM model, and OpenAI also launched a Conversions API and pixel-based tracking for post-click measurement.</p>
   <p>This is a bigger deal than most coverage is treating it. ChatGPT's early ad pilot made $100 million in its <a href="https://www.axios.com/2026/05/05/openai-self-serve-ad-platform" target="_blank" rel="noopener">first six weeks from just a small group of large brands</a>. Criteo reported conversion rates approaching 2x traditional search for some advertisers. OpenAI's $2.5 billion ad revenue target for 2026 suddenly looks less aggressive. The platform is expanding to the UK, Mexico, Japan, Brazil, and South Korea as well.</p>
   <p>Meanwhile, Gartner released its latest CMO Spend Survey this week showing that <a href="https://www.gartner.com/en/newsroom/press-releases/2026-05-11-gartner-survey-reveals-marketing-leaders-expect-ai-automation-of-marketing-work-to-double-to-36-percent-by-2028" target="_blank" rel="noopener">AI automation of marketing work is expected to double from 16% to 36% by 2028</a>. The gap between CMOs who are still testing AI use cases and those using it for actual brand differentiation is widening fast.</p>

   <div class="swd-why-it-matters">
     <p class="swd-why-it-matters-label">Why it matters for your business</p>
     <p>If you run paid ads, ChatGPT is now a real channel worth testing, not a future thing. The conversational context makes it genuinely different from search: someone asking ChatGPT "what's the best social media agency for a small law firm" is in active buying mode. That is not a browsing signal, that is a buying signal. The CPC model makes it easy to test with a small budget. Start with $500, a single ad, and one clear landing page. See if the quality of click is better than what you get from Google. The Gartner number is worth keeping in your back pocket for your next client conversation about why they need to be moving faster on this.</p>
   </div>

   <div class="swd-sources">
     <span class="swd-sources-label">Sources:</span>
     <a href="https://openai.com/index/new-ways-to-buy-chatgpt-ads/" target="_blank" rel="noopener">OpenAI</a>,
     <a href="https://www.axios.com/2026/05/05/openai-self-serve-ad-platform" target="_blank" rel="noopener">Axios</a>,
     <a href="https://www.adexchanger.com/ai/will-openais-new-measurement-tools-and-ads-manager-prove-its-worth-as-an-ad-channel/" target="_blank" rel="noopener">AdExchanger</a>,
     <a href="https://www.gartner.com/en/newsroom/press-releases/2026-05-11-gartner-survey-reveals-marketing-leaders-expect-ai-automation-of-marketing-work-to-double-to-36-percent-by-2028" target="_blank" rel="noopener">Gartner</a>
   </div>
 </section>

 <!-- GOOGLE -->
 <section class="swd-platform" data-platform="google">
   <span class="swd-platform-tag">Google Search</span>
   <h2>Google's AI Mode update is quietly destroying organic traffic for a lot of businesses.</h2>

   <p>Google rolled out a significant update to AI Mode and AI Overviews on May 6. The most important change: source links now appear <a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">inline next to the relevant generated text</a> rather than grouped at the bottom of the response. Hovering shows a page preview before clicking. Google is also now surfacing perspectives from social media and public online discussions, with creator names included, inside AI answers.</p>
   <p>Here is the number you need to know: Google AI Overviews now appear in roughly 25.8% of all US searches, and for informational queries, that number is 39%. Organic click-through rates have dropped as much as 61% on queries where AI Overviews appear. If your business depends on informational blog content driving search traffic, that model is under serious pressure right now.</p>

   <div class="swd-why-it-matters">
     <p class="swd-why-it-matters-label">Why it matters for your business</p>
     <p>The inline link change is actually the good news inside a challenging story. If Google cites your content inside an AI answer, the inline placement means the citation is now visible and clickable rather than buried at the bottom where nobody scrolls. The implication is that getting cited by AI answers is becoming as important as ranking in traditional search. The way to do that is the same way it always was: write content that directly and specifically answers real questions your customers ask. The AI models are reading the same content Google indexed. Be the clearest, most specific source on a topic and you improve your odds of citation. Local businesses with Google Business Profiles are largely insulated from this shift since local search still runs on maps and reviews, not AI Overviews.</p>
   </div>

   <div class="swd-sources">
     <span class="swd-sources-label">Sources:</span>
     <a href="https://www.b2the7.com/news-blog/marketing-trends-may-2026-google-ai-tiktok-linkedin" target="_blank" rel="noopener">B2The7</a>,
     <a href="https://martech.org/topic/marketing-artificial-intelligence-ai/" target="_blank" rel="noopener">MarTech</a>
   </div>
 </section>

 <!-- KELLY'S TAKE -->
 <aside class="swd-kellys-take">
   <p class="swd-kellys-take-label">Kelly's Take</p>
   <p>Four things mattered this week and they all point in the same direction: the platforms are automating faster than most businesses are adapting.</p>
   <p>Instagram's DM encryption removal is the one that should change your actual behavior today. If you use Instagram to communicate anything sensitive with clients or vendors, stop. Use WhatsApp or email. This is not a privacy debate, it is a basic operational decision.</p>
   <p>The ChatGPT ads news is the biggest strategic opportunity of the week that most small businesses will ignore because it is new and unfamiliar. That is exactly the right time to test something. The businesses that figured out Google Ads in 2004 and Facebook Ads in 2012 early did very well. ChatGPT ads with CPC and no minimum spend is a similar window. It will not stay cheap forever.</p>
   <p>The LinkedIn video data is the one I would print out and put on my wall. 81% of businesses using LinkedIn as their primary video channel is not a trend. It is a shift that already happened. If you are still treating LinkedIn like a text-only platform, you are already behind.</p>
 </aside>

 <!-- CTA -->
 <section class="swd-cta">
   <p class="swd-cta-hook">Tired of trying to keep up with all this on top of running your business?</p>
   <p class="swd-cta-pitch">That is literally what I do. As a Fractional Social Media Director, I track every platform shift, algorithm change, and AI announcement so you do not have to. My clients get strategy, execution, and a weekly gut-check, without hiring a full-time marketing director.</p>
   <div class="swd-cta-buttons">
     <a href="https://calendar.app.google/mhj8MCWk8PfR4J4i7" target="_blank" rel="noopener" class="swd-btn swd-btn-primary">Book a Discovery Call</a>
     <a href="https://www.stellarmediamarketing.com/services" target="_blank" rel="noopener" class="swd-btn swd-btn-secondary">Explore Services</a>
   </div>
   <p class="swd-cta-anchor">I don't take orders. I take charge.</p>
 </section>

 <!-- FOOTER -->
 <footer class="swd-footer">
   Kelly Noble Mirabella is the founder of Stellar Media Marketing and co-author of <em>Digital Etiquette for Dummies</em> and <em>AI Chatbots for Dummies</em>. <a href="https://www.stellarmediamarketing.com/about" target="_blank" rel="noopener">More about Kelly →</a><br>
   © 2026 Stellar Media Marketing. All rights reserved.
 </footer>

</article>