ethics – P2P Foundation https://blog.p2pfoundation.net Researching, documenting and promoting peer to peer practices Fri, 28 Feb 2020 09:16:30 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.15 62076519 Make software great again: can open source be ethical and fair? https://blog.p2pfoundation.net/is-there-a-way-to-go-beyond-open-source-and-have-ethical-fair-software-in-a-cloud-first-world-this-is-what-some-people-in-the-open-source-community-think/2020/03/02 https://blog.p2pfoundation.net/is-there-a-way-to-go-beyond-open-source-and-have-ethical-fair-software-in-a-cloud-first-world-this-is-what-some-people-in-the-open-source-community-think/2020/03/02#respond Mon, 02 Mar 2020 07:15:00 +0000 https://blog.p2pfoundation.net/?p=75668 Is there a way to go beyond open source, and have ethical, fair software in a cloud-first world? This is what some people in the open source community think. In the 20 years since its inception, open source has turned out to be the most successful model for building software. The world today runs on open-source software... Continue reading

The post Make software great again: can open source be ethical and fair? appeared first on P2P Foundation.

]]>
Is there a way to go beyond open source, and have ethical, fair software in a cloud-first world? This is what some people in the open source community think.

In the 20 years since its inception, open source has turned out to be the most successful model for building software. The world today runs on open-source software (OSS). An ecosystem has been created around OSS. Businesses and software builders use OSS directly or indirectly, while others offer services and products based on OSS.

OSS is perceived as being free, fair and/or ethical. This perception, however, may not be entirely true. That may be counter-intuitive, but it’s at the heart of the debate around OSS. As OSS is growing up, it’s becoming more successful, more complex, and ubiquitous. It seems we are entering a new phase for OSS, and it’s not without growing pains.

Commercial OSS in the cloud

The four essential freedoms are a cornerstone of OSS. They refer to what users can do with the software, but they tell us nothing about the economic cost, or benefit, related to the software. OSS is free as in speech, but not free as in beer. Someone has to build the software, and then someone has to maintain, run, and manage it.

As far as the perception of OSS being fair or ethical goes: it’s just that – a perception. The perception stems from the OSS community ethos, but in reality, the OSS freedoms are at odds with notions of fair or ethical use. Anyone can contribute as much or as little as they please to OSS. Anyone can use OSS for any purpose, regardless of contribution.

This has led to where we are today. Cloud vendors like AWS, Google or Microsoft, have built their infrastructure based on OSS. Each of them also contributes to OSS in many ways, including code and outreach for existing OSS projects, as well as establishing new OSS projects. But use of, or contribution to, each OSS project is not really accounted for.

There are many pieces in the open source software puzzle. Photo by Hans-Peter Gauster on Unsplash

Recently, the Apache Software Foundation, one of the key OSS institutions, celebrated its 20th anniversary. The ASF claims the value of the software under its auspices is around $20 Billion, by its own estimates. Everyone is entitled to use the software for free, and many do. But the ones who create this value are the ones who contribute to OSS, be it in code or in other ways.

As analyses have shown, many OSS contributors do this because they are intrinsically motivated: the software is interesting to them, they need it, or they feel good about their contribution. In that respect, they are not much different from vendors that have chosen to build OSS products. Those vendors have invested in their OSS, and their ROI depends on it.

Which brings us to cloud vendors. As many pundits note, cloud vendors operate on a whole different plane. If commercial OSS vendors are about taking innovation from 0 to 1, cloud vendors are about taking it from 1 to n. This brings value in and by itself. Cloud vendors also release OSS projects of their own, and contribute to existing ones. Their strategies, however, differ, and this is where things get complicated.

AWS is the leader in the cloud market. The strategy AWS has adopted with regards to OSS, however, has exposed it to criticism. Recently, an independent data-driven analysis was done on GitHub, where OSS code lives. The analysis showed that in terms of code, AWS does not seem to be contributing much to the development of the OSS products it offers as a service.

It’s understandable why vendors building those products are looking to tweak their licenses to disallow AWS from running their software as a service. It’s also understandable why the OSI, which has control over OSS licenses, is pushing back: by introducing those tweaks, the software is no longer OSS.

If this was just a clash of commercial interests, we might be getting our pop corn to watch. But for something with such high value to society at large as OSS, the ramifications are important. Is there a way everyone involved can get a fair share of the profit, and keep contributing to OSS? Let’s hear what 2 CEOs from vendors who build OSS, and work with AWS, have to say.

The co-opetition view: one big act vs. many small ones

Dor Laor is the founder and CEO of ScyllaDB, an OSS vendor with an interesting story. ScyllaDB was built on a contentious premise, as it is a re-implementation of another OSS database: Apache Cassandra. Laor has shared thoughts on OSS license changes, as well as Amazon’s latest move to offer Cassandra as a managed service on AWS cloud.

Our discussion started touching upon ScyllaDB’s latest features. According to Laor, these features (most prominently lightweight transactions) do not just bring parity with Cassandra, but go one step further. Laor expanded on the technical aspects of ScyllaDB’s solution. As these seemed technically sound, yet conceptually simple, the discussion moved to a broader topic.

