All reports

August 7, 2026

Report summary

11 stories cleared the bar, led by WriteGuard: fine-grained controls for MCP Servers, Postgres Changes gets AND filters, new operators, and column selection, and Export AI Gateway traces with Vercel Drains.

11 worth-attention items40 digest lines

Worth attention

Cloudflare built a policy layer that gates write operations on MCP servers rather than trusting every agent tool call, and is bringing it to Cloudflare MCP server portals in private beta. It was built internally before they expanded write access across their own MCP servers. The pattern — mediate writes at the portal instead of relying on per-agent configuration — is implementable without adopting the product.
Supabase Realtime's Postgres Changes subscriptions can now combine multiple filters with AND, match on a wider set of operators, and return only selected columns in the payload. Previously the single-filter limit pushed filtering to the client and shipped full rows over the wire. This is a direct reduction in payload size and client-side filtering code for anyone subscribing to row changes.
Vercel AI Gateway now emits an OpenTelemetry trace for every request, and Pro/Enterprise teams can export them through Drains to any OTLP/HTTP endpoint, with native integrations for Braintrust, Dash0, Kubiks, Sentry, and Statsig. Prompt and completion content is excluded and sampling is configurable. Pricing is explicit at $0.05 per 1,000 traces per drain plus the standard $0.50/GB Drains transfer rate, which makes agent observability a configuration change rather than a build.
Cloudflare open-sourced Cloudflare OS, a platform for building internal apps, automating work, and giving agents mediated access to internal systems. It is shaped around organizational knowledge and built on their Compute and Zero Trust primitives. Because it is open source and backed by real production use, it is a usable reference implementation for agent-to-internal-system plumbing rather than a demo.
Vercel added a chat/workflow subpath to the Chat SDK: a single requestApproval call posts an Approve/Deny card and suspends a Workflow SDK run until someone decides. The wait can last seconds or days and survives deploys and restarts, and Thread instances serialize across the workflow boundary. It removes the approvals table, action handler, and polling loop you would otherwise hand-build for human-in-the-loop agent gates.
Four of Google's most senior research figures — Jeff Dean, Sanjay Ghemawat, Oriol Vinyals, and Quoc Le — are reported to be leaving DeepMind simultaneously, with Demis Hassabis moving to Chair and Koray Kavukcuoglu to SVP. No immediate action follows, but a leadership change of this magnitude is a genuine signal about Gemini roadmap stability. Relevant if you carry model-provider concentration risk on Google.
Cloudflare published an architecture proposal for securing task-scoped agents using strict identity brokering, continuous mediation, and stateful trust. It is a position paper rather than shipping code, so it functions as design vocabulary for reasoning about how much authority to grant a long-running agent. Useful framing alongside WriteGuard, which is the concrete product expression of the same thinking.
Vercel released programmatic headless access to v0's app-building agent, now generally available. A prompt generates an app, starts a dev server in a Vercel Sandbox, and returns an embeddable preview URL; each chat is an isolated persistent workspace where v0 reads, edits, and runs files and verifies its own output. Relevant as a building block if you want app scaffolding inside your own product surface, less so if you already drive coding agents directly.
Pragmatic Engineer covers Hopin's arc from zero to a $7.7B valuation and back to zero in five years, alongside Bending Spoons' model of acquiring and optimizing mature software products. Business analysis rather than technical news. Useful as a read on how software assets get valued, acquired, and unwound.
Cloudflare's Identity-aware AI Gateway is now in open beta, with User Insights building a behavioral baseline for each person and agent and flagging insider risk as it appears. Open beta means the detection claims are unvalidated by third parties. Worth tracking rather than adopting: if it matures, it becomes a cheap insider-risk control for agent fleets.
A rewrite of the 2016 libcorrect C library into Rust, producing a generic templated Viterbi decoder for convolutional codes that dispatches at runtime based on available SIMD instruction sets. Small rates and orders decode entirely in registers; larger codes use acceleration structures. Also includes a tool for finding optimal max-d_free codes for a given rate and order. Worth filing for the std::simd runtime-dispatch technique, not the FEC domain.

