Author: azeeadmin

09 Apr 2021

So you want to raise a Series A

During a seed funding round, a founder needs to convince a venture capital investor on a vision. But during a Series A fundraise, napkin-stage ideas don’t make the cut — a founder needs product progress, numbers, and revenue (or at least a plan to eventually generate some).

In many ways, the stakes are higher for a Series A — and Bucky Moore, a partner at Kleiner Perkins, joined TechCrunch Early Stage last week to give founders tactical advice on the process of raising one.

Moore spoke about storytelling over semantics, pricing, and where his firm sees itself “raising the bar” for startups.

Here are a few key points; a full video and a transcript of the entire conversation are linked at the bottom.


Explain to investors why you are raising now

More companies will raise seed rounds than Series A rounds, simply due to the fact that many startups fail, and venture only makes sense for a small fraction of businesses out there. Every check is a new cycle of convincing and proving that you, as a startup, will have venture-scale returns. Moore explained that startups looking to move to their next round need to explain to investors why now is their moment.

The way I think about “why now” is [that] it is an opportunity for you as a founder to convey a unique insight and understanding of your market opportunity, the history of the space that you’re in, why companies have succeeded or failed in that space, historically speaking, and what are the known challenges from a go-to-market perspective; what headwinds will you be up against at a macro level. These are all things that I think people like me get really excited about when hearing unique insight from founders, because it suggests that they’ve really studied their market opportunity, and they understand it. (Timestamp: 2:19)

09 Apr 2021

NLPCloud.io helps devs add language processing smarts to their apps

While visual ‘no code‘ tools are helping businesses get more out of computing without the need for armies of in-house techies to configure software on behalf of other staff, access to the most powerful tech tools — at the ‘deep tech’ AI coal face — still requires some expert help (and/or costly in-house expertise).

This is where bootstrapping French startup, NLPCloud.io, is plying a trade in MLOps/AIOps — or ‘compute platform as a service’ (being as it runs the queries on its own servers) — with a focus on natural language processing (NLP), as its name suggests.

Developments in artificial intelligence have, in recent years, led to impressive advances in the field of NLP — a technology that can help businesses scale their capacity to intelligently grapple with all sorts of communications by automating tasks like Named Entity Recognition, sentiment-analysis, text classification, summarization, question answering, and Part-Of-Speech tagging, freeing up (human) staff to focus on more complex/nuanced work. (Although it’s worth emphasizing that the bulk of NLP research has focused on the English language — meaning that’s where this tech is most mature; so associated AI advances are not universally distributed.)

Production ready (pre-trained) NLP models for English are readily available ‘out of the box’. There are also dedicated open source frameworks offering help with training models. But businesses wanting to tap into NLP still need to have the DevOps resource and chops to implement NLP models.

NLPCloud.io is catering to businesses that don’t feel up to the implementation challenge themselves — offering “production-ready NLP API” with the promise of “no DevOps required”.

Its API is based on Hugging Face and spaCy open-source models. Customers can either choose to use ready-to-use pre-trained models (it selects the “best” open source models; it does not build its own); or they can upload custom models developed internally by their own data scientists — which it says is a point of differentiation vs SaaS services such as Google Natural Language (which uses Google’s ML models) or Amazon Comprehend and Monkey Learn.

NLPCloud.io says it wants to democratize NLP by helping developers and data scientists deliver these projects “in no time and at a fair price”. (It has a tiered pricing model based on requests per minute, which starts at $39pm and ranges up to $1,199pm, at the enterprise end, for one custom model running on a GPU. It does also offer a free tier so users can test models at low request velocity without incurring a charge.)

“The idea came from the fact that, as a software engineer, I saw many AI projects fail because of the deployment to production phase,” says sole founder and CTO Julien Salinas. “Companies often focus on building accurate and fast AI models but today more and more excellent open-source models are available and are doing an excellent job… so the toughest challenge now is being able to efficiently use these models in production. It takes AI skills, DevOps skills, programming skill… which is why it’s a challenge for so many companies, and which is why I decided to launch NLPCloud.io.”