ScyllaDB exemplifies the complexity of open source software: built on existing software and APIs, while being open source itself. Image: ScyllaDB

Laor claimed none of ScyllaDB’s closest matches, namely Apache Cassandra and AWS DynamoDB, have such features. When asked why he thinks that is, given the nature of those features, Laor offered 2 answers.

For Cassandra, he mentioned that for the last few years its former main contributor, namely DataStax, has taken a step back. Naturally, this has stalled Cassandra’s development considerably. As for AWS, Laor noted that AWS has the tendency to offer products that are good enough, but not necessarily the best in their league.

As ScyllaDB is also available on AWS, and Laor was present at AWS’s main event, re:Invent, in 2019, he offered a metaphor to explain this. Laor said there were a number of stages set up for various acts in the re:Invent after party, and he found all of them mediocre. Laor went on to add that he sees that as a metaphor for AWS’ philosophy of going wide, rather than deep in its undertakings. This is a point shared in other OSS vendor strategies, too.

But ScyllaDB went beyond that, to do something no other OSS vendor we know of has done before: offer a compatibility layer for one of AWS’ products, namely DynamoDB. ScyllaDB’s DynamoDB API support will be officially available soon, and it will enable DynamoDB users to migrate to ScyllaDB. Laor said there is a waiting list for this.

This is technically feasible, and legally permissible. Unless things change, there are no restrictions on using APIs, as per the famous Oracle vs. Google case verdict. While some of AWS’ own people questioned this move, Laor claimed users are better off using ScyllaDB. In turn, this opens up some interesting questions. What about ethics, and contribution?

Building a new implementation of an existing API seems cleaner than using someone else’s implementation, but it still means benefiting from a userbase others built. Laor acknowledged that, as well as the fact that ScyllaDB leverages contributions from Amazon, Cassandra, and DataStax. He also pointed out that this spurs innovation and benefits users, and measuring contribution is very hard.

ScyllaDB has an open core strategy. Some features are proprietary, while the OSS core is licensed under AGPL, which Laor said AWS avoids. So far this has worked in deterring AWS from offering ScyllaDB as a service, although it could also be that ScyllaDB has not reached critical mass yet. In any case, as Laor said, these things change.

The collaboration view: balancing OSS makers and takers

Most OSS products fall under one of two categories. Many products are largely driven by a single vendor, whose employees contribute most of the related effort and drive its directions. Other products leverage contributions that cross-cut organizations who employ the contributors; often, OSS work is the main activity for such contributors.

But there is an OSS product in which the vendor commercializing it only contributes 5% of its code while still being the largest contributor. The product is commercially successful, has a community-driven decision making process, and is a distinguished AWS partner, too. And these are not the only reasons why Acquia, the vendor commercializing the Drupal CMS, and Dries Buytaert, its founder, stand out.

Recently, Buytaert shared his thoughts on balancing OSS makers and takers in an elaborate blog post. In our discussion, Buytaert confessed it took him a couple of weeks to put his post together. This is understandable, considering how many aspects of OSS it touches upon.

If makers and takers in the open source ecosystem can’t be balanced, the ecosystem won’t be sustainable. Image: Dries Buytaert

Drupal started in 2000, while Acquia was founded in 2007. As Buytaert highlighted, Acquia and the Drupal community have a unique relationship, which is formally documented in a charter. The community includes about 80.000 contributors, while Aquia employs about 1.000 people.

Yet, Drupal’s governance is not with Acquia. The community sets Drupal’s roadmap, and elects people in leadership roles. People choose to contribute to areas that matter most to them, and Acquia does this, too. Buytaert said that even when there is a decision Acquia does not agree with, the decision is carried through, if there is substantial backing for it.

Buytaert builds on the notion of OSS as part of the Commons, introducing an important distinction. For end users, OSS projects are public goods; the shared resource is the software. But for OSS companies, OSS projects are common goods; the shared resource is the (potential) customer. Makers invest heavily in the software, takers are mostly interested in customers.

Buytaert, leveraging Elinor Ostrom’s work in addition to his own experience, seems to have gotten to the heart of the issue. Research shows that when the Commons are left unchecked, without governance or rules for contribution, they collapse: shared resources are either engulfed or exhausted.

Organizations like the ASF and the OSI have done a good job in making OSS successful. But now that OSS is successful, without a mechanism for fair reward in place, we have no reason to believe OSS will not have the fate of Commons that preceded it. This is why we wondered whether the OSI should perhaps reconsider. Apparently, we are not the only ones, and the OSI seems to be listening.

Ethical software

First off, there seems to be an ongoing debate within the OSI itself as to what should constitute an OSS license today. This goes to show that what worked 20 years ago is not necessarily what works today. In addition, more and more people seem to be realizing the OSS conundrum, and are sharing ideas to move forward. Buytaert, on his part, offers 3 concrete proposals.

One, don’t just appeal to organizations’ self-interest, but also to their fairness principles. Two, encourage end users to offer selective benefits to Makers. Three, experiment with new licenses. Those points were also backed by Laor, who prompted users to consciously vet their OSS providers for fairness, and pointed to precedents like the Open Invention Network.