Full digest

Reddit post arguing that AI lets you launch the wrong outbound campaign faster, followed by a generic checklist of ICP-research questions. Standard sales advice wrapped in an AI framing.
reddit-saas
Solo founder in the trades/construction niche reports $30k revenue over 7 months and $4.4k MRR from 5 clients, asking when to stop taking custom work. A benchmarking question rather than a finding.
reddit-saas
Open-ended Reddit discussion prompt asking for one piece of marketing advice. No content in the post itself.
reddit-saas
Idea-validation post asking whether a platform for video editors to publish unwatermarked unposted work would be used. No data or product.
reddit-saas
Request for recommended cold outreach email sequences. The post asks for advice and delivers none.
reddit-saas
Survey-style Reddit prompt listing possible deployment pain points (hosting, Docker, databases, env vars, SSL, CI/CD, scaling, prod debugging) and asking readers to pick. No findings in the post.
reddit-saas
I'm planning to build a fitness app and I'm trying to decide where to launch first. If you had to choose, would you rather use: A web app yo…
reddit-saas
Hey Peeps, I do believe any amount of leads or advice would Help me, I never post on Reddit. But I’m pushed to see if there’s any way to mak…
reddit-saas
I have been reviewing a product flow where several screens had already been designed well. The problem was that important behaviour around t…
reddit-saas
LinkedIn and X have incredible professional networks, but accessing them efficiently still requires a premium subscription and a lot of manu…
reddit-saas
Hi everyone, For the last few weeks I've been building a project called MarketRadar . Live Demo link- market-rader.vercel.app The idea is si…
reddit-saas
A rewrite of the 2016 libcorrect C library into Rust, producing a generic templated Viterbi decoder for convolutional codes that dispatches at runtime based on available SIMD instruction sets. Small rates and orders decode entirely in registers; larger codes use acceleration structures. Also includes a tool for finding optimal max-d_free codes for a given rate and order. Worth filing for the std::simd runtime-dispatch technique, not the FEC domain.
hn-show
Vendor co-marketing post pairing a Neon customer quote with an unbenchmarked claim about beating frontier models on price and efficiency. No reproducible numbers.
neon-blog
Pragmatic Engineer covers Hopin's arc from zero to a $7.7B valuation and back to zero in five years, alongside Bending Spoons' model of acquiring and optimizing mature software products. Business analysis rather than technical news. Useful as a read on how software assets get valued, acquired, and unwound.
pragmatic-engineer
Four of Google's most senior research figures — Jeff Dean, Sanjay Ghemawat, Oriol Vinyals, and Quoc Le — are reported to be leaving DeepMind simultaneously, with Demis Hassabis moving to Chair and Koray Kavukcuoglu to SVP. No immediate action follows, but a leadership change of this magnitude is a genuine signal about Gemini roadmap stability. Relevant if you carry model-provider concentration risk on Google.
latent-space
Cloudflare announcing Gartner Magic Quadrant placement. Pure analyst-award marketing with no technical content.
cloudflare-blog
Cloudflare published an architecture proposal for securing task-scoped agents using strict identity brokering, continuous mediation, and stateful trust. It is a position paper rather than shipping code, so it functions as design vocabulary for reasoning about how much authority to grant a long-running agent. Useful framing alongside WriteGuard, which is the concrete product expression of the same thinking.
cloudflare-blog
Cloudflare's internal-journey framing of the same Cloudflare OS launch covered in the primary announcement post. Same underlying story with less technical substance.
cloudflare-blog
Cloudflare open-sourced Cloudflare OS, a platform for building internal apps, automating work, and giving agents mediated access to internal systems. It is shaped around organizational knowledge and built on their Compute and Zero Trust primitives. Because it is open source and backed by real production use, it is a usable reference implementation for agent-to-internal-system plumbing rather than a demo.
cloudflare-blog
Cloudflare built a policy layer that gates write operations on MCP servers rather than trusting every agent tool call, and is bringing it to Cloudflare MCP server portals in private beta. It was built internally before they expanded write access across their own MCP servers. The pattern — mediate writes at the portal instead of relying on per-agent configuration — is implementable without adopting the product.
cloudflare-blog
Cloudflare's Identity-aware AI Gateway is now in open beta, with User Insights building a behavioral baseline for each person and agent and flagging insider risk as it appears. Open beta means the detection claims are unvalidated by third parties. Worth tracking rather than adopting: if it matures, it becomes a cheap insider-risk control for agent fleets.
cloudflare-blog
Canary release containing internal refactors, bench fixes, Turbopack module hoisting changes, a React version bump, and a pre-hydration back-navigation race fix. No user-facing features.
gh-nextjs
Patch release containing a single editor bug fix for Markdown input focus ordering.
gh-n8n
Duplicate of the n8n 2.33.5 stable tag; same single editor focus-order bug fix.
gh-n8n
Patch release with two minor editor bug fixes: Markdown input focus ordering and agent tool credential placement in the configuration panel.
gh-n8n
Duplicate of the n8n 2.34.2 tag; same two minor editor bug fixes.
gh-n8n
Val Town moved its documentation onto Val Town itself. Short, self-referential engineering-culture post with no transferable technique.
val-town-blog
Supabase Realtime's Postgres Changes subscriptions can now combine multiple filters with AND, match on a wider set of operators, and return only selected columns in the payload. Previously the single-filter limit pushed filtering to the client and shipped full rows over the wire. This is a direct reduction in payload size and client-side filtering code for anyone subscribing to row changes.
supabase-blog
Vercel added a chat/workflow subpath to the Chat SDK: a single requestApproval call posts an Approve/Deny card and suspends a Workflow SDK run until someone decides. The wait can last seconds or days and survives deploys and restarts, and Thread instances serialize across the workflow boundary. It removes the approvals table, action handler, and polling loop you would otherwise hand-build for human-in-the-loop agent gates.
vercel-changelog
Vercel dashboard now lets you set a project avatar manually instead of deriving it from the production favicon. Cosmetic.
vercel-changelog
Vercel added a post-purchase setup page that tracks domain registration live and offers direct paths to deploy, connect, proxy, or set up email. Minor onboarding UX improvement.
vercel-changelog
Vercel AI Gateway now emits an OpenTelemetry trace for every request, and Pro/Enterprise teams can export them through Drains to any OTLP/HTTP endpoint, with native integrations for Braintrust, Dash0, Kubiks, Sentry, and Statsig. Prompt and completion content is excluded and sampling is configurable. Pricing is explicit at $0.05 per 1,000 traces per drain plus the standard $0.50/GB Drains transfer rate, which makes agent observability a configuration change rather than a build.
vercel-changelog
Vercel released programmatic headless access to v0's app-building agent, now generally available. A prompt generates an app, starts a dev server in a Vercel Sandbox, and returns an embeddable preview URL; each chat is an isolated persistent workspace where v0 reads, edits, and runs files and verifies its own output. Relevant as a building block if you want app scaffolding inside your own product surface, less so if you already drive coding agents directly.
vercel-changelog
Vercel AI Gateway can now be procured through AWS Marketplace as a private offer with annual contract terms plus usage-based pricing beyond the contract. Enterprise procurement plumbing, irrelevant to a solo builder.
vercel-changelog
from Meta is now available on AI Gateway. It is a coding-focused update to the previous Muse Spark model. While keeping its general capabili…
vercel-changelog
We've increased the default quotas for on Pro and Enterprise plans: Vercel Sandbox The higher vCPU allocation rate is possible thanks to a n…
vercel-changelog
You can now search for and purchase domains from the . Vercel dashboard Open the domain search panel from the Buy button in or the + button…
vercel-changelog
You can now measure the time between any two steps in the trace viewer for and the . Vercel Workflows Workflow SDK Select a step, hold on ma…
vercel-changelog
All firewall features are now available on the Hobby plan. Vercel Sandbox This brings the same network isolation that protects production wo…
vercel-changelog
Original markdown
# Nightly Librarian — Newsletter draft

