How I Built My Content Workflow with Sanity + AI 🤖
From scattered notes to structured drafts, with an agent doing the busywork.
I had post ideas scattered across Obsidian notes with no central place to move them from idea to published. Today I fixed that by wiring up a Sanity schema and an AI agent that turns notes into drafts automatically.
Share this post

I had post ideas scattered across Obsidian notes, with no central place to move them from "idea" to "published."
Today I fixed that: I set up a schema in Sanity for my personal blog and connected an AI agent that reads my notes, drafts the posts, and uploads them straight as drafts.
The flow:
📝 Ideas start in Obsidian, with tags and categories
🤖 I ask the agent to take an idea and turn it into a post
📦 The agent creates the document in Sanity as a draft, matching my Studio's real schema
👀 I review, adjust tone, and publish from the Studio
No copy-pasting between tools. The bottleneck isn't "where do I save this" anymore — it's just writing and reviewing.
How do you handle your idea → draft → published flow?