Slashdot Mirror


Is The 6-Month Product Cycle Upon Us?

Mark Goldstein writes "What is perhaps more interesting than the 4 new Konica Minolta cameras announced today is the rapid product cycle that seems to have been established by both Konica Minolta and other manufacturers." Rather than the yearly model updates that people have come to expect, the article notes that three members of this batch aren't even a year old, and one is only six months.

4 of 272 comments (clear)

  1. 6 month life cycle...good or bad? by bje2 · · Score: 5, Interesting

    Analyzing the 6-month life cycle from the different points of view...

    Consumer - on one hand (as the second link points out), this is great for the consumer, because newer models causes the prices on the older models to drop, and then the consumer can possibly afford "more" camera then they otherwise could...of course, the flip side to this, is that you have to be satisfied with a camera that is "out of date"...

    Retail Store - although I'm sure all major electronic stores like Best Buy, Circuit City, etc, have excellent supply chain management, I still gotta believe they get stuck holding the bag a little when new cameras are announced every six months, and suddenly all of the current cameras they had in stock suddenly become devalued...

    Camera Company - obviously this is good for them...we've seen it time and time again, with cell phones being the most recent example...even though a consumer may be happy with their current product, they just have to have the most up-to-date, shiny, feature filled version of whatever it may be (cell phone, camera, pc, etc)...

    The bottom line is, I still think it's good for the consumer...look what this same type of accelerated cycle has done for the home PC...parents everywhere can now buy much more PC then they could ever use, very cheaply...yoou just gotta be able to live with not having the best and fastest thing out there (ugh, this might be the wrong forum to propose that idea)...

    --

    "Facts are meaningless. You could use facts to prove anything that's even remotely true." - Homer Simpson
  2. Microsoft et al. by pubjames · · Score: 4, Interesting


    I've often wondered why Microsoft and the other main software companies have not abandonded the idea of major product releases. Incremental releases (like those in the OSS world) make a lot more sense, as the product then evolves more organically. There is no real reason why MS couldn't start doing this for it's products. It would be much easier to get people to "subscribe" to products then, which would be good in the long term for Microsoft's revenue stream.

  3. Versionitis. by OS24Ever · · Score: 5, Interesting

    One of the things I have disliked about the computer industry and it's constant improvement is what I have started calling Versionitis. It seems that something 'bigger, badder, and faster' is always around the corner. Due to the cost of some of these items it sure makes some consumers go into a infinite loop waiting for the 'next big thing'.

    What fails to get mentioned or noticed by consumers is that digital cameras and mega pixels they support have reached a plateau as to what they are used for to why I need that many MP.

    3MP was enough for a 8x10 print, 6MP got you into the 13x19 range. anything higher than that just makes the files bigger and can introduce more compression artifacts as you try and reduce the file size with all the detail presented.

    I've got a Canon D60 that I bought in 2002. I've been adding lenses and the like over the last few years but the camera itself is a workhorse and I have no MP reason to replace it. however I'd like a few faster things like shutter speed and whatnot more than how many MP they do.

    I've had to reign in my self-control quite a few times on big ticket items. It was about 18 months ago when I decided that getting a new computer once a year was stupid and a waste of money. My Powerbook G4 867Mhz is doing me just fine still. The only thing that'd force an upgrade is manipulating larger MP camera images in Photoshop, so keeping everything in check on upgrades sure helps keep money for other things.

    --

    As a rock-in-roll Physicist once said, No matter where you go, there you are.

  4. Another Opinion by richard_willey · · Score: 4, Interesting

    Here's my perspective based on far too much time working as a Product Manager:

    I strongly prefer development models that are based on incremental releases that ship at regular intervals. Ideally, I prefer systems in which a new version of the product ships one every 4 monthes. Those features/functions that are "ready" get included in a release. Features that aren't ready will be slipped until the next version.

    This development process requires MUCH more work to set up. Code needs to be modular enough that features can be added/subtracted from a candidate without destablizing the entire system. Furthermore, there isn't much down time for release engineering. As soon as one release has shipped out the door, the next one is almost ready for testing.

    With this said and done: From my perspective, companies that focus on a small number of "Hail Mary" releases produce crappy products. If you only shipping one release every 18 -24 months then EVERYTHING gets shipped with that release, regardless of the quality of the code. Equally significant, your release engineering process inevitably gets very sloppy since the individuals running this never get sufficient practice. Finally, you are inevitably forced to push out large numbers of patches to fix all the crap that contaminated your original version. These patch releases re-introduce most of the same problems that crop up with a "regular" release model, but without the right infrastructure to support this model.

    Far better to bite the bullet and design for success from the beginning...