DEV Community

Cover image for We are entering a new age: The creation age
GrahamTheDev
GrahamTheDev

Posted on

We are entering a new age: The creation age

Humanity is always progressing.

However the progression is not linear. We tend to experience periods of apparent slow progression in technology, followed by sudden explosions of innovation and growth.

This is nothing new.

We have had in recent history:

  • the agricultural age,
  • the industrial age
  • and most recently, the information age.

Each time we enter these new eras, society changes drastically.

I am here to argue that we have recently entered a new age, an age which I am coining as "The creation age".

The Creation Age

If you are in any doubt whether we are entering a new age, just look at ChatGPT.

2 months to reach 100 million users.

But not only is the growth explosive, it is utilising a "new" technology and embracing it...AI.

Now I say "new" as AI has been around for decades. The idea of a computer being intelligent is something that humans have considered for decades, even centuries.

But where this is different to previous AI implementations is in adoption and acceptance.

People are using AI regularly in their day to day lives, more importantly they are actively using it (not being at the mercy of it or passively using it, as is the case with feed algorithms and search engine results).

This shift is monumental, I am just not sure many people realise just how significant it is.

Why is this a new age?

A new age occurs when there is a rapid shift in society, often directly linked to an advancement in technology.

The agricultural age meant that food scarcity was far less of an issue (in the developed world), and food abundance (or should I say efficiency in production) meant that more time (across the population as a whole) could be spent on other pursuits other than farming.

Then came the industrial age, where analogue machines replaced a lot of manual labour. This allowed us to produce far more as a society with fewer people hours, yet again changing valuable skill sets.

Most recently we had the information age. An age where people from around the world were able to share knowledge almost instantaneously and at next to zero cost. An age where information was no longer localised, resulting in rapid globalisation.

And now we enter a new age.

An age where "digital brains" are able to produce content at a decent level, comparable to that of an average human, in certain specialised disciplines.

Artists are being displaced by AI image generators. Copywriters are soon going to be replaced by machines that write copy for them etc. etc.

But more importantly, as with any change of age, more can be produced with less resources.

One individual can now produce the same as 3 people could, and this will only accelerate.

Also the skills required change.

For example: I no longer need to spend years perfecting my skills as an artist, instead I need to spend time perfecting my skills at prompting and adjusting the output of AI, at curating the output to meet my needs.

I need to be creative in a different way, but in a way that has a much lower barrier to entry and a much shallower and shorter learning curve.

This is what heralds a new age.

A shift in how society values skills, an increase in output and a great shift that results in new opportunities. A shift that results in old skills and old businesses no longer being as relevant, or even being replaced by those that can operate at the new required scale.

Why call it "the creation age"?

It is quite simple really, each age is defined by the key characteristic that drove societal change.

Farming for the agricultural age, factories and production at scale (industry) for the industrial age, the internet (dissemination of information at reduced cost and increased speed and scale) for the information age.

The age of AI is going to result in creation at an unprecedented scale.

AI can write music (reasonably well), create art (pretty well), write a poem (well) and is already make great strides in video editing, video creation and more.

AI takes previous computation (generation of data sets for example) and can create new visualisations, new analysis, new perspectives and even more variations of data and dare I say even new data.

The very core of any AI is to take some inputs and generate something "new" from them, sometimes in a very rigid way (such as data analysis), and sometimes with an element of chaos (AKA "creativity") in the form of art or literature etc.

But it is more than that. Humans have finally created something that is capable of "creating"...albeit at a very simple level.

And AI can do something that we cannot.

It can create at a huge scale.

We are confined by our physical form to have only so much creative ability due to the limited processing power of the human brain.

AI does not have the same limitations, and although it may not think like us, or have the same breadth of skill, it can specialise in something and work at a much faster rate.

Want more output? It can just utilise more computing power (up to current technical, energy and physical space limitations of course).

Be prepared for change.

When a new age arrives, society adapts.

Old jobs and skills become less relevant and valuable. New jobs and skills become more valuable and relevant.

Tools and processes emerge that further increase the productivity of an individual. Those who embrace and utilise those tools flourish, those who refuse to adapt tend to fall behind.

What do you think?

This was just a random thought I wanted to share.

Do you believe we are entering a new age / era?