The platform launched in January 2021 and now has around 500 users, including 30 who are paying for the service. While the startup, which is based in Grenoble, in the French Alps, is a team of three for now, plus a couple of independent contractors. (Salinas says he plans to hire five people by the end of the year.)

“Most of our users are tech startups but we also start having a couple of bigger companies,” he tells TechCrunch. “The biggest demand I’m seeing is both from software engineers and data scientists. Sometimes it’s from teams who have data science skills but don’t have DevOps skills (or don’t want to spend time on this). Sometimes it’s from tech teams who want to leverage NLP out-of-the-box without hiring a whole data science team.”

“We have very diverse customers, from solo startup founders to bigger companies like BBVA, Mintel, Senuto… in all sorts of sectors (banking, public relations, market research),” he adds.

Use cases of its customers include lead generation from unstructured text (such as web pages), via named entities extraction; and sorting support tickets based on urgency by conducting sentiment analysis.

Content marketers are also using its platform for headline generation (via summarization). While text classification capabilities are being used for economic intelligence and financial data extraction, per Salinas.

He says his own experience as a CTO and software engineer working on NLP projects at a number of tech companies led him to spot an opportunity in the challenge of AI implementation.

“I realized that it was quite easy to build acceptable NLP models thanks to great open-source frameworks like spaCy and Hugging Face Transformers but then I found it quite hard to use these models in production,” he explains. “It takes programming skills in order to develop an API, strong DevOps skills in order to build a robust and fast infrastructure to serve NLP models (AI models in general consume a lot of resources), and also data science skills of course.

“I tried to look for ready-to-use cloud solutions in order to save weeks of work but I couldn’t find anything satisfactory. My intuition was that such a platform would help tech teams save a lot of time, sometimes months of work for the teams who don’t have strong DevOps profiles.”

“NLP has been around for decades but until recently it took whole teams of data scientists to build acceptable NLP models. For a couple of years, we’ve made amazing progress in terms of accuracy and speed of the NLP models. More and more experts who have been working in the NLP field for decades agree that NLP is becoming a ‘commodity’,” he goes on. “Frameworks like spaCy make it extremely simple for developers to leverage NLP models without having advanced data science knowledge. And Hugging Face’s open-source repository for NLP models is also a great step in this direction.

“But having these models run in production is still hard, and maybe even harder than before as these brand new models are very demanding in terms of resources.”

The models NLPCloud.io offers are picked for performance — where “best” means it has “the best compromise between accuracy and speed”. Salinas also says they are paying mind to context, given NLP can be used for diverse user cases — hence proposing number of models so as to be able to adapt to a given use.

“Initially we started with models dedicated to entities extraction only but most of our first customers also asked for other use cases too, so we started adding other models,” he notes, adding that they will continue to add more models from the two chosen frameworks — “in order to cover more use cases, and more languages”.

SpaCy and Hugging Face, meanwhile, were chosen to be the source for the models offered via its API based on their track record as companies, the NLP libraries they offer and their focus on production-ready framework — with the combination allowing NLPCloud.io to offer a selection of models that are fast and accurate, working within the bounds of respective trade-offs, according to Salinas.

“SpaCy is developed by a solid company in Germany called Explosion.ai. This library has become one of the most used NLP libraries among companies who want to leverage NLP in production ‘for real’ (as opposed to academic research only). The reason is that it is very fast, has great accuracy in most scenarios, and is an opinionated” framework which makes it very simple to use by non-data scientists (the tradeoff is that it gives less customization possibilities),” he says.

Hugging Face is an even more solid company that recently raised $40M for a good reason: They created a disruptive NLP library called ‘transformers’ that improves a lot the accuracy of NLP models (the tradeoff is that it is very resource intensive though). It gives the opportunity to cover more use cases like sentiment analysis, classification, summarization… In addition to that, they created an open-source repository where it is easy to select the best model you need for your use case.”

