Value – 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
Ideological Tensions and Affinities Between Crypto-Libertarian and Crypto-Commonist Visions https://blog.p2pfoundation.net/ideological-tensions-and-affinities-between-crypto-libertarian-and-crypto-commonist-visions/2019/02/01 https://blog.p2pfoundation.net/ideological-tensions-and-affinities-between-crypto-libertarian-and-crypto-commonist-visions/2019/02/01#respond Fri, 01 Feb 2019 10:00:00 +0000 https://blog.p2pfoundation.net/?p=74128 Michel Bauwens: At the P2P Foundation, we do not favour technological determinism (technology determines societal outcomes), nor the ‘technology is neutral, it depends what you do with it’, but rather, we believe that technological infrastructures are in fact socio-technical systems, whose design and deployment, and potentially subversive use, are the reflection of the values and... Continue reading

The post Ideological Tensions and Affinities Between Crypto-Libertarian and Crypto-Commonist Visions appeared first on P2P Foundation.

]]>
Michel Bauwens: At the P2P Foundation, we do not favour technological determinism (technology determines societal outcomes), nor the ‘technology is neutral, it depends what you do with it’, but rather, we believe that technological infrastructures are in fact socio-technical systems, whose design and deployment, and potentially subversive use, are the reflection of the values and material interests of the social groups and individuals involved. Our most famous quadrant outines four such competing systems, which are all in phase of deployment today. Our position is that all these technologies serve sometimes useful functions, but that their often ‘extractive’ design, intended to favour the private owners, must be tweaked and transformed. Thus, we want to change ‘netarchical platforms’ into ‘platform coops’ and blockchain ledgers into ledger coops. This means that the design of ledgers is not just an expression of its austrian economics / anarcho-capitalist early designers, but can also be used, after transformation, by and for commons-based projects. This is one of the first articles that highlights this tension in the ledger design community itself.

The following abstract is republished from academia.edu.

BA Dissertation: In blockchain they trust. Now, power to the people or to the invisible hand? An analysis of the ideological tensions and affinities between crypto-libertarian and crypto-commonist visions, projects and aspirations for the blockchain revolution.

By Mateo Peyrouzet Garc’a-Si–eriz BA Dissertation University of Exeter Department of Social Sciences and International Studies, May 2018

Abstract

This dissertation provides an analysis of the ideological component behind the crypto-anarchist enthusiasm for the highly topical emerging technology of distributed ledger technology, commonly known as blockchain. Philosophy of technology scholars have drawn attention to the fact that technologies can possess political properties and serve to reinforce or challenge power structures. Public blockchains have an unquestionable social and political character due to their capacity to facilitate the emergence of cryptographic, decentralized and reliable peer-to-peer networks. The exponential adoption of this disruptive technology, which is poised to cause transformational changes across socio-technical systems and organizational structures, means that both its political properties and the ideological forces behind its development as a political technology must be recognized. Accordingly, this dissertation engages with some of the most ideologically-driven projects aiming to tap into blockchainÕs political and economic potential, namely those of Bitcoin, FairCoin, Democracy Earth and Bitnation. These projects exemplify what is posited as the main ideological cleavage within crypto-anarchism, which revolves around the privileged agent and vision that should be empowered and trusted to capture the decentralizing potential offered by blockchain technology. The paper offers an original contribution by conceptualizing the cleavage as separating; crypto-libertarians, whose neo-Hobbesian individualistic vision sees the invisible hand of the free market as the privileged agent driving a trustless technology; and crypto-commonists, whose collectivist vision regards blockchain as a trust-enabling technology that should be used to facilitate collaborative economic paradigms and participatory forms of e-democracy. The dissertation concludes that while both strands of blockchain enthusiasts have a shared interest in promoting personal privacy, radical transparency, and eroding the authority of nation-states, their diametrically opposed views on human nature and socio-economic organization seem presently irreconcilable. The research undertaken for this paper has covered a substantial breadth of the existing academic material concerning the philosophy and politics of blockchain technology, consulting books, journals, white papers and online articles. This dissertation contributes with an ideological conceptualization to the fields of techno-politics and blockchain studies, an academic intersection still in its infancy, but which will undoubtedly attract increasing academic attention.

Contents

Given the dissertation’s focus on ideological features, the first chapter is dedicated to framing a proper framework to understand the ideologies of crypto-libertarianism, which has been commented by several scholars, and crypto-commonism, a neologism proposed by this paper. The former is characterized by its individualist approach to human interaction, its capitalist approach to economic organization, and its market-based approach to governance. The latter is characterized by its collectivist view of social interaction, its commonist approach to economic organization, and its democratic approach to governance. Decades after the emergence of crypto-anarchism, these differences remain largely under-conceptualized in academic and informal circles, creating an epistemic void that requires attention given the relevance of these ideological forces in the digital era.

Having constructed the ideological profiles that configure the crypto-anarchist divide concerning blockchain technology’s political and economic potential, Chapter 2 will present the technical specifics of the technology and its ontological properties, situating it within the debate regarding the political nature of technologies that was mentioned earlier. Then, the philosophical and political values embodied and advanced by blockchain will be examined. This will make it easier to understand how crypto-libertarian and crypto-commonist ideas fit within the technical properties of blockchain technology and its potential applications.

Chapter 3 will evaluate the radically different socio-economic visions held by crypto-libertarians and crypto-commonists. By analysing Bitcoin and FairCoin it will be shown that a crypto-commonist approach prioritizes blockchainÕs potential to enhance collaborative models of economic organization and commons-based peer production, while the crypto-libertarian perspective revolves around blockchainÕs facilitation of a trustworthy platform for unfettered markets to emerge. Following this, a consideration of how blockchain can affect data ownership and privacy from governments and tech giants will bring to light several affinities within the crypto-anarchists, as well as other points of contention.

Finally, Chapter 4 will focus on several approaches to governance that have either been proposed or, indeed, been made possible by the decentralized and transparent qualities of blockchain technology. This chapter will look at how blockchain enthusiasts are aiming to transform voting, democracy and governance, focusing on Democracy Earth’s application of ‘liquid democracy’ through blockchain technology and Bitnation’s project of ‘decentralized borderless voluntary nations’ Pinpointing the differences between these approaches will provide a comprehensible image of the way in which positioning along the libertarian-commonist axis influences visions of governance in an ideal blockchain future. The dissertation finishes by answering the second question, concluding that although crypto-libertarians and crypto-commonists may share an interest in eroding the power of states and grounding socio-economic organization on voluntary interactions facilitated by blockchain technology, their ideological aspirations are ultimately incompatible. While crypto-anarchists may be seen as a single ideological force, their differing visions on whether blockchain projects should facilitate unfettered capitalism or a commonist and democratic system seem currently irreconcilable.