Do you think society will change rapidly over the next few years? Or do you believe that AI will change very little?

I would love to hear your thoughts! πŸ’—

Oldest comments (64)

Collapse
 
grahamthedev profile image
GrahamTheDev • Edited

Agree? Disagree?

I would love to hear your thoughts!

AI is an area I am really interested in, but I am only just exploring my thoughts within it, so I value all opinions, feedback and even being told flat out that I am wrong (with an explanation of why! πŸ€£πŸ’—)

Collapse
 
miketalbot profile image
Mike Talbot ⭐ • Edited

It feels like probably the biggest revolution in my life, AI has gone from "a nice idea" to practical. From winning at Chess and Go, and removing things from images to being better than Google for getting code for those pesky AWS APIs and writing decent article outlines way faster than I could.

It also has the chance of creating massive social upheaval in a way that hasn't happened since the industrial revolution. If this is the start of what it will do, not the MidJourney (sorry!) then what comes next could be an existential threat to our economy and us.

Collapse
 
grahamthedev profile image
GrahamTheDev

Haha the MidJourney pun made me chuckle!

Yes I think the upheaval is to come, the tools are good enough to start making that change, just speed of adoption and speed of specialisation into specific roles that will decide how quickly it happens.

As someone who lived through the transition to the information age and watched that unfold I tend to agree, I think this is bigger! \

Where we are on the curve though, that is the interesting part, I think we are near the bottom and there is a lot of improvement still to come, but then again, maybe we are already feeding data at a scale that we can't increase by much and we might be nearer the top of the advancement curve with current AI methodologies...that is something I am pondering at the moment! πŸ’—

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ • Edited

Most times I've asked it for/about code, its answers have either been plain wrong or contained hard to spot problems that could well trip many people up. AFAICS it's a fun toy, but not to be trusted at all. I put more faith in my Google-Fu.

The thing is that many are hailing it as 'the future of search' or some kind of all knowing Oracle - which are dangerous things to be treating it as. It certainly has the potential to improve many things, but it is currently far from reaching that potential.

The good thing about existing search engines for me is that they AVOID a lot the ambiguities of natural language and allow you (if you know what you are doing) to quickly find exactly the kind of results you're looking for. Making a bot that you talk to 'naturally' to get your answers brings back all the linguistic fuzziness, with all the potential for miscommunication and misunderstanding that that engenders - not to mention the dubious 'summarised knowledge' being spouted by the model as the 'correct' response.

Collapse
 
grahamthedev profile image
GrahamTheDev

Oh this is a whole other can of worms. I am currently exploring this as you raise a lot of concerns I have. I also worry if SEO will become AIRO (AI Relevance Optimisation) and AI will end up even less reliable as industry works out how to manipulate it, as has happened with SEO and SERPs.

Collapse
 
foreandaway profile image
foreAndaway

IDK what "it" you are referring to but if Karpathy says it writes 80% of his code with 80% accuracy, maybe try another model.

Collapse
 
deleteman123 profile image
Fernando Doglio

I defienitely agree with you here, we're looking at the start of something new. We're starting to see people specializing in skills that never existed before (like prompting).

That said, I'm not entirely sure I agree with this little section from your article:

Artists are being displaced by AI image generators. Copywriters are soon going to be replaced by machines that write copy for them etc. etc.

Maybe I'm reading too much into it, but I don't think AI will replace or displace creative jobs, instead ,it'll empower them. At least during this "age". We're not looking at our replacement but rather, at a shiny new tool that will make our work stand out even more.
Artists can use Midjourney, Stable Diffusion and all other platforms to create quick, first drafts of their final work and then enhance it themselves. The same goes for copy writers, book authors, heck, even musicians (with the lyrics for new songs).
We're seeing the birth of a true second brain that will let us grow faster than ever.

The NEXT age though, the one that comes after this one, that might be when that happens (when we get replaced). Once AI becomes truly generic. But even then, we'll have to see how our society has evolved on top of the shoulders of AI to understand how that new development will affect us.

Collapse
 
grahamthedev profile image
GrahamTheDev

It is a valid point, I should have said "professionally".