One thing is clear: AWS should not be excluded, it’s a vital part of the OSS ecosystem. The fact that this is a complex ecosystem with many actors that need to strike a balance is something many people agree on. This includes Buytaert, Laor, and AWS VP/Distinguished Engineer Matthew Wilson, a self-proclaimed “OSS romantic”, to name but a few.

Buytaert also agreed with Laor that while AWS is a good partner to have, if it decided to start offering ScyllaDB or Drupal as a managed service on its own, there would be nothing they could do to stop it. Buytaert was also clear on something else: making OSS sustainable may require a break with OSS as we know it. But if that’s what it takes, so be it.

This also seems to be the gist of Wilson’s position as stated in a number of Twitter threads: this is how OSS works. If you are not happy with it, do it differently – just don’t call it OSS. This is a fair point, made by others, too. Recently Stephen Walli, principal program manager on the Azure engineering team at Microsoft and an OSS veteran, shared his ideas on Software Freedom in a Post Open Source World.

Walli went through the history of OSS, the four essential freedoms, and the ways and reasons people challenge how OSS works. Walli’s message is along similar lines: “I am happy for people to challenge the ideas that define our software collaborations and culture of outbound sharing. But I want them to be bold. If you want to define a new movement then do so.”

Ethical Source is trying to define a new movement

Some people call it Commercial OSS, others Cloud Native OSS. Either way, it’s not just commercial interests that question how OSS works today. It’s also people concerned about the ethical implications of OSS. Although it could be argued that fairness touches upon ethics too, Coraline Ada Ehmke and the Ethical Source Movement (ESM) have a somewhat different angle.

Ehmke, who founded the ESM, is a software engineer, a public speaker, and has been an active OSS participant since the early 2000s. Ehmke, who previously stated that “OSI and FSF are not the real arbiters of what is Open Source and what is Free Software” is now running for the board of directors of the OSI, and the OSI’s VP seems open to engaging with her. The ESM states:

“Today, the same OSS that enriches the commons and powers innovation also plays a critical role in mass surveillance, anti-immigrant violence, protester suppression, racist policing, the deployment of cruel and inhumane weapons, and other human rights abuses all over the world.

We want to do something about this misuse of our software. But as developers we don’t seem to have any recourse, no way to prevent our work from being used to harm others. We want to change that”.

Fair software

The definition of Ethical Software breaks with the four essential freedoms of OSS, creating licenses such as the Hippocratic or the Atmosphere Licenses. This raises questions, including how to enforce such licenses. Though a definite answer is not readily available, for the time being the thinking seems to be that fear of exposure of illegal use should work on a first level. People seem sympathetic to the notion.

Ethical software licenses are not the only OSS variant around, however. There is also the Fair Source License, allowing users to view, download, execute, and modify code free of charge. Up to a certain number of users from an organization can use the code for free, too. After an organization hits that user limit, it will start paying a licensing fee determined by the software publisher.

Fair Source was created by Sourcegraph and drafted by Heather Meeker, a prominent OSS lawyer who also drafted the Commons Clause for RedisLabs. Fair Source got featured on Wired, and received praise from GitLab, but it does not look like it got much traction. The reason is probably that as things stand, Fair Source is also not an OSS compatible license.

Fair Source is another variant on Open Source, but adoption remains low.

This all seems to be pointing somewhere: perhaps we’ve reached the limits of what OSS in its current form can do. People are realizing it, and questioning the status quo. Whether that will lead somewhere, remains to be seen. But some first steps are taken, and the potential seems to be there. OSS was a bold step in its time, too, and its pioneers paved the way.

To wrap up, let us revisit the “quantifying OSS contribution is hard, and it’s not only about code” argument. This is true beyond the shadow of a doubt. But before dismissing quantification as mission impossible, we should consider a few things.

Commercial OSS vendors are building platforms to power today’s data-driven economy. As a 3rd party analysis on GitHub data shows, they -expectedly- seem to be key contributors to their own codebases. While there may be communities of practice built around the products, in most cases we would assume vendors do much of the non-code work too – promotion, support etc.

OSS vendors have people who contribute to these tasks in their payrolls. Presumably, these people leave the digital footprint of their work on all sorts of systems. From OSS code repositories to issue trackers, HR, project management tools and spreadsheets, to social media. Nobody should be more motivated or better positioned to develop a holistic, data-driven model for OSS contribution, than commercial OSS vendors.

Doing this would make their claims much more grounded. To be entirely fair, commercial OSS vendors should also apply this to external contributions, be it from individuals or from organizations such as cloud vendors. And to back claims about putting OSS sustainability and the common good first, changing their status to B Corporation to reflect that might help, too.

To get over the OSS midlife crisis, and make software great again, leadership is paramount. There is no doubt the amount of legal, social, software, and data engineering needed to evolve OSS is staggering. But OSS is so important, that it would be irresponsible to shy away from it. Some OSS leaders are showing the way. Opinions may vary, but the issue is being acknowledged. Who would not want to have ethical, fair, open-source software available on demand in the cloud?

