logoalt Hacker News

dotancohentoday at 3:06 PM4 repliesview on HN

So what Anthropic calls "telemetry" is really "telechangeability"? That's sits with me even less comfortably than did the idea that some features are only available with telemetry enabled.


Replies

dannywtoday at 5:40 PM

I’d just assume good intent here. Feature flags, telemetry, and fast rollouts / rollbacks are standard practice in software. Have a look at chrome://flags perhaps.

I fully believe GP that there was zero intent to gate this behind collecting telemetry. Sounds like a little tech debt and a little oversight, and the simplest explanation is that it is.

stravanttoday at 3:33 PM

That's just how big companies roll out software changes for software that auto-updates.

It's much preferable to be able to instantly fix it if the rollout of a new feature goes wrong than have everyone who installed the broken version bring stuck with problems until the company realizes the issue and rolls forwards with a fixed version.

https://martinfowler.com/articles/feature-toggles.html

show 1 reply
post-ittoday at 3:23 PM

Not necessarily. They probably have an integrated service that handles some telemetry and also feature flags, like Braze. They toggled the whole thing off based on telemetry settings. It's a bug I've made before too.

tyretoday at 9:29 PM

Seems like they overloaded whatever they use for telemetry to do feature flags.

It’s not a crazy conspiracy. They messed up, it’s fine.