References

  • Scott, Brett. Visions of a Techno-Leviathan: The Politics of the Bitcoin Blockchain. E- International Relations, 1 June 2014, www.e-ir.info/2014/06/01/visions-of-a-techno-leviathan-the-politics-of-the-bitcoin-blockchain/.
  • De Filippi, Primavera, and Benjamin Loveluck. The Invisible Politics of Bitcoin: Governance Crisis of a Decentralised Infrastructure. Internet Policy Review, vol. 5, no. 3, 30 Sept. 2016
  • Dyer-Witheford, Nick. Species-Being and the New Commonism: Notes on an Interrupted Cycle of Struggles. The Commoner , no. 11, 2006, pp. 15Ð32. (p. 30)
  • Gielen, Pascal, and Nico Dockx. Exploring Commonism – A New Aesthetics Of The Real. Valiz, 2018
  • Velasco, Pablo R. Computing Ledgers and the Political Ontology of the Blockchain. Metaphilosophy, vol. 48, no. 5, 2017, pp. 712Ð726. (p. 721)

Alternative Strategies

  • Scott, Brett. How Can Cryptocurrency and Blockchain Technology Play a Role in Building Social and Solidarity Finance? United Nations Research Institute for Social Development, Feb. 2016. (p. 19)

Photo by tompagenet

The post Ideological Tensions and Affinities Between Crypto-Libertarian and Crypto-Commonist Visions appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/ideological-tensions-and-affinities-between-crypto-libertarian-and-crypto-commonist-visions/2019/02/01/feed 0 74128
Tokens as a Labor Model https://blog.p2pfoundation.net/tokens-as-a-labor-model/2018/08/16 https://blog.p2pfoundation.net/tokens-as-a-labor-model/2018/08/16#respond Thu, 16 Aug 2018 08:00:00 +0000 https://blog.p2pfoundation.net/?p=72273 Two years ago, we published a report on Value in the Commons Economy, in which we analyzed the value regime of a number of pioneering peer production projects such as Sensorica and Backfeed. In that report, we posited a sphere of ‘value sovereignty’, within the sphere of the commons, and a membrane between the commons... Continue reading

The post Tokens as a Labor Model appeared first on P2P Foundation.

]]>
Two years ago, we published a report on Value in the Commons Economy, in which we analyzed the value regime of a number of pioneering peer production projects such as Sensorica and Backfeed. In that report, we posited a sphere of ‘value sovereignty’, within the sphere of the commons, and a membrane between the commons and the market to govern its interaction.

In the meantime, the token economy has exploded, and despite its many faults and weaknesses, it has brought open and contributive accounting to the mainstream as a practice, via programmable tokens that are divided up exactly as the open source communities decide. We have moved from an economy based on capitalist enterprises, which extracted all the surplus value from the developers, to an eco-system in which contributory competency networks, prepare white papers, crowdfund through tokens, and distribute the value much more widely amongst the contributors.

While much remains to be done, this is a major milestone in showing a possible future of or work and reward systems. The two following extracts bring testimonies about how the ‘developer working class’ is looking at these advances.

The question now is, can other sections of workers, those that do not belong to the aristocracy of labor that do software work, also learn and benefit from these new systems, and a second question is, We will be working on these very questions this summer and publish a report about it.


(excerpted from): How App Tokens Changed the Life of the Developer Working Class

Richard Burton: A month of work for the protocol (Ethereum) has completely changed my life. I am free to travel the world and work on whatever I want. It is hard to overstate the mental freedom afforded by having a cash buffer and not having to work all the time to make ends meet. It has had a profound effect on my mental health and freed me up to do the best work of my life. The people who built this protocol took a chance on me and I am incredibly grateful.

Vitalik and his team gave birth to a protocol that over 7,000 people committed to. They effectively held an IPO for their protocol at the start of the project. Since then, thousands more have got involved by trading Ether, writing code, and helping the protocol to flourish.

– “Bitcoin is not just a protocol or money, it’s a new business model for Open Source Software. Prior to Bitcoin, you had to raise money, write software, distribute your product, build a business model, and work towards liquidity. Angels, VCs, salespeople and bankers guided you the entire way, through a maze of tolls and controls.”

Naval Ravikant saw this coming months before the Ether sale. The coins that protocols distribute to contributors are like shares in a company. The key difference is that these shares are not locked up by startup founders and venture capitalists.

There are a thousand nightmarish stories about startup employees not being able to afford to exercise their stock options and missing out on millions of dollars. Alex MacCaw and I wrote about this problem in 2013 after seeing many of our friends go through the stressful process of trying to borrow money to buy the stock they had earnt.

The current stock option system is totally broken. It forces people to stay at companies longer than they want to in the hope that a liquidity event is just around the corner.

App Coins are totally different from stock options. I was paid for my month’s work and I was rewarded for my belief in the protocol at an early stage. There was no cliff, no vesting schedule, no liquidation preferences, no VC ratchets, no exercise window, just coins. I helped the Ethereum team when they had no money and they rewarded me for that.

The moment I decided to move on to a freelance job, I was free to do so. I didn’t have to stick around in the hope that I would make some huge pile of money in the future.

This model is going to completely change the war for talent. If you’re a smart engineer, you can go and join a rocketship startup and work crazy hours. Alternatively, you can head over to Thailand, live cheaply, and work for App Coins.

Protocol creators need your help: They need people to write clear documentation, teachers to help people learn, designers to work on the user interfaces, customer support staff to handle the swelling inboxes, investors to raise capital, and a whole range of other talent to help them build a successful protocol. It doesn’t matter if you don’t write code—you can still contribute.

Protocols will follow the startup power law: millions will be started and only a few hundred will change the world forever.

In the future, billions of people will be working for a protocol. They will define themselves by the protocols they work for and how much they can contribute.

Protocolism might be the solution we need. It harnesses human ingenuity and distributes the benefits far and wide. It can help us build an economy for the 99%.