The reason I say it will displace them is that an artist can now create 100 images in less than an hour, so the value of an image has dramatically reduced (and artist were already undervalued in my opinion), so the way to earn a living for a lot of artists will be diminished or destroyed!

Those who embrace AI and change their thought process will flourish. But I have a feeling there will be fewer professional full time artists, and those that remain will be earning significantly more than they did previously as they have a more specialised skill set.

Same goes for developers to be honest. The increase in productivity that we are seeing and are yet to see is going to mean they are "displaced". But by that I mean there will be new specialisms, new skill sets to learn, new languages and programming paradigms introduced that will require reskilling.

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Just what I wanted to know and didn't know that I did!

Presented a bird's eye view and gave a lot to ponder upon.

Great work, Graham!

Collapse
 
grahamthedev profile image
GrahamTheDev

Thanks Sumit, let me know your thoughts once you have had a ponder! πŸ’—πŸ’—

Collapse
 
sumitsaurabh927 profile image
Sumit Saurabh

Okay, I've had some time to reflect and I think this post is spot-on!

It is something I think all of us know on a deeper level but I didn't see anybody articulate it, till I read this blog.

If you want my thoughts, I'd say this is going to benefit everyone.

Like you yourself said in the post, one individual can now produce the same content as 3 individuals would, but in significantly less time.

There'll be some uproar initially (all disruptive technologies cause this - from radio to 5G) and I can see folks saying how AI generated content is not 'real' content and misses the human element and what not but in the long run it'll benefit everyone as this democratization of creativity sets in.

The only downside I can sense right now is that we already suffer from sensory overload and this, I'm afraid will increase even that.

Other than that, it is pretty amazing!

Thread Thread
 
grahamthedev profile image
GrahamTheDev

Great thoughts. The sensory overload (or "river of crap content") that we have now will get worse for a while.

But people have already reached and exceeded their capacity for this so I think a lot of money will be in systems (probably AI based) that filter the crap.

Whether this will create "echo chambers for 1" is another problem entirely! πŸ€”πŸ’—

Collapse
 
spo0q profile image
spO0q • Edited

Pretty cool banner @grahamthedev BTW.

These are interesting thoughts. I still wonder if the economic model is sustainable, as big platforms tend to need huge infrastructures with so much calculation power and space required that, despite the hype and millions of users, these businesses are barely profitable, and it's sometimes a loss-making activity.

Collapse
 
grahamthedev profile image
GrahamTheDev

Well it depends on the use cases.

I would imagine that search will be as profitable as it has always been (the most profitable software industry in the world!), specialised tools will be profitable as they will be able to price accordingly.

I think where some will fail is trying to offer free services funded by advertising, I have a feeling ad revenue will not be significant enough to offset operational costs, but I could be proven wrong on that, obviously it depends on how GPU intensive each operation is etc!

Oh and thanks on the banner...created by AI (or at least the 4 images are and my Profile pic) πŸ€£πŸ’—

Collapse
 
spo0q profile image
spO0q

created by AI

yeah, I figured ^^.

This sector requires so much investments. It does not seem that "open" to everyone.

You're probably right on the Ads. This model will have to change.

Collapse
 
cbid2 profile image
Christine Belzie • Edited

Great article @grahamthedev! AI will change things for people career wise, but as far as doing everyday tasks and solving the isms that plague our world, I highly doubt it, especially with conversations about the digital divide that’s and how AI is often more biased towards Black and other racial minorities (note: I’m speaking about the digital divide from an πŸ‡ΊπŸ‡Έviewpoint.). Nonetheless, I’m still excited about AI will grow.

Collapse
 
grahamthedev profile image
GrahamTheDev

There is a whole other conversation on bias, equal opportunity / access (and accessibility) etc.

I am going to release an article summarising an ethics book I am reading (the first chapter) tomorrow / Friday, so hopefully it will start to touch on some of those points! πŸ’—

But as you said, I am excited about AI, or at least I should say I am "reservedly excited" about AI!

Collapse
 
garethsprice profile image
Gareth Price • Edited

More "Knowledge Age" than "Creation Age". AI can distill information into knowledge, which is new and unique. But it does not create anything truly new, just rearranges and summarizes the existing in ways which are complex and novel enough to be "indistinguishable from magic" for now to our 2022 brains, but will seem laughably obvious to our future selves (like the CGI effects in films from the early 90s that seemed so real at the time).