Run: 688f6aaa-f03e-460c-bb81-c6bed24376a3
Started: 2026-08-07T06:09:30.646Z
Completed: 2026-08-07T06:14:58.737Z

## Worth attention

- **WriteGuard: fine-grained controls for MCP Servers**
  https://blog.cloudflare.com/mcp-portal-writeguard-private-beta/
  Cloudflare built a policy layer that gates write operations on MCP servers rather than trusting every agent tool call, and is bringing it to Cloudflare MCP server portals in private beta. It was built internally before they expanded write access across their own MCP servers. The pattern — mediate writes at the portal instead of relying on per-agent configuration — is implementable without adopting the product.
- **Postgres Changes gets AND filters, new operators, and column selection**
  https://supabase.com/blog/postgres-changes-filters-and-column-selection
  Supabase Realtime's Postgres Changes subscriptions can now combine multiple filters with AND, match on a wider set of operators, and return only selected columns in the payload. Previously the single-filter limit pushed filtering to the client and shipped full rows over the wire. This is a direct reduction in payload size and client-side filtering code for anyone subscribing to row changes.
- **Export AI Gateway traces with Vercel Drains**
  https://vercel.com/changelog/export-ai-gateway-traces-with-vercel-drains
  Vercel AI Gateway now emits an OpenTelemetry trace for every request, and Pro/Enterprise teams can export them through Drains to any OTLP/HTTP endpoint, with native integrations for Braintrust, Dash0, Kubiks, Sentry, and Statsig. Prompt and completion content is excluded and sampling is configurable. Pricing is explicit at $0.05 per 1,000 traces per drain plus the standard $0.50/GB Drains transfer rate, which makes agent observability a configuration change rather than a build.