When a startup succeeds, a handful of people get insanely wealthy. When a protocol succeeds, thousands of people profit. In the future, the great protocols could lift millions of people out of poverty.

(excerpted from): Decentralization as a Means for Developers and other Stakeholders to Take Back Control from Centralized Platforms

Chris Dixon: Let’s look at the problems with centralized platforms. Centralized platforms follow a predictable life cycle. When they start out, they do everything they can to recruit users and 3rd-party complements like developers, businesses, and media organizations. They do this to make their services more valuable, as platforms (by definition) are systems with multi-sided network effects. As platforms move up the adoption S-curve, their power over users and 3rd parties steadily grows.

When they hit the top of the S-curve, their relationships with network participants change from positive-sum to zero-sum. The easiest way to continue growing lies in extracting data from users and competing with complements over audiences and profits. Historical examples of this are Microsoft vs Netscape, Google vs Yelp, Facebook vs Zynga, and Twitter vs its 3rd-party clients. Operating systems like iOS and Android have behaved better, although still take a healthy 30% tax, reject apps for seemingly arbitrary reasons, and subsume the functionality of 3rd-party apps at will.

For 3rd parties, this transition from cooperation to competition feels like a bait-and-switch. Over time, the best entrepreneurs, developers, and investors have become wary of building on top of centralized platforms. We now have decades of evidence that doing so will end in disappointment. In addition, users give up privacy, control of their data, and become vulnerable to security breaches. These problems with centralized platforms will likely become even more pronounced in the future.

Cryptonetworks are networks built on top of the internet that 1) use consensus mechanisms such as blockchains to maintain and update state, 2) use cryptocurrencies (coins/tokens) to incentivize consensus participants (miners/validators) and other network participants. Some cryptonetworks, such as Ethereum, are general programming platforms that can be used for almost any purpose. Other cryptonetworks are special purpose, for example Bitcoin is intended primarily for storing value, Golem for performing computations, and Filecoin for decentralized file storage.

Early internet protocols were technical specifications created by working groups or non-profit organizations that relied on the alignment of interests in the internet community to gain adoption. This method worked well during the very early stages of the internet but since the early 1990s very few new protocols have gained widespread adoption. Cryptonetworks fix these problems by providing economics incentives to developers, maintainers, and other network participants in the form of tokens. They are also much more technically robust. For example, they are able to keep state and do arbitrary transformations on that state, something past protocols could never do.

Cryptonetworks use multiple mechanisms to ensure that they stay neutral as they grow, preventing the bait-and-switch of centralized platforms. First, the contract between cryptonetworks and their participants is enforced in open source code. Second, they are kept in check through mechanisms for “voice” and “exit.” Participants are given voice through community governance, both “on chain” (via the protocol) and “off chain” (via the social structures around the protocol). Participants can exit either by leaving the network and selling their coins, or in the extreme case by forking the protocol.

In short, cryptonetworks align network participants to work together toward a common goal — the growth of the network and the appreciation of the token. This alignment is one of the main reasons Bitcoin continues to defy skeptics and flourish, even while new cryptonetworks like Ethereum have grown alongside it.


Photo by Marco Verch

The post Tokens as a Labor Model appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/tokens-as-a-labor-model/2018/08/16/feed 0 72273
Beyond Humans as Labour https://blog.p2pfoundation.net/beyond-humans-as-labour/2018/07/31 https://blog.p2pfoundation.net/beyond-humans-as-labour/2018/07/31#comments Tue, 31 Jul 2018 08:00:00 +0000 https://blog.p2pfoundation.net/?p=72021 For the last few years, there has been a huge debate about how automation will possibly destroy tens of millions of jobs; this fear has even moved Silicon Valley luminaries to join the basic income bandwagon. At the P2P Foundation, we have always insisted that though automation may indeed affect an important number of future... Continue reading

The post Beyond Humans as Labour appeared first on P2P Foundation.

]]>
For the last few years, there has been a huge debate about how automation will possibly destroy tens of millions of jobs; this fear has even moved Silicon Valley luminaries to join the basic income bandwagon. At the P2P Foundation, we have always insisted that though automation may indeed affect an important number of future jobs, the real issue is really where the surplus profit is invested, and who makes the decisions. There is indeed no dearth of demand for meaningful activity in this world, beginning with a huge need for regenerative economic practices that restore the ecosystem. Indy Johar makes a related and important point: the jobs that may be destroyed are jobs in which humans are really an extension of the machine, and in that sense, paradoxically, it is an opportunity to move beyond jobs, to a civilisation based on meaningful work and engagement. Last year, I joined the labour mutual SMart, which aims to replace subordinated labor, where you exchange your freedom for a wage, to post-subordinated labour, but with regular salaries and social protections. Succeeding in this shift will be a vital part of the commons transition. Thanks to Indy Johar to bring up this important topic.


Originally posted on provocations.darkmatterlabs.org

We face a paradigm shift in the role of humans in our economy — The rise of the real C-Economy.

Indy Johar: Most of our human economy has since the industrial & managerial revolution functioned to fullfill and comply with roles & processes for predefined value and imagination.

The industrial economy made humans “labour”, designed, focused and instrumentalised in the fullfillment of corporate value creation and the imagination of the few.

This industrial human economy is coming to an end; we have begun a transformation which is massively signalled by a confluence of drivers and trends, from the rise of innovation labs & start up culture – all seeking to grow the innovation pie of cities, to the arrival of platform corporates, driving the disintermediation of middle management, to the growing capability of AI, automation and algorithms to manifest the reality of post managerial city. In fact it could be argued – our current paranoia of Brexit and Trump – extends from a deep worry for the growing redundancy of human value & labour and our perceived future as an overhead and liability to the capital class.

The above list could go on, but what is becoming apparent is process driven, codifiable labour – “jobs for bad robots” will be automated and commodified – it is only a matter of time and its also time to say good riddance. We need to liberate Humans from having to be “bad robots” as the industrial revolution liberated us from being bad domestic animals.

But the emancipation of Humans from labour – does not mean a redundancy of Humans, in fact its means the freedom of Humans from labour to discover what it means to be human in the 21st Century.

This is a future which needs us to embrace the awesome capacity of humans – for discovery, for expeditions into the unknown, to mine the future, to care, create, dream.

