Skip to main content

Autonomous Working


Some recent studies highlighted that humans are more creative in solving problems and coming up with new ideas when they are allowed to work on their own, without any management control or guidelines. Though the concept sounds new and radical for technology professional like me, where management has major say on individual’s work, this isn’t new to the world of scientists and research professionals.
As technological revolution started after industrialisation most of the technology firms have an organisation structure similar to manufacturing companies which is a hierarchical structure where every person has a boss and he/she works according to what the boss decides. This caused innovation to stall and most of the innovations came from new start-ups or individuals who had the freedom of working on their own terms.
In todays’ world of patent wars technology companies can survive and outpace their rivals only if they can come up with futuristic technologies before their rivals does, or they should be bidding for new start-ups who has a better technology. This huge reliance on innovation has led to the above mentioned studies, whose results make us think ‘Isn’t it obvious’.
So the outcome of all the competition and these studies has resulted in some major organisation implementing ‘Autonomous Working’ as a pilot project. So, the employees who are part of autonomous working group can do whatever they want and in fact work whenever they want to. So, in essence they are their own boss, except that they don’t get all the money their work is going to generate, if it does generate anyway.
This new concept is slowly but surely gaining ground and today such autonomous groups are present in all the major companies who strive on innovations. But can this new concept ever be implemented across the board? I doubt that it would, at least I can’t see it happening in my lifetime. The main reason for my scepticism is that even though the new structure brings innovations it doesn’t work well in majority of other situations. For example if the new innovations have to take shape they need to be developed by a group of people and this group of developers have to work according to specifications of the new innovation. So, though autonomous work groups are a great idea it still needs the help of classic hierarchical organisation structure to get the innovation to market.
I might be wrong and some day there might be another research which makes me think ‘How did I miss that’. But for now I can’t see the death of management in the world of technology where innovation is the cog for survival.

Comments

Popular posts from this blog

Development Process

I worked in different roles for different companies and in each role there was some talk about reviewing and optimizing development process as it was thought that the current process is either too laborious or too simplistic, yes too simplistic processes aren’t too good either. You might think that simple process is the way to go but not always. Let me explain. If the team is working on a green field project, the development team is aware of the business domain, are technically capable of producing good code and detailed coding standards are defined at team or company level then simple process of [design-> develop->test->deploy] will work. But if this team has been working on this project for some time say 6 months and a new developer joins the team then this simple process will start to fail. By the time this developer joins the team there is already some code in place that is developed to certain standard and this developer doesn’t have any knowledge of the application tha...

Time for a United Telugu Front

Past few years have been stressful for a person of Telugu origin, be it a supporter of separate state or in favour of a unified state. The agitations had a bad impact on the economy of the state, which at one point, not distant past, has been the most talked about for its booming economy. People in favour of a separate state for Telangana should not misunderstand ‘United Telugu Front’ to a ‘Unified State’. Regardless of Telangana state being formed or not it is apparent that a deep division has been created between Telugu people from Telangana and Non-Telangana region because of vested interests of Politicians and so called well-wishers. This division should be cured with utmost urgency and care, otherwise Telugu people will only have failed state(s). Idea behind ‘United Telugu Front’ is to have a common organisation for Telugu people which is non-political and which helps us fight as a single force. It is very clear, after the issue of bail to a political leader, that centra...

Agile Methodologies

These days ‘Agile’ has become so prevalent that every developer must have come across this word. The word in the market is that Agile is the best way forward, though this isn’t true for every project developed but true for many of them. In this article I want to introduce you to Agile, if you just heard the word ‘Agile’ and want to know a bit more then you came to the right place. Agile is actually a simple development methodology, there are various types of Agile methodologies but all of them are closely related to each other and have same overall principles. In this article I shall details the overall principles that all the agile methodologies follow. It may be the case that I speak mainly about ‘Scrum’ methodology as I worked mostly in projects that used Scrum. Before agile has been introduced all the software development projects has more or less the following lifecycle: Requirement gathering -> Analysis -> Design -> Develop -> Test -> UAT Deploy -> UAT ->...