This is a chance for everyone to put their data to good use. Amazon, as well as commercial OSS vendors, are leaders, each in their own way. They have great power, which comes with great responsibility. The way other cloud vendors deal with OSS vendors may not be perfect, but it’s a start. We’d like to see that taken to the next level, and involving the entire industry.

Coming up with a way to fix commercial OSS by measuring and rewarding contribution is something that will not just benefit vendors, but the world at large. So if not them, who? If not now, when?

Originally published on Linked Data Orchestration under CC BY-SA 4.0

The post Make software great again: can open source be ethical and fair? appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/is-there-a-way-to-go-beyond-open-source-and-have-ethical-fair-software-in-a-cloud-first-world-this-is-what-some-people-in-the-open-source-community-think/2020/03/02/feed 0 75668
Let’s train humans first…before we train machines https://blog.p2pfoundation.net/lets-train-humans-first-before-we-train-machines/2018/12/06 https://blog.p2pfoundation.net/lets-train-humans-first-before-we-train-machines/2018/12/06#respond Thu, 06 Dec 2018 10:00:00 +0000 https://blog.p2pfoundation.net/?p=73618 Reposted from Hazel Henderson’s blog Hazel Henderson: Billions are spent by governments, corporations and investors in training computer-based algorithms (i.e. computer programs) in today’s mindless rush to create so-called “artificial” intelligence, widely advertised as AI. Meanwhile, training our children and their brains (already superior to computer algorithms) is under-funded, schools are dilapidated, sited in run-down,... Continue reading

The post Let’s train humans first…before we train machines appeared first on P2P Foundation.

]]>
Reposted from Hazel Henderson’s blog

Hazel Henderson: Billions are spent by governments, corporations and investors in training computer-based algorithms (i.e. computer programs) in today’s mindless rush to create so-called “artificial” intelligence, widely advertised as AI. Meanwhile, training our children and their brains (already superior to computer algorithms) is under-funded, schools are dilapidated, sited in run-down, often polluted areas while our teachers are poorly paid and need greater respect. How did our national priorities get so skewed?

In reality, there is nothing artificial about these algorithms or their intelligence, and the term “AI” is a mystification! The term that describes the reality is “Human-Trained Machine Learning”, in today’s mad scramble to train these algorithms to mimic human intelligence and brain functioning. In the techie magazine WIRED, October 2018, we meet a pioneering computer scientist, Fei-Fei LI, testifying at a Congressional hearing, who underlines this truth. She said, “Humans train these algorithms” and she talked about the horrendous mistakes these machines make in mis-identifying people, using the term “bias in—bias out” updating the old computer saying, “garbage in—garbage out”.

Professor LI described how we are ceding our authority to these algorithms to judge who gets hired, who goes to jail, who gets a loan, a mortgage or good insurance rates — and how these machines code our behavior, change our rules and our lives. She is now back at Stanford University after a time as an ethicist at Google and has started a foundation to promote the truth about AI, since she feels responsible for her role in inventing some of these algorithms herself. As a celebrated pioneer of this field, Professor LI says “There’s nothing artificial about AI. It’s inspired by people, it’s created by people and more importantly, it impacts people”.

So how did Silicon Valley invade our culture and worldwide technology programs with its short-term, money -obsessed values: “move fast and break things”; disrupt the current systems while rushing to scale and cash out with an IPO? These values are discussed by two insiders in shocking detail, by Antonio G. Martinez in “Chaos Monkeys” (2016) and Bloomberg’s Emily Chang in “Brotopia” (2018). These authors explain a lot about how training these algorithms went so wrong: subconsciously mimicking their mostly male, misogynist, often white entrepreneurs and techies with their money-making monopolistic biases and often adolescent, libertarian fantasies.

I also explored all this in my article “The Future of Democracy Challenged in the Digital Age”, CADMUS, October 2018, describing all these issues of the takeover by AI of our economic sectors; from manufacturing, transport, education, retail, media, law, medicine, agriculture, to banking, insurance and finance. While many of these sectors have become more efficient and profitable for the shareholders, my conclusion in “The Idiocy of Things” critiqued the connecting of all appliances in so-called “smart homes” as quite hazardous and an invasion of privacy. I urged humans to take back control from the over-funded, over-invested, over-paid computer and information science sectors too often focused on corporate efficiency and cost-saving goals driven by the profit targets demanded by Wall Street.

I have called for an extension of the English law, settled in the year 1215: “habeas corpus” affirming that humans own their own bodies. This extension would cover ownership of our brains and all our information we generate in an updated “information habeas corpus”. Since May 2018, European law has ratified this with its General Data Protection Regulation (GDPR), which stipulates that individuals using social media platforms, or any other social system do indeed retain ownership of all their personal data.

So, laws are beginning to catch up with the inhuman uses of human beings, with our hard-earned skills being used to train algorithms that then replace us! The computer algorithm trainers then employ out of-work people surviving in the gig economy on Mechanical Turk and Task Rabbit sites, in minimum, hourly- paid data entry tasks to train these algorithms!

