All the cool kids are doing Ethereum now

Comment

Image Credits:

Jon Evans

Contributor

Jon Evans is the CTO of the engineering consultancy HappyFunCorp; the award-winning author of six novels, one graphic novel, and a book of travel writing; and TechCrunch’s weekend columnist since 2010.

More posts from Jon Evans

In the beginning the Prophet Satoshi brought us Bitcoin. And the cryptogeeks and libertarians looked upon it, and said lo, we smile upon this, for it is good, and decentralized, and solves the Byzantine Generals Problem. For a time all was well. But then came wailing and gnashing of teeth and wearing of sackcloth. And then came the Prophet Vitalik, bearing Ethereum; and lo, it was even better.

Maybe.

What is Ethereum? It’s a combination of a cryptocurrency, like Bitcoin, and a vast decentralized computer. Let me explain. As an above-average TechCrunch reader, you already know Bitcoin is a currency whose transactions are secured by the immense computing power of its distributed network of “miners,” rather than any central entity. But you may not appreciate that every Bitcoin transaction is actually a program written in the Bitcoin scripting language — aka a “smart contract.”

Bitcoin’s contractual language is quite limited, by design. But it allows for transactions that can be delayed until a particular time; or transactions that occur only if, say, 3 of 5 signatories agree to them; or crowdfunding campaigns that only transfer money if a particular total is attained; and many other possibilities. Importantly, once incorporated into the Bitcoin blockchain, these contracts require no trust and no human intervention. Bitcoin is programmable money … with a highly restrictive programming language.

Ethereum removes those restrictions entirely. The Ethereum scripting language is Turing-complete, meaning it can replicate any program written in any traditional programming language. However, to prevent ill-behaved contracts with infinite loops from running forever, every Ethereum transaction computation must be paid for. Just as Bitcoin miners collect small amounts of bitcoin, known as “fees,” in exchange for mining transactions onto the Bitcoin blockchain, Ethereum miners collect “ether,” the Ethereum currency, for running Ethereum contracts.

You may well be thinking: “Oh come on. Bitcoin was more than abstruse and geeky enough. Now this new made-up-magical-money thing is even more complicated? Why should I care?”

You should care because decentralized cryptocurrencies like Bitcoin and Ethereum are–or at least could be–essentially an Internet for money, securities, and other contractual transactions. Like the Internet, they are permissionless networks that anyone can join and use. Ethereum optimists might analogize Bitcoin as the FTP of this transactional Internet, with Ethereum as its World Wide Web.

I’ve waxed about why I think Bitcoin matters. I’m a little less enthusiastic about Ethereum … so far. To be clear: as I’ve written before, Ethereum is really cool, truly innovative, and potentially revolutionary. However, it is now–probably–at the peak of its initial hype cycle.

Consider: heavily funded Bitcoin startup Coinbase will soon support Ethereum trading on its rebranded cryptocurrency exchange. Microsoft offers “Ethereum Blockchain As A Service” on Azure. Ether has risen in value more than tenfold over the last year, to a market cap which now exceeds $1 billion. And while Bitcoin’s hashrate, a measure of the computing power devoted to mining, still vastly exceeds Ethereum’s, look at the hockey-stick nature of that latter chart.

Most of all, though, consider the DAO, and the $163 million — $163 million! — it has raised. Sorry: I mean “raised.”

What is the DAO? It stands for “Decentralized Autonomous Organization.” Ethereum offers a tutorial explaining how to create your own. The DAO, however, as Seth Bannon explained on TC recently, is a particular DAO which:

as of the time of writing, controls more than $100 million in assets, and yet it exists entirely on the Ethereum blockchain.

In exchange for supporting The DAO financially (in the form of Ether), backers get DAO tokens, which they can then use to vote on the direction of the organization. They can use their tokens to vote on big governance issues (akin to traditional shareholders) but also on minute details of how The DAO spends its resources. In this way, token holders have total control over The DAO’s assets and its actions.

People with projects they’d like to build for The DAO can submit ideas in the form of a proposal written in plain English accompanied by smart contract code. The code automatically executes payments so long as certain agreed-upon conditions are met. Because this is all built on top of Ethereum, which allows for robust smart contracts, this can all be done autonomously.

Or as Peter Vessenes put it:

It’s a cross between a crowdfunding site and a venture capital / private equity partnership. It’s controlled by a set of voting rules encapsulated and enforced on the Ethereum blockchain as a smart contract. People that trust the code, rules and plan are sending ether directly to fund the contract. […] If a certain percentage decide to fund a proposal, then it’s funded.