While AI is advancing at a clip within certain tracks — such as NLP for English — there are still caveats and potential pitfalls attached to automating language processing and analysis, with the risk of getting stuff wrong or worse. AI models trained on human-generated data have, for example, been shown reflecting embedded biases and prejudices of the people who produced the underlying data.

Salinas agrees NLP can sometimes face “concerning bias issues”, such as racism and misogyny. But he expresses confidence in the models they’ve selected.

“Most of the time it seems [bias in NLP] is due to the underlying data used to trained the models. It shows we should be more careful about the origin of this data,” he says. “In my opinion the best solution in order to mitigate this is that the community of NLP users should actively report something inappropriate when using a specific model so that this model can be paused and fixed.”

“Even if we doubt that such a bias exists in the models we’re proposing, we do encourage our users to report such problems to us so we can take measures,” he adds.

 

09 Apr 2021

Vybe raises $2.9 million for its challenger bank for teens

French startup Vybe has raised a $2.9 million funding round (€2.4 million) to build a challenger bank for teens. The company is currently testing its product with a soft launch. Users get a Mastercard payment card paired with an e-wallet.

Each Vybe account comes with its own IBAN so that users can send and receive money. If you want to open an account and you are less than 18 years old, you have to go through the KYC process (know your identity) with your parent.

As for parents, they can set up some limits on card payments or even block the card. Parents can also view transactions. The startup plans to generate revenue from interchange fees as well as partnership with brands and a reward system.

While Vybe isn’t technically live, the company has attracted 375,000 downloads. Overall, 260,000 teens have pre-ordered a card already. Thousands of cards have been delivered and the first metrics are encouraging. Early adopters tend to use their card once every two days.

Today’s fund is a round extension from existing investors. Investors include Ronan Le Moal, the former CEO of Crédit Mutuel Arkéa, Kick Club and Manoel Amorim.

Banking products for teenagers are a lucrative segment. In France, there are several companies trying to position themselves on this segment, such as Kard, PixPay and Xaalys. Most of these companies charge a subscription fee to access the service.

Other fintech companies that aren’t specifically targeting young people could also work well with teenagers. For instance, young users can open a Revolut Junior or Lydia account and receive money from their parents.

In the U.S., startups offering debit cards for children are about to reach unicorn status. As The Information’s Kate Clark reported, Greenlight, Current and Step are all raising new funding rounds with a valuation between $1 billion and $2 billion.

Image Credits: Vybe

09 Apr 2021

SnackMagic picks up $15M to expand from build-your-own snack boxes into a wider gifting marketplace

The office shut-down at the start of the Covid-19 pandemic last year spurred huge investment in digital transformation and a wave of tech companies helping with that, but there were some distinct losers in the shift, too — specifically those whose business models were predicated on serving the very offices that disappeared overnight. Today, one of the companies that had to make an immediate pivot to keep itself afloat is announcing a round of funding, after finding itself not just growing at a clip, but making a profit, as well.

SnackMagic, a build-your-own snack box service, has raised $15 million in a Series A round of funding led by Craft Ventures, with Luxor Capital also participating.

(Both investors have an interesting track record in the food-on-demand space: Most recently, Luxor co-led a $528 million round in Glovo in Spain, while Craft backs/has backed the likes of Cloud Kitchens, Postmates and many more).

The funding comes on the back of a strong year for the company, which hit a $20 million revenue run rate in eight months and turned profitable in December 2020.