Scientist Jaron Lanier in his “Ten Arguments for Deleting Your Social Media Accounts Now” (2018) shows how social media are manipulating us with algorithms to engineer changes in our behavior, by engaging our attention with clickbait and content that arouses our emotions, fears and rage, playing on some of the divisions in our society to keep us on their sites. This helps drive ad sales and their gargantuan profits and rapid global growth. Time to rethink all this, beyond the dire alarms raised by Bill Gates, Elon Musk and the late Stephen Hawking that these algorithms we are teaching will soon take over and may harm or kill us as did HAL in the movie “2001”.

Why indeed are we spending all this money to train machines while short-changing our children, our teachers and schools? Training our children’s brains must take priority! Instead of training machines to hijack our attention and sell our personal data to marketers for profit — let’s steer funds into tripling efforts to train and pay our teachers, upgrade schools and curricula with courses on civic responsibility, justice, community values, freedoms under habeas corpus (women also own their own bodies!) and how ethics and trust are the basis of all market and societies.

Why all the expensive efforts to enhance machine learning to teach algorithms to recognize human faces, guide killer drones, falsify video images and further modify our behavior and capture our eyeballs with click bait, devising and spreading content that angers and outrages — further dividing us and disrupting democracies?

Let’s rein in the Big Brother ambitions of the new techno-oligopolists. As a wise NASA scientist, following Norbert Weiner’s Human Use of Human Beings (1950), reminded us in 1965 about the value of humans: “Man (SIC) is the lowest-cost, 150 pound, nonlinear all-purpose computer system which can be mass-produced by un-skilled labor”, quoted in Foreign Affairs, July-August, 2015, p. 11. Time for common sense!

Hazel Henderson© 2018


Hazel Henderson D.Sc.Hon., FRSA, is founder of Ethical Markets Media, LLC and producer of its TV series. She is a world renowned futurist, evolutionary economist, a worldwide syndicated columnist, consultant on sustainable development, and author of The Axiom and Nautilus award-winning book Ethical Markets: Growing the Green Economy (2006) and eight other books.

Her editorials appear in 27 languages and 200 newspapers syndicated by Inter Press Service, and her book reviews appear on SeekingAlpha.com. Her articles have appeared in over 250 journals, including (in USA) Harvard Business Review, New York Times, Christian Science Monitor; and Challenge, Mainichi (Japan), El Diario (Venezuela), World Economic Herald (China), LeMonde Diplomatique (France) and Australian Financial Review.

 

Photo by Ferrari + caballos + fuerza = cerebro Humano 

The post Let’s train humans first…before we train machines appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/lets-train-humans-first-before-we-train-machines/2018/12/06/feed 0 73618
Brett Scott: Hardcoding ethics into fintech – Conscious FinTech Talk https://blog.p2pfoundation.net/brett-scott-hardcoding-ethics-into-fintech-conscious-fintech-talk/2018/08/19 https://blog.p2pfoundation.net/brett-scott-hardcoding-ethics-into-fintech-conscious-fintech-talk/2018/08/19#respond Sun, 19 Aug 2018 10:00:00 +0000 https://blog.p2pfoundation.net/?p=72228 “A significant amount of fintech innovation can best be understood as the automation of traditional finance“ In his talk Brett Scott will present his latest paper called “Hardcoding ethics into fintech” (awarded a “Ethics & Trust in Finance Global Prize”). The paper describes finance as a realm of monetary contracts and reflects on the ethical... Continue reading

The post Brett Scott: Hardcoding ethics into fintech – Conscious FinTech Talk appeared first on P2P Foundation.

]]>

“A significant amount of fintech innovation can best be understood as the automation of traditional finance“

In his talk Brett Scott will present his latest paper called “Hardcoding ethics into fintech” (awarded a “Ethics & Trust in Finance Global Prize”). The paper describes finance as a realm of monetary contracts and reflects on the ethical dimensions of existing retail finance. Brett argues that a digital format might impact those existing ethics and he suggests discreet research programmes to understand the ethics of fintech.

Brett Scott is a campaigner, journalist, former broker and the author of “The Heretic’s Guide to Global Finance: Hacking the Future of Money“

The post Brett Scott: Hardcoding ethics into fintech – Conscious FinTech Talk appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/brett-scott-hardcoding-ethics-into-fintech-conscious-fintech-talk/2018/08/19/feed 0 72228
Does everything have to be simple? The case for complexity in business https://blog.p2pfoundation.net/does-everything-have-to-be-simple-the-case-for-complexity-in-business/2018/07/09 https://blog.p2pfoundation.net/does-everything-have-to-be-simple-the-case-for-complexity-in-business/2018/07/09#respond Mon, 09 Jul 2018 08:41:00 +0000 https://blog.p2pfoundation.net/?p=71672 On some accounts, we are moving from a world of hierarchy to a world of networks. A common feature of hierarchies, with its emphasis on communications as instructions, has been to promote simplicity, assigning low value to what lies outside of its frame of reference. So, can complexity now make a comeback in business? Ed... Continue reading

The post Does everything have to be simple? The case for complexity in business appeared first on P2P Foundation.

]]>
On some accounts, we are moving from a world of hierarchy to a world of networks. A common feature of hierarchies, with its emphasis on communications as instructions, has been to promote simplicity, assigning low value to what lies outside of its frame of reference. So, can complexity now make a comeback in business?

