Having an organization that wants to change is the most important prerequisite ... #c9d9 @YodleTech
By Anders Wallgren | Article Rating: |
|
July 27, 2016 01:27 PM EDT | Reads: |
1,510 |

A few weeks ago we hosted We recently hosted another episode of our Continuous Discussion (#c9d9) podcast, this time talking about “Continuous Improvement“.
Our expert panel included: Chris Nicola, co-founder and CTO of WealthBar; Daniel Rolnick, CTO of Yodle; Pete Grant, an architect specializing in automated testing; and our very own Sam Fell.
During the episode, we discussed key prerequisites for continuous improvements, lessons learned from the field and tips around Organizational Design, Communication, Automation and Blameless Culture for facilitating and empowering change.
Key Prerequisites for Continuous Improvement
"Having a goal that you can't achieve with your current organizational design is a prerequisite" #c9d9 @petejgrant
Grant advises to aim high to see improvement: “One of the best prerequisites to have is a goal that you can’t achieve with the current organizational design that you have. If you can say that you can deliver this one project that’s worth tens of millions or even hundreds of millions and you couldn’t have done that before, then your stuff is worth tens of millions or hundreds of millions – that is the thing which people can get motivated behind.”
Prerequisites for continuous improvement come from the organizational level, according to Rolnick: “An underlying prerequisite is having an organization that wants to change, is willing to change and is thinking about change. Give people a forum to have conversations and empower them to then take action on things they are measuring, see or observe. That way they don’t just have problems, they have solutions.”
Prioritizing is key for continuous improvement, per Nicola: “I think a lot of the time when you take a look at what’s on the board you have to ask yourself, ‘Are any of these things we’re talking about that we’re not happy with pivotal to goals of the organization and our system? Are they going to actually result in big improvements?’ If they are, I suspect you’d be a lot more focused on them. If you’re not sure, then it’s very hard for people on the team to really understand why they’re a priority, and so often they get left to the way side in favor of things that are more urgent.”
Organizational Design
Forcing top down things will never be as powerful as aligning people - @samueldfell #c9d9 #ContinuousImprovement
Have a #culture around maturity to handle conflict of change & the ability to self-reflect - @chrismnicola #c9d9#ContinuousImprovement
Do not throw out processes that haven’t worked in the past – they may work today, says Rolnick: “There is no guarantee that what didn’t work in the past won’t work today. Now may be the right time for it, or there is enough infrastructure there to support it. Revisiting processes as the world evolves, your company evolves and the market evolves is always important. Take time to step back and reflect on your processes.”
Having a solid management structure is crucial to continuous improvement, according to Grant: “One thing that helps a lot is being able to see everything that is going on, such that you can actually have that idea of the centralized commander of a project without having to come back to the one person who knows how everything is going on.”
Nicola discusses the negative effects of the “null-process”: “It’s something like – if you want to get something done in this organization, first you got to be friends with Bill, if you’re friends with Bill then Bill will listen to you, and then you might make some progress – but if Bill doesn’t like you, well, all bets are off. That’s a really bad thing for a culture in organization, and it undermines effective communication within organizations. So I think we do need to be clear in organizations, we obviously don’t want excessive or unnecessary processes, but we do need to have processes particularly around communication.”
Communication
"If your're not fixing the right things, you aren't fixing the overall system"- @samueldfell #c9d9
Have purpose, agenda and preparation if you are going to call a meeting -- @petejgrant #c9d9
Look at the value of what you are doing when it comes to communication, advises Grant: “I think that what is fundamental is the stuff you are doing – if it is valuable enough then you can afford to say – ‘You know, this is a bit more than a five day thing, let’s just put eight days in the plan.’ When you are clear on the benefits and they are that big, then you can call out that stuff in advance, set those expectations, which means you can afford a smooth transition.”
Communication should be spearheaded by leadership, according toNicola: “Explicit processes should be there; in my opinion, it’s a leadership thing, it needs to be done. We often talk about the problem with top-down management, but the job of management is of course to be top-down when it comes to recognizing where the lack of an explicit process is creating conflict, or negative conflict within your groups in organizations. They need to say, ‘OK, I see that we’re not making progress here in our discussion, I’m going to propose that we do this a different way, a more explicit way.”
Company culture can have significant effects on communication levels, says Rolnick: “If you have a culture that is embracing of making change and is not judgmental of where the change is coming from, anyone should feel comfortable questioning the process. Even a process that everyone does every day – they should be comfortable to ask, ‘Why do we do it this way?’ They should be willing to say it and people should be willing to hear it and receive it.”
How Automation Helps with Continuous Improvement
Don't make testing an artifact, make it part of the system - advice per @chrismnicola #c9d9
"With passive tests, your effort isn't just used during dev/test, they are audits you can always run in your environment" #c9d9@petejgrant
Grant recommends Jenkins and DBfit to help with automation in data warehousing: “From a data warehousing point of view, my automation recommendation would be to start with the kinds of checks that you can use to make sure your data is right, and do them in a way that you can use them in production and on all of your development environments. Then, then have Jenkins control all of it, because Jenkins is a good tool for that, also a tool called DBfit, which works really well with data warehouses.”
Assess if automating is right for the task before jumping into automation, advises Rolnick: “When you encounter a manual process in your flow, don’t just say ‘Hey, we should automate this,’ you should ask, ‘Is it worth automating?’ If you are doing it often enough and it takes long enough, then it’s worth automating. Unless it’s really hard – then the payoff may not be there.”
Nicola on the automation of code: “The code itself should be testable, with almost no need for extra test frameworks or harnesses. That unit, system, or sub-system should be autonomous by itself, and verifiable on its own – this gives people the clear and explicit definition: ‘This is how you test this, this is how you verify it’s working.”
Blameless Culture
"Giving people the power and comfort to be able to talk about anything, gives people a lot of power"
--Daniel from @YodleTech #c9d9
"When something goes wrong, having people step up and take responsibility makes blame irrelevant." - @petejgrant #c9d9
It’s not always the people to blame, remarks Rolnick: “Giving people the power and comfort to be able to talk about anything drives a lot of this. Everyone has a situation where they were the root cause of something, but more often than not it is the tooling or process that really failed, they were just the person at the steering wheel when it failed.”
Don’t discredit those that make mistakes, says Grant: “When you have processes that are stronger, the people become a lot more valuable and everyone has a much better credit balance with everyone else on the team. Even though they may do things wrong from time to time, overall even people who mess things up are still valuable, and that can be a function of how well the team is set up and structured.”
Nicola advises to use caution when using the term “blameless culture”: “Ownership is really the key thing here. I do sometimes worry that the term blameless culture maybe focuses on the wrong part of it – you want a culture that fosters ownership, and makes people feel comfortable taking ownership on things that are sometimes going to fail. One of the ways that you do that is by having a good root-cause analysis, or retrospective processes, that allows people to take ownership, review and determine the root cause, and take action to remediate.”
Watch the full episode here:
Want more Continuous Discussions?
We hold our #c9d9’s every other Tuesday at 10 a.m. PST. Each episode features expert panelists from the community, talking about DevOps, Continuous Delivery, Agile and more. Check out previous episodes and see what’s up next here.
Published July 27, 2016 Reads 1,510
Copyright © 2016 Ulitzer, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
Related Stories
- Veeva to Discuss Key Takeaways from 2014 Veeva Commercial Summit
- Three Key Takeaways from 2016 AFCEA Defense Cyber Operations Symposium (Video)
- Three Key Takeaways from HIMSS16 (Video)
- Key Takeaways from Continuous Discussions (#c9d9) Episode 45: DevOps and Security
- Key Takeaways from Continuous Discussions (#c9d9) Episode 47: Open Source and DevOps
- Key Takeaways from Continuous Discussions (#c9d9) Episode 46: Deployment Automation 2.0
- Key Takeaways from Continuous Discussions (#c9d9) Episode 69: Continuous Testing
- Continuous Everyone | @DevOpsSummit #CloudNative #Serverless #DevOps #ContinuousDelivery
- Key Takeaways from Continuous Discussions (#c9d9) Episode 75 – Continuous Monitoring & DevOps
More Stories By Anders Wallgren
Anders Wallgren is Chief Technology Officer of Electric Cloud. Anders brings with him over 25 years of in-depth experience designing and building commercial software. Prior to joining Electric Cloud, Anders held executive positions at Aceva, Archistra, and Impresse. Anders also held management positions at Macromedia (MACR), Common Ground Software and Verity (VRTY), where he played critical technical leadership roles in delivering award winning technologies such as Macromedia’s Director 7 and various Shockwave products.
- DevOps and Immutable Infrastructure | @DevOpsSummit #Docker #DevOps
- Culture: Change or Die | @DevOpsSummit @AccentureCloud @AccentureTech @Geek_King #DevOps #AI #DigitalTransformation
- 51 Useful Docker Tools | @DevOpsSummit @JFrog #CloudNative #DevOps #Serverless #Docker #Kubernetes
- A New Era of Containers | @DevOpsSummit #CloudNative #Serverless #DevOps #Monitoring #Docker #Kubernetes
- Portals and #ContinuousDelivery | @CloudExpo @DellEMC #AI #APM #DevOps
- [video] #DevOps and #DigitalTransformation | @DevOpsSummit @AndiMann #Serverless #DX
- How to Design and Deliver Microservices | @DevOpsSummit @CASTHighlight @OnQuality #DevOps #Microservices
- CFP for @DevOpsSummit NY Opens | #CloudNative #DevOps #Serverless #Kubernetes #Monitoring
- Continuous Deployment for Docker | @DevOpsSummit #CloudNative #Serverless #DevOps #Kubernetes
- How to Sponsor @DevOpsSummit 2018 | #CloudNative #Serverless #DevOps #Docker #Kubernetes
- DevOps and Immutable Infrastructure | @DevOpsSummit #Docker #DevOps
- Optimizing the Ops in DevOps | @DevOpsSummit @GHaff #Serverless #CloudNative #DevOps
- Culture: Change or Die | @DevOpsSummit @AccentureCloud @AccentureTech @Geek_King #DevOps #AI #DigitalTransformation
- 51 Useful Docker Tools | @DevOpsSummit @JFrog #CloudNative #DevOps #Serverless #Docker #Kubernetes
- A New Era of Containers | @DevOpsSummit #CloudNative #Serverless #DevOps #Monitoring #Docker #Kubernetes
- Portals and #ContinuousDelivery | @CloudExpo @DellEMC #AI #APM #DevOps
- BizDevOps | @DevOpsSummit @CollabNet #CloudNative #Serverless #DevOps #BizDevOps
- [video] #DevOps and #DigitalTransformation | @DevOpsSummit @AndiMann #Serverless #DX
- Managing Data with @NetApp | @CloudExpo #CloudNative #Serverless #DevOps #Monitoring
- How to Design and Deliver Microservices | @DevOpsSummit @CASTHighlight @OnQuality #DevOps #Microservices
- Simula Labs Launches Hosted Delivery Platform To Enable Enterprise Open Source Adoption
- How To Deploy Scalable WebSphere Applications Using "Maven" Build Tool
- Automatic Integration with CruiseControl.NET, NAnt, and NUnit
- Maven: A Different Way of Looking at Software Development
- An Introduction to Maven - Part III
- Managing an Open Source Project for DotNetNuke
- An Introduction to Maven - Part I
- Advanced Ant for Adobe Flex Projects
- Put Your Next Project on Cruise Control
- Setting Up a Java Shop: How To Build Better Software Faster