Founder and CEO Shaunuk Amin said in an interview that the plan will be to use the funding both to continue growing SnackMagic’s existing business, as well as extend into other kinds of gifting categories. Currently, you can ship snacks anywhere in the world, but the customizable boxes — recipients are gifted an amount that they can spend, and they choose what they want in the box themselves from SnackMagic’s menu, or one that a business has created and branded as a subset of that — are only available in locations in North America, serviced by SnackMagic’s primary warehouse. Other locations are given options of pre-packed boxes of snacks right now, but the plan is to slowly extend its pick-and-mix model to more geographies, starting with the U.K.

Alongside this, the company plans to continue widening the categories of items that people can gift each other beyond chocolates, chips, hot sauces and other fun food items, into areas like alcohol, meal kits, and non-food items. There’s also scope for expanding to more use cases into areas like corporate gifting, marketing and consumer services, and analytics coming out of its sales.

Amin calls the data that SnackMagic is amassing about customer interest in different brands and products “the hidden gem” of the platform.

“It’s one of the most interesting things,” he said. Brands that want to add their items to the wider pool of products — which today numbers between 700 and 800 items — also get access to a dashboard where they monitor what’s selling, how much stock is left of their own items, and so on. “One thing that is very opaque [in the CPG world] is good data.”

For many of the bigger companies that lack their own direct sales channels, it’s a significantly richer data set than what they typically get from selling items in the average brick and mortar store, or from a bigger online retailer like Amazon. “All these bigger brands like Pepsi and Kellogg not only want to know this about their own products more but also about the brands they are trying to buy,” Amin said. Several of them, he added, have approached his company to partner and invest, so I guess we should watch this space.

SnackMagic’s success comes from a somewhat unintended, unlikely beginning, and it’s a testament to the power of compelling, yet extensible technology that can be scaled and repurposed if necessary. In its case, there is personalization technology, logistics management, product inventory and accounting, and lots of data analytics involved.

The company started out as Stadium, a lunch delivery service in New York City that was leveraging the fact that when co-workers ordered lunch or dinner together for the office — say around a team-building event or a late-night working session, or just for a regular work day — oftentimes they found that people all hankered for different things to eat.

In many cases, people typically make separate orders for the different items, but that also means if you are ordering to all eat together, things would not arrive at the same time; if it’s being expensed, it’s more complicated on that front too; and if you’re thinking about carbon footprints, it might also mean a lot less efficiency on that front too.

Stadium’s solution was a platform that provided access to multiple restaurants’ menus, and people could pick from all of them for a single order. The business had been operating for six years and was really starting to take off.

“We were quite well known in the city, and we had plans to expand, and we were on track for March 2020 being our best month ever,” Amin said. Then, Covid-19 hit. “There was no one left in the office,” he said. Revenue disappeared overnight, since the idea of delivering many items to one place instantly stopped being a need.

Amin said that they took a look at the platform they had built to pick many options (and many different costs, and the accounting that came with that) and thought about how to use that for a different end. It turned out that even with people working remotely, companies wanted to give props to their workers, either just to say hello and thanks, or around a specific team event, in the form of food and treats — all the more so since the supply of snacks you typically come across in so many office canteens and kitchens were no longer there for workers to tap.

It’s interesting, but perhaps also unsurprising, that one of the by-products of our new way of working has been the rise of more services that cater (no pun intended) to people working in more decentralised ways, and that companies exploring how to improve rewarding people in those environments are also seeing a bump.

Just yesterday, we wrote about a company called Alyce raising $30 million for its corporate gifting platform that is also based on personalization — using AI to help understand the interests of the recipient to make better choices of items that a person might want to receive.

Alyce is taking a somewhat different approach to SnackMagic: it’s not holding any products itself, and there is no warehouse but rather a platform that links up buyers with those providing products. And Alyce’s initial audience is different, too: instead of internal employees (the first, but not final, focus for SnackMagic) it is targeting corporate gifting, or presents that sales and marketing people might send to prospects or current clients as a please and thank you gesture.

But you can also see how and where the two might meet in the middle — and compete not just with each other, but the many other online retailers, Amazon and otherwise, plus the consumer goods companies themselves looking for ways of diversifying business by extending beyond the B2C channel.