Ed Mayo: I work in the co-operative sector. Co-ops are different and much of this, as I see it, comes down to the fact that co-ops tend to be characterised by complex purpose.

We are set up primarily to meet needs, not to generate profits. Our owners have overlapping interests, as they are both investors and participants in the enterprise (such as customers or workers). We are expected to live up to seven different (internationally agreed) principles and how we do that – our culture – is shaped by a range of ethical values.

Telegraph pole outside a co-operative nursery, Seoul

A tide of simplicity

In contrast, the wider business environment within which we operate is increasingly characterised by assumptions of simple purpose: return on capital for external investors.

In most markets, the shift to simple has shaped institutions and policies, such as accounting standards or taxation, that are designed to encourage performance against that purpose. As a result, as co-ops, we are often swimming against a tide of simplicity.

How do co-ops around the world track their performance or design their reporting systems? This is the topic next week in London (neatly falling in the UK Co-operatives Fortnight with its theme of the Co-operative Difference) for an international symposium on co-operative accounting and reporting, organised by the great co-op business school, Sobey (from St Mary’s Halifax, Canada).

Accounting, set up to make clear what is true and fair, is a case study of simplicity versus complexity in business. The move to harmonise international corporate accounting standards over the last decade looks to reduce the costs of complexities at a global level of different accounting traditions – a worthwhile goal (even if somehow in the process, the complexity of delivering global standards further reinforces the dominance of the big four accountancy firms).

But the drive for accounting simplicity can cross over into an attempt to reduce diversity. From time to time, international accounting policy makers want to move member capital from an asset, co-invested in a joint endeavour, to a liability, assuming that it is a promise of money owed by the business to those who participate in it. Why? For simplicity only, as if all companies could be treated as if they were owned by investors, rather than other stakeholders. But for financial co-operatives, among others, a move like this could mean instant closure.

For and against

Simplicity in business, in terms of return on capital, has significant strengths of course, including these five:

  1. Decision-making. It is easier within the business to judge trade-offs and investment opportunities.
  2. Capability. There are plenty of tools to draw on, plenty of expertise to bring in.
  3. Communication. Not surprisingly, simplicity is easier to communicate. Expectations are clearer, the chance for conflict reduced.
  4. Comparison. With net profit, return on capital and share prices, it easier to see and to compare how a business is performing.
  5. Accountability. Simpler purpose makes simpler accountability, because it is clearer what to account for – less room for people who use complexity as a source of obfuscation.

Staircase at the National Co-op Centre, Warsaw

But simplicity becomes an obstacle, when the context changes and these same strengths turn to weakness:

X Decision-making. Chasing financial results, like share price, makes companies act for the short-term rather than on long-term drivers of success.

X Capability. More subtle aspects of the business, such as culture, are less valued.

X Communication. The purpose of making someone else money is not motivating for the workforce or for customers.

X Comparison. Simple metrics can be misleading, encouraging conformity rather than diversity and learning.

X Accountability. Wider social responsibility or stakeholder concerns are sidelined, generating the potential for risk and backlash

The case for complexity is that businesses operate in complex and fast-moving environments. To succeed, they need sufficient complexity in their own feedback and learning systems to adapt and improve.

One example is innovation. The two most common sources for business innovation are workers and customers. Where you are owned by your workforce, or by your customers, as in the co-operative model, you stand a better chance of capturing those ideas and adapting in line what they offer.

A second example is loyalty. Where people identify personally and collectively with the purpose of a business, going beyond simply making money, they are likely to be more engaged and more loyal to the business, as workers, suppliers or as customers.

The third example is the challenge of sustainable development, increasingly the focus of policy concern and action. Business is challenged to act on a complex array of risks and opportunities that are hard to reduce to simple metrics.

Taking these, the case for complexity in business can perhaps be expressed in these five characteristics:

  1. Realism. The context within which companies operate is complex, so matching this can lead to more realistic decisions.
  2. Responsiveness. Embracing complexity encourages a culture of openness and enquiry, helpful for listening and learning.
  3. Safety. Companies that look at their interactions with the world through a lens of complexity are less likely to be blindsided when risks arise.
  4. Strategy. In complex models, no one aspect is weighed alone without addressing the totality, supporting companies in moving forward in an integrated way.
  5. Sustainability. The challenges of sustainability are complex and companies that succeed will be those able to sense and adapt to hard-to-predict changes.

There are other, more philosophical grounds too to affirm complex purpose – as a counter to the ‘financialisation’ of life, as an expression of freedom and as a component of cultural diversity.

The search for middle ground

As I see it, the response of business policy in many jurisdictions is to mitigate the weaknesses of simplicity, by interventions that encourage and require compensating actions to restore some complexity.

In a European context, stakeholder engagement and to a degree, stakeholder accountability, is a longstanding tradition. Having workers on the boards of German companies (co-determination), a tradition with roots post-war in the co-operative model, has been good for the German economy.

The Nordic countries have led the way on gender diversity, again with the argument that company boards need mixed perspectives rather than narrow unity – just one more example of the ‘law of requisite variety’: that you have to be able to reflect the complexity of your context in order to succeed in that context over time.