This is a future which needs us to invest and create the conditions to unlock the full potential and capacity for all citizens to care, create and discover.

This is a future not designed to instrumentalise and passively enslave humans and drive compliance – through debt and wage incentives but to use “Universal Basic Income” to unleash and liberate purpose, care, collaboration and the capacity to dream and disrupt the future.

This is a future which requires us to reimagine “Management” from being a means of control to a means to emancipate, nurture grow care and capacity.

This is a future in which the conditions for unleashing the full capacity of all humans must be the new 21st century public utility – where spatial justice is foundational to unleashing our democratic humanity.

This is a future we requires us to start by embracing the relatively infinite possibility of humans – as opposed to our limited capacity to make roles and manage process.

This is a future which is not about supply demand matching labour markets but about making the fertile conditions to grow the dreamers, disrupters and discovers of the future.

This is a future in which humans are not an overhead on the balance sheet but its foundational fragile asset.

This is a future where the human(e) corporate will be defined by its capacity to drive the 4C revolution — collaboration, care, creativity, contextual intelligence powered by democratized agency – not its aggregative efficiency to manage financial capital and procure in scale; these efficiencies are likely to distributed and platformed to the whole economy – with rise of zero overhead platform bureaucracy.

This is a future in which investing for the human development of an organisation manifests on its asset register.

This is a future which embraces a tomorrow, where humans are the source of economy not redundant to its function.

This is a future Beyond Labour, embracing the coming Human(e) Revolution.

Dark Matter Laboratories is a Strategic Design Studio at Project00.cc working at the interface of Disruptive Technology, Human Development & System Change with world leading organisations to transform and embrace the future.

 

Photo by 96dpi

The post Beyond Humans as Labour appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/beyond-humans-as-labour/2018/07/31/feed 1 72021
Andrea Fumagalli on the Five Criteria To Distinguish a Progressive Interpretation of the Basic Income https://blog.p2pfoundation.net/andrea-fumagalli-on-the-five-criteria-to-distinguish-a-progressive-interpretation-of-the-basic-income/2018/07/30 https://blog.p2pfoundation.net/andrea-fumagalli-on-the-five-criteria-to-distinguish-a-progressive-interpretation-of-the-basic-income/2018/07/30#respond Mon, 30 Jul 2018 08:00:00 +0000 https://blog.p2pfoundation.net/?p=72027 Michel Bauwens:  Basic income has been very much in the news in the last decade, with an increasing number of reports and policy experimentations. Even though it has conquered the support of the majority of progressive voters in Europe, there are voices that see in the basic income a ‘neoliberal plot’, citing the support of... Continue reading

The post Andrea Fumagalli on the Five Criteria To Distinguish a Progressive Interpretation of the Basic Income appeared first on P2P Foundation.

]]>
Michel Bauwens:  Basic income has been very much in the news in the last decade, with an increasing number of reports and policy experimentations. Even though it has conquered the support of the majority of progressive voters in Europe, there are voices that see in the basic income a ‘neoliberal plot’, citing the support of Silicon Valley luminaries. But with the basic income, the devil is in the details, and to distinguish a socially progressive version of the basic income, we must be able to judge the proposals with concrete principles in mind. This is exactly what Andrea Fumagalli does here in this short but important text. For your info, I am partial to the basic income as a transitional measure towards the commons society, as it liberates and helps the choice to work on transitional and meaningful projects.


Andrea Fumagalli on the Five Criteria To Distinguish a Progressive Interpretation of the Basic Income

Basic Income presents different and contradictory definitions. That is why the terms can mislead. On my opinion, we can speak of Basic income only when the following five criteria are verified:

1. Individuality criterion: the basic income must be paid at the individual level and not familiar. It can then discuss if children under 18 years will have the right or not.

2. Criterion of residence: the basic income must be paid to all / the people who, residing in a given territory, live, rejoice, suffer and participate in the production and social cooperation regardless of their marital status, gender, ethnicity, religious belief, etc.

3. Criterion of unconditionality: basic income must be provided by minimizing any form of compensation and / obligation as a free individual choice as possible.

4. Access criteria: the basic income is paid in its initial phase of experimentation to all / the people who have an income below a certain threshold. This threshold may, however, be greater than the relative poverty line and converge toward the median level of the personal distribution of existing income. Moreover, this level of income must be expressed in relative terms, not absolute, so that increasing the minimum threshold (as a result of the initial introduction of the measure) the range of beneficiaries will increase continuously until to rise to graded levels of universality.

5. Criteria for funding and transparency: the modalities of financing of basic income must always be set out on the basis of economic viability studies, detailing where resources are obtained based on an estimate of its cost necessary. These resources have to fall on general taxation and not on other assets of origin (such as, for example, social security contributions, sale of public assets, privatization proceeds, etc.). Basic income is complementary to welfare systems and never substitutive. On my opinion, basic income should be a conflict tool not a compatibility tool with respect to the existing contemporary neo-liberalist capitalism. That is why, the criteria of total unconditionality and an enough level (> relative poverty line as minimum) just to say “NO” to halting conditions of work and exploitation without blackmail, are more important than an immediate universality (may be, providing a insignificant amount of money).

Link to original discussion on Facebook

Photo by Thomas Hawk

The post Andrea Fumagalli on the Five Criteria To Distinguish a Progressive Interpretation of the Basic Income appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/andrea-fumagalli-on-the-five-criteria-to-distinguish-a-progressive-interpretation-of-the-basic-income/2018/07/30/feed 0 72027
Michel Bauwens on P2P, the commons and the imagination https://blog.p2pfoundation.net/michel-bauwens-on-p2p-the-commons-and-the-imagination/2018/07/12 https://blog.p2pfoundation.net/michel-bauwens-on-p2p-the-commons-and-the-imagination/2018/07/12#respond Thu, 12 Jul 2018 08:00:00 +0000 https://blog.p2pfoundation.net/?p=71764 Rob Hopkins: Last week, close to my home, was the Transition Design Symposium. It brought together people from around the world interested in what design can bring to the need for an urgent societal Transition, and for 2 days its attendees basked in glorious sunshine and fascinating interactions.  I managed to catch up with Michel... Continue reading

