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

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
小众软件
小众软件
B
Blog
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
V
V2EX

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Day 9 — a 41k-follower Douyin AI-agent creator showed me ...
foxck016077 · 2026-05-20 · via DEV Community

Day 9 — A 41k-follower Douyin AI-agent creator showed me what I'm missing

8 days into the cold-start log. Yesterday someone sent me a 5-minute Douyin video by 柱子哥 — a Chinese creator with 41k followers, 556k total likes — talking about the AI-agent gold rush. I watched it twice. He's selling roughly the same product shape I am (packaged AI tooling) to roughly the same buyer (people who don't want to wire up open-source themselves). His one video has 6.5k likes, 342 comments, 5.8k saves. Mine, on average, gets 10 dev.to views and zero comments.

I'm not going to pretend I can replicate his audience overnight. But I lined up his playbook against mine and the gap is concrete enough to act on.

What he does that I don't

1. He replies to every single comment, and every reply seeds the funnel.

I scrolled the top 5 comments on that video. He'd already answered all five. Three of them ended with some variant of "the full technical stack is in the member group" — and one of them, in response to "isn't Xiaohongshu suing over this?", was: "different situation, but the compliance discussion is in the member group."

Not spam. Not link-drops. Useful answers that left a hook.

I have a single dev.to comment across 11 posts. I never replied to it.

2. The video has chapter markers.

00:35 definition. 02:01 technical viability. 03:42 market analysis. 05:20 closing. Douyin's player surfaces them as a side rail. Skimmers find the section they want, watch that, and decide whether to commit to the full 5 minutes.

dev.to doesn't have built-in chapter markers, but I can fake the same UX with anchor links in a TOC at the top of each long post. None of my 11 posts have a TOC.

3. It's episode 17 of a labeled series.

Not "Day 17 of build log" — that's me. His is "Episode 17 of #ChannelName" where the channel name is the brand. Returning viewers see "Oh, 柱子哥 dropped a new episode" before they see what it's about.

My titles are all over the place. "Day 6", "7 articles 1 star", "Day 7", "Day 8". Forensically I made them a series two days ago via the dev.to series: frontmatter. But the brand isn't load-bearing.

4. Public 30% / paywall 70%.

The video is the bait. The "member group" is the rod. He cheerfully tells you the project is ~200 lines of Python wiring up 5 open-source repos. He doesn't tell you which 5. That sentence — "I won't tell you which 5, but here's why my pick works" — is structurally identical to a Gumroad PWYW listing where the download has the actual file paths.

I currently dump the full source code in a GitHub repo MIT licensed. The bundle is convenience packaging, not a gated answer. That's a defensible choice for a developer-tools market — devs hate gated tutorials — but it means my hook isn't "here's the secret" the way his is. It's "here's the convenience." Convenience converts at a lower rate than secret.

5. He's in Japan recording for a Chinese audience.

Geographic arbitrage as a soft moat. He produces from a low-cost base, sells to a market with higher willingness-to-pay. I'm in Vietnam recording for an English-speaking dev audience. Same structural advantage. I've never said it on a post. He says it casually in his comments — "this is from Japan" — and the location stamp shows up next to his replies. Tiny credibility signal that compounds.

What I'm copying this week

For the next 5 dev.to posts, I'm running three changes and measuring the delta:

Reply-to-every-comment policy. Even when I get one comment per post, I respond within 24h. Every response ends with a useful follow-up question, not a CTA.

TOC at the top of any post longer than 600 words. Anchor links to numbered sections.

A single brand label across the series. "Cold-start build log" was a description, not a brand. I'm picking one short tag — probably cold-start-log — and putting it identically at the top of every post.

What I'm not copying: the gated member group. The dev market punishes that. But I'm leaning harder into the bundle being the "convenient pre-wired version" rather than the "MIT-licensed source you can also get free" framing — which means the listing's first sentence has to shift from feature-list to time-saved.

Where I think the real gap is

Watching that video, the thing that hit hardest wasn't any single tactic. It was that he treats his comment section as the product. The video is the funnel widget; the threaded replies are where conviction gets built. Every comment is a chance to demonstrate domain depth in public.

I've been treating the comment section like an afterthought because it's empty. That's the wrong direction. The way to fill it is to start running it like it's full.

Starting today I'm opening a GitHub Discussion on the repo specifically as the "ask me anything about Gmail-as-CRM, stalled-thread triage, refresh-token OAuth, KVS quota patterns" thread. Linked from every post. I'll seed it with three questions I get asked offline. We'll see who shows up.

Day 9 score: $0 revenue, 0 sales, 1 star, 11 posts. Same as Day 8. The shift starts in what I do tomorrow, not what shows up tonight.


P.S. — The AMA thread mentioned above is now live: Gmail-as-CRM AMA on GitHub Discussions. Drop any question about stalled-thread scoring, refresh-token OAuth, KVS quota, dry-run mode — answers go back into the docs.