Turns out we weren't opposed to bad metrics! We were just opposed to being measured! Given the chance to pick our own, we jumped straight to the same nonsense.
How I'm Productive with Claude Code
11–20 of 192 posts
Re: How I'm Productive with Claude Code
#12Re: How I'm Productive with Claude Code
#13I like llms too, and I think they make me more productive.. but a chart of commits/contribs is such a lousy metric for productivity. It's about on par with the ridiculousness of LOC implying code quality.
And it's not like I'm blindly commiting LLM output. I often write everything myself because I want to understand what I'm doing. Claude often comments that my version is better and cleaner. It's just that the tasks seemed so monumental I felt paralyzed and had difficulty even starting. Claude broke things down into manageable steps that were easy to do. Having a code review partner was also invaluable for a solo hobbyist like me.
Re: How I'm Productive with Claude Code
#14I like llms too, and I think they make me more productive.. but a chart of commits/contribs is such a lousy metric for productivity. It's about on par with the ridiculousness of LOC implying code quality.
Most effective engineers on the brownfield projects I've worked on, usually deleted more LOC than they've added, because they were always looking to simplify the code and replace it with useful (and often shorter) abstractions.
Re: How I'm Productive with Claude Code
#15If you have the tokens for it, having a team of agents checking and improving on the work does help a lot and reduces the slop.
Re: How I'm Productive with Claude Code
#16> The worktree system removed the friction of context-switching - juggling multiple streams of work without them colliding. I'm so conflicted about this. On the one hand I love the buzz of feeling so productive and working on many different threads. On the other hand my brain gets so fried, and I think this is a big contributor.
Re: How I'm Productive with Claude Code
#17Re: How I'm Productive with Claude Code
#18Re: How I'm Productive with Claude Code
#19Why do people do this? Why do they outsource something that is meant to have been written by a human, so that another human can actually understand what that first human wanted to do, so why do people outsource that to AI? It just doesn't make sense.
Re: How I'm Productive with Claude Code
#20This is the "lines of code per week" metric from the 90s, repackaged. "I'm doing more PRs" is not evidence that AI is working, it's evidence that you are merging more. Whether thats good depends entirely on what you are merging. I use AI every day too. But treating throughput of code going to production as a success metric, without any mention of quality, bugs, or maintenance burden is exactly the kind of thinking de…
This seems like a distinction without a difference, unless there actually are any good metrics (which also requires them to be objectively and reliably quantifiable). I think most developers don't really want to measure themselves, it's just that pro-AI people think measurement is necessary to put forward a convincing argument that they've improved anything.