In the UK, the draft new governance code from the Financial Reporting Council is an overt attempt to move listed companies towards a greater degree of complexity – encouraging a focus on long-term purpose, engagement with the workforce, values and culture.

To that extent, companies are being encouraged to be more co-operative, more complex. And these are areas in which co-ops have tended to lead – on values for example. As I point out in my book, Values: how to bring values to life in your business, values evolved as a collaborative decision-making tool in the context of complex options. Values are a short-cut way of making decisions – as one co-op procurement lead says to me, “values are our handrails.”

So, should co-ops also move the same way, adding to complexity, further complexity?

My view by and large is no. There are of course some of those opportunities, evident in the rise of more participatory tools for decision-making, and the hopeful interest in multi-stakeholder models of governance.

I would argue that if co-ops need to change, it is usually towards more simple complexity.

An example is the UK’s consumer retail co-ops. For larger and more longstanding co-ops, there can always be a degree of drift in the sheer accumulation of expectations. To succeed, a co-op needs to be clear on how it makes a difference to its members.

Lincolnshire Co-operative has been going through exactly this process, with some support from us at Co-operatives UK. Successful, with over 250,000 members, and 150 years under its belt, the Chief Executive, Ursula Lidbetter has supported a process where the Board and members develop a clear forward purpose for the society: a few words, simple to say but still rich and complex in content and intent for what makes it so different as a business.

With a clear focus on what matters, what value is for members, it is then easier to choose the metrics that can paint a picture, alongside other forms of feedback, of performance. Merthyr Valley Homes tracks a range of indicators, including spending in the local economy and weekly levels of litter. The results are open to the members: residents and staff. For one social club in Yorkshire, the lead indicator is barrels of beer sold weekly. Members tell them what else they should be doing – the benefit of a participatory co-op, but key indicators help to balance that complexity of expectation with a more simple story of performance over time.

That is something which we are helping with, through the development of guidelines for the co-operative sector in narrative reporting.

More simplicity or more complexity?

The balance between simple and complex is one many others have considered. The words of Oliver Wendell Holmes, a late nineteenth century US Supreme Court Justice, are worth the repetition: “for the simplicity that lies this side of complexity, I would not give a fig, but for the simplicity that lies on the other side of complexity, I would give my life.”

The great mathematicians and philosopher Alfred North Whitehead, said in a lecture a century ago: “we are apt to fall into the error of thinking that the facts are simple because simplicity is the goal of our quest. The guiding motto in the life of every natural philosopher should be, ‘Seek simplicity and distrust it.”

I appreciate the modern Law of Conservation of Complexity, also called Tesler’s Law, after Larry Tesler, the computer scientist who is credited with inventing cut/copy and paste. This states: Every application must have an inherent amount of irreducible complexity… The only question is who will have to deal with it.

The implication is that designers can help ensure that the simple is not over-simplistic and the complex is not over-complicated. Computers, since Tesler’s days at Xerox have become more complex in terms of technology but more simple in terms of ease of use. In turn, complex software, such as the open source Unix operating programme suite, might be designed on the basis of simple subsets, collaboratively assembled, that do a single task well.

In business, it seems that simplicity alone is of value, complexity a necessary constraint. In terms of business philosophy, simplicity sells.

Ceiling at a coop and trade union education centre, Helsingor

I argue the opposite. There is a value to complexity, and a growing value at that. And yet, the need for simplicity remains a necessary constraint.

Like a flock of birds, wheeling in the sky, complex systems can emerge from simple rules, while retaining a function, of collective intelligence, what Geoff Mulgan calls ‘the bigger mind’ – or to the observer, beauty – which can’t simply be reduced down to those rules.

For my colleagues in the co-operative sector, the moral is that we should embrace complexity – and promote our understanding on how best to organise around it.

——————-

Footnote

This is all an example perhaps of a wider challenge that goes to the heart of a generation of debates on economics. A substantive body of work looks to redefine wealth and progress beyond the simple aggregate of money flows in the economy (or Gross Domestic Product), to integrate the context of unpaid labour, well-being, economic externalities and sustainability thresholds.

What we have learned is that while a new map (such as the triple bottom line) can sometimes become part of the landscape itself, a static description is not enough. There needs to a dynamic perspective that integrates things – a theory of change.

You can, for example, have as many different forms of ‘capital’ as you like in your (satellite) national accounts, but if they don’t make it easier to build an account of what is happening across the complexity of those domains, they don’t necessarily help. Of course, the simple option, which is to use money as a common denominator simplifies may help even less if it assumes that we can buy our way out of one or another dimension of collapse in environmental functions that are critical to habitable life.

The United Nations Sustainable Development Goals gives one interpretative framework and offers an important reference point. It is good to see it used by so many co-ops and Fairtrade organisations worldwide in their planning. And yet, as a complex array, it does not resolve the challenge of displacing the dominant simplicity of economic growth.

The struggle for what Paul Ekins and Manfred Max-Neef many years ago called ‘Real-Life Economics’, reflecting the complexity of human nature and natural systems, continues…

 

 

 

Republished from Ed Mayo’s Blog

Photo by bdesham

