Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Programming IT

Slashdot Asks: Are DevOps, Agile, and Lean IT the Same Thing? (zdnet.com) 226

ZDNet writes: There have been three great movements shaping the information technology landscape. There is Agile, which emphasizes collaboration in software development; Lean IT, which promotes delivering software faster, better and cheaper; and DevOps, which seeks to align software development with continuous delivery...

These three movements have their own advocates, methodologies and terminology. But when you think about Agile, Lean IT and Agile, aren't these all the same thing, essentially? They all have the same goals, which is to deliver high-quality software on a continuous basis, collaboratively. Is it time to chuck the terminology and semantics and bring these three activities under the same roof?

Their article cites "advocates" -- two authors who have both written books about Lean It -- who are pushing for the concepts to all be brought together into a single mold. But it'd be interesting to get some opinions and real-world anecdotes from Slashdot's readers. So leave your own thoughts in the comments.

Are DevOps, Agile, and Lean IT the same thing?
This discussion has been archived. No new comments can be posted.

Slashdot Asks: Are DevOps, Agile, and Lean IT the Same Thing?

Comments Filter:
  • No (Score:5, Insightful)

    by gweihir ( 88907 ) on Sunday November 04, 2018 @03:45AM (#57588708)

    But they all stem (in part) from the same root-cause: A slow realization that IT personnel is routinely not very good and that you would need far less IT people if the were really good. Of course, the usual implementation does it completely wrong by paying peanuts and then being surprised when they get monkeys.

    • by jrumney ( 197329 )
      Alternatively: they all come from the same root cause: the lucrative industry around selling training in the latest IT buzzword of the day to companies that are perpetually struggling to deliver quality software with their workforce of low paid coding school graduates.
      • the lucrative industry around selling training in the latest IT buzzword
        That "industry" does not exist anymore since minimum 15 years, probably longer.

        • Re:No (Score:4, Insightful)

          by postbigbang ( 761081 ) on Sunday November 04, 2018 @09:19AM (#57589354)

          And you touch on the root problem with this entire question.

          The question was conjured by a writer at ZDNET so that the question could be answered in a compare/contrast article that made the author money.

          The blazing, glowing, throbbing problem with the title is that it's a question and when a question is posed as an article headline, the answer is almost always NO, leading to lots of considered, even heated replies as to defend the answer.

          The tl;dr is it's designed to sucker you into a conversation. My actual sentiment is to say: no. None of these are the same thing, except they're all coding. Three incongruent avenues to coding.

      • by raymorris ( 2726007 ) on Sunday November 04, 2018 @10:21AM (#57589532) Journal

        The summary has it wrong.
        According to Scrum.org, Agile is *not* supposed to improve quality, that's not one of its goals, and indeed it deliberately chooses to sacrifice quality in order to achieve it's goals.

        Agile has two main goals it can achieve:
        1. Working around the fact that most programmer were never taught how to properly determine requirements.

        2. Getting partial implementations out the door faster, so the organization can get part of the benefit before the system is finished.

        By giving up on teaching how to determine and document requirements, quality is reduced.

        By purposely pushing out code before it's done, as soon as it might be somewhat useful, quality is reduced.

        That's not to say Agile is bad. Getting half-finished software TODAY instead of completely finished software three months from now may be very valuable in many cases. It just doesn't improve quality.

        • by bsolar ( 1176767 )

          By giving up on teaching how to determine and document requirements, quality is reduced.

          An agile team is *still* supposed to determine and document requirements. The main difference in agile is the assumption that these requirements are going to change. In my experience in many fields it's a very wise assumption to do no matter whether you are implementing with agile or not.

          By purposely pushing out code before it's done, as soon as it might be somewhat useful, quality is reduced.

          An agile team is *not* supposed to push out code before it's done either: it's supposed to factor the requirements in smaller modules which can be pushed out when done before starting with the next. This "done" should inclu

        • Scrum is 'cargo cult' Agile.

          It uses the words, but gets everything wrong.

          Agile is a manifesto that sounds good enough to PHBs they pasted onto their micromanaging bullshit.

          Agile explicitly says: 'People before process'. Scrum is the opposite.

      • Yeah, they are all very different certifications which require distinct expensive training courses. Now hand over several thousand or else.

    • Re:No (Score:5, Insightful)

      by Kjella ( 173770 ) on Sunday November 04, 2018 @05:06AM (#57588890) Homepage

      But they all stem (in part) from the same root-cause: A slow realization that IT personnel is routinely not very good and that you would need far less IT people if the were really good. Of course, the usual implementation does it completely wrong by paying peanuts and then being surprised when they get monkeys.

      Meh, sometimes you pay very expensive consultants and you still get shit. In my opinion there's way too much focus on the process and far too little focus on the actual output. And by output I don't mean the finished result, but from each step in the requirements -> solutions -> systems -> functions -> code chain. It doesn't matter that much if you're trying to cook and eat the elephant in one piece (waterfall), chunks (iterative waterfall), timeboxes (agile) or nibbles (continuous delivery) if it's still raw or spoiled.

      I know everything is much easier in hindsight but every time we fail we should backtrack and see where we actually failed. Like, is this a code error, a low level design issue like a missing function, a high level design issue like the overall data flow is wrong, is it a requirement that was implied but not properly expressed? And then go back and see when we did this, why didn't we see it? Yes, some issues and needs you only learn about by actually running into the problem but a lot of other things are simply "we didn't think this through" and maybe we should.

      • by gweihir ( 88907 )

        The implication is the other way round (why do people even here do not get how that works?): You pay peanuts, you get monkeys. If you get monkeys, you may or may not have paid peanuts, that is not specified by the implication. There is a lot of high-priced consulting out there that delivers really bad results. But the ones that deliver really good results are also asking high rates, although typically not as high.

      • Re:No (Score:5, Insightful)

        by ilguido ( 1704434 ) on Sunday November 04, 2018 @09:38AM (#57589400)

        In my opinion there's way too much focus on the process and far too little focus on the actual output.

        This. Exactly this. There are so many things wrong with how these things are actually implemented in the real world! The bosses who are sold on these ideas do not understand that a good process does not substitute competent people, that is you need competent people in order to have a functional process and not the other way around. Moreover there is not one process to rule them all, different tasks, different projects may need different processes.

      • It's always the requirements. If you write sufficient requirements they would be transferable into machine code and what is the point of that.
      • Completely agree. While process can be valuable, the most important ingredient is having good people (smart+experienced) that regularly collaborate to review+adjust to keep the project on track.

        Articles like the one in the summary are written as if these methods are new but they're not new. In my experience with enterprise projects (35 years), smart people naturally identify good approaches to problems. There is a continuum of approaches and smart people align specific aspects of projects with the meth
  • Yes and No (Score:4, Interesting)

    by Jane Q. Public ( 1010737 ) on Sunday November 04, 2018 @03:47AM (#57588714)
    They really are all part of the same thing.

    But this "splitting" it up into different fields is an attempt by some people to over-specialize.

    Over-specialization, in turn, is an attempt to get paid more for doing less.
    • Re:Yes and No (Score:5, Insightful)

      by Idimmu Xul ( 204345 ) on Sunday November 04, 2018 @04:28AM (#57588784) Homepage Journal

      Yes and no.

      Specialising is often necessary due to hiring and experience constraints.

      You can't be immediately good at everything but the project needs code, databases, networking and infrastructure.

      Sure you can get code off the ground by a beginner who's taken a Udemy course and managed to get something up and working on Heroku and Mongo cloud, but what do you do when the platform grows, you need to move to AWS or/then physical infrastructure to reduce costs and scale.

      You want the same guy to learn AWS security policies or hire in for it?

      AWS costs have spiralled. You've now moved to the datacenter, you've got some dedicated infrastructure provided to you in a VLAN via a switch the datacenter manages. You expect the same developer to know the ins and outs of the operating system, kernel tuning, scaling the service horizontally and the database too?

      Now you've leveled up. You own racks, you're running redundant BGP services for peering, you're managing your own switches with their own VLANs, you've got keepalived rewriting MAC addresses to reroute packets between machines.

      Same guy for complete company life cycle? Or can we hire specialists?

      • Specialising is often necessary due to hiring and experience constraints

        In a way. I’ve often said something similar, except that I called (over-)specialisation and the increasing compartmentalisation of work the result of lazy HR practises. Once you are almost solely relying on well defined specialist “resources”, you’ll find that specialists are a lot easier to manage (and replace!) than generalists. That’s the difference between managing resources and managing people. And while your output will not be as good with specialists, it will be more con

        • Re:Yes and No (Score:4, Informative)

          by Idimmu Xul ( 204345 ) on Sunday November 04, 2018 @06:13AM (#57589004) Homepage Journal

          Interestingly, I see a bit more room for generalists in Agile and DevOps shops. Even if hiring practices still havenâ(TM)t caught up.

          The 'devops' role is almost by definition a generalist. The best people that typically fill it are good enough to be developers in their own right, great enough to be systems administrators, good at QA, databases and a host of related disciplines. It's almost the inevitable by-product of experienced system administrators who know code and wrote code to get rid of repetitive tasks, at scale.

          • Re:Yes and No (Score:4, Informative)

            by Junta ( 36770 ) on Sunday November 04, 2018 @09:06AM (#57589330)

            The reality is that 'devops' has achieved critical mass as a buzzword, so any particular interpretation of what that means is both correct and incorrect in the current reality.

          • DevOps is not a role [stackexchange.com] and if you are hiring "DevOps Engineers" you are doing it wrong. You don't hire "Agile Developers" - agile is a method that developers use. The same goes for DevOps. It is a way of running a team. That team should be made up of generalists and specialists as is appropriate to the size and business needs of the organization.
      • Re:Yes and No (Score:4, Insightful)

        by Junta ( 36770 ) on Sunday November 04, 2018 @09:12AM (#57589340)

        After observing teams ranging from a handful of servers up to thousands of servers, one huge mistake I see oft repeated is a company getting all tangled up in trying to use complex advanced function they do not need, introducing fragility and hard to debug behaviors that no one quite understands.

        Yes, various advanced functions have their uses, but there is a high probability that if you are trying to integrate a high number of them, you are *probably* making things needlessly difficult. Even if it could provide value, that has to be balanced against your own limits and perhaps it's better to forgo that value for the sake of staying in reach of your competency (by all means learn things and grow competency, but don't overextend yourself).

    • by mrvan ( 973822 ) on Sunday November 04, 2018 @05:36AM (#57588926)

      Programming, motherfucker, do you speak it? [programmin...fucker.com]

      They claim to value: Responding to change

      They really value: Instability and plausible deniability

      We fucking do: Programming, motherfucker!

  • Yes and no (Score:4, Informative)

    by Bud ( 1705 ) on Sunday November 04, 2018 @03:58AM (#57588736)

    Lean IT is about delivering quickly and cheaply, Agile about delivering high value compared to the costs, devops about taking responsibility for your work. If you start with one of these methods and take it to its logical conclusions, you'll end up with something that isn't very far from the others.

    The idea that you can start with a mishmash of all three is probably not productive - there's a kind of learning journey you have to go through - but I'm willing to change my mind if somebody delivers proof.

    • This.

      They do work well together. But only when implemented correctly across the org.
      Most of the time it's just blind leading the blind down another dark corridor, while singing the songs of Agile, DevOps, shared responsibility while forcing shit culture on everyone under a new label.
    • DevOps is not a method. It is a job description.

      No idea why americans don't get that.

    • Agile is not just for IT, or even primarily for IT, it's just a product development style. DevOps is mostly an IT thing, it only makes sense in the context of having customer facing servers; so you make operations and development the same group, despite no commonality in skill sets, so that you don't have to hire as many people. Lean IT I dunno, I haven't done IT since the 80s, but it was always lean and underfunded back then. But they're most certainly NOT the same thing.

  • Yes (Score:2, Insightful)

    by Anonymous Coward

    They are all bullshit ideas from management that do not work in reality

    • Care to share your experiences of them? I sense anger in you but there is hope.

      • Re: (Score:3, Insightful)

        Management has a vested interest in systems which allow a small number of people to control a large number of people. It enables the people at the top of the organization to claim to be in control and extract large compensation amounts for the benefits of their control. Switching to another system usually involves a compelling purpose for switching from the existing system and almost always it's the promise of reduced costs. So most modern systems of management really are focused on control and cost redu
      • Re:Yes (Score:5, Interesting)

        by erp_consultant ( 2614861 ) on Sunday November 04, 2018 @11:27AM (#57589756)

        From my experience (over 20 years) it seems to me that management is more concerned with shipping something than shipping something good. It is mostly about delivering projects "on time". Quality issues? That's Support's problem.

        For management people the next rung on the ladder is only attainable when you have shown that you can deliver projects on time and on budget. Quality is almost never part of that equation, unless the project goes horrifically bad. Even then they can usually lay the blame on contractors, or the offshore monkeys, or anything else that comes to mind.

        This is one of the reasons, in my view, that we have so many poor managers. We have lots of people that have learned how to game the system but relatively few that actually know how to manage people and tasks effectively. Over the years I have had some great managers and they really stand out because they are so much better than the norm.

  • by Idimmu Xul ( 204345 ) on Sunday November 04, 2018 @04:03AM (#57588746) Homepage Journal

    from tfa..

    But when you think about Agile, Lean IT and Agile, aren't these all the same thing, essentially?

    Well, two of them are ..

  • by Rosco P. Coltrane ( 209368 ) on Sunday November 04, 2018 @04:04AM (#57588748)

    it works only if the practicioners (teachers or coders) are phenomenally good. That is to say, in the real world where most teachers or coders are average, most of the times it doesn't. That's why there are so many failed Agile projects out there, for the odd one that functions well.

    I thought the development world had realized that by now: are we still under the spell of this fad?? Jeez... Some things just refuse to die.

  • Only a Millennial would ask such a silly question.
  • by rgbe ( 310525 ) on Sunday November 04, 2018 @04:12AM (#57588760)
    They are not all the same thing, but they have components which are similar, like overlapping circles in a Venn diagram. DevOps is the result of Lean IT. If you need to make things such as release cycles go faster, then you will end up with automation of manual and repetitive tasks, hence DevOps. Lean IT is largely about reducing waste. So if you reduce the size of the development cycle, you reduce the likelihood of a large amount waste occurring. From that comes Agile, small bite-size chucks of work. Although lean IT is not just about development.
  • I'd say no (Score:5, Informative)

    by Idimmu Xul ( 204345 ) on Sunday November 04, 2018 @04:19AM (#57588770) Homepage Journal

    Agile is a project management paradigm.
    Devops is a software *delivery* paradigm.
    Lean IT is an accounting paradigm.

    Agile is usually in contrast to a waterfall model. Agile has quick iterations where things can change whilst waterfall has one large iteration which hopefully ends with a delivered product.

    Devops is the application of development tools to managing operations. This then paved the way for things like continuous integration, automated testing and deployments, cloud infrastructure, infrastructure as code, continuous delivery etc etc i.e. operations driven by code.

    Lean IT is the is the elimination of waste.

    You can implement devops practices with both Agile and waterfall. Devops doesn't rely on Agile's iterative premise of essentially not knowing what you're building until it's built. If you're doing waterfall and youve come up with all the requirements before hand, written Z notation or whatever to define behaviour, front loaded the work to complete all the test plans before the code is written, why not run CI to do automated testing and deployment as the code is written?

    If Lean It is the elimination of waste, why does a devops environment have to be lean? Why can't I over provision cloud or physical infrastructure and just have it sit idly by doing nothing whilst running perfect, by the book, Agile project management and Devops takes place? What does the elimination of waste have to do with Agile or waterfall style project management? Neither Agile or Devops has the goal of eliminating waste, they have goals of delivering working code.

    It could be said that Agile has a goal of not writing code that doesn't need to be written but the reality of that is when doing iterative sprints often because of the model, not knowing exactly what the customer wants for instance, you're going to end up rewriting code upon discovery that your assumptions were wrong. That's waste.

    All three run together beautifully and there's plenty of cross over but to say they are the same or even have the same goals is naive.

    • by MobyDisk ( 75490 )

      This is the only correct answer I have seen so far here. The article is like asking if software development is the same thing as working in IT. To a lay person not in the field, yes they might seem the same. To anyone in those fields it is very different.

    • I have to agree that this is the only answer I've seen so far that is actually right.

      Agile is often at odds with Lean. Agile wastes a lot of time and effort in rewrites that you wouldn't have with waterfall. DevOps (CI/Unit Tests/automated security scans/CD) becomes vastly more important with Agile because you are making so many more builds than you would with waterfall. In order to change from say monthly or quarterly builds to weekly/daily (or multiple per day) builds, you simply can't have a QA team t

  • management.

    basically "Fast, Cheap, Easy, Pick 2"

    You can also study "The Mythical Man-Month" Fred Brooks, 1982

    • by jrumney ( 197329 )
      Around here we insert "quality" in place of "easy". I guess it works either way, except that PHB doesn't care whether something is easy or not, so the former is a no-brainer to him - fast and cheap every time.
    • by Junta ( 36770 )

      Every time, obvious observations are made and held up in hopes of driving a mindset change and every time the inconvenient ones are discarded.

      The common thread is each time it's suggested you need good people and that is guaranteed to be the one thing discarded as it becomes a fad in the industry.

  • All of these are shit, compared to the X6Delta way of sculpting the future in ways unforseen to achieve greatness!

    • by Junta ( 36770 )

      And now many companies have begun the search on how to get certified X6Delta.

    • Anyone who is paying attention knows that X6Delta has been superseded by Extreme-CEO-As-Dev (TM) for instantaneous ROI and complete company adaptability.
  • by 93 Escort Wagon ( 326346 ) on Sunday November 04, 2018 @06:14AM (#57589006)

    ”Are DevOps, Agile, and Lean IT the Same Thing?”

    Yes, they are all the same thing. They are buzzwords.

  • by Qbertino ( 265505 ) <moiraNO@SPAMmodparlor.com> on Sunday November 04, 2018 @06:43AM (#57589058)

    "Agile" - Bullshit term (fake nown) stemming from the very real term "agile software development". The correct nown would be "agility" or "agility in software development" or "agile development". This is usually achieved by focusing on strict procedures and a clearly defined and limited set of tools and technologies in order to automate most tasks and be ready to quickly react to clients who don't know what they want to somehow know exactly what it may cost and when it needs to be finished. This is usually the case in the broader industry of web software development. This is why Scrum (offering those exact traits) is often used synonymous with "agility in software development" although it's just one method for agility. Albeit - done correctly - a very usefull and effective one.

    "DevOps" - DevOps is the merging of administration and development through automation, standardization and ever increasing performance of computers and networks. Administrative tasks and development tasks move closer together, as both take less work and offer more enablement for IT workers. The line between development, administration and maintenance blurs, hence the portmanteau term "DevOps" - as in "development and operations". These tasks are also moved together because in the SaaS world product lifecycles are increasing shorter or in some cases perpetually changing, requireing IT experts to switch between development, maintenance and administrative tasks on a hourly basis.

    "Lean IT" is a broader term describing the trimming down of IT in companies and ventures due to the ever increasing power and versatility of hard- and software. Tasks usually left to special computers and software are now increasingly being handled by off-the-shelf hardware, such as headless desktop computers serving as utility servers, upper-range consumer-grade NAS devices as essential fileservers or cheap generic web-based groupware for mission-critical document management. Stuff like this can nowadays also often be easily moved on to SaaS (aka "Cloud") offerings and back again with enough reliability and fault-tolerance that the risk associated with such an infrastructure shift is justifiable. IT gets leaner and cheaper, with less requirement for highly trained staff. A good example these days is the demise of the on-premise self-hosted MS Exchange groupware/mailserver that is replaced by web-based solutions or subscriptions purchased directly from MS and putting many high-earning MS Exchange experts out of jobs.

    One could argue that all three concepts exist only because of ever increasing efficiency in digital technology, but the terms itself do describe different things.

    My 2 eurocents.

    • by gtall ( 79522 )

      You lost me at the use of "nown" for "noun".

    • "Agile" - Bullshit term

      "DevOps" - Bullshit term

      "Lean IT" - Bullshit term

      It's all just management-speak, and if there's one truth that underlies all management-speak is that it's utter bullshit.

      If you are successful in IT, you are lean/agile/devops. If you are not successful, then you are not lean/agile/devops, and should immediately transition. See what I did there? I gave you absolutely nothing of value, and no sense of direction. Management-speak. Bullshit.

  • by cjonslashdot ( 904508 ) on Sunday November 04, 2018 @07:00AM (#57589088)

    They are different schools of thought, with different origins, and different communities. That said, there is overlap, and today many "Agile coaches" are intimately familiar with all three schools of thought, although the reality is that most Agile coaches know very little about DevOps.

    In fact, DevOps arose partly out of the failure of the Agile community to address the things that DevOps addresses. The Agile community is largely controlled by the Scrum community, which is highly dysfunctional, because it is driven by a set of thought leaders who have turned it into a certification mill. It is their moneymaker, and they have proven to be rigid in their thinking (not very Agile!) and treat Scrum like an ideology. The Scrum community has done enormous harm to the Agile movement, which was founded on very strong principles (the Agile Manifesto), but which ran aground in the mid-2000s because of its inflexibility and dogmatic extremism. The ideas are not the problem - the "thought leaders" were the problem.

    DevOps arose out of a need by big companies to deliver Internet scale things fast, while managing their risk. This later came to be known as DevOps. They did it by looking at the whole delivery process, end-to-end, and by creating enough automation and tests so that if something passed all the tests, it was good enough to release. Automation of deployment was an essential part of that, because end-to-end test require continuous delivery - you must deploy to a test env to run such tests. If you want to run those tests continually, you must deploy continually to the test env - hence the need for automated deployment. And of course A/B, canary and scaling deployments are a natural evolution of that. All this happened inside the Googles, Facebooks, Netflixes, and Amazons, and later came to be called "DevOps".

    The Agile community was caught with its pants down, because it should have been talking about these things, but wasn't - it was stuck in the same old conversations over and over again - about how to have a good retrospective, how to engage the product owner, and so on - and completely ignored the technical side of things. This was regrettable because some of the early advocate thought leaders, such as Kent Beck and Ron Jeffries, were ardent advocates of automation and technical practices, but the Scrum community co-opted the whole thing and drove it into a ditch. Eventually, the Scrum community realized they were being overshadowed by DevOps, and they started to try to get back in the game by saying that one should use "Scrum plus extreme programming's technical practices". That's kind of weird because extreme programming also has ceremonies very much like Scrum, so if one uses XP, one doesn't need Scrum at all.

    Now today the Agile community is trying to take itself back from Scrum, and get on board with DevOps.

    Lean IT is another similar story. It because clear that the Agile community was not addressing how to "scale" Agile. The Agile community was saying useless things like "don't do Agile, be Agile" - yet offered no insights as to how to take action on that. So people looked to "Lean" and found some answers there.

    And then there are things like Less and SAFe, which were attempts by some individuals to answer the question of how to scale Agile. The Scrum community was immensely derisive of SAFe - an indication of how insular and dogmatic it is, because they felt threatened by it - and indeed today SAFe is immensely useful in organizations that build big things - large programs needs actionable models for how to apply agile ideas at scale. Yet SAFe had its own gaps, namely it said little about the technical practices, but unlike the Scrum community, the thought leaders of SAFe embrace other ideas and have added DevOps to their mix of recommended things to consider. SAFe is not a methodology by the way - it is just a model for how to think about scaling issues.

    So to bring all this "under one umbrella", one must consider that for those who know these schools of thought, they

    • If you don't know anything about agile and Scrum, I wonder why you rant about them?

      The rest of the Agile community will come under a single umbrella very willingly.
      There is no one fits it all agile approach. So there is no such umbrella.

      BTW: a Scrum Certificate is probably the most cheapest certificate in the industry, calling it a certification mill is just bollocks.

      • LOL - I have written books and blogs about these things; my own company (I was CTO) adopted XP in 2000. I have been an Agile/DevOps coach for a decade. I am sure I know more about it than you do ;-) But I agree with your other points. You would do well to avoid making a personal attack against someone who you don't know. It shows immaturity.
        • I did not make a personal attack on you.

          And writing a book is not a qualification. Strange that I hear that so often lately (mostly in martial arts, though).

          I have been an Agile/DevOps coach for a decade. Nice. Sad we never met.
          As I do this far longer than a decade, long before the terms even where coined: I am sure I know more about it than you do ;-)
          I respectfully disagree ...

          • Sorry angel'o'sphere. Your post started with something about a rant. I might have misunderstood the intent. So many posters on slashdot are immature, rude and nasty - like they surely would not be if they were talking to someone face to face.

            Let's not debate our quals please. I am sure you are competent - most people here are. Please know that I am as well. I don't just coach - I code - have been for 40 years, many languages, written compilers, web apps, a relativistic 3D simulator, deep learning apps, cont

  • But when you think about Agile, Lean IT and Agile, aren't these all the same thing, essentially?
    Pizza is made from grain.
    Pasta is made from grain.

    Both have basically originated in Italy, main ingredience are tomato and cheese. Both have the same goal: to be tasty and make you full, therefor: they are the same thing!

  • Empty buzz words.. (Score:5, Insightful)

    by Junta ( 36770 ) on Sunday November 04, 2018 @08:35AM (#57589264)

    They all have the same goals, which is to deliver high-quality software on a continuous basis, collaboratively.

    This is obviously what everyone wants and some people think waving some philosophy or methodology wand can magically make this happen. The people who kick off these pseudo-religions by reflecting upon the moments they experienced a good team making a good product, and thinking "boy if everyone pretended they were like this good team, everything would work out, here's some ways to pretend..."

    If they do a good enough job naming and headlining their methodology, marketing type folks jump on board, get it out in the media, get certification mills running, advertising efforts start to coalesce around this next silver bullet that will make your terribly dysfunctional team of bottom of the barrel employees perform like the best. Key leaders get seduced by the profit potential and likely don't even realize their original vision isn't panning out.

    Then when a critical mass of people observe that terrible teams are still terrible teams despite ostensibly adopting 'habits of effective people' someone inevitably proclaims a *new* methodology (which generally is the same as the old methodology) to start the cycle all over.

    The reality no one wants to acknowledge is that success requires a *small* team of *really good* folks at the core. At *best* that would mean a company actually has to spend money and that is not the answer they want. At *worst* it means that the talent they need is simply unavailable at any price, or that if it is, they wouldn't have a clue how to recognize and distinguish such talent from crap.

  • Those three are all continuations of the failed human wave ideology. Where bean counters and managers love to hear that they can toss more bodies on a problem to solve it in time. Regardless of skill, competence, concentration, ramp up time and work-motivation.
    Of course this doesn't work, but complex work methodologies always leave ample opportunity for the real culprits to hide and find a scapegoat.
    In real life, nothing can replace a good plan, a good developer or enough time to do things properly. Nothin

  • by Misagon ( 1135 )

    DevOps is a portmanteau.
    Agile is an adjective.
    Lean IT are two words.

  • Well... yes. (Score:3, Informative)

    by Opportunist ( 166417 ) on Sunday November 04, 2018 @09:13AM (#57589342)

    They all belong into the same box. The one where a consultant gets a lot of money to teach you something that makes you more productive if you don't use it.

  • They are three different fads.
  • by Proudrooster ( 580120 ) on Sunday November 04, 2018 @12:41PM (#57589962) Homepage

    DevOps is a job description that merges development and system/database/cloud administration into one job. This is why we have security holes galore in modern software and web applications. One person can't learn it all, code it all, and secure it all.

  • First, obviously because of Betteridge's law of headlines, second, because 'lean IT' is when all the IT stuff is done by the bosses teenage son on the weekends.

  • As in "management fads that will all be forgotten within the next 10 years"?

    Yes. Yes they are!

  • by internet-redstar ( 552612 ) on Sunday November 04, 2018 @07:51PM (#57591430) Homepage
    "But when you think about Agile, Lean IT and Agile, aren't these all the same thing, essentially?"

    Especially the former and the latter are absolutely positive the same thing :-D

Kleeneness is next to Godelness.

Working...