Remix.run Logo
fugaziboutit 9 hours ago

> Or we ship a feature and never circle back to check whether it's used the way we intended, so we keep shipping more on the same untested assumptions.

It's not on you to track the whole lifecycle of a feature, that belongs to PO+UX.

Analytics and A/B testing are part of good feature planning and should be considered well before things get to dev.

gaggle_dk 25 minutes ago | parent [-]

I'm with you on the usage half: it's planning's job, and analytics/A-B play an important part there.

But I think we're talking past the point that a lot of what you learn building something never show up in any dashboard, because it isn't about what users did, it's what you worked out in the code. That "oh, this whole subsystem quietly assumes X, and the thing I'm adding will break that" moment. By default it lives in the heads of whoever worked on the code and I think is often gone by the next cycle.

I didn't mean to get into who should own what, but I'm trying to ask: the last time you had an insight you felt should be considered next time, did you have a place to put it? Do thoughts like that reach planning, or just dissolve?