惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Martin Fowler
Martin Fowler
Vercel News
Vercel News
U
Unit 42
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
N
Netflix TechBlog - Medium
GbyAI
GbyAI
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
M
MIT News - Artificial intelligence
D
Docker
IT之家
IT之家
Stack Overflow Blog
Stack Overflow Blog

Sanity.io

A Board Game agent built using Sanity Context and Vercel's AI SDK | Sanity Build a prototype with Claude Code that your whole team can edit | Sanity What’s New - May 2026 | Sanity I built a London pub guide with v0 and the Sanity MCP in six hours. Here's what I learned. | Sanity Build a conference concierge with Agent Context and Anthropic | Sanity Build a content-aware Telegram agent with Vercel AI SDK and Chat SDK | Sanity How I used Agent API to generate photos for my family’s recipes | Sanity What’s New April - 2026 | Sanity Better context, better matches: An AI love story (for dogs) | Sanity How to write for an agent | Sanity Content Agent, meet Slack: AI content operations in your workflow | Sanity Structure powers intelligence | Sanity Your agent needs better content. Here's how to give it. | Sanity How to serve content to agents (a field guide) | Sanity Sanity TypeGen GA: Automatic TypeScript types for content and GROQ | Sanity Sanity is now available on the Vercel Marketplace | Sanity The logo soup problem (and how to solve it) | Sanity Content Releases: From scattered updates to coordinated publishing | Sanity How we solved the agent memory problem | Sanity v0 Builder Challenge: The winners | Sanity Introducing: Sanity Agent Skills | Sanity Content Agent: Days of work in one conversation | Sanity Our Sanity Values | Sanity Open Source Pledge 2025: Stepping up when it matters | Sanity v0 builder challenge: $3000 in prizes | Sanity Why AI Breaks Without Structured Content Operations | Sanity What’s New January - 2026 | Sanity BFCM 2025: What teams built when infrastructure stopped being the problem | Sanity How AI shaped holiday shopping and what it means for content in 2026 | Sanity Sanity Studio v5: Embracing React 19 | Sanity
What's New - February 2026 | Sanity
Evelina Wahlström · 2026-02-02 · via Sanity.io

First Monday of the month means 3-2-1 time—here's what happened last month.

3 Product Updates

I. Teaching AI tools the right patterns

If you're using AI coding tools with Sanity, you've probably noticed they're great at writing code that works. But Sanity's flexibility means there are multiple ways to do things—and agents don't always pick the approach that scales. We wanted to do something about that.

Last month, our MCP server became generally available. If you've been using it, you know it exposes a set of agent rules through the list_sanity_rules and get_sanity_rules tools.

Agent Skills take this further: we've packaged what our engineers, architects, and support team know into portable best practices that live in your codebase. The Sanity package alone has 25+ rules, with additional packages covering content modeling, SEO/AEO, and content experimentation.

Read the announcement for more details or head straight to the repo.

II. Content Agent reads your schema

A user interface for an AI assistant, greeting "Good afternoon, Martin," with a prompt to "Ask Content Agent to find all draft campaigns targeting Millennials" and action buttons.

Writing assistants have been around for a while, but Content Agent (now available to everyone!) is something different. It's contextually aware—able to read your Sanity schema (field types, descriptions, references)—and lets content teams query and update through conversation.

Over 40 organizations used it during early access:

  • Morning Brew and Complex used it for content audits and bulk updates
  • Home Instead updated Facebook links across 1,100+ locations in one conversation
  • Teams ran 227 edits from a single CSV copy-paste

All with full control—Content Agent stages changes for review, never making edits without approval.

As with any agent, prompting matters. Our docs team wrote a guide to help you get the most from your AI credits—covering how to find content efficiently, review changes before they're applied, and optimise how you bulk operate.

III. No more mystery function failures

Previously, when a function didn't run, the why wasn't always clear. Rate limited? Recursion blocked? Project over quota?

Thanks to the runtime team, we've now got automatic system logging that outputs events directly to your log stream, color-coded by severity.

Run npx -y sanity@latest functions logs --watch to track: rate limiting, quota exceeded, max recursions, invocation failures, and successes.

2 Quotes From Developers

I. Martin Jacobsen, Technical Writer at Sanity on tarot cards as structured data

"A core concept is that you can make some pretty cool stuff happen just by being clever about modelling and treating content as data."

Martin works on our docs team, which means in his words "side projects double as research." When he started collecting tarot decks, he built a Sanity Studio to catalog them. Then he wondered: what if treating cards as structured data could power an actual app?

Read about building Tarotoro—from structuring 78 archetypes to picking the right technology for the job.

A screen displaying a Tarot card management application with "The Fool" card selected, showing its image, details, and upright/reversed meanings, next to a list of other cards.

II. Adam Wathan, creator of Tailwind CSS, on having to cut 75% of the engineering team

"There's just no correlation between making Tailwind easier to use and making development of the framework more sustainable. If I can't fix that this project is going to become unmaintained abandonware when there is no one left employed to work on it."

Despite 75 million downloads per month, Tailwind Labs had to lay off 75% of their team. AI tools now generate Tailwind directly—leading to a 40% drop in traffic to their docs site and people not discovering their commercial products.

AI is changing how we work, but we're committed to continuing our Open Source Pledge this year. So when we heard the news about Tailwind, we doubled our sponsorship.

Read more about our pledge and the projects we support.

1 Community Contribution ⭐

Sanity Log Explorer showing log data categorized by type (images, files, GROQ queries) with columns for requests, average size, and bandwidth.

Corey Ward saw his bandwidth usage spike, and in his words: "did what a dev does in the age of AI"—built a tiny 1.4mb Rust app that ingests an entire ndjson log file and displays a breakdown of your bandwidth usage.

The Sanity Log Explorer lets you view by asset ID or switch to show by type (GROQ queries, images, or files)—making it easy to spot overage issues and fix them.

Built mostly with OpenAI Codex CLI using Ratatui (a Rust terminal UI library he'd never used before), it's a great example of using AI tools to solve immediate problems without getting bogged down in unfamiliar tech.

That’s it for this month - see you in Discord 👋