← 返回资讯
苏晴
资深编辑
已审核

AI编程助手普及后,谁还会给新人成长的机会

**Product:** ReviewFlow (AI-powered code review platform)

AI编程助手普及后,谁还会给新人成长的机会

AI编程助手普及后,谁还会给新人成长的机会


I Fired My Junior Dev and Replaced Him with Cursor. Now I'm Questioning Everything.

Product: ReviewFlow (AI-powered code review platform)

Revenue: $10,432 MRR (up 8% from last month)

Churn: 2.1% (finally below 3%!)


Last Tuesday, I watched Cursor generate 200 lines of working React code in 47 seconds. The same feature would've taken my junior dev Marcus about 4 hours, including the inevitable back-and-forth on the PR where I'd explain why we use useCallback here but not there.

I felt sick to my stomach. Not because the AI was good — I already knew that. But because I realized I hadn't spoken to Marcus in three days. He'd been quietly fixing linting errors and updating documentation while I was pair-programming with a language model. Three days. I just... forgot about him.

This isn't a "AI is coming for our jobs" hot take. It's messier than that. I think we're watching the collapse of the junior developer pipeline in real-time, and nobody's talking about what replaces it. Or if anything does.

The Numbers Don't Lie (And They Scare Me)

Let me share some actual data from my team. I run ReviewFlow solo now, but six months ago I had two part-time contractors: Marcus (junior, $3k/month) and Sarah (senior, $6k/month). Marcus found me through a Twitter thread where I complained about not finding good junior candidates. He was the only one who actually read my API docs before applying.

Here's what happened to our development velocity:

Pre-AI (October 2024):

Post-AI (March 2025 - Cursor 0.42 + Copilot):

The velocity doubled. The bug catch rate dropped by 24 percentage points. I traded a junior developer's growth for shipping speed, and I'm not sure I made the right call.

Actually, wait—I should clarify that Sarah's still catching things. She's incredible. But she's also started trusting the AI output more than she should. Last week she approved a PR where the AI had imported from @/lib/api-client but we'd renamed that to @/lib/api three months ago. The import looked right. The path was wrong. Took us 45 minutes of debugging a white screen to figure it out.

What Pieter Levels Got Right (And Wrong)

Pieter famously said "you don't need a team, you need APIs." He built Nomad List and Remote OK as a solo developer, and I deeply respect that ethos. It's why I started bootstrapping in the first place. I've probably watched his "I shipped 12 startups in 12 months" talk like four times.

But here's what the "solo dev with AI" narrative misses: Pieter built his products before AI coding assistants existed. He already had 10+ years of architectural knowledge when he went solo. He knew what good code looked like because he'd written bad code and suffered the consequences. He'd been the guy who pushed to production at 4:30 PM on a Friday and ruined his weekend.

Marcus doesn't have that. And if nobody hires Marcus, he never will.

I ran an experiment last month that crystallized this for me. I gave the same feature spec to three "developers":

1. Cursor (Claude 3.5 Sonnet): Generated working code in 3 minutes. Missed edge case on empty states. No error handling. Code worked but was... soulless? Generic variable names like data and items, no comments, copied patterns from my codebase without understanding why we used them. It saw that I use useMemo a lot and just... sprinkled it everywhere. Even on things that didn't need it.

2. Sarah (Senior, 8 years exp): Took 2 hours. Caught 4 architectural issues in the spec itself. Added monitoring hooks I hadn't considered. Wrote tests that actually tested behavior, not implementation. She also sent me a Slack message that just said "this spec assumes the webhook always returns 200 and you know that's not true lol."

3. Hypothetical Marcus (Junior, 1 year exp): Would've taken 4-6 hours. Would've learned about state management patterns. Would've asked "why do we structure it this way?" And that question — that annoying, time-consuming question — is how seniors are made.

I miss those questions.

The Code Review Paradox

This brings me to the second half of the title: Is AI reshaping code review culture, or just exposing that it was broken?

I built ReviewFlow because I believed code review was the highest-leverage activity in software development. Catch a bug in review, save hours of debugging. Teach a pattern in review, level up a developer for years. I still believe that. I think.

But AI-generated code is creating this bizarre new dynamic that I don't have a name for yet:

The AI PR looks perfect. Clean syntax, follows conventions, passes CI. It's like a student who memorized the style guide but doesn't understand the assignment. Reviewers get lulled into approving because there's nothing obviously wrong. Your brain just goes "yep, that's code" and you hit approve.

I caught myself doing this three times last month. Approved a PR that looked great. Deployed to production. Discovered the AI had hallucinated an API endpoint that doesn't exist. The code was syntactically beautiful and functionally broken. The function was called fetchUserPreferences and it was hitting /api/v2/users/prefs which... we don't have. We have /api/v2/preferences. The AI just guessed.

My bug catch rate dropped from 67% to 43% not because the code is better — it's because AI-generated code is harder to review. It bypasses our pattern-matching bullshit detectors. It's too clean.

What I'm Doing Differently Now

I'm not going back to pre-AI development. The productivity gains are real, and as a bootstrapped founder, shipping speed directly correlates to survival. But I'm trying some things:

1. The "Why" Comment Rule