“We don’t worry about Amazon. We just get better,” Amin said when I asked him about whether he worried that SnackMagic was too easy to replicate. “It might be tough anyway,” he added, since “others might have the snacks but picking and packing and doing individual customization is very different from regular e-commerce. It’s really more like scalable gifting.”

Investors are impressed with the quick turnaround and identification of a market opportunity, and how it quickly retooled its tech to make it fit for purpose.

“SnackMagic’s immediate success was due to an excellent combination of timing, innovative thinking and world-class execution,” said Bryan Rosenblatt, principal investor at Craft Ventures, in a statement. “As companies embrace the future of a flexible workplace, SnackMagic is not just a snack box delivery platform but a company culture builder.”

09 Apr 2021

Elior acquires food delivery startup Nestor

Corporate catering company Elior has acquired French startup Nestor for an undisclosed amount. Nestor originally started with a simple idea to differentiate itself from food delivery giants, such as Deliveroo, Uber Eats and others.

Every day, the startup offered a single menu for lunch. If you liked what was on the menu, you could order and get delivered 10 to 20 minutes later. By offering a single menu, a delivery person could deliver several clients in a single ride. Similarly, by managing its own kitchen, Nestor could improve its margins as it didn’t have to pay third-party restaurants.

Since I first covered Nestor in 2016, the company has been capital efficient and mostly focused on this unique product offering. Elior says that Nestor managed to reach 10,000 meals per week.

Over the past few months, Nestor has tried to launch new offers. For instance, companies can switch to Nestor for their canteens. The startup delivers meals in fridges directly. It reminds me of Foodles, another French startup focused on canteen-like services.

Nestor can also deliver individually packed lunches in case you are spending the day with some clients for a big meeting. Popchef has also pivoted to focus more on that segment.

Following the acquisition, Nestor is going to focus more and more on the B2B market. While Elior is working with big companies in glass towers, it has been quite hard to convince small and medium companies to open a canteen in the office.

The sales pitch could be summed up in two sentences. Nestor clients don’t need to have their own kitchen as everything is prepared in advance. And employees don’t have to browse Deliveroo at lunch time to find something that isn’t a burger or a pizza.

09 Apr 2021

SoftBank Vision Fund 2 invests $160M in media localization provider Iyuno-SDI Group

Iyuno-SDI Group, a provider of translated subtitles and other media localization services, announced today it has raised $160 million in funding from SoftBank Vision 2. The company said this makes the fund one of its largest shareholders.

Iyuno-SDI Group was formed after Iyuno Media Group completed its acquisition of SDI Media last month. In a recent interview with TechCrunch, Iyuno-SDI Group chief executive officer David Lee, who launched Iyuno in 2002 while he was an undergraduate in Seoul, described how the company’s proprietary cloud-based enterprise resource planning software allows it to perform localization services—including subtitles, dubbing and accessibility features—at scale.

Iyuno also built its own neural machine translation engines, trained on data from specific entertainment genres, to help its human translators work more quickly. The company’s clients have included Netflix, Apple iTunes, DreamWorks, HBO and Entertainment One.

Now that its merger is complete, Iyuno-SDI Group operates a combined 67 offices in 34 countries, and is able to perform localization services in more than 100 languages.

SoftBank Group first invested in Iyuno Media Group through SoftBank Ventures Asia, its venture capital arm, in 2018. SoftBank Vision 2 will join Lee and investors Altor, Shamrock Capital Advisors and SoftBank Ventures Asia Corporation on Iyuno-SDI Group’s board of directors.

09 Apr 2021

Chinese hardware makers turn to crowdfunding as they look to go global

China’s tech giants have had a rough time in Western markets over the last few years. Huawei and DJI have been hit by trade restrictions, while TikTok and WeChat are threatened with their apps being banned in the U.S. Overall, Chinese companies with an overseas footprint are increasingly wary of rising geopolitical tensions.