- **Cloudflare OS: an open platform for agents, apps, and work**
  https://blog.cloudflare.com/cloudflare-os/
  Cloudflare open-sourced Cloudflare OS, a platform for building internal apps, automating work, and giving agents mediated access to internal systems. It is shaped around organizational knowledge and built on their Compute and Zero Trust primitives. Because it is open source and backed by real production use, it is a usable reference implementation for agent-to-internal-system plumbing rather than a demo.
- **Pause workflows for approval with Chat SDK**
  https://vercel.com/changelog/chat-sdk-durable-approvals
  Vercel added a chat/workflow subpath to the Chat SDK: a single requestApproval call posts an Approve/Deny card and suspends a Workflow SDK run until someone decides. The wait can last seconds or days and survives deploys and restarts, and Thread instances serialize across the workflow boundary. It removes the approvals table, action handler, and polling loop you would otherwise hand-build for human-in-the-loop agent gates.
- **Jeff, Sanjay, Oriol, and Quoc depart DeepMind; Demis to Chair, Koray to SVP**
  https://www.latent.space/p/ainews-jeff-sanjay-oriol-and-quoc
  Four of Google's most senior research figures — Jeff Dean, Sanjay Ghemawat, Oriol Vinyals, and Quoc Le — are reported to be leaving DeepMind simultaneously, with Demis Hassabis moving to Chair and Koray Kavukcuoglu to SVP. No immediate action follows, but a leadership change of this magnitude is a genuine signal about Gemini roadmap stability. Relevant if you carry model-provider concentration risk on Google.
- **The Agent Access Model**
  https://blog.cloudflare.com/the-agent-access-model/
  Cloudflare published an architecture proposal for securing task-scoped agents using strict identity brokering, continuous mediation, and stateful trust. It is a position paper rather than shipping code, so it functions as design vocabulary for reasoning about how much authority to grant a long-running agent. Useful framing alongside WriteGuard, which is the concrete product expression of the same thinking.
- **Introducing the new v0 API**
  https://vercel.com/blog/introducing-the-new-v0-api
  Vercel released programmatic headless access to v0's app-building agent, now generally available. A prompt generates an app, starts a dev server in a Vercel Sandbox, and returns an embeddable preview URL; each chat is an isolated persistent workspace where v0 reads, edits, and runs files and verifies its own output. Relevant as a building block if you want app scaffolding inside your own product surface, less so if you already drive coding agents directly.