Think of it as a kind of corporation incorporated only on the Ethereum blockchain, whose laws consist entirely of those defined by its contract code. A corporation that appears to be a means of investing in the future … without having any concrete idea exactly what that future is yet. For many people, that kind of investment is a holy grail.

But if this sounds to you like a poor fit with existing legal and regulatory structures, and/or a disaster waiting to happen, well, you’re certainly not alone:

https://twitter.com/xek/status/732672313330524160

To quote Eris COO (and attorney) Preston Byrne:

the plain-English covenants made on funding proposals, the absence of legal certainty as to what THEDAO actually is and the nebulous and ever-shifting nature of THEDAO’s “membership,” will make it very difficult to properly assign ownership in these projects’ work product.

#THEDAO might look and feel like a company, but on cursory examination, too many gaps, too few formalities, not enough structure and legally incorrect methods reveal themselves as fatal to the exercise.

[…]

I sympathise with THEDAO’s intentions, in that I believe that the financial markets are currently rigged against the “little guy” and that there is no reason why the kinds of investment opportunities (and returns) available to the super-wealthy should not be available to small investors whose traditional means of accumulating wealth (savings) are all but useless given current, zero interest-rate monetary policy.

I also believe that blockchain tech will one day play a role in facilitating more democratic access to the capital markets. However, the current body of laws governing this sphere of conduct exists to ensure that people to whom investments are marketed can be absolutely certain about what they’re getting in exchange for their money.

In this respect THEDAO clearly falls very short of the mark.

Its worth noting that the money the DAO has “raised” is essentially refundable. As Bitshares founder and DAO skeptic Dan Larimer puts it:

The DAO has tentatively raised $100 million dollars worth of ETH, but so far the investors have taken no real risk. Every single person who has purchased DAO tokens has the ability to reclaim their ETH so long as they never vote. The end result is a massive marketing campaign that totally misrepresents what has been invested and what hasn’t. Considering there is no real risk being taken beyond the risk of holding ETH and that there is the potential for a large gain it is no wonder so many people have participated.

So let’s all try to damp down the hype just a bit. Right now all we have are headlines, promises, and a lot of “raised” money which has not actually been committed. Let’s wait for the results, if any — legal and otherwise — to roll in before declaring the DAO revolution underway. Because, I mean, I like hype too, but this is getting more than a little ridiculous.

https://twitter.com/prestonjbyrne/status/733791922129620992

That said, the DAO does serve to illustrate that these are fecund, exciting times for Ethereum. I’m not worried about the hype; that gets in everywhere. What most concerns me about the Ethereum project is security.

Ethereum is planning a transition from proof-of-work security (mining) to proof-of-stake security. There are very good reasons to do this, but proof-of-work, for all its flaws and excesses, is simple and thoroughly tested. Ethereum’s “Casper” proof-of-stake mechanism is fascinating; but if it has a serious undiscovered flaw, the entire network is at risk.

Similarly, one reason Bitcoin’s scripting language is limited is to help prevent hacking and denial-of-service attacks on the Bitcoin network and its miners. There’s no denying that Ethereum offers a vastly larger attack surface than Bitcoin does.

Worse yet, this applies not just to the network itself, but to individual Ethereum contracts. As Vessenes puts it: “Ethereum Contracts Are Going To Be Candy For Hackers.” To quote the ensuing, and surprisingly good, Hacker News discussion: “Running a machine on a blockchain (Ethereum) is much more complex and error prone then recording transactions on a blockchain (bitcoin.)”

I hope this doesn’t sound too pessimistic. I am genuinely excited about Ethereum in the medium to long term, and you should be too. But I also think we’re now at the peak of its first hype cycle, and important lessons need to be learned, hopefully the easy way, before it begins to achieve its revolutionary potential. There is a reason that “may you live in interesting times” is deemed a curse.

More TechCrunch

Looking Glass makes trippy-looking mixed-reality screens that make things look 3D without the need of special glasses. Today, it launches a pair of new displays, including a 16-inch mode that…

Looking Glass launches new 3D displays

Replacing Sutskever is Jakub Pachocki, OpenAI’s director of research.

Ilya Sutskever, OpenAI co-founder and longtime chief scientist, departs

Intuitive Machines made history when it became the first private company to land a spacecraft on the moon, so it makes sense to adapt that tech for Mars.

Intuitive Machines wants to help NASA return samples from Mars