But at an event hosted by California-based crowdfunding platform Indiegogo for Chinese consumer product makers in Shenzhen, businesses from sizes ranging from a startup making portable power stations to 53-year-old home appliances behemoth Midea, listened attentively as Indiegogo’s China managers shed light on how to court Western consumers.

“The first stage is to let ourselves be heard by the world. We have done that,” Li Yongqin, general manager of Indiegogo China, exhorted a room of entrepreneurs. “Next, we will bravely ride the tide and accept the challenge of coming the brands loved by users around the world.”

For Midea, “crowdfunding gives us a very direct way to understand consumers,” said Chen Zhenrui, who oversees the group’s overseas e-commerce initiative. Platforms like Indiegogo and Kickstarter are ways for individuals and organizations to raise capital from a large number of people to fund a project. In most cases, backers get perks or rewards from the project they fund.

Midea raised $1.5 million last year for a new air conditioner unit launched on Indiegogo, an almost negligible amount compared to the 280 billion yuan ($42 billion) annual revenue it generated in 2019. But the support from its 3,600 backers on Indiegogo was more a proof of concept.

Within a few weeks, Midea learned that a compact air conditioner that saddles snugly on the window sill, blocks out noise and saves energy could entice many American consumers. Like other established Chinese home appliances makers, Midea had been exporting for several decades.

But “in the past, much of our overseas business was in the traditional, B2B export realm. I think we are still far from being a world-class brand,” said Chen.

When Midea first launched on Indiegogo, a user left comments on its campaign page calling the project a scam: How could a Fortune Global 500 company be on Indiegogo?

“Through rounds of communication, we got to know each other. That user gave us a big push,” Chen recalled, adding that Midea used a dozen of suggestions from Indiegogo backers to improve its product.

Li Yongqin, general manager of Indiegogo China, exhorted a room of entrepreneurs to develop brands loved by global users. Photo: TechCrunch

More and more traditional manufacturers from China are giving crowdfunding a shot. Padmate, based in the southern coastal city of Xiamen, built a new earbud brand called Pamu from its foundation as a white-label maker of sound systems.

Edison Shen, a director at Padmate, said that traditional export was getting harder as old-school distributors became squeezed by new retail channels like e-commerce. By creating their own brands and reaching consumers directly, factories could also improve profit margins. Padmate went on Indiegogo in 2018 and raised over $6.6 million in one of its wireless headphone campaigns.

Most of the projects on Indiegogo will go beyond the 9-million-backer crowdfunding site onto mainstream platforms, listing on Amazon as well as advertising on Google and Facebook. Though the core services of these American Big Tech firms aren’t available in China, they have all set up some form of operational presence in China, whether it’s stationing staff in the country like Amazon or working through local ad resellers like Facebook.

Indiegogo itself opened its China office in Shenzhen five years ago and has since seen China-based projects raise over $300 million through its platform, according to Lu Li, general manager for Indiegogo’s global strategy. China is now the company’s fastest-growing market and accounted for over 40% of the campaigns that raised over $1 million in 2020.

Kickstarter, a rival to Indiegogo, also saw a surge in projects from China, which reached a record $60.5 million in funding in 2020. The Brooklyn-based company recently began looking for a contractor in Shenzhen or the adjacent city Hong Kong to help it research the Chinese market.

“In recent years, more Chinese companies are getting the hang of crowdfunding and taking their brand global, so ‘blockbuster’ campaigns [from China] are also on the rise,” observed Li.

09 Apr 2021

Watch a monkey equipped with Elon Musk’s Neuralink device play Pong with its brain

Elon Musk’s Neuralink, one of his many companies and the only one currently focused on mind control (that we’re aware of), has released a new blog post and video detailing some of its recent updates — including using its hardware to make it possible for a monkey to play pong with only its brain.