The post Michel Bauwens on P2P, the commons and the imagination appeared first on P2P Foundation.

]]>
Rob Hopkins: Last week, close to my home, was the Transition Design Symposium. It brought together people from around the world interested in what design can bring to the need for an urgent societal Transition, and for 2 days its attendees basked in glorious sunshine and fascinating interactions.  I managed to catch up with Michel Bauwens who was attending and speaking at the conference, and we took some time for a short chat sitting under a tree in sunshine.

Michel spends half his time in Belgium and half in Thailand, and is the founder of the P2P Foundation, a global organisation of researchers working in collaboration to explore peer production, governance and property.  He is a writer, researcher and speaker on the subjects of technology, culture and business innovation.  “It’s about Open Source communities”, he told me. “A lot of it is like what you are doing with Transition, perhaps a bit of a difference would be that I try to look more at the trans-local, trans-national levels, and how we can build counter-power to trans-national capital”.  I started by asking him when he uses those terms, ‘trans-local’ and ‘trans-national’, what does he mean?

“You’re probably familiar with Ezio Manzini?  He talks about “small, local, open and connected”.  For example, permaculture, in one way it’s very local.  You’re thinking, “I’m doing something here, right now”.  At the same time, the learning of permaculture is really global.  People are connecting globally around permaculture.

One permaculture may not be significant, but 5,000 in the world, you’re actually doing something about the global structure.  But a difference I think is you can use the global to support the local and I see the global as its own arena.  We need something like the guilds in the Middle Ages.  We need leagues of cities.  We need leagues of co-ops.  In Fukushima you can’t just say, “I’m going to have a fishing co-op in my village”.  Sometimes you need scale to answer certain issues that can’t be solved at any local level.

In terms of the imagination, how do you see the work that you do impacting imagination and the invitation to imagination, and what’s your sense of the state of health of the imagination in the world that you’re trying to bring these ideas to?  What are the challenges that you see around that?

One of the things where we’re stuck in our imagination is that we see the private and public as a dichotomy, and we see civil society as some kind of left-over, you know, when you come home tired. Once you bring in the commons, you go already from two to three. Any problem becomes solvable with civil society, with autonomous creativity, with local imagination. Then you can still think about how market and state solutions and forms come into play, but you’ve already broadened it.

The second shift that is very important is where do we think value comes from? As long as you think value comes from the market, you’re very limited in what you can do. Because you can only imagine what’s existing and live on the crumbs. Once you start saying, “No, value is what we value”, you claim value sovereignty. Then you can say, “Well these people are creating value, and these people are creating value.” The realm of possibilities opens up.

That hopefully stimulates the imagination. The biggest challenge now is the reactivity that is induced by social media. I have it in my own life. I really have to be careful because you can spend so much time reacting to input. How do you make the space where you can just think? I see that as a big challenge for our society.

Huge.  And can you tell a little bit about the work you’re doing in Ghent?

I was asked by the city itself, by the Mayor and the Director of Strategy of the city, first of all to map urban commons.  These are commons-orientated civic initiatives.  In order to be in my map, if you like, you would have to have a commons, a shared resource, and we noticed that it went from 50 to 500 in ten years.

Then we worked on, “What do they want?” What do the commoners want so that the city can react and support these initiatives?  Then we looked at institutional design.  How can public commons co-operation occur?  We came up with a few things, like commons accords, which is inspired by the Italian experience where they have this regulation in Bologna.

It allows recognition of the commons, which is very important, because otherwise they can just send the police.  The second thing is the notion of contributory democracy, which requires some explanation.  It’s basically about you have a democratic mandate, as a city.  You’re elected and you say, “We want an ecological transition”.  Then you want to be participatory so you create full transition council.  But you have to invite in the big players, which actually maybe don’t want a transition.  So you get what is called ‘predatory delay’.

The third step is that there are actually citizens carrying out a mandate.  They are doing what we say we want.  Therefore they have legitimacy and have a voice because they’re showing us the way.  This is for me then a way to integrate the commoners and the pioneering initiatives.  The ones that are really bringing down thermodynamic costs: lowering the footprint; producing good food with a lot less waste and energy.  But also social outcomes.

The people actually doing it in the context of market and state failure get their place in the institution.  Then their example can become inspiration for a generalisation of these solutions.

And you’ve seen the process since you started it as something that unlocks imagination, or invites imagination? 

Most of these people think that they’re just doing marginal things against the stream.  That way it also limits their imagination.  They think, “Oh, we’re just doing it for ourselves”.  Once you see you’re part of a broader movement, and you’re recognised by society, it gives you a lot more moral strength to continue and to increase your level of ambition.  We’re doing this for the world.  We’re doing this to change our city.  It’s not just one little thing…

There’s a bigger narrative…

Yeah, yeah.

One of the questions I’ve asked everybody that I’ve interviewed for this book is that if you had been elected as the Prime Minister of Belgium, and you had ran on a platform of ‘Make Belgium Imaginative Again’, and you felt that actually you needed the imagination to be back…  Rather than having a National Innovation Strategy, we need a National Imagination Strategy in terms of education, and policy making, and so on and so on, what might you do in your first few weeks in office?

One of the things I really like, and something today, is the Maker movement, because one of the problems in the West has been this split between thinking and doing, Descartes and everything.  The fact that we now have people who are thinking about what they want to do, and how to do it, and are then doing it and reflecting on their action –it’s an anthropological revolution.  I would make this a new model.  Just open up universities to making maker spaces.

And I know this is not a direct answer but I want to make sure you have this.  It’s the notion of circular finance.  If you can prove to me that your activity lowers the human footprint, lowers thermodynamic and social costs, then I’m going to share the benefits with you and finance your transition.

So if you have a Community Land Trust like in France which demonstrably diminishes the pollution costs and health costs in the Department, then that money that is saved in negative externalities can be used to finance positive transition.  Just look at it systematically, for mobility, housing.

The next thing I would do is job creation.  We have the Brahminic left, educated people with cultural capital but not necessarily money, then we have the Merchant right, but there are people without both.  They are the ones suffering, and they are the ones voting for parties that are destroying our democracy.  I know people don’t like the word ‘jobs’.  I don’t want a job myself, personally, but I think a lot of people do.

It’s a good word, I think.

So create jobs to regenerate the planet…  If you want 100% organic food in a city like Ghent for 5 million meals a year, you can hire 15 farmers.  You can have a zero carbon transport system, and you can have cooks.  Just to have 100% organic food we need 12% of people in the countryside.  Six times more people.  This is the kind of thing we need to be doing, you know.

