https://www.discovery-studios.com/
Join 35,000+ others who get my thoughts on product, tech, and creators — in as few words as possible, no more than twice a month.
Dear subscribers,
I believe that AI will dramatically lower the cost of creation in the next few years.
If you’re a creator, consider giving AI tools a try to learn how they can help you create better content. To guide you through this, I’ll expand on my AI art post to explore:
-
How does AI work anyway?
-
How is AI lowering the cost of creation?
-
How can creators get started with AI?
This post is brought to you by…Filecoin
Filecoin is a decentralized protocol that lets anyone rent out storage space on their computer in a peer-to-peer way. Content stored on Filecoin cannot be taken down or easily compromised. Over 7,000 developers are building apps backed by Filecoin. Check out the link below to get started.
How does AI work anyway?
I think every creator should have a basic understanding of how AI works. I’m far from an expert, but let’s start with a few definitions:
-
AI is when machines demonstrate intelligence at the human level and beyond.
-
Machine learning (ML) is how machines learn to be intelligent by identifying patterns in data. ML models have two artifacts:
-
Label: The output that the machine wants to predict (e.g., video watch time).
-
Features: Inputs to achieve the output (e.g., video views and likes).
-
At a high level, machine learning works in 3 steps:
-
Prepare data: Machines need lots of quality data to learn. For example, to convert text to images, a ML model needs to learn from millions of images with text labels. ML engineers typically spend 80% of their time manually cleaning the data in a process called feature engineering.
-
Train model: Next, ML engineers split the data into a training set and a test set. The machine uses the training set to build the model and then uses the test set to improve the model’s accuracy. The model’s algorithms can be:
-
Simple like a linear regression (e.g., a person’s weight = 80 + 2 * height). The model will adjust the feature weights (e.g., change 2 to 1.5) through repeat iterations to more accurately predict the label (output).
-
Complex like a neural network. The model will not only assign weights to features but also create new features automatically. Most models based on images or natural language use neural networks.
-
-
Build user experience: After training the model, the team needs to build a UX where people can supply inputs to get their desired output. How the model works is a black box even to ML engineers, so the user experience needs to be clear, believable, and actionable.
Ok, that’s a mouthful. If you remember one thing, it’s this:
Machines need large quality data sets to learn. They get better by identifying patterns and predicting outcomes through repeat iterations.
If you want to learn more, I highly recommend Google’s ML crash course. You don’t need to know how to code to understand the basics.
How is AI lowering the cost of creation?
Many creative pursuits have large quality data sets for AI to learn from:
Writing
OpenAI’s GPT-3 is trained off 1 trillion words from Common Crawl (a non-profit that scrapes billions of webpages monthly), books, and Wikipedia. Since the average book has 100K words, GPT-3 has essentially read ten million books.
It’s no wonder that GPT-3 can easily generate essays from prompts like:
“Write a scary essay about how my dog ate my homework.”

Art and Digital Media
Stable Diffusion is trained off 5 billion image-text pairs (images that have HTML alt-text attributes). Unlike other AI models, Stable Diffusion was open sourced to the public. Since then, there has been a Cambrian explosion of innovation built on top of the model. It has been used for:
-
Text to video (Meta also announced their closed version recently)
-
Interior design
-
CG avatars
-
Replacing the background in film clips
-
Apparel and shoe design
This pace of innovation shows no signs of slowing down.
<div class="tweet" data-attrs="{"url":"https://twitter.com/LighthiserScott/status/1567355079228887041?s=20&t=1B26mFrAXXiqmTwDGUrRsg","full_text":"@StableDiffusion Img2Img x #ebsynth x @koe_recast TEST\n\n#stablediffusion #AIart ","username":"LighthiserScott","name":"Scott Lighthiser","date":"Wed Sep 07 03:32:25 +0000 2022","photos":[{"img_url":"https://substackcdn.com/image/upload/w_728,c_limit/l_twitter_play_button_rvaygk,w_120/zsjh55uoryuvt3zmoqgr","link_url":"https://t.co/aZgZZBRjWM","alt_text":null}],"quoted_tweet":{},"retweet_count":730,"like_count":3631,"expanded_url":{},"video_url":"https://video.twimg.com/ext_tw_video/1567354430021836800/pu/vid/472×270/j9_wIgHEHafrZaRf.mp4?tag=12","belowTheFold":true}”>
#stablediffusion #AIart

Leave a comment