Sturgeon's Law that "ninety percent of everything is crap" holds true - AI just enables the creation of crap at vast scales.

Ray Kurzweil's "Age of Spiritual Machines" (1999) is a great speculative read that plots out the exponential growth path that technology has progressed down throughout human history and appears to be continuing along. His ideas that uneven distribution of tech will widen intellectual and economic inequality, and that in a way all Internet/smartphone users are "cyborgs" now (and have been for a while) are powerful. His ideas about what will happen when machine intelligence surpasses human intelligence by exponents are terrifying.

Art and culture will swing back towards valuing the clearly human-made in a way that it has swung between organic and machine-made fashions throughout the modern era (art nouveau -> machine age/bauhaus -> arts and crafts -> space-age mod -> organic modernism -> industrial minimalism etc etc), as being able to have human-made things will become a marker of status as machine-made ones approach zero cost.

AI will be an unevenly distributed technology that will revolutionize life for the global top 5% (if you are reading this, that is you). It will have unseen and mostly negative changes for most in modern societies (think ever more marginal gig-work jobs being scheduled and productivity heavily monitored by AI, or being denied insurance because the AI identifies them as a risk). All this while 62% of the world lives on less than $10/day and 35% of the world is still entirely offline, neither group noticing or caring about AI in the slightest.