- **The Pulse: Bending Spoons' Acquisition Strategy**
  https://blog.pragmaticengineer.com/the-pulse-bending-spoons-acquisition-strategy/
  Pragmatic Engineer covers Hopin's arc from zero to a $7.7B valuation and back to zero in five years, alongside Bending Spoons' model of acquiring and optimizing mature software products. Business analysis rather than technical news. Useful as a read on how software assets get valued, acquired, and unwound.
- **Catching rogue AI behavior with identity-aware analytics**
  https://blog.cloudflare.com/identity-aware-ai-gateway/
  Cloudflare's Identity-aware AI Gateway is now in open beta, with User Insights building a behavioral baseline for each person and agent and flagging insider risk as it appears. Open beta means the detection claims are unvalidated by third parties. Worth tracking rather than adopting: if it matures, it becomes a cheap insider-risk control for agent fleets.
- **Show HN: SIMD Viterbi Decoder in Rust**
  https://github.com/brian-armstrong/fec
  A rewrite of the 2016 libcorrect C library into Rust, producing a generic templated Viterbi decoder for convolutional codes that dispatches at runtime based on available SIMD instruction sets. Small rates and orders decode entirely in registers; larger codes use acceleration structures. Also includes a tool for finding optimal max-d_free codes for a given rate and order. Worth filing for the std::simd runtime-dispatch technique, not the FEC domain.

## Full digest