In the video above, Neuralink demonstrates how it used its sensor hardware and brain implant to record a baseline of activity from this macaque (named ‘Pager’) as it played a game on-screen where it had to move a token to different squares using a joystick with its hand. Using that baseline data, Neuralink was able to use machine learning to anticipate where Pager was going to be moving the physical controller, and was eventually able to predict it accurately before the move was actually made. Researchers then removed the paddle entirely, and eventually did the same thing with Pong, ultimately ending up at a place where Pager no longer was even moving its hand on the air on the nonexistent paddle, and was instead controlling the in-game action entirely with its mind via the Link hardware and embedded neural threads.

The last we saw of Neuralink, Musk himself was demonstrating the Link tech live in August 2020, using pigs to show how it was able to read signals from the brain depending on different stimuli. This new demo with Pager more clearly outlines the direction that the tech is headed in terms of human applications, since, as the company shared on its blog, the same technology could be used to help patients with paralysis manipulate a cursor on a computer, for instance. That could be applied to other paradigms as well, including touch controls on an iPhone, and even typing using a virtual keyboard, according to the company.

Musk separately tweeted that in fact, he expects the initial version of Neuralink’s product to be able to allow someone with paralysis that prevents standard modes of phone interaction to use one faster than people using their thumbs for input. He also added that future iterations of the product would be able to enable communication between Neuralinks in different parts of a patient’s body, transmitting between an in-brain node and neural pathways in legs, for instance, making it possible for “paraplegics to walk again.”

These are obviously bold claims, but the company cites a lot of existing research that undergirds its existing demonstrations and near-term goals. Musk’s more ambitious claims, should, like all of his projections, definitely be taken with a healthy dose of skepticism. He did add that he hopes human trials will begin to get underway “hopefully later this year,” for instance – which is already two years later than he was initially anticipating those might start.

09 Apr 2021

Gillmor Gang: Days Go By

You may ask yourself, say the Talking Heads. What is this thing working from anywhere? Or as Google says, work from right here in the office. As the vaccines roll on out, some of us are just not ready for returning to normal. On this edition of the Gillmor Gang, the office is a state of mind, served up by Zoom and Clubhouse. It sounds like Clownhouse, with unlimited fungible bozos on the menu.

Surely we are binged out, election recalled, floating in a vat of VC alphabet soup. SPACs are everywhere and nowhere, water cooled conversations masquerading as big ticket conferences, right wing looneys seeking blanket pardons. And we’re applying for permission to stay home in our digital workshops? Yes, it will probably work for a hot second, but when will the research measure what has really changed. After a year of living a nightmare, some of us are ready for anything but the rest of our lives.

The other day on Clubhouse, they celebrated the life and times of Hal Willner, a record producer extraordinaire who died suddenly of COVID at 64. My Gang colleague Michael Markman sent me a Clubhouse notification suggesting I might want to listen in, and I did. I knew Hal a little bit, worked with him on several of his projects, and made the mistake we all make too often of assuming he or she would be around for the duration. So I clicked on the link and found myself in a room full of people who knew him a whole lot better. It was cathartic to hear them try and describe the guy, his life’s work, his day job at Saturday Night Live, and his magical series of projects pairing the strangest combinations of artists you could not even imagine. But he did.

So when we start to figure out this new world we’ve been propelled into, the normal we are fashioning out of the hints the virus has left us about what’s important, we all knew Willner and the mischievous glint in his eye just enough to wish for just a little more help in the now. His friends were on surer footing in this crazy clubhouse, chiming in from literally all over the world. Some saw him as a mentor, others as a collaborator, me with the twinge of regret for not being remotely brave enough to appreciate the brief window into this gentle giant for the luck of the encounter. I knew he was special, I knew it didn’t matter how or why we all got there at some time, and here was Clubhouse serving up a human experience only possible because people like Hal seized these moments of the days going by.