Alvin Toffler's "Future Shock" (1970) and Kurzweil's predictions of a "New Luddite" movement become ever more relevant as we see humans that live in ostensibly modern societies but are highly resistant to change start to break down mentally from the onslaught of future, threatening social stability (see: studies on social media's impact on teenage mental health, Jan 6, any YouTube comment section).

If this is a new era, it will be one of instability and uncertainty for most and a concentration of intellectual and economic wealth for an even-fewer. But that seems like a continuation of the now, so could it even be considered a new era?

Collapse
 
grahamthedev profile image
GrahamTheDev • Edited

We are already in the knowledge age, in fact the irony of calling this new era a "knowledge age" is probably the opposite of what will be true; AI will lessen knowledge as people become more reliant on machines to think and do things for them.

Also the argument that AI does not create anything new is an interesting point. I would argue that 99.9% of humans never produce anything "new". We use prior knowledge (prior computation) in order to create something. The old adage "there is nothing new under the sun" tends to ring true more often than not. Does that mean that AI is not producing unique things? (queue a 12 hour debate we could have on what constitutes "new"! πŸ€£πŸ’—)

I agree with several points though: AI allows for the creation of crap at scale...this will be a problem we need to address somehow as we already have an overwhelming amount of garbage to sift through to find value.

I also agree on the top 5% gaining the most from AI, we will be the ones utilising AI to our benefit, while the bottom 95% will be a victim of the decisions and output difference that AI introduces.

In particular you mention that "neither group noticing or caring about AI in the slightest.", this is the most worrying part. They may not notice and or care about it...but it will (and already is) affecting their life and the world they live in (although I am sure I do not need to say that and that was the point you were making, it just jumped out at me!).

But...BUT there is one important thing to note, while the inequality may increase as a relative metric, each new era has tended to yield an absolute increase in the standard of living across the globe.

So while the difference between the "haves" and the "have nots" will increase, I certainly believe that this next era will allow for more people to be lifted from absolute poverty at least. (But time will tell if I am right there and it may just be false optimism).

I love the points you have made, I also appreciate the inclusion of some books to add to my reading list as they sound interesting! πŸ™πŸ’—

I can only imagine what gems you will share on my next article, which is a summary of the first chapter of "The Oxford Handbook of Ethics of AI".

Here is a rough draft if you want a sneak peek: docs.google.com/document/d/1oKuLBF...

Oh and finally "welcome to Dev.to", I notice your account is new and this is your first comment, I cannot wait to see what other thoughts you share going forward! πŸ’—

Collapse
 
blindfish3 profile image
Ben Calder

Agreed. The biggest problem I see here is what we define as "progress". The focus is too much that new technology - that is available to a minority - equates to progress. There's not enough consideration of other forms of measurable progress; where you could argue we are going backwards. Social equality; war; the environment; health... In these realms things aren't looking so bright and these shiny new toys achieve nothing useful to solve them.

And even the previous ages quoted haven't been entirely positive steps. The industrial revolution brought pollution on a massive scale. Farming technologies and practices are now so "effective" we can strip out forests and topsoil at a terrifying rate without any regard for the long term consequences. The internet - which was supposed to make information available to everyone - now makes misinformation available to everyone...

This might be a new age - though TBH so far all I've seen is smoke and mirrors - but I don't see it as a positive step. We should focus our intelligence and resources on solving global problems; rather than inventing machines that mass produce content that we don't have the time to consume and with minimal quality control. The internet and social media already delivered that in spades πŸ˜…

Collapse
 
grahamthedev profile image
GrahamTheDev

It is so difficult, the gap between the top and the bottom is widening relative to each other. But in terms of absolutes, the whole world is improving, there are fewer people in absolute poverty, the are more opportunities today for people than there were.

I say this because the way we shape laws, social interactions and uses of AI is going to have a huge impact on whether that gap widens by a large amount or a small amount (make no mistake that gap will inevitably widen though...that is just a result of capitalism and globalisation and the fact that a few are able to monopolise markets with technology and the cost of transportation and international logistics continually reducing.

As for nothing being entirely positive, that is something that I agree with, but that is the lack of foresight and different morals and priorities across humanity, greed etc. It is not something that the technology itself is responsible for. This is why AI is, to me, so damned exciting and terrifying at the same time. This time our mistakes will be amplified even more!

So while you might see smokes and mirrors, I see the same thing I saw 20+ years ago.

I see the first sparks of something that will change society, I see the first "e-commerce" website that operates across borders, but this time it is an AI that is "good enough" to start imposing the views of a small few on what is "biased" and "correct" onto the world, that is able to increase "mid level" output to unbelievable levels etc. etc.

Collapse
 
mizouzie profile image
Sam

Great article and I absolutely agree that we are at the dawn of an age of creation. I would only argue that creative humans won’t necessarily be displaced. Things that we consider art, are art because they cause a stirring of the soul and that comes from it stemming from somewhere within the soul of the artist.
I don’t think a machine can genuinely β€œcreate” that. Replicate to an amazing degree of accuracy at an unbelievable rate, yes, but not quite the level a real artist would produce.

I don’t believe that we as a species even understand ourselves what or where the soul/spirit is, so I’m confident that we’ll not build a machine that can have it. If we did by accident then it’d be an even bigger fluke than us being here in the first place!

Someone in these comments said that it will certainly be a great tool for human artists for boosting productivity, THAT I agree with. Especially the part about the artist needing to build on top of what the machine creates.

I’d be very interested to see, however, how the level of β€œsoul replication” changes if/when quantum computation becomes usable in this space. I may need to eat my words.

It’s certainly all very, very interesting indeed!

Collapse
 
grahamthedev profile image
GrahamTheDev

For physical art, I am 100% in agreement, the speed of a single stroke or the strength that an artist applies to a single line can showcase so much emotion at a level that is almost imperceivable and certainly not something AI will be able to replicate for a long time (if ever).

But as for digital art, I feel a machine can spit out something that is stirring and full of emotion, even if the machine itself does not have a concept of emotion, soul or spirit.

It is, as with all art, in the eye of the beholder and I have seen MidJourney in particular create art that I find quite stirring and stimulating.

As for the displacement of artists, as with anything that is relative.

Maybe 10% of professional artists will no longer be able to sustain themselves, maybe it will be 90%. I am certainly not saying all artists will be displaced, but there is almost a certainty that some will. And as you pointed out, some will embrace AI and probably be even more successful as they can create more art in much less time.

As for quantum computers...yes we will see there, I am certainly not educated enough on the topic to even guess what that will hold for us! πŸ’—

Collapse
 
mizouzie profile image
Sam

It’s true, midjourney does produce some weird and wonderful stuff, but I’d be very interested to see two pieces, side by side, one just an ai output and the other the same image but tweak by an artist. Do you think the ai one would still illicit the same emotional response from the viewer when there is a (potentially) more comparatively stirring version beside it?

Thread Thread
 
grahamthedev profile image
GrahamTheDev

Oh side by side, I imagine an artist could add maybe 10-30% more emotion! I have no doubt of that.

But in reality, unless this was art that was of high value, the time spent would not be recouped as the commercial use case for AI art is generally "throwaway" and for short term use, rather than long term admiration.

I imagine most of the value of digital artists (from a commercial aspect) will be in composition from AI images (as AI is terrible for giving you exactly what you want in a single image at the moment), combining parts people want from multiple images into an image that matches the vision someone had. Also in clearing up artefacts (as AI loves to give creatures extra legs for example) on images.

Additionally AI art is (at present) very limited on certain subjects, because there is insufficient data in the training set, so there is still plenty of scope for work where a very specific item is needed.

All of this does not consider art for personal enjoyment, where there is far more value in the nuance a human can add. I cannot see AI art taking as big of a bite out of this market.

Collapse
 
viniciusenari profile image
Vinicius Koji Enari

I remember hearing from someone a few years ago that entertainment-related industries will likely be the most beneficiated from advancements in AI.
With AI replacing most types of work, people will have more free time to consume entertainment. At the same time, the entertainment industry will be one of the least affected by AI since there is a lot of work involving creativity that will still need to be done by humans.
I'm curious if this prediction will come through. With AI replacing workers, there could be less people with money to spend on entertainment. Also, as you mentioned in your article, there are examples of AI doing creative work.
I wanted to share this because I haven't seen this discussed much. Great article!

Collapse
 
grahamthedev profile image
GrahamTheDev

That is an interesting area to explore.

I haven't given that any thought yet, but I would imagine there is some validity to the idea.

The only thing that comes to mind is that we are already at "entertainment overload" with the vast array of (mostly rubbish) content available today.

So will we be able to tolerate and absorb more entertainment? Or perhaps new forms of entertainment will appear?

Also with some of the stuff I have seen on the horizon for video editing and production, I am not sure even videography is an area that won't feel a slight pinch from an increase in productivity that AI may afford?

As I said, super interesting point, one I will have to ponder on! πŸ’—

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ • Edited

CreatΓ­on? yes. Quality? maybe. Art? debatable. Accurate information? highly dubious.

I would say 90% of the time I've asked ChatGPT about something, it has given incorrect answers. Most of the time I feel like it's getting more out of me (improving the model) than I get out of it. Example:
Capital of Portugal
Well, I say "has given incorrect answers", but that's not really what it has done as it doesn't 'understand' anything and has no real grasp of facts - it's essentially an extremely fancy version of autocomplete. Impressive, but still ultimately dumb. On the other hand, is this a valid criticism? Do we really understand what it means to 'understand'? Could us humans just be pattern matching too, but just at a much more sophisticated level?

This tweet also makes a very good point:

I think generative AI can and will continue to boost human creation, but has a worrying potential to impoverish true human creativity.

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ

Another gem I saw today:

1 lbs = 2 lbs

Collapse
 
grahamthedev profile image
GrahamTheDev

Haha Chat GPT and logic puzzles...even simple ones...is so funny. But I also love how it shows us what it "understands" about language and what it doesn't!

Collapse
 
grahamthedev profile image
GrahamTheDev

Oh I completely agree, Chat GPT 3.5 is something to marvel at in some ways, but those who say they are using it every day to do their work for them...they are like the web3 hype train people, evangelical without objectivity.

And the fact we are training the model, nothing new there! Every single time we do a Google Captcha identifying cars (or words in the past) we have been training AI models.

For me, I am hopeful that the effort we are putting in training AI and into trying to remove AI "hallucinations" makes them more dependable and accurate in the future.

I suppose the question is "is AI more dependable than your average human for answers" and the scary thing is that for most subjects, that answer is probably yes. The second question is "should we depend on AI for answers" and for that the answer, as of today, should almost certainly be no!

And the tweet you shared...it is almost like a prophecy to me! For example I no longer have a sense of direction due to GPS and SatNavs, will I no longer have writing skills if I start using AI to write for me? Quite possibly.

More importantly does that mean that writing as a skill will become less valuable, and instead the ability to fact check and correct errors becomes the new role of writers...will everyone become an editor and a curator? This is where my brain power runs out and I realise I am not smart enough to answer these things lol! πŸ’—