So given the world that we have in front of us at the moment, and what the world could be, there’s a lot of imagination –

Yes, I think I have too much imagination!  That’s what my wife says…

Where do you think that has come from?  Do you think you had an imaginative education?  How have you cultivated that?

I was a very lonely child.  I was an only child.  My biggest enemy was boredom.  If you’re bored, you have time to imagine.  That emptiness paradoxically became the richness.

I was going to say it was your greatest enemy, but it sounds like it was also your greatest friend in some ways as well?

Yeah.  It’s the oyster thing, right?  So you have the grain of sand in the oyster which creates the pearl.

Yeah, yeah.

It’s how you transform your suffering into some positive that makes your life successful I think.  So the other thing was I was very weak physically as a child.  So my intellectuality became the only thing I could do to actually have a sense of self-worth.  So that’s, I guess, the two together.


Originally published on RobHopkins.net

The post Michel Bauwens on P2P, the commons and the imagination appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/michel-bauwens-on-p2p-the-commons-and-the-imagination/2018/07/12/feed 0 71764
Contemplating the More-than-Human Commons https://blog.p2pfoundation.net/contemplating-the-more-than-human-commons/2018/05/21 https://blog.p2pfoundation.net/contemplating-the-more-than-human-commons/2018/05/21#respond Mon, 21 May 2018 08:00:00 +0000 https://blog.p2pfoundation.net/?p=71060 Zack Walsh writing for The Arrow:  The Stern Review on The Economics of Climate Change claims that reducing emissions by more than 1 percent annually would generate a severe economic crisis, and yet, climate analysts tell us we need to reduce carbon emissions by 5.3 percent annually to limit global warming to 2°C.1 Moreover, there is... Continue reading

The post Contemplating the More-than-Human Commons appeared first on P2P Foundation.

]]>
Zack Walsh writing for The Arrow:  The Stern Review on The Economics of Climate Change claims that reducing emissions by more than 1 percent annually would generate a severe economic crisis, and yet, climate analysts tell us we need to reduce carbon emissions by 5.3 percent annually to limit global warming to 2°C.1 Moreover, there is no evidence that decoupling economic growth from environmental pressures is possible, and although politicians tout technical solutions to climate crisis, efficiency gains from technology usually increase the absolute amount of energy consumed.2 The stark reality is that capitalist accumulation cannot continue—the global economy must shrink.

Fortunately, there exist many experiments with non-capitalist modes of assessing and exchanging value, sharing goods and services, and making decisions that can help us transition to a more sustainable political economy based on principles of degrowth. One of the best ways to generate non-capitalist subjects, objects, and spaces comes from systems designed to manage common pool resources like the atmosphere, ocean, and forests. Commons-based systems depend upon self-governance and reciprocity. People rely on and take responsibility for each other, finding mutually beneficial ways to fulfill their needs. This also allows communities to define the guidelines and incentives for guiding their own economic behavior, affording people more autonomy and greater opportunity for protecting and cultivating shared values. Commons-based systems cut across the private/public, market/state dichotomy and present alternative economic arrangements defined by communities.

According to David Bollier, “As the grand, centralized market/state systems of the 20th century begin to implode through their own dysfunctionality, the commons will more swiftly step into the breach by offering more local, convivial and trusted systems of survival.”3 Already, there is evidence of this happening. The commons is spreading rapidly among communities hit hardest by recent financial crises and the failures of austerity policies. In response to the failures of the state and market, many crises-stricken areas, especially in Europe and South America, have developed solidarity economies to self-manage resources, thus insulating themselves from systemic shocks in the future. It seems likely that a community’s capacity to share will be crucial to its survival on a wetter, hotter, and meaner planet.

From the perspective of researchers, there are several different ways to define the commons. In most cases, the commons are understood to be material objects. For example, the atmosphere and ocean are global commons, because they are resources we must all learn to regulate and share collectively. This notion of the commons as material resource goes hand-in-hand with another notion that the commons can be both material and immaterial, a product of either nature or culture. Using this second definition enhances our appreciation for what is often undervalued by traditional economic measures such as care work, shared knowledge production, and cultural preservation. Together, both these perspectives are helpful in devising political and economic strategies for managing the commons, which remains the dominant interest of most commons researchers and policymakers.

Nevertheless, whether material or immaterial, the commons are viewed as a given concept or thing, ignoring that more fundamentally they are generated by social practices. In other words, there are no commons without commoners to enact them. From an enactive perspective, commons are not objects, but actions generated by many different actors in relationship. Whereas the prior notions assume that individuals need to be regulated and punished to prevent overconsumption (an assumption known as the tragedy of the commons), an enactive perspective on commons conceives the individual in relation to everyone (and everything) involved in co-managing the more-than-human commons. It therefore diverges from the prior two notions in assuming a relational epistemology rather than being premised on a liberal epistemology based on the individual. From a Buddhist perspective, one could say that the commons emerges co-dependently with a field of objects, forces, and passions entangling the human and nonhuman, living and non-living, organic and machinic.

The more-than-human commons thus does not dualistically separate the material and immaterial commons, the commons (as object) from the commoners (as subjects), nor does it separate humans from nonhumans. Instead, the commons are always understood as a more-than-human achievement, neither wholly produced by nature or culture. Commoning becomes, as Bayo Akomolafe points out, a material-discursive doing shaped by practices and values that engage humans with their environments.4 In Patterns of Commoning, David Bollier and Silke Helfrich argue that all commons exceed conceptual distinctions, because they are not things; rather, they are another way of being, thinking about, and shaping the world.5 Commoning is about sharing the responsibility for stewardship with the intent to construct a fair, free, and sustainable world—a goal that is all the more important given the unequal distribution of risks posed by intensifying climate change.

Read the entire essay/issue at The Arrow: A Journal of Wakeful Society, Culture & Politics.


Zack Walsh is a PhD candidate in the Process Studies graduate program at Claremont School of Theology. His research is transdisciplinary, exploring process-relational, contemplative, and engaged Buddhist approaches to political economy, sustainability, and China. His most recent writings provide critical and constructive reflection on mindfulness trends, while developing contemplative pedagogies and practices for addressing social and ecological issues. He is a research specialist at Toward Ecological Civilization, the Institute for the Postmodern Development of China, and the Institute for Advanced Sustainability Studies in Potsdam, Germany. He has also received lay precepts from Fo Guang Shan, an engaged Buddhist organization based in Taiwan, and attended numerous meditation and monastic retreats in Thailand, China, and Taiwan. For further information and publications, please connect: https://cst.academia.edu/ZackWalsh, https://www.facebook.com/walsh.zack, and https://www.snclab.ca/category/blog/contemplative-ecologies/.

