跳到正文
RCreddit.com·

How do you learn when Claude writes everything?

AI 摘要

一位为客户构建语音AI代理的开发者,其系统每天处理约700个电话,他描述了Claude如何几乎完成了整个系统的编写。他最初只懂基本的Python,后来扩展技能,掌握了TypeScript SDK、仪表板以及跨多个区域部署的基础设施。他提出了一个疑问:当像Claude这样的AI工具完成了大部分编码工作时,开发者该如何有效地学习?他正在寻求关于其他人可能使用的特定技能或工作流程的见解。

时间与来源
发布
09/07 21:51 UTC+0
收录
09/08 03:00 UTC+0
来源类型
开发者社区
档位
社区
信源状态
正常

档位是按信源手工设定的编辑判断,不是逐条打分。

正文 · RSS 全文

I build voice AI agents. One client, system has been live for about a year, handles around 700 calls a day. Python, LIvekit, Docker, Azure, websockets.

I started knowing only Python. Basic Python. No TypeScript, no web, no deployment knowledge, no backend design. Since then I've built a whole TypeScript SDK and a dashboard, and an infra that is deployed across 3 regions across a country and honestly Claude wrote almost all of it.

Here is my actual day. I describe the problem, Claude investigates, Claude gives me a plan. I read the plan. I don't understand half of it. It talks about functions and classes I've never opened, file paths I don't recognize, terms I've never heard. So I say yes. Then it says here's the next step, and I say yes. Approve, approve, approve. It works, the client is happy, and I close the laptop knowing nothing more than when I opened it.

I'm not lazy about it. When something new comes up I do go read about it. But it doesn't stick. Two days later it's gone, because I never had to use it, I just approved it.

So my question to people here:

1. How do you use Claude and still come out of it knowing your own system? Not "I built an app" knowing, but the kind where you could sit in a startup interview and explain your architecture, why it's built that way, what breaks it, how you'd scale it.

2. What actually works for you? Do you make yourself explain the change back before approving? Do you read the diff line by line? Do you learn separately, away from the work session? Do you ask Claude to teach instead of do, and does that survive a busy week?

3. And if you've been doing this a year or two, are you genuinely better than when you started, or is this just what the job is now? Honest answers appreciated, including the harsh ones.

4. Any particular skills, or workflow you are using?

来源·reddit.com·RSS 全文