- [R] [reddit-saas] The Problem With Using AI to Build Outbound Campaigns — https://www.reddit.com/r/SaaS/comments/1vgswuz/the_problem_with_using_ai_to_build_outbound/ — Reddit post arguing that AI lets you launch the wrong outbound campaign faster, followed by a generic checklist of ICP-research questions. Standard sales advice wrapped in an AI framing.
- [R] [reddit-saas] Where am I on track compared to other SaaS startups? How to scale? What are good year 1 targets? — https://www.reddit.com/r/SaaS/comments/1vgp4zf/where_am_i_on_track_compared_to_other_saas/ — Solo founder in the trades/construction niche reports $30k revenue over 7 months and $4.4k MRR from 5 clients, asking when to stop taking custom work. A benchmarking question rather than a finding.
- [R] [reddit-saas] What is your best marketing stories strategies? — https://www.reddit.com/r/SaaS/comments/1vglv76/what_is_your_best_marketing_stories_strategies/ — Open-ended Reddit discussion prompt asking for one piece of marketing advice. No content in the post itself.
- [R] [reddit-saas] Build a platform for editors — https://www.reddit.com/r/SaaS/comments/1vgxqe1/build_a_platform_for_editors/ — Idea-validation post asking whether a platform for video editors to publish unwatermarked unposted work would be used. No data or product.
- [R] [reddit-saas] Email sequences for SaaS Cold Outreach — https://www.reddit.com/r/SaaS/comments/1vgxpy5/email_sequences_for_saas_cold_outreach/ — Request for recommended cold outreach email sequences. The post asks for advice and delivers none.
- [R] [reddit-saas] For people who have deployed their own apps, what was the hardest part? — https://www.reddit.com/r/SaaS/comments/1vgxnkh/for_people_who_have_deployed_their_own_apps_what/ — Survey-style Reddit prompt listing possible deployment pain points (hosting, Docker, databases, env vars, SSL, CI/CD, scaling, prod debugging) and asking readers to pick. No findings in the post.
- [R] [reddit-saas] I have an offline car rental agency software that manage clients/reservations/stats etc and i wanna sell it in Acquire, I have 0 sales, 0$ dollars in revenue, and I dont know if its gonna be sold or not, any idea on how to sell the whole software fast ? — https://www.reddit.com/r/SaaS/comments/1vgxn6f/i_have_an_offline_car_rental_agency_software_that/ —   submitted by   /u/CoreSafe [link]   [comments]
- [R] [reddit-saas] If you were going to use a fitness app, would you prefer a web app or a mobile app? — https://www.reddit.com/r/SaaS/comments/1vgxdvp/if_you_were_going_to_use_a_fitness_app_would_you/ — I'm planning to build a fitness app and I'm trying to decide where to launch first. If you had to choose, would you rather use: A web app yo…
- [R] [reddit-saas] Looking for Order Management / O2C / Customer Service roles - 4.7 years experience - Open to remote — https://www.reddit.com/r/SaaS/comments/1vgwwwy/looking_for_order_management_o2c_customer_service/ — Hey Peeps, I do believe any amount of leads or advice would Help me, I never post on Reddit. But I’m pushed to see if there’s any way to mak…
- [R] [reddit-saas] What usually causes more rework in your SaaS: bad UI or unresolved product decisions? — https://www.reddit.com/r/SaaS/comments/1vgsmp3/what_usually_causes_more_rework_in_your_saas_bad/ — I have been reviewing a product flow where several screens had already been designed well. The problem was that important behaviour around t…
- [R] [reddit-saas] I made LinkedIn 7× faster with AI. (Reddit & X coming soon.) (Open Source) Looking for Feedback — https://www.reddit.com/r/SaaS/comments/1vgwslz/i_made_linkedin_7_faster_with_ai_reddit_x_coming/ — LinkedIn and X have incredible professional networks, but accessing them efficiently still requires a premium subscription and a lot of manu…
- [R] [reddit-saas] An evidence-backed market intelligence platform that finds recurring customer pain points across the internet — https://www.reddit.com/r/SaaS/comments/1vgwrkn/an_evidencebacked_market_intelligence_platform/ — Hi everyone, For the last few weeks I've been building a project called MarketRadar . Live Demo link- market-rader.vercel.app The idea is si…
- [P] [hn-show] Show HN: SIMD Viterbi Decoder in Rust — https://github.com/brian-armstrong/fec — A rewrite of the 2016 libcorrect C library into Rust, producing a generic templated Viterbi decoder for convolutional codes that dispatches at runtime based on available SIMD instruction sets. Small rates and orders decode entirely in registers; larger codes use acceleration structures. Also includes a tool for finding optimal max-d_free codes for a given rate and order. Worth filing for the std::simd runtime-dispatch technique, not the FEC domain.
- [R] [neon-blog] How Castform + Neon Beats Frontier Models on Price and Efficiency — https://neon.com/blog/how-castform-neon-beats-frontier-models-on-price-and-efficiency — Vendor co-marketing post pairing a Neon customer quote with an unbenchmarked claim about beating frontier models on price and efficiency. No reproducible numbers.
- [P] [pragmatic-engineer] The Pulse: Bending Spoons' Acquisition Strategy — https://blog.pragmaticengineer.com/the-pulse-bending-spoons-acquisition-strategy/ — Pragmatic Engineer covers Hopin's arc from zero to a $7.7B valuation and back to zero in five years, alongside Bending Spoons' model of acquiring and optimizing mature software products. Business analysis rather than technical news. Useful as a read on how software assets get valued, acquired, and unwound.
- [P] [latent-space] Jeff, Sanjay, Oriol, and Quoc depart DeepMind; Demis to Chair, Koray to SVP — https://www.latent.space/p/ainews-jeff-sanjay-oriol-and-quoc — Four of Google's most senior research figures — Jeff Dean, Sanjay Ghemawat, Oriol Vinyals, and Quoc Le — are reported to be leaving DeepMind simultaneously, with Demis Hassabis moving to Chair and Koray Kavukcuoglu to SVP. No immediate action follows, but a leadership change of this magnitude is a genuine signal about Gemini roadmap stability. Relevant if you carry model-provider concentration risk on Google.
- [R] [cloudflare-blog] Cloudflare is the only vendor named a Visionary in 2026 SASE and SSE reports — https://blog.cloudflare.com/cloudflare-sase-sse-gartner-magic-quadrants-2026/ — Cloudflare announcing Gartner Magic Quadrant placement. Pure analyst-award marketing with no technical content.
- [P] [cloudflare-blog] The Agent Access Model — https://blog.cloudflare.com/the-agent-access-model/ — Cloudflare published an architecture proposal for securing task-scoped agents using strict identity brokering, continuous mediation, and stateful trust. It is a position paper rather than shipping code, so it functions as design vocabulary for reasoning about how much authority to grant a long-running agent. Useful framing alongside WriteGuard, which is the concrete product expression of the same thinking.
- [R] [cloudflare-blog] How we're rethinking work at Cloudflare with Cloudflare OS — https://blog.cloudflare.com/how-we-use-ai-with-cloudflare-os/ — Cloudflare's internal-journey framing of the same Cloudflare OS launch covered in the primary announcement post. Same underlying story with less technical substance.
- [P] [cloudflare-blog] Cloudflare OS: an open platform for agents, apps, and work — https://blog.cloudflare.com/cloudflare-os/ — Cloudflare open-sourced Cloudflare OS, a platform for building internal apps, automating work, and giving agents mediated access to internal systems. It is shaped around organizational knowledge and built on their Compute and Zero Trust primitives. Because it is open source and backed by real production use, it is a usable reference implementation for agent-to-internal-system plumbing rather than a demo.
- [P] [cloudflare-blog] WriteGuard: fine-grained controls for MCP Servers — https://blog.cloudflare.com/mcp-portal-writeguard-private-beta/ — Cloudflare built a policy layer that gates write operations on MCP servers rather than trusting every agent tool call, and is bringing it to Cloudflare MCP server portals in private beta. It was built internally before they expanded write access across their own MCP servers. The pattern — mediate writes at the portal instead of relying on per-agent configuration — is implementable without adopting the product.
- [M] [cloudflare-blog] Catching rogue AI behavior with identity-aware analytics — https://blog.cloudflare.com/identity-aware-ai-gateway/ — Cloudflare's Identity-aware AI Gateway is now in open beta, with User Insights building a behavioral baseline for each person and agent and flagging insider risk as it appears. Open beta means the detection claims are unvalidated by third parties. Worth tracking rather than adopting: if it matures, it becomes a cheap insider-risk control for agent fleets.
- [R] [gh-nextjs] Next.js v16.3.1-canary.4 — https://github.com/vercel/next.js/releases/tag/v16.3.1-canary.4 — Canary release containing internal refactors, bench fixes, Turbopack module hoisting changes, a React version bump, and a pre-hydration back-navigation race fix. No user-facing features.
- [R] [gh-n8n] n8n stable (2.33.5) — https://github.com/n8n-io/n8n/releases/tag/stable — Patch release containing a single editor bug fix for Markdown input focus ordering.
- [R] [gh-n8n] [email protected] — https://github.com/n8n-io/n8n/releases/tag/n8n%402.33.5 — Duplicate of the n8n 2.33.5 stable tag; same single editor focus-order bug fix.
- [R] [gh-n8n] [email protected] — https://github.com/n8n-io/n8n/releases/tag/n8n%402.34.2 — Patch release with two minor editor bug fixes: Markdown input focus ordering and agent tool credential placement in the configuration panel.
- [R] [gh-n8n] n8n beta (2.34.2) — https://github.com/n8n-io/n8n/releases/tag/beta — Duplicate of the n8n 2.34.2 tag; same two minor editor bug fixes.
- [R] [val-town-blog] Docfooding: Eating our own documentation — https://blog.val.town/docfooding — Val Town moved its documentation onto Val Town itself. Short, self-referential engineering-culture post with no transferable technique.
- [P] [supabase-blog] Postgres Changes gets AND filters, new operators, and column selection — https://supabase.com/blog/postgres-changes-filters-and-column-selection — Supabase Realtime's Postgres Changes subscriptions can now combine multiple filters with AND, match on a wider set of operators, and return only selected columns in the payload. Previously the single-filter limit pushed filtering to the client and shipped full rows over the wire. This is a direct reduction in payload size and client-side filtering code for anyone subscribing to row changes.
- [P] [vercel-changelog] Pause workflows for approval with Chat SDK — https://vercel.com/changelog/chat-sdk-durable-approvals — Vercel added a chat/workflow subpath to the Chat SDK: a single requestApproval call posts an Approve/Deny card and suspends a Workflow SDK run until someone decides. The wait can last seconds or days and survives deploys and restarts, and Thread instances serialize across the workflow boundary. It removes the approvals table, action handler, and polling loop you would otherwise hand-build for human-in-the-loop agent gates.
- [R] [vercel-changelog] Set your own project avatars — https://vercel.com/changelog/project-avatars — Vercel dashboard now lets you set a project avatar manually instead of deriving it from the production favicon. Cosmetic.
- [R] [vercel-changelog] New setup page after domain checkout — https://vercel.com/changelog/new-setup-page-after-domain-checkout — Vercel added a post-purchase setup page that tracks domain registration live and offers direct paths to deploy, connect, proxy, or set up email. Minor onboarding UX improvement.
- [P] [vercel-changelog] Export AI Gateway traces with Vercel Drains — https://vercel.com/changelog/export-ai-gateway-traces-with-vercel-drains — Vercel AI Gateway now emits an OpenTelemetry trace for every request, and Pro/Enterprise teams can export them through Drains to any OTLP/HTTP endpoint, with native integrations for Braintrust, Dash0, Kubiks, Sentry, and Statsig. Prompt and completion content is excluded and sampling is configurable. Pricing is explicit at $0.05 per 1,000 traces per drain plus the standard $0.50/GB Drains transfer rate, which makes agent observability a configuration change rather than a build.
- [P] [vercel-changelog] Introducing the new v0 API — https://vercel.com/blog/introducing-the-new-v0-api — Vercel released programmatic headless access to v0's app-building agent, now generally available. A prompt generates an app, starts a dev server in a Vercel Sandbox, and returns an embeddable preview URL; each chat is an isolated persistent workspace where v0 reads, edits, and runs files and verifies its own output. Relevant as a building block if you want app scaffolding inside your own product surface, less so if you already drive coding agents directly.
- [R] [vercel-changelog] AI Gateway is now available on AWS Marketplace — https://vercel.com/changelog/ai-gateway-is-now-available-on-aws-marketplace — Vercel AI Gateway can now be procured through AWS Marketplace as a private offer with annual contract terms plus usage-based pricing beyond the contract. Enterprise procurement plumbing, irrelevant to a solo builder.
- [R] [vercel-changelog] Muse Spark 1.2 is now available on Vercel AI Gateway — https://vercel.com/changelog/muse-spark-1-2-is-now-available-on-vercel-ai-gateway — from Meta is now available on AI Gateway. It is a coding-focused update to the previous Muse Spark model. While keeping its general capabili…
- [R] [vercel-changelog] Vercel Sandbox now supports 10,000 concurrent sandboxes and 5,000 vCPUs per minute — https://vercel.com/changelog/vercel-sandbox-now-supports-10-000-concurrent-sandboxes-and-5-000-vcpus-per-minute — We've increased the default quotas for on Pro and Enterprise plans: Vercel Sandbox The higher vCPU allocation rate is possible thanks to a n…
- [R] [vercel-changelog] Search and buy domains in the dashboard — https://vercel.com/changelog/search-and-buy-domains-in-the-dashboard — You can now search for and purchase domains from the . Vercel dashboard Open the domain search panel from the Buy button in or the + button…
- [R] [vercel-changelog] Measure time between steps in Vercel Workflows — https://vercel.com/changelog/measure-time-between-steps-in-vercel-workflows — You can now measure the time between any two steps in the trace viewer for and the . Vercel Workflows Workflow SDK Select a step, hold on ma…
- [R] [vercel-changelog] Full Sandbox egress firewall now available on Hobby plan — https://vercel.com/changelog/full-sandbox-egress-firewall-now-available-on-hobby-plan — All firewall features are now available on the Hobby plan. Vercel Sandbox This brings the same network isolation that protects production wo…