The post Does everything have to be simple? The case for complexity in business appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/does-everything-have-to-be-simple-the-case-for-complexity-in-business/2018/07/09/feed 0 71672
Predatory Delay and the Rights of Future Generations https://blog.p2pfoundation.net/predatory-delay-rights-future-generations/2018/02/15 https://blog.p2pfoundation.net/predatory-delay-rights-future-generations/2018/02/15#respond Thu, 15 Feb 2018 08:00:00 +0000 https://blog.p2pfoundation.net/?p=69685 Alex Steffen addresses a crucial issue in the context of the changes and transitioning we need to make our societes and economies environmentally acceptable and compatible with climate change requirements. Sure, we can all see change, but we can also see that the change is not nearly fast enough to avoid clear catastrophes. One of... Continue reading

The post Predatory Delay and the Rights of Future Generations appeared first on P2P Foundation.

]]>
Alex Steffen addresses a crucial issue in the context of the changes and transitioning we need to make our societes and economies environmentally acceptable and compatible with climate change requirements. Sure, we can all see change, but we can also see that the change is not nearly fast enough to avoid clear catastrophes. One of the reasons is that stakeholder that could change more radically, are manoeuvering for delays, in order to protect their profits and legacy systems. They are doing this at the cost of the whole ecosystem. Originally published in Medium.

Alex Steffen: We owe the future.

People who will be alive in the future can make ethical claims on us. We have duties to them. They have rights.

Some people seem to have a hard time even understanding the concept of the rights of future generations. The idea that people who do not yet exist have the right to assert their needs in our lives is one that seems to be hard to fully grasp.

Think of this example: If someone sets a bomb to go off in a public square a year from now, is he committing a crime? Should he be stopped? Almost everyone would say yes. Should he be tried before a court of law and prevented from doing further harm? Most of us would agree that he should. What about ten years? What about 100? When does our obligation to avoid serious, predictable harm to others end?

Now, here’s the tricky part: climate emissions (and huge array of other unsustainable practices) are the bomb, and your grandkids and great-grandkids are the victims.

By transgressing planetary boundaries, we are seriously (and in human timescales, permanently) undermining the ability of the planet to provide the kind of climate stability, natural bounty and renewable resources that future generations will need to maintain their own societies. If we continue business as usual, we are in fact dooming millions of them to extreme suffering and early death. Life on a hotter, dangerous and destabilized planet is not something we would wish to have inflicted on ourselves.

We don’t really have the ethical right to inflict it on our descendants. There is no legitimate basis for thinking that we have the right to use the planet up, that the property rights of current generations trump the human rights of the next 100 generations to come.

Put it another way: ethically, with riches come responsibilities. Much of the wealth around us was handed down as a legacy by our ancestors, and we hold the planet itself in trust, as stewards.

As long as we don’t use more of the planet’s bounty than can be sustainably provided in perpetuity, we have the ethical right to enjoy the best lives we can create. But the minute we stray into unsustainable levels of consumption, we’re not in fact spending our own riches, but those of future people, by setting in motion disasters that will greatly diminish their possibilities. Unfortunately, nearly everyone living a middle class or wealthier lifestyle now enriches their lives at the cost of future generations. As Paul Hawken says, “We have an economy where we steal the future, sell it in the present, and call it G.D.P.”

Now, obviously, most of us did not intend to find ourselves in this situation, and so for a couple decades we had a legitimate argument that we needed a reasonable amount of time to change our ecological impact. It’s become clear that many of our leaders’ definition of a reasonable amount of time, though, is for things to change sometime after they’re dead.

This is what I mean when I say that we have a politics of “predatory delay.” Many wealthy people understand that their profits are extracted through destructively unsustainable practices, and they’ve known it for decades. By and large, they no

This allows them to been seen as responsible and caring. They want change, they claim; they just think we need prudent, appropriately paced change, mindful of economic trade-offs and judiciously studied — by which they mean cosmetic change for the foreseeable future. In the meantime, they fight like hell to delay change of any real magnitude, attacking not only the prospects of our kids and kin in the future, but increasingly of our society in the present. Their delay has real, serious human consequences, across generations. They’re taking, not creating; the harm they cause is measurable.

Tim O’Reilly, in 2012, turned this nice phrase: “Policy should protect the future from the past, not the past from the future.” Yet in every country on Earth, policies made at the top are still overwhelmingly designed not to meet our planetary crisis at the scale and speed it demands, but to protect the institutions, companies and systems causing that crisis from disruptive change. This is true at every scale, from large incumbent industries unfairly undermining newer, more sustainable competitors to wealthy NIMBY property owners blocking new housing in cities around the world so that they can benefit from the housing crisis by pushing real estate prices as high as possible before they sell.

The next time you hear a powerful person arguing against needed action in the name of prudence or process or tradition, ask yourself, “Am I hearing the voice of predatory delay?

We owe it to the future to call it what it is.


A very different version of this piece was originally published on September 9th, 2009 at Worldchanging.com. Read the original here.

You can sign up for my sort-of weekly newsletter here.

Photo by DTRSY

The post Predatory Delay and the Rights of Future Generations appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/predatory-delay-rights-future-generations/2018/02/15/feed 0 69685