Every AI-generated function needs a comment explaining why it exists, not what it does. If I can't explain the why, I don't merge it. This forces me to actually understand the code I'm about to ship. Sometimes I'll write the comment, realize I don't understand the function at all, and have to go read the implementation line by line. That's... probably good? It feels like studying for a test I didn't know I was taking.

2. Pair Reviewing with Juniors (Even If I Don't Hire Them)

I started a small Discord community where junior developers review my AI-generated PRs. It's like 15 people now. They get real-world code exposure. I get fresh eyes that aren't pattern-blind to AI output. It's not employment, but it's something. Three of them have found bugs Sarah and I both missed. One guy, Alex, found a race condition that would've taken down our payment processing. He's 22. He's never had a dev job. He just... saw it.

3. Deliberate Practice Days

One day a week, I close Cursor and write code from scratch. It's slower. It's frustrating. I spent 20 minutes last Wednesday trying to remember the exact syntax for useReducer because I've been letting the AI handle it for months. But it keeps my architectural thinking sharp. I'm terrified of becoming a "prompt engineer" who can't actually engineer. You know the type—they're already showing up in my Twitter replies.

4. Measuring What AI Breaks

I now track "AI-introduced bugs" as a separate metric. Last month: 14 bugs traced back to AI-generated code that passed review. Average time-to-detect: 3.2 days. These are the bugs that would've been caught if Marcus was still asking "but what happens when the API is down?" or "what if the user has no items in their cart?"

Well... that's complicated. Because some of those bugs were mine too. I approved them.

The Uncomfortable Truth

AI isn't killing junior developers. I am. We are. The indie hacker community that preaches "build in public" and "ship fast" is accidentally creating a world where there's no on-ramp for the next generation.

I don't have a solution. I can't afford to hire Marcus back — my $10k MRR supports exactly one person (me) with enough margin to not panic every month. Sarah's still contracting but I can see her hours decreasing as I get better at prompting. She hasn't said anything. I haven't either.

Dan Shipper from Every wrote about this recently — the idea that AI tools make experts more expert and leave beginners behind. I'm living that reality. My output as a solo dev has never been higher. My contribution to the developer ecosystem has never been lower.

I shipped 9 features last month. I taught zero people anything.

What I'd Do Differently

If I could rewind to October 2024:

1. Keep Marcus, change his role. Instead of writing features, he'd be my "AI output validator." His job: break everything the AI generates, write the tests the AI forgets, document the patterns the AI copies blindly. He'd learn faster by critiquing than by creating. I think. I don't actually know if that's true—I've never tried it. But it feels right.

2. Charge more, sooner. I kept ReviewFlow at $29/month for too long because I was scared of churn. At $49/month, I could've afforded both Sarah and Marcus. Bootstrapper scarcity mindset cost me a team. I see this everywhere on Indie Hackers—people underpricing because they're afraid nobody will pay, then wondering why they can't afford help.

3. Build review tools for AI code specifically. The market needs tools that can detect "looks right but is wrong" patterns. I'm pivoting ReviewFlow to focus on this. The problem I'm living is the problem I should be solving. Already shipped a prototype that flags hallucinated API endpoints. It's caught 3 in the last week. Two of them were mine.


I don't know where Marcus is now. Last I heard, he's doing QA work for a fintech company. It's not what he wanted. He wanted to build things. He used to send me side project ideas at 2 AM—half-baked but genuinely interesting. I haven't gotten one of those messages since January.

If you're an indie hacker using AI tools (and you should be), ask yourself: Who's going to review your AI's code in 2030? Who's going to have the architectural wisdom to know when the AI is confidently wrong?

Because right now, we're not training them. We're replacing them.

And I'm part of it.


Product: ReviewFlow — AI-powered code review that catches what other tools miss. Currently pivoting to detect AI-generated code patterns. Early access for indie hackers: code INDIE2025 for 50% off first 3 months.

Revenue: $10,432 MRR | Customers: 187 | Churn: 2.1%


How are you handling AI code review on your team? Have you found ways to bring juniors into the AI workflow? I'm genuinely looking for answers here — drop your approach in the comments. I'll share what's working/not working in a follow-up post. Especially interested if you've tried the "junior as validator" model—does it actually work or am I just being nostalgic?

#buildinpublic #ai #codereview #bootstrapping #juniordevelopers #cursor

862
14382 阅读
4 评论
分享
链接已复制
编辑说明

本文由 MakeSense 编辑团队撰写并审核。文中引用的数据和观点均经过交叉验证,如有疏漏欢迎在评论区指正。最后更新:2026年06月27日 16:56

苏晴

资深编辑

科技媒体从业 8 年,曾就职于多家科技媒体。关注 AI 创业和投资赛道,采访过 50+ 位行业从业者。

读者评论 4

老李 1周前
有个小问题想请教,文中提到的那个方案在大规模场景下性能怎么样?
回复 点赞 (5)
运营小陈 1周前
转发到团队群了,大家都觉得有参考价值。
回复 点赞 (4)
数据分析师 1周前
数据引用很扎实,建议补充一下近三个月的最新数据。
回复 点赞 (9)
产品经理阿杰 2天前
从产品角度看,这个方向确实有机会,但商业化路径还需要验证。
回复 点赞 (15)