As Google revamps itself for the AI era, offering AI overviews within its search results, the company is introducing a new way to filter for just text-based links. With the…

Google adds ‘Web’ search filter for showing old-school text links as AI rolls out

Blue Origin’s New Shepard rocket will take a crew to suborbital space for the first time in nearly two years later this month, the company announced on Tuesday.  The NS-25…

Blue Origin to resume crewed New Shepard launches on May 19

This will enable developers to use the on-device model to power their own AI features.

Google is building its Gemini Nano AI model into Chrome on the desktop

It ran 110 minutes, but Google managed to reference AI a whopping 121 times during Google I/O 2024 (by its own count). CEO Sundar Pichai referenced the figure to wrap…

Google mentioned ‘AI’ 120+ times during its I/O keynote

Firebase Genkit is an open source framework that enables developers to quickly build AI into new and existing applications.

Google launches Firebase Genkit, a new open source framework for building AI-powered apps

In the coming months, Google says it will open up the Gemini Nano model to more developers.

Patreon and Grammarly are already experimenting with Gemini Nano, says Google

As part of the update, Reddit also launched a dedicated AMA tab within the web post composer.

Reddit introduces new tools for ‘Ask Me Anything,’ its Q&A feature

Here are quick hits of the biggest news from the keynote as they are announced.

Google I/O 2024: Here’s everything Google just announced

LearnLM is already powering features across Google products, including in YouTube, Google’s Gemini apps, Google Search and Google Classroom.

LearnLM is Google’s new family of AI models for education

The official launch comes almost a year after YouTube began experimenting with AI-generated quizzes on its mobile app. 

Google is bringing AI-generated quizzes to academic videos on YouTube

Around 550 employees across autonomous vehicle company Motional have been laid off, according to information taken from WARN notice filings and sources at the company.  Earlier this week, TechCrunch reported…

Motional cut about 550 employees, around 40%, in recent restructuring, sources say

The keynote kicks off at 10 a.m. PT on Tuesday and will offer glimpses into the latest versions of Android, Wear OS and Android TV.

Google I/O 2024: Watch all of the AI, Android reveals

Google Play has a new discovery feature for apps, new ways to acquire users, updates to Play Points, and other enhancements to developer-facing tools.

Google Play preps a new full-screen app discovery feature and adds more developer tools

Soon, Android users will be able to drag and drop AI-generated images directly into their Gmail, Google Messages and other apps.

Gemini on Android becomes more capable and works with Gmail, Messages, YouTube and more

Veo can capture different visual and cinematic styles, including shots of landscapes and timelapses, and make edits and adjustments to already-generated footage.

Google Veo, a serious swing at AI-generated video, debuts at Google I/O 2024

In addition to the body of the emails themselves, the feature will also be able to analyze attachments, like PDFs.

Gemini comes to Gmail to summarize, draft emails, and more

The summaries are created based on Gemini’s analysis of insights from Google Maps’ community of more than 300 million contributors.

Google is bringing Gemini capabilities to Google Maps Platform

Google says that over 100,000 developers already tried the service.

Project IDX, Google’s next-gen IDE, is now in open beta

The system effectively listens for “conversation patterns commonly associated with scams” in-real time. 

Google will use Gemini to detect scams during calls

The standard Gemma models were only available in 2 billion and 7 billion parameter versions, making this quite a step up.

Google announces Gemma 2, a 27B-parameter version of its open model, launching in June

This is a great example of a company using generative AI to open its software to more users.

Google TalkBack will use Gemini to describe images for blind people

Google’s Circle to Search feature will now be able to solve more complex problems across psychics and math word problems. 

Circle to Search is now a better homework helper

People can now search using a video they upload combined with a text query to get an AI overview of the answers they need.

Google experiments with using video to search, thanks to Gemini AI

A search results page based on generative AI as its ranking mechanism will have wide-reaching consequences for online publishers.

Google will soon start using GenAI to organize some search results pages

Google has built a custom Gemini model for search to combine real-time information, Google’s ranking, long context and multimodal features.

Google is adding more AI to its search results

At its Google I/O developer conference, Google on Tuesday announced the next generation of its Tensor Processing Units (TPU) AI chips.

Google’s next-gen TPUs promise a 4.7x performance boost

Google is upgrading Gemini, its AI-powered chatbot, with features aimed at making the experience more ambient and contextually useful.

Google’s Gemini updates: How Project Astra is powering some of I/O’s big reveals