{{ page.title | escape }}
+Posts
+-
+ {% for post in site.tags[page.slug] %}
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
+
- + {{ post.title | escape }} / - {{ post.summary }} + + {% endfor %} +
diff --git a/_includes/_site/branding.css b/_includes/_site/branding.css new file mode 100644 index 0000000..55f7b21 --- /dev/null +++ b/_includes/_site/branding.css @@ -0,0 +1,69 @@ +/** Global styles */ +html { box-sizing: border-box; } + +body { margin: 0; padding: 0; } + +.page { background: #fff; } + +*, *:before, *:after { box-sizing: inherit; } + +a:link, a:visited { color: #0277BD; transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease; text-decoration: none; text-decoration-color: rgba(2, 119, 189, 0.65); -webkit-text-decoration-color: rgba(2, 119, 189, 0.65); } +a:hover { color: #B71C1C; text-decoration-color: rgba(183, 28, 28, 0.65); -webkit-text-decoration-color: rgba(183, 28, 28, 0.65); } +a:active, a:focus { color: #B71C1C; text-decoration-color: rgba(183, 28, 28, 0.65); -webkit-text-decoration-color: rgba(183, 28, 28, 0.65); } + +/** Branding styles */ +#print-header { display: none; } + +.banner-white .header-wrapper, header.white { background: #fff; color: #111111; } +.banner-white .header-wrapper a:link, .banner-white .header-wrapper a:visited, .banner-white .header-wrapper a:hover, header.white a:link, header.white a:visited, header.white a:hover { color: #111111; } +.banner-white .header-wrapper .menu-toggle button, header.white .menu-toggle button { color: #111111; border-color: rgba(128, 128, 128, 0.5); } +.banner-white .header-wrapper a.search-toggle:link, .banner-white .header-wrapper a.search-toggle:visited, header.white a.search-toggle:link, header.white a.search-toggle:visited { color: #111111; } + +.banner-light .header-wrapper, header.light { background: #EEEEEE; color: #111111; } +.banner-light .header-wrapper a:link, .banner-light .header-wrapper a:visited, .banner-light .header-wrapper a:hover, header.light a:link, header.light a:visited, header.light a:hover { color: #111111; } +.banner-light .header-wrapper .menu-toggle button, header.light .menu-toggle button { color: #111111; border-color: rgba(128, 128, 128, 0.5); } +.banner-light .header-wrapper a.search-toggle:link, .banner-light .header-wrapper a.search-toggle:visited, header.light a.search-toggle:link, header.light a.search-toggle:visited { color: #111111; } + +.banner-dark .header-wrapper, header.dark { background: #424242; color: #fff; } +.banner-dark .header-wrapper a:link, .banner-dark .header-wrapper a:visited, .banner-dark .header-wrapper a:hover, header.dark a:link, header.dark a:visited, header.dark a:hover { color: #fff; } +.banner-dark .header-wrapper .menu-toggle button, header.dark .menu-toggle button { color: #fff; border-color: rgba(128, 128, 128, 0.5); } +.banner-dark .header-wrapper a.search-toggle:link, .banner-dark .header-wrapper a.search-toggle:visited, header.dark a.search-toggle:link, header.dark a.search-toggle:visited { color: #fff; } + +.banner-black .header-wrapper, header.black { background: #000; color: #fff; } +.banner-black .header-wrapper a:link, .banner-black .header-wrapper a:visited, .banner-black .header-wrapper a:hover, header.black a:link, header.black a:visited, header.black a:hover { color: #fff; } +.banner-black .header-wrapper .menu-toggle button, header.black .menu-toggle button { color: #fff; border-color: rgba(128, 128, 128, 0.5); } +.banner-black .header-wrapper a.search-toggle:link, .banner-black .header-wrapper a.search-toggle:visited, header.black a.search-toggle:link, header.black a.search-toggle:visited { color: #fff; } + +#branding { position: relative; } + +/* NEW BRANDING */ +.brand-bar { background: #000; color: #fff; padding: 10px 0px; } +.brand-bar a:link, .brand-bar a:visited { color: #fff; } +.brand-bar.brand-bar-color-white { background: #000; color: #fff; } +.brand-bar.brand-bar-color-white a:link, .brand-bar.brand-bar-color-white a:visited { color: #fff; } +.brand-bar.brand-bar-color-black { background: #fff; color: #000; } +.brand-bar.brand-bar-color-black a:link, .brand-bar.brand-bar-color-black a:visited { color: #000; } + +.brand-bar-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; } +.brand-bar-container .brand-logo img { width: 100%; max-width: 200px; min-width: 160px; height: auto; display: block; } +@media screen and (min-width: 768px) { .brand-bar-container .brand-logo img { max-width: 240px; } } + +.brand-color-white, .brand-bar-reverse, .brand-bar-dark, .brand-bar-black { color: #fff !important; } +.brand-color-white a:link, .brand-color-white a:visited, .brand-bar-reverse a:link, .brand-bar-reverse a:visited, .brand-bar-dark a:link, .brand-bar-dark a:visited, .brand-bar-black a:link, .brand-bar-black a:visited { color: #fff !important; } + +.header-wrapper { background: #fff; color: #111111; } + +header.ucb { position: relative; display: flex; align-items: center; font-size: 20px; padding: 20px 0; font-weight: 750; font-family: "Neue Helvetica W05", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.1; } +header.ucb .site-name, header.ucb h1.site-name { font-size: 20px; font-weight: 750; font-family: "Neue Helvetica W05", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; } +@media screen and (min-width: 768px) { header.ucb, header.ucb .site-name, header.ucb h1.site-name { font-size: 30px; } } +header.ucb .site-name-wrapper { flex-grow: 1; padding-right: 40px; } + +.site-name { padding: 0; margin: 0; } + +.affiliation { text-transform: uppercase; font-size: 50%; padding-top: 5px; font-weight: bold; } +.banner-black .header-wrapper .affiliation, .banner-black .header-wrapper .affiliation a:link, .banner-black .header-wrapper .affiliation a:visited, header.ucb.black .affiliation, .affiliation header.ucb.black a:link, .affiliation header.ucb.black a:visited { color: #aaa; } +.banner-dark .header-wrapper .affiliation, .banner-dark .header-wrapper .affiliation a:link, .banner-dark .header-wrapper .affiliation a:visited, header.ucb.dark .affiliation, header.ucb.dark .affiliation a:link, header.ucb.dark .affiliation a:visited { color: #9b9b9b; } +.banner-white .header-wrapper .affiliation, .banner-white .header-wrapper .affiliation a:link, .banner-white .header-wrapper .affiliation a:visited, header.ucb.white .affiliation, header.ucb.white .affiliation a:link, header.ucb.white .affiliation a:visited { color: #757575; } +.banner-light .header-wrapper .affiliation, .banner-light .header-wrapper .affiliation a:link, .banner-light .header-wrapper .affiliation a:visited, header.ucb.light .affiliation, header.ucb.light .affiliation a:link, header.ucb.light .affiliation a:visited { color: #6e6e6e; } + +/*# sourceMappingURL=branding.css.map */ diff --git a/_includes/_site/footer.html b/_includes/_site/footer.html new file mode 100644 index 0000000..a65460f --- /dev/null +++ b/_includes/_site/footer.html @@ -0,0 +1,52 @@ + + diff --git a/_includes/_site/head.html b/_includes/_site/head.html new file mode 100644 index 0000000..7f4f3f4 --- /dev/null +++ b/_includes/_site/head.html @@ -0,0 +1,16 @@ +
+ + + + {%- seo -%} + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + + + + + + diff --git a/_includes/_site/header.html b/_includes/_site/header.html new file mode 100644 index 0000000..67af450 --- /dev/null +++ b/_includes/_site/header.html @@ -0,0 +1,35 @@ + + +I work in a startup town, the rare kind of place where you can trip over veteran founders, with multiple exits behind then, on the sidewalk. By “exits,” I mean the end-goal of most tech-oriented startups—the moment when the startup is sold, either to a bigger company or, more rarely, to the investing public on the stock market. The whole culture of startup communities like Boulder is aimed toward this; it’s when founders and investors get their big payday. And yet this is the logic that turns our online infrastrutures into commodities. In the exit, it is often the data and loyalty of us the users that is being sold to the highest bidder.
+ +What if another kind of exit were possible? What if founders and investors could aim for an exit that sold to the users with a real stake in the future behavior of the firm, as well as in its sustainability? These are questions I’ve been puzzling on for some time now, and I think I’m starting to see a viable path forward.
+ +The ESOP, or employee stock ownership plan, is the most successful strategy for enabling employee ownership in the US economy. In companies from New Belgium Brewing to Southwest Airlines, it makes worker-owners of 14 million Americans. In contrast, there are just several hundred worker co-ops with just several thousand workers among them. Two things make the ESOP model work as well as it has:
+ +For a particular profile of firms (generally closely held and medium-sized) the ESOP has been an attractive exit strategy for many founders.
+ +The inventor of the ESOP model, Louis Kelso—a Coloradan and graduate of CU Boulder’s business and law schools—didn’t want to stop at that. He envisioned the ESOP as just one kind of “SOP” enabling more broad-based capital ownership. I suspect the challenges of the online economy present an opportunity to consider other such models he proposed, particularly the CSOP, or consumer stock ownership plan. Analagous to the ESOP, this would enable long-term users of a business (Kelso envisioned examples like neighborhood grocery stores or monopoly utilities) to become owners of it—by borrowing outside capital on the promise of future growth. Such financing means the CSOP could provide an exit payout far greater than what cash individual users could muster.
+ +What if, for instance, Uber drivers could become dividend-earning owners in this way, or if Facebook users could use such a trust to elect their own trustees to the company’s board? This could be a strategy for remedying some of the critical accountability crises of the online economy.
+ +I am currently engaged in research on the feasibility of such models, with the support of a fellowship from Rutgers University’s Institute for the Study of Employee Ownership and Profit-Sharing. The first step is a paper with Morshed Mannan, a brilliant thinker on legal strategies for a more democratic online economy. We’re exploring what conditions would work best for this kind if exit, as well as the policies needed to make it more feasible.
+ +More to come. Here’s a small bibliography-in-progress. In the meantime, if this topic is related to your interests, I would love to hear from you.
+ +Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?
We spoke with several cooperative-minded experts who offered their insight into these questions, as part of a collaboration with the Action Network, a nonprofit online mobilization platform whose team is seeking to further democratize its operations. Here are a few takeaways from our discussion:
+ +If we think about a wave—the flow, the tide that pulls from within, it requires many forces working in tandem to build momentum and energy, enough to create the wave’s body and crest.
+ +A special thanks to the participants in this discussion: Brian Young (executive director and founder, Action Network), Martha Grant (product manager, Action Network), Alanna Irving (team member, Open Collective; co-founder, Enspiral and Loomio), Chris Tittle (director of organizational resilience, Sustainable Economies Law Center), Margaret Vincent (senior counsel, Stocksy United).
+ +The law, perhaps by definition, lags behind people working for social change. I certainly found this over and over in the next-generation cooperative projects I profiled in Everything for Everyone. One co-op in Catalonia was, legally, a mishmash of entities that presented themselves as if they were a coherent whole; another, in New Zealand, was an LLC that called itself a foundation but operated like a co-op. MEDLab has been working with Action Network, whose founder describes its innovative governance model as “cooperative,” even though the organization is mainly a 501(c)(4) nonprofit. Some of these co-ops are more cooperative in practice than many “actual” co-ops; it’s just that the older co-op law was inadequate to meet their needs. They had to hack.
+ +Really, no organization is what the incorporation statutes and bylaws say it is. Organizations are made of people, culture, relationships, and other things that don’t fit into the letter of our laws, and which shouldn’t. This is especially the case for democratic enterprises trying to operate in a legal regime designed primarily for control by large investors and wealthy donors. Those seeking to develop new strategies for more accountable organizations have to be clever. They have to build the organizational structure as a layer of abstraction quite distinct from the legal layer.
+ +Here are some examples of strategies I am talking about:
+ +Hacking up abstractions, however, runs into limits. For one thing, there can be tremendous advantages in taxation and regulatory treatment from using an incorporation statute designed with your kind of organization in mind; for instance, co-ops can facilitate early-stage community investment in ways that are simply not feasible for other companies. In some jurisdictions, too, it is outright illegal to call anything a co-op that is not incorporated as such. Finally, there is the danger of slippage. Many co-ops that are generations old have lost much of their democratic culture, and the only thing retaining even a modicum of accountability to their members is the fact that they are stuck in a cooperative legal statute. If democracy isn’t hard-coded into the organization, it becomes that much more vulnerable to defaulting back to the dominant, less-democratic paradigm.
+ +Misaligned legal and organizational layers can exact a cost over time. May First/People Link, an activist-oriented tech provider, is a nonprofit that has long identified as a “democratic membership organization,” in which member organizations and individuals elect the board. Again, it is probably more cooperative than many actual co-ops. But currently, the organization is discussing a proposal to make the legal transition to cooperative status. Over the years, MFPL’s democratic tendencies have generated both regulatory and organizational friction. Those advocating this shift see it as a means of “resolving contradictions and weaknesses in our current democratic structure”—and to more transparently communicate to members what their relationship and responsibilities to the organization should be.
+ +Hacking the law may be a strategy for innovation, but in the long run it probably can’t be a substitute for changing the law as well.
+ +Thanks to Brian Young of Action Network and Camille Kerr of Staffing Cooperative for their contributions to this conversation.
+ +Out of widespread consolidation and layoffs in Colorado journalism, a new publication emerged last summer, The Colorado Sun. After just a few months, it has already produced vital reporting from across the state. The Sun is also journalist-owned and affiliated with the cryptocurrency startup Civil.
+ +Join Colorado Sun editors and reporters, together with CU Boulder students who have been collaborating with them, for a celebration of what they have accomplished. Learn about their work and their business model, and find out how you can get involved in a renaissance for news-gathering in our state.
+ +Hosted by the Media Enterprise Design Lab at CU Boulder’s College of Media, Communication and Information, with support from the university’s Office for Outreach and Engagement and the Brett Family Foundation.
+ +I frequently encounter a notion, among those drawn to cooperatives, that a cooperative should be an amorphous, faceless collective in which old-world skills and norms of leadership can be discarded. How does this work out for them? Not well.
+ +Usually one of two entirely predictable things happens as a result—and generally both. One is a tyranny of structurelessness in which there are leaders who claim not to be leaders and therefore can’t be held accountable. Another is that nobody takes serious responsibility for anything, because there is no incentive or recognition for doing so; as soon as the most par-for-the-course challenge arises, everyone throws up their hands and walks away.
+ +I won’t name names, but we know who we are. I’ve been guilty of practicing both of these myself.
+ +One of the things that I gradually have come to realize, especially while writing Everything for Everyone, is that the co-op tradition is full of amazing leaders. Their stories are too little-known, even among cooperators, perhaps because of the story we tell ourselves that leaders aren’t needed here. But you can’t get far in the history without encountering remarkable examples.
+ +Founders must be leaders. Consider people like Mary and Lloyd Anderson, who founded REI, or Alfonse Desjardins, who built Quebec’s co-op banking system, or Michael Shadid, the Lebanese doctor who founded a pioneering cooperative hospital in Oklahoma, or Albert McKnight, a pan-Africanist Catholic priest who helped build infrastructure for Black-owned co-ops in the South, or Murray Lincoln, an architect of Nationwide Mutual and parts of the electric co-op system, or many more people you may have never heard of in the US Cooperative Hall of Fame. And of course I had the chance to meet many more leaders in our midst today, like Brianna Wettlaufer of Stocksy, Enric Duran of the Catalan Integral Cooperative and FairCoop, Felipe Witchger of Community Purchasing Alliance, and Irene Aguilar, a doctor and state senator who fought for a co-op health system in my home state of Colorado. There are so many more.
+ +Creating anything new in the world, especially something that runs against the grain, requires courageous and visionary individuals, tied to resourceful communities. These people are frequently stubborn, demanding of those around them, and adept in conflict. We should not expect anything less, yet somehow cooperators too often assume that co-ops can transcend this basic reality of social life.
+ +The necessity of strong leadership in new co-ops is a principal assumption behind Start.coop, the new equity accelerator for co-ops on whose inaugural board I serve. We’re very aware that unless we support the founders above all, their co-ops will never get founded.
+ +Members must be leaders. Just as new co-ops often try to be leaderless, legacy co-op members can forget the leadership of their founding and neglect their own responsibility to support leaders among them. Not only do we need co-op members who know they are members and who can recite the cooperative principles, we need members with the vision and tenacity to challenge their co-ops to be ever better. Here, the stories are even harder to come by, but they are happening all the time—in cases like the transformation of Pedernales Electric Cooperative in Texas or the ongoing struggle for economic and racial justice in Mississippi’s co-op utilities.
+ +Another organization whose board I have recently joined is We Own It, which supports co-op members across the United States who are organizing to revive the democracy in their co-ops. Here, again, the strategy is leadership development; our flagship program is a fellowship for members poised to be leaders in changing their co-ops for the better.
+ +Leaders must be accountable. There are, of course, differences between leadership in co-ops and that in other kinds of organizations. Leaders in investor-owned firms must be chiefly accountable upward, to wealthy investors. Co-op leaders should have accountability that points downward, or horizontally, to members. Co-op leaders should recognize accountability as a strength; leaders depend on their communities in everything they do, just as Wall Street CEOs depend on the support of their profit-seeking backers. Being accountable is a way of being in solidarity and of making leadership work.
+ +Accountability, however, cannot overwhelm leadership. When members recognize the need to have and support leaders among them, they also grant those leaders the space to lead—even to make mistakes. They choose leaders intentionally, rather than relying on the vagaries of charismatic authority and background privilege to choose for them, and they honor the responsibility those leaders have taken on. They root for their leaders, whoever they are. Then, they identify specific mechanisms of oversight and recall through which real accountability can happen.
+ +Don’t reinvent too many wheels at once. I am drawn, like many cooperators today, to the ideal of a world in which we are all equally leaders of our own lives, interacting through ever more radically direct forms of democracy. I still row in that direction through my research and activism. But when I’m advising co-op founders struggling for a foothold in an economy slanted steeply against them, I find myself more and more leaning toward conservatism—toward the examples of remarkable, accountable, not-necessarily-radical leaders of cooperatives past.
+ +For our co-ops to survive and transform communities, we don’t need to reinvent every single wheel of organizational life at once. It’s powerful enough if you can flip a few critical levers—like who owns a company and how its most high-level policies are decided. When you do that, some of those old, widespread habits of old-fashioned organizational life can take on new meaning. Leadership, for instance. When people exhibit vision, talent, and tenacity for building the next generation of democratic enterprise, we should support them with all we have, rather than pretend we can do without them.
+ +The following is a lightly edited email exchange I had with Bimo Ario Suryandaru, CEO of KOSAKTI, a cooperative in Indonesia. He and his team are developing an interesting approach that I was grateful to learn about, and I thought others might be, too. See their slide deck here.
+ +What does KOSAKTI exist to do?
+ +Our biggest goal is quite simple: to erase inequality in all of its aspects. By that, we don’t mean that everything should be equal, we only want to make it just, economically speaking. KOSAKTI was established by former NGO members who came to a realization that they could not move forward just driven by donors. Community development should be done in a reciprocal way. Therefore they established a cooperative business.
+ +That is a very ambitious goal. How did you find us at MEDLab?
+ +I was reading your VirtualCoop concept proposal after my friend showed it to me. Apparently, we are doing a similar model that you propose with our cooperative, KOSAKTI, in Indonesia. It is not an easy road, considering the cooperative model is not a very popular choice here. In addition, our model is very unique and new.
+ +The idea of VirtualCoop is a kind of umbrella organization that includes within its legal structure startup co-ops within it. Is that what you do?
+ +After KOSAKTI failed to run its own businesses twice, I suggested, why don’t we just support people (especially our members) who are already running their business well yet still need some help? In any way possible: business consultation, management, innovation, legal, and much more.
+ +Originally, we thought this model already existed. But when Camilla Carabini from Coopermondo came to Indonesia, we used thrd opportunity to ask her about this model. She said it had never crossed her mind—other than the ways it resembles a federation model or a confederation.
+ +What kinds of projects are part of the co-op? What kinds of businesses are they in?
+ +I don’t think one email is enough to share everything we’re doing here. Generally, we’re involved in consultation and assistance on cooperative business development. A few examples: we’re doing a co-owned direct-trade promotion integrated business in coffee, coconut sugar, and other agriculture commodities; a film-industry cooperative; community cricket farming; community daycare and so on.
+ +Are any of the companies using KOSAKTI’s legal incorporation, rather than incorporating independently themselves? Or all of them? How does the legal relationship work?
+ +Most of them, yes. We use KOSAKTI’s legal incorporation as a cooperative. However, they still have an option if they someday wanted to incorporate independently. On the relationship matter, they only need to become our cooperative member to use any of our services, including legal incorporation. I’m not saying it is working smoothly; right now we are facing problems, such as business permit limitation for a single incorporation.
+ +Are any of the companies within the co-op themselves co-ops? You mention that you support conversions. What has that looked like?
+ +Yes, there is one of our partners that is a co-op and also others that already have business legal entities such as private company or foundation. We treat those as a business partner rather than a member.
+ +Do you operate primarily online, or through in-person interactions and relationships?
+ +For now, we are operating primarily through person-to-person interactions and relationships since we are still working in small scale. It is one of our main goals to be able to offer our service online, and we are working on it by developing our website and mobile apps. We hope to be able to collaborate with other similar cooperative or entities out there, that’s why we have a special interest in platform cooperatives.
+ +Can you tell me a bit about the scale of your company?
+ +We are a small cooperative, with only just 140 members and ten business units. We have been running for only three years. We are working through many sectors with only just $1,500 in the organisation’s bank account and $10,000 in losses last year. It is a very new concept and not very many people like it, but it is fun.
+ +That’s a tough spot to be in. What would success look like to you, in the long run?
+ +I have to ask you back the same question for this one… We don’t really have a clear view, actually. So far, we are pretty optimistic that this model could make many things so much better and also so much easier for new co-ops. Making people notice this ownership issue as an important thing is more than enough success for us, and making it understandable is way more.
+ +Part of the appeal in being a worker on new gig-economy platforms like Uber or Taskrabbit is the apparent autonomy, the feeling of not having a boss. Sure, an app on your phone is your new boss, and through it a large, transnational corporation whose investors want nothing more than to automate you away, but maybe that beats someone coming out of the corner office to breathe down your neck. For some people, the app-boss is at least a step in the right direction.
+ +Toward what? Most of us probably aren’t sure. But the people involved in a Wellington, New Zealand-based network called Enspiral have done more than just about anyone to figure out—to figure out where we’d want the future of work to be headed if the better angels of our nature were in charge. I’ve had the chance to visit them (and lived to tell the tale for Vice). Now, a trip down to Wellington, although I absolutely recommend it, is a little less necessary. The Enspiralites have created a book, Better Work Together, which chronicles in conversational stories and pictures their attempts to create a kind of community worth working toward.
+ +Enspiral is fairly small, as organizations go—a few hundred active participants, a modest budget. Rather, it’s lean. Most of the Enspiralites’ businesses exist outside the organization, but attached to it, allowing Enspiral itself to take risks, learn lessons, and reinvent itself when necessary. It’s a community of early adopters. They offer themselves as beta-testers for a suite of collaboration software they’ve co-produced, such as Loomio and Cobudget. They relentlessly explore challenging governance frameworks like sociocracy and teal. They even funded the book’s production through a new blockchain-enabled platform called DAOstack (which still crashes my browser when I try to use it). These are not ordinary workers; they’re people with the passion, the patience, in many cases the privilege, and the fault-tolerance to repeatedly try stuff that may or may not work.
+ +In the book, you’ll see why. There is a generosity and pleasure and even a spirituality in how they talk about their efforts that makes it all seem less like, well, work. There are typos, but these pale in comparison to the challenges we collectively face. The upshot is not a final theory or doctrine or destination, but a mode of working toward it, of declining to accept disguised versions of feudalism as good enough. Order it, digitally or physically, here.
+ +Through 2019, we are conducting consulting, convening and research on leading-edge democratic governance and leadership, especially through digital tools.
+ +Education represents a valuable market for powerful technology companies, and the tools they offer often collect student data and normalize students’ use of their commercial services. This project seeks to collect, package, and make more readily available the wide variety of privacy-oriented, hackable, free/libre/open alternatives that frequently lack the marketing resources to compete for educators’ attention.
+ +Explore and contribute to the project’s wiki, EthicalEdTech.info.
+ +Since co-organizing the first “platform cooperativism” conference with Trebor Scholz at the New School in 2015, MEDLab director Nathan Schneider has been active in organizing and documenting this growing movement aiming to build an ecosystem for cooperative business in the online economy.
+ +In 2018, together with the Center for Ethics and Social Responsibility at CU Boulder’s Leeds School of Business, we hosted a conference called the Colorado Shared Ownership Summit, which brought together cooperatives, credit unions, and employee owned companies from across the state. In its wake, we are working to develop the policy and support infrastructure to help Colorado become even more a leader in democratic business.
+ +Supported by Cooperatives for a Better World, CoBank, the Colorado Rural Electric Association, the Rocky Mountain Farmers Union, and the CU Boulder Office for Outreach and Engagement.
+ +MEDLab’s radio show and podcast, Looks Like New, asks old questions about new tech. Each month, we speak with someone who works with technology in ways that challenge conventional narratives and dominant power structures. The name comes from the phrase “a philosophy so old that it looks like new,” repeated throughout the works of Peter Maurin, the French agrarian poet and co-founder of the Catholic Worker movement.
+ +Listen to Looks Like New the fourth Thursday of every month on KGNU radio at 6 p.m., or online as a podcast.
+ + + +