May 1, 2026
Why Your Amazon Dashboard Is Lying to You +
Remotion & Voice Cloning Reality Check | Claude Sessions
Amazon Dashboard Brain, Remotion Video &
ElevenLabs Voice Cloning | Claude Sessions
SEO Description
Shubhash Sharma on building a data brain
behind your Amazon dashboard. Danny McMillan on Remotion video and
ElevenLabs voice cloning realities.
Episode Summary
Week 3 of the month means Claude Sessions,
and Danny McMillan and Shubhash Sharma are back with a double
feature for Amazon and TikTok Shop sellers building their own AI
tooling. Shubhash picks up from last episode's SP API and Ads API
walkthrough with a hard lesson learned the wrong way: a polished
dashboard wired straight into Amazon is a window with no room
behind it. The numbers will lie, and you will not know when a feed
silently dies.
He walks through the fix: a "brain"
sitting between the data sources and the dashboard. Supabase as the
long term store, pgvector for unstructured stuff like contracts and
reviews, n8n as the orchestration layer. Six core domains every
seller shares (orders, products, analytics, ads, finance,
affiliates and creators) plus an optional documents layer. He
closes with a dual write migration pattern so you can flip between
old and new without taking the business offline.
Then Danny turns to video and voice.
Remotion looks like toy town out of the box, but with the right
plugins (motion blur, transitions, captions, shapes, fonts,
rendering) and Claude doing the orchestration, it becomes a serious
production tool that can pull in your footage, branding and design
system. On the voice side, he has tested VoiceBox and F5TTS and
come back to ElevenLabs Multilingual v2 at £22 a month. The missing
gap everywhere is cadence. He also names the deeper bet: as the
market floods with AI generated content, authentic voice becomes
the differentiator that cannot be cloned.
Key Topics
- Why dashboards lie when wired straight
into Amazon, TikTok and Shopify
- The "brain" pattern: Supabase, pgvector
and n8n as a centralised data layer
- The six core data domains every seller
needs (plus a 7th for documents)
- Dual write migration so the old system
and brain run in parallel
- Remotion as a code based video tool, and
what it needs to stop looking toy town
- The four layer creative workflow: brief,
story skeleton, treatment, scene by scene
- ElevenLabs vs VoiceBox vs F5TTS for voice
cloning your own voice
- Why cadence is the last hard problem in
synthetic voice
- The authenticity premium in an AI flooded
market
Timestamps
- [00:00] Intro and welcome back to Claude
Sessions
- [00:34] Shubhash kicks off: where to put
the data you pulled last week
- [01:04] "Your dashboard is lying to you"
and the polished dashboard pitfall
- [02:32] Dashboard is a window. The brain
is the room behind it
- [04:54] Tech stack: Supabase (Postgres),
pgvector, n8n
- [05:54] The six fundamental data
domains
- [06:26] Orders, products, analytics, ads,
finance, affiliates and creators
- [08:30] The optional 7th layer:
unstructured documents via pgvector
- [09:44] Dual write pattern for safe
migration
- [10:48] Three takeaways: audit, list
domains, build one table at a time
- [12:28] Danny on Remotion: code based
video and why it is toy town out of the box
- [13:51] What is missing: motion blur,
transitions, captions, shapes, beat detection
- [14:54] The 80+ plugin packages that turn
it into a real tool
- [16:56] Pulling in footage, logos, design
systems and free music from Pixabay
- [18:30] The 4 layer creative workflow:
brief, story skeleton, treatment, scenes
- [21:15] Voiceovers: ElevenLabs Pro setup
and why the £22 is worth it
- [22:12] VoiceBox and F5TTS field test:
garbage and 5 rounds of tuning later
- [23:22] Why cadence is the hardest thing
for AI voice to fake
- [25:42] How much reference audio you
actually need (30 min min, 2 hours ideal)
- [27:25] ElevenLabs UI parameters: speed,
stability, similarity, exaggeration
- [28:52] The authenticity premium when the
market floods with AI
- [30:30] Key takeaways, ElevenLabs API
usage and locking in your voice once
- [34:24] Aside: "insane" and "most" as the
new AI tells
- [36:31] SSL 2026 wrap, 18 days out, Ritu
returns next week with Japan
Key Takeaways
- Build a brain, not just a
window. A dashboard wired straight to Amazon, TikTok
or Shopify has no memory. When a feed silently fails, the dashboard
happily lies. Sit a Supabase + pgvector + n8n layer in between, and
your dashboard becomes a view on top of a real source of
truth.
- Six domains cover almost every
seller. Orders, products, analytics, ads, finance,
and affiliates / creators. Map every place each one currently
lives, then consolidate one domain at a time. Start with one table
(orders) and let Claude do the heavy lifting.
- Use dual write when
migrating. Write to the old store and the new brain
in parallel for a week. Compare. Flip the dashboard's read side via
a feature flag. If something breaks, flip back. Zero downtime, zero
fear.
- Remotion is a system, not a
tool. Out of the box it is bare. Add the plugins
(motion blur, transitions, captions, fonts, rendering), bring your
own footage and design system, and let Claude orchestrate the four
layer workflow: brief, story skeleton, treatment, scene by
scene.
- ElevenLabs Multilingual v2 still
wins for voice cloning. VoiceBox and F5TTS were not
close. Pay the £22, use Model 2, feed it 30 minutes minimum (2
hours ideal) of clean reference audio, and lock the setup in
once.
- Cadence is the last
mile. AI can match tone and timbre. It still cannot
match the rises, falls and micro pauses that make a sentence sound
like you. Use scripts split into short paragraphs, generate three
variants, and tune the language you use to talk to Claude until the
cadence lands.
- Authenticity becomes the
moat. As written, visual and audio AI floods every
channel, the brand voice that is unmistakably human becomes the
differentiator. Do not give that away to save 22 dollars a month on
a podcast.
Notable Quotes
"Dashboard is a window. We need a room
behind the window. So the brain is going to be the room behind this
window."
Shubhash Sharma
"If any of our SaaS went offline tomorrow,
will our business still have its memory? The answer is no, because
we haven't stored it. All we have is rented attention."
Shubhash Sharma
"When you migrate to your brain, don't rip
out your old system. Use dual write. Run them in parallel for a
week. If something breaks, flip it back. Zero downtime, zero
fear."
Shubhash Sharma
"Remotion out of the box isn't great. It's
almost like building some slides, just one step up. You have to
build it as a system of what you need."
Danny McMillan
"The hardest part for AI to represent is
cadence. It can get the tone of your voice. That's the easy bit.
But the speed and the up and down of how you talk, that's where
these models still fail."
Danny McMillan
"In our rush to use AI, you've got to
remember the market floods with it. When everything sounds like AI,
the only thing left is the authentic voice for your brand."
Danny McMillan
Resources
Mentioned
- Supabase : Postgres backend used
as the long term data store for the seller "brain"
- pgvector : Postgres
extension for semantic search over unstructured data (contracts,
reviews, supplier emails)
- n8n :
Orchestration layer for scheduled pulls and cron jobs with a
UI
- Amazon Selling Partner
API (SP API) : Source for orders, inventory and finance
data (covered in last episode)
- Amazon Ads API :
Source for ad spend, campaign and keyword data
- Remotion : Code based, React
powered video creation framework
- ElevenLabs : Voice cloning and
text to speech. Model used: Multilingual v2 (Pro plan, £22 /
month)
- F5 TTS : Open source
text to speech model tested for voice cloning
- VoiceBox by Jamie Pine : GitHub voice
cloning desktop app tested by Danny
- Pixabay : Free music and
sound effects used inside the Remotion workflow
- Loom : Source of clean voice
reference audio if you record team walkthroughs
- Seller Sessions Live 2026 :
Conference 9 May 2026, 18 days out at recording
Hosts
Danny McMillan :
Host of Seller Sessions and Claude Sessions, founder of DataBrill,
building AI native tooling for Amazon sellers.
Shubhash Sharma :
Engineer building data infrastructure for Amazon and TikTok Shop
sellers. Returning Claude Sessions co host.
What's Next
- Next week: Ritu
returns from Japan with three subjects covered in this month's
rotation.
- In 18 days: Seller
Sessions Live 2026 in London on 9 May. Modular format, new venue
confirmed.
About Seller
Sessions
Seller Sessions is the leading podcast
for serious Amazon sellers, hosted by Danny McMillan since 2017.
Claude Sessions is the AI focused monthly strand where Danny and
rotating co hosts work through the practical wins, false starts and
engineering reality of building with Claude, MCPs and the wider AI
stack inside real seller businesses.