Illustration by Alicia Brown

The post Contemplating the More-than-Human Commons appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/contemplating-the-more-than-human-commons/2018/05/21/feed 0 71060
When Value Arises From Relationships, Not From Things https://blog.p2pfoundation.net/when-value-arises-from-relationships-not-from-things/2018/04/15 https://blog.p2pfoundation.net/when-value-arises-from-relationships-not-from-things/2018/04/15#respond Sun, 15 Apr 2018 10:00:00 +0000 https://blog.p2pfoundation.net/?p=70536 The following interview with Valentina Croci appears in the March 2018 special edition on innovation of Domus magazine . The print edition is in Italian and English, but does not include all the illustrations I’ve used here). Q1 The consumerist model and our fossil resources have been stretched to their limits. What could be an alternative model... Continue reading

The post When Value Arises From Relationships, Not From Things appeared first on P2P Foundation.

]]>
The following interview with Valentina Croci appears in the March 2018 special edition on innovation of Domus magazine . The print edition is in Italian and English, but does not include all the illustrations I’ve used here).

Q1 The consumerist model and our fossil resources have been stretched to their limits. What could be an alternative model of production?

Innovation can help us reign in the over-extraction of resources. This seafood tracing platform is being developed by @provenance

JT I’ve come to an inconvenient conclusion: production is not the purpose of life. I say inconvenient because many of us depend on industrial production, and its many support services, to earn the money we need to pay for daily life needs. But because the global economy has to grow just to survive, its hunger for energy and materials is insatiable. The growing complexity of it all is resource-hungry, too — think of all those interconnected global supply chains.

This conflict between a perpetual growth economy, and the biophysical limits of a living planet, is why the perpetual search for new forms of production – whether ‘clean’, ‘green’ or ‘circular’ – is not where our future lies.

Our future lies in a care-based economy that embodies a commitment to leave things better rather than extract value from the world as quickly as possible.

The good news is that a huge care economy already exists. So-called ‘non-market’ care work includes the essential activity people have always undertaken to raise and educate their families, take care of their land, and support each other in times of difficulty. Billions of people with low cash incomes meet daily life needs outside the money economy through traditional networks of reciprocity and gifts. They survive, and often prosper, within social systems based on kinship, sharing, and myriad ways to share resources.

In this parallel real world value arises from relationships., not from things. Value emerges when living entities – whether human beings, or living ecosystems – interact with each other in a healthy way.

Redirecting our attention from production, to care, is a matter of discovery, not invention. 

Millions of small-scale experiments, and new ways to meet daily life needs, are emerging throughout the world. The opportunity before us is to seek out these projects, and develop practical ways to help these new approaches thrive, and interconnect.

The physicist Ilya Prigogine put it beautifully. “When a system is far from equilibrium, small islands of coherence have the capacity to shift the entire system”.

So that’s our priority now: develop islands of coherence in our own situation – and connect with other islands when the need arises.

Q2 Design is proposing a new definition of ecology: civic ecology. Can you explain the concept?

The French company Natural Solutions develops apps like EcoBalade (above) that help citizens identify plants and other life-forms.

JT In the new economy that’s now emerging, care for life replaces our a preoccupation with money. Value is measured in terms of the health of living systems, and the land, air, and oceans that surround us.

Cities, in this context, are part of the natural world, not outside it. Civic ecology – also known as ecological urbanism – has emerged in response to this understanding of life as the ultimate value.

An ecological approach to the design of cities builds on some surprisingly good news. It turns out that there can be more biodiversity in cities than in cultivated rural areas that we think about as ‘nature’. 

Researchers who investigate disused industrial areas, rail yards, the edge of motorways, brownfield sites of all kinds, are finding all kinds of plants and beetles, insects, lichen, and other life, that they did not expect.

Civic ecology is technically challenging because so many variables are involved. Urban ecosystems are dynamic and interconnected, and interactions between human activity and living systems change over time. There is no one discipline of civic ecology; a variety of professions and discipline need to be involved: climatology, hydrology, geography, psychology, history, and art.

Stewarding the relationships between living organisms and their environment is not just a job for specialists. All citizens can be involved – and new tools are emerging to enable that. The French company Natural Solutions, for example, develops apps that guide citizens through their city and helps them identify the plants and other life-forms they encounter.

The English team at NatureBytes develops devices (above) – and teaches teaches digital skills – so that everyone, professional or amateur, can be an active conservationist.

Q3 What is empathy as a design tool?

JT Today’s challenges cannot successfully be addressed without the engagement of all the actors concerned. A variety of different stakeholders – formal and informal, big and small – need to to work together. The question – and it is also a design question – is how? Paying attention to the process by which groups work together is just as important as deciding what needs to be done, if not more so .

The Art of Invitation developed by Encounters Arts uses techniques from theatre, as well as the insights of psychology, to bring groups of people together who are diverse in age, experience and background.

Dealing with difference involves a lot of consensus building, active participation, and collective decision-making. All this takes time, and an approach to project work or local politics that involves endless meetings is neither attractive nor practicable for most people.

New ways of working together are needed that are shaped by the ways people live now – not the other way round. Participatory approaches are needed to convene diverse groups in ways that foster meaningful conversations among all the people who need to be involved.

An especially effective approach has been developed in England by Encounters Arts. Their Art of Invitation uses techniques from theatre, as well as the insights of psychology, to bring groups of people together who are diverse in age, experience and background.

The group’s facilitators – all artists – have developed groundbreaking approaches to inviting people to fashion a collective creative response to systemic challenges facing their communities.

Q4 
What is your definition of innovation in design?

JT Digital is a means. It is not not the destination. Data of all kinds have a role to play shaping how we interact with the world, but they are not the whole story.

At @IAAC in Barcelona, for example, their Smart Citizen platform enables citizens to monitor levels of air or noise pollution around their home or business. The system connects data, people and knowledge based on their location; the low power consumption of the device allows it to be placed on balconies and windowsills where power is provided by a solar panel or battery. Smart Citizen just one among a growing array of devices and platforms that can sense the world remotely – from the health of a tomato in Brazil, to bacteria in the stomach of a cow in Perthshire

This innovation is impressive – but a bigger question remains to be answered. How will this data contribute to the system transformation that we so urgently need?

The next step is to foster ecological literacy emotionally, and not just rationally. When we truly care about living systems, things will really begin to change.

Q5 What is your definition of innovation in design?

JT The word innovation has been devalued by a too-narrow focus on technology and data. Big Tech, and the investment community, interpret innovation to means the use of digital tools to financialise activities that used to be free: caring for our elders, growing food, learning, or playing.

A different approach assumes that the resources needed for food, clothing, or a roof over
our head, already exist . New types of local provisioning and self-governance systems are emerging all the time. Some of these resources are are to be found in the natural world, thanks to millions of years of natural evolution. Some are social practices learned by other societies and in other times.

Whatever their origin, an emerging care or social economy is being germinated in countless community initiatives, experimental projects, innovative organizations, and social movements. All these experiments can be enhanced by design.

Cooperation, and sharing resources, are a good example of a second kind of innovation in which the ways we cooperate, and the tools and platforms we use to do so, can be transformed by design.

The financial crisis of 2008, for example, triggered a plethora of experiments in alternative money and trading systems, and mutual credit schemes. Many of these experiments are place-based, and subject to local democratic control. An important new example is FairCoin – the world’s first democratically organised and eco-friendly crypto-currency. FairCoin is designed to be a digital currency for this new economic system.

end

My book How To Thrive In The Next Economy has been published in Italy by Postmedia: Progettare oggi il mondo di domani Ambiente, economia e sostenibilità

 

Photo by apple_pathways

The post When Value Arises From Relationships, Not From Things appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/when-value-arises-from-relationships-not-from-things/2018/04/15/feed 0 70536
Team Human: Silvia Zuur “Progress through collaboration” https://blog.p2pfoundation.net/team-human-silvia-zuur-progress-through-collaboration/2017/08/13 https://blog.p2pfoundation.net/team-human-silvia-zuur-progress-through-collaboration/2017/08/13#respond Sun, 13 Aug 2017 10:00:00 +0000 https://blog.p2pfoundation.net/?p=67104 http://teamhuman.fm/wp-content/uploads/2017/02/TH-23-Silvia-Zuur.mp3   Playing for Team Human today is Silvia Zuur. In 2012, Zuur founded Chalkle to reignite adult education in New Zealand. Today, Zuur serves as a director at Enspiral, a social impact network that builds community driven solutions for a diverse set of issues including education, funding, and cooperative organizing. Enspiral is famously home to Loomio, a cooperative... Continue reading

The post Team Human: Silvia Zuur “Progress through collaboration” appeared first on P2P Foundation.

]]>

 

Playing for Team Human today is Silvia Zuur. In 2012, Zuur founded Chalkle to reignite adult education in New Zealand. Today, Zuur serves as a director at Enspiral, a social impact network that builds community driven solutions for a diverse set of issues including education, funding, and cooperative organizing. Enspiral is famously home to Loomio, a cooperative founded 2012 to create more effective tools for collaborative decision-making. Zuur joins Douglas Rushkoff to talk about the value of open, people-focused organizing strategies and her efforts to facilitate sustainable solutions for positive social change.

Enspiral offers a number of resources from accounting strategies, metrics, apps, volunteer resources, and decision making tools on their ventures page.

Visit handbook.enspiral.com for a model on how Enspiral has structured their business. Enspiral also relates the details of both their successes and struggles on their blog, blog.enspiral.com.

Photo of Silvia by Andrew Fyfe

Enspiral Photo by Silvia Zuur

The post Team Human: Silvia Zuur “Progress through collaboration” appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/team-human-silvia-zuur-progress-through-collaboration/2017/08/13/feed 0 67104
Blockchain and value systems in the sharing economy: The illustrative case of Backfeed https://blog.p2pfoundation.net/blockchain-value-systems-sharing-economy-illustrative-case-backfeed/2017/06/16 https://blog.p2pfoundation.net/blockchain-value-systems-sharing-economy-illustrative-case-backfeed/2017/06/16#respond Fri, 16 Jun 2017 08:00:54 +0000 https://blog.p2pfoundation.net/?p=65978 A new paper titled: “Blockchain and value systems in the sharing economy: The illustrative case of Backfeed ” has been published in Technological Forecasting & Social Change. The article has been co-authored by Alex Pazaitis, Primavera De Filippi and Vasilis Kostakis. Abstract: This article explores the potential of blockchain technology in enabling a new system... Continue reading

The post Blockchain and value systems in the sharing economy: The illustrative case of Backfeed appeared first on P2P Foundation.

]]>
A new paper titled: “Blockchain and value systems in the sharing economy: The illustrative case of Backfeed ” has been published in Technological Forecasting & Social Change.

The article has been co-authored by Alex Pazaitis, Primavera De Filippi and Vasilis Kostakis.

Abstract: This article explores the potential of blockchain technology in enabling a new system of value that will better support the dynamics of social sharing. Our study begins with a discussion of the evolution of value perceptions in the history of economic thought. Starting with a view on value as a coordination mechanism that defines meaningful action within a certain context, we associate the price system with the establishment of capitalism and the industrial economy. We then discuss its relevance to the information economy, exhibited as the techno-economic context of the sharing economy, and identify new modalities of value creation that better reflect the social relations of sharing. Through the illustrative case of Backfeed, a new system of value is envisioned, comprising three layers: (a) production of value; (b) record of value; and (c) actualisation of value. In this framework, we discuss the solutions featured by Backfeed and describe a conceptual economic model of blockchain-based decentralised cooperation. We conclude with a tentative scenario for blockchain technology that can enable the creation of commons-oriented ecosystems in a sharing economy.

Full text available here: http://www.sciencedirect.com/science/article/pii/S0040162517307084 (find this and more publications of the P2P Lab openly accessible here).

Photo by portalgda

The post Blockchain and value systems in the sharing economy: The illustrative case of Backfeed appeared first on P2P Foundation.

]]>
https://blog.p2pfoundation.net/blockchain-value-systems-sharing-economy-illustrative-case-backfeed/2017/06/16/feed 0 65978