Discussion about this post

User's avatar
Pavel K.'s avatar

Agree that most classic metrics create the wrong incentives — LOC, closed tasks, story points and feature counts all have well-known failure modes.

One complementary angle I’ve been looking at is estimating the *volume of meaningful work* that actually lands in the codebase. Instead of counting activity or estimated points, some tools analyse the substance of the Git changes themselves (after filtering noise like formatting, pure moves and generated code) and try to estimate the real engineering effort behind them.

Examples:

- BlueOptima estimates effort from complexity and volume of changes

- GitClear focuses on lasting code changes (Diff Delta)

- DevGhost estimates how many hours a typical mid-level developer (who knows the codebase and works without AI) would need to produce the same result, then shows it as equivalent hours and Ghost%

These don’t replace frameworks that try to capture broader accomplishment (like the Energy Points approach described here). They work best as an additional signal when you want a clearer view of actual output volume — especially useful if you have a mix of staff, contractors and freelancers, or when process metrics look fine but the real contribution feels uneven.

Curious how you see this kind of Git-based volume measurement fitting (or not fitting) alongside Quantified Tasks.

No posts

Ready for more?