#AI#Automation#Content
Building a Content Factory with AI
by Thibault Vanluchene
The Problem
There's an overwhelming amount of AI content being produced every day. The challenge isn't finding content — it's finding good content from practitioners who are actually building things, not just talking about them.
The Approach
I built a content factory that:
- Curates content from respected small AI creators
- Transcribes their videos and podcasts using EasyTranscriber
- Extracts key insights and actionable takeaways
- Generates platform-specific content (tweets, LinkedIn posts, blog articles, PDF guides)
Why Small Creators?
The most valuable AI insights come from practitioners working at the bleeding edge — people who are actually using the tools daily, discovering workarounds, and pushing boundaries. These creators often have small audiences but outsized signal-to-noise ratios.
Tech Stack
const pipeline = { transcription: "EasyTranscriber API", generation: "Claude API", runtime: "TypeScript", storage: "Markdown + frontmatter", };
What's Next
I'll be sharing more about the technical architecture, the creator curation process, and lessons learned along the way. Stay tuned.