BetaWeekly digests are a beta — we're trying something new. Feedback welcome.
AI governance and sensible SDK updates lead a quiet week
August 3–9, 2026
Figma gives admins control over AI credit spending while Notion's JS SDK adds a meeting notes creation API, making for a week dominated by governance tools and incremental developer improvements.
Admin control over AI usage
The most consequential change of the week belongs to Figma, where admins now have granular control over AI credit usage. Team and organization administrators can now set limits and manage how AI credits are consumed across their workspaces — a meaningful shift as AI features become embedded in design tools and costs scale with adoption. This isn't a headline feature, but it's the kind of governance capability that enterprises ask for the moment AI features ship. For teams that have been cautious about rolling out AI-assisted design, this removes a real friction point.
In a related vein, Code Connect 1.5.2 fixes a painful footgun for developers authoring JavaScript templates. Templates written with import figma from 'figma' were publishing an unexecutable import, which would break downstream consumers. The fix is small but prevents a silent failure mode that could have caused confusing runtime errors in generated code.
Notion's SDK gains meeting notes
The Notion JS SDK v5.24.0 brings the most substantial developer-facing update this week. The new client.blocks.meetingNotes.create() method supports creating meeting notes from file uploads or from existing audio, video, or file blocks — with the parent parameter only required for file-upload sources. This opens up a clean path for automating meeting documentation, whether you're ingesting recordings or attaching existing media to a notes block.
The SDK also tidies up response typing: formula and rollup response unions now include type: "unsupported" for values Notion didn't compute, which is a welcome correction for anyone who's hit runtime errors on untyped response fields. Additionally, APIErrorCode.InvalidBeta now recognizes invalid_beta responses as APIResponseError, making error handling more predictable for beta feature users.
Small fixes across the suite
The rest of the week was routine maintenance. Slack 26.08.10 fixes an odd issue where Photoshop files disappeared when shared in the same message as an image — the PSD preview was being suppressed by the image preview. It's a niche bug, but the kind of visual glitch that can cause real confusion in design-heavy channels.
Discord's August 4 patch notes round out the collection with their usual broad set of platform improvements, while both Linear Mobile 1.84.0 and Notion 1.7.327 shipped bug-fix-only releases with no user-facing changes worth calling out individually. None of these are transformative, but together they signal a healthy cadence of stability work across the productivity ecosystem.
The through-line this week is unglamorous but important: governance for AI costs, reliability fixes for generated code, and API surface extensions that make automation easier. It's the kind of week that doesn't generate headlines, but quietly makes these tools more predictable to run at scale.