Yet it’s easy to say these new constructs are built like a house of cards, that the hype will fade, the economics atrophy, the big get bigger. It may all be true, but what part of the really big idea Clubhouse or Medium or Substack is truly vulnerable? There is where it becomes political posturing as much as anything. Just because the current or pivoted business model is suspect doesn’t mean success isn’t lurking just around the corner. If the world is suddenly toxic, does that preclude the idea that adjusting to the emergency can produce new realities that can improve on the nature of conventional reality?

Take Medium for a second. The writing platform announced a blogging flashback, blogrolls, as a new feature to amplify signals of affection for favorite authors. The Medium analytics are harnessed to project an organically-updating list of favorite follows informed by recent updates by the authors. For the readers, this is a convenient hybrid of social and feeds; for the writers an incentive to gain timely traction in the community of what on Twitter we call the social cloud. It is simple in execution but deep in purpose, as it encourages you to post to Medium. The platform has recently pivoted away from funding original content after pivoting away from eyeball-driven advertising, but this new feature could be a way of letting the existing architecture fund the growth of strategic analytics. The more you deliver signal to the follow notification stream, the more you prime the pump of handclaps and time to click metrics, which increases the strength of the blogroll signal and so it goes.

You may ask yourself, what does this have to do with working from anywhere? Well, the idea you can nurture a self-healing community of co-workers through digital technologies is right at the top of the list of things we want to do to bolster the new economy. While audio is seen as subtractive from video, it is additive in terms of broadening the user base beyond so-called creators to the so-called doers, the folks who move the products and services from place to place. It’s radio, a companion stream of news, music, soap box, ideas, alerts, reminders, and coffee breaks that fuels the day and lights the night. It’s digital mom and pop.

from the Gillmor Gang Newsletter

__________________

The Gillmor Gang — Frank Radice, Michael Markman, Keith Teare, Denis Pombriant, Brent Leary and Steve Gillmor. Recorded live Friday, March 26, 2021.

Produced and directed by Tina Chase Gillmor @tinagillmor

@fradice, @mickeleh, @denispombriant, @kteare, @brentleary, @stevegillmor, @gillmorgang

Subscribe to the new Gillmor Gang Newsletter and join the backchannel here on Telegram.

The Gillmor Gang on Facebook … and here’s our sister show G3 on Facebook.

09 Apr 2021

Counting strongly favors Amazon in warehouse union vote

It’s been a little over a week since union voting concluded for Amazon warehouse workers in Bessemer, Alabama. Things have been fairly quiet in the eye of the storm for most of it. That changed today, however, as vote counting began in earnest. Thus far, things are breaking pretty dramatically in the company’s favor, following a hard-fought anti-union campaign.

As of the end of the day, no votes have more than doubled the yeses, at 1,100 to 463. With counting resuming — and likely concluding — tomorrow, the Retail, Wholesale and Department Store Union, which would potentially serve as the worker’s union, is decrying the company’s tactics.

“Our system is broken, Amazon took full advantage of that, and we will be calling on the labor board to hold Amazon accountable for its illegal and egregious behavior during the campaign,” RWDSU President Stuart Appelbaum said in a statement provided to TechCrunch. “But make no mistake about it; this still represents an important moment for working people and their voices will be heard.”

The comments appear to be as much about actions the company has taken during the campaign as it is bracing for a likely challenge to the results. The numbers constitute around half of the 3,215 ballots that are being counted. They put Amazon around 500 no votes away from defeating union efforts.

We have reached out to the company for a response to Appelbaum’s comment, but have not heard back. In a comment offered to TechCrunch last month, the company had less than stellar words about Appelbaum, calling the union head the “Chief Disinformation Officer,” adding that “in an attempt to save his long declining union, [he] is taking alternative facts to a whole new level.”

Regardless of the final count, this process is likely to be drawn out. Among the complaints are reports that the company pushed the USPS to install an illegal ballot box, breaking National Labor Relations Board rulings in the process.