I know I'll end up getting one, as the appeal of health tracking with an integrated device makes a lot of sense, but I have had a hard time just thinking about giving up wearing my automatic watch, that has been on my wrist for the past 11 years and never failed me.
I'm hoping Apple can eek out some additional battery life with their next iteration, so that I don't have to think about charging it every night. Maybe they could add in an automatic rotational charger to provide a bit more life to the Watch and create a hybrid mechanical / electronic Watch.
There is a crazy level of uneality in what people
Siri can't take notes on the Apple watch? For shame! Why can't apple just add everything that matters - I hate this trickle down effect. The ONLY purpose of a watch should be to replace redundant functions of a phone. If that is going to be the case, then we need all those features now. Not that hard to do, since they're simple tasks. But instead they're busy putting a camera into the band.
Have you ever written software, especially system software? Do you have any idea how difficult it is, especially in a resource constrained environment?
You think something like "take audio notes" is a trivial operation, but think it through. The watch's primary constraint right now is that it must retain power for a day (even under heavy use conditions, like a lot of exercise tracking) otherwise people will be furious. Part of hitting that power goal is that pretty much everything on the watch apart from sensors and some radio shuts down as soon as the screen goes dark --- pretty much always.
This is obviously not ideal --- it means, for example, that right now an app can perform no background processing of any sort. AND it means that, as the OS is currently constructed, the low-level facilities (inside the scheduler and the power management code) simply aren't there to support additional various special cases where it would make sense for (in this case) screen goes black, radios go off, but what stays alive? Mic obviously, speaker no?, CPU? (or can you do everything necessary in the audio part of the SoC?) You see the point?
Look at what has happened (and continues to happen) with iPhone iOS. Every year Apple considers a few new sensible use cases and implements the code to allow them to happen while ALSO not impacting the UI experience. First IOS no apps. Then apps but no background activity. Then very restricted background activity. Then letting up various constraints on background activity. We're at WatchOS 2. Things will be very different by the time we hit WatchOS 9 --- but getting there takes time, not because Apple hates you, but because doing things well is HARD.
That's the Apple way. If you want the alternative experience (things get added half-assed, sure they're available but your device may or may not run hot, lose power rapidly, the service occasionally crashes, etc) that's available in Android. Plenty of people want that control --- good for them --- but to claim that Apple will better serve its existing customers by copying Android is just idiotic.