If This Isn’t Intelligence, I Don’t Know What Is

If This Isn't Intelligence, I Don't Know What Is

Claude Report

pnpm install -g ccusage

I have a friend named Marcus Hutchins who doesn’t believe modern AI is intelligent. He thinks it’s basically autocomplete. We actually had a full debate about it here that you should check out.

But I wanted to post a follow-up to that debate because I have some evidence—and a challenge—to share.

Over the last few days, I’ve been doing a ton of projects, and one of them has been cleaning up my site and adding some functionality.

1. Tagging my entire site

Archives Display

  1. Go read all 3061 blog posts
  2. Retag them with one or more of my 20 content tags using AI to understand the content apply them appropriately
  3. Rewrite all the tags
  4. Push the changes

2. Bring my images home

Over the years I’ve had images hosted in many other CMSs, and most recently the whole site was on Beehiiv. I wanted to bring all the images home to my own local image store, so I had AI do the following:

  1. Go find all instances of images that pointed to subdomains and third party content
  2. Download that image
  3. Rename it
  4. Put it in my new local image store
  5. Change the links multiple places in the post to point to the new location
  6. Push the changes yy And keep in mind that was just a simple command I gave it, and it figured that all out, built a plan, and carried it out.

3. Converting super nasty HTML bundles to Markdown

Nasty HTML

When I moved my site from Beehiiv, I had a lot of content that was wrapped in super nasty HTML bundles. This was because Beehiiv is a newsletter platform, and it doesn’t really care about Markdown or clean HTML. It just wants to send out emails.

So it wasn’t just images that were super broken, it was also the core content as well. When I brought my content back over from Beehive, it was all wrapped in this super nasty embedded HTML bundle.

And the whole point of going to my new static site was to have everything be pristine Markdown, with none of the content modified during the conversion.

So now I have an AI function where I basically just say, “Clean up this post”, and I hand it any URL, and it goes and:

  1. Completely rewrites all the HTML to clean Markdown
  2. Fixes all the images
  3. Applies all my custom formatting, which is like 15 different unique theme things
  4. Makes sure nothing is broken through testing
  5. Pushes the changes

It’s completely insane.

The takeaway

AI Or

Anyone who has done any technical work around maintaining a website, or complex HTML, will instantly recognize how tedious this work is.

And most importantly—several things here you can’t just script.

  • No technology prior to modern AI would read posts for you and tag them based on their meaning
  • Same with cleaning posts full of garbage HTML and rewriting it as clean Markdown

Even for the tasks that someone could code, it’d still be shit work to do, and it’d take forever to troubleshoot. Claude wrote dozens of these over the course of the work, with many being a couple hundred lines of code, and it did it all in a few seconds.

Including testing afterwards. And providing monitoring and status updates all along so I could watch its progress.

These all would have required a human to do the work, and it would have taken weeks or months to do it all manually. Or you pay someone to do it—probably poorly—and it would cost thousands of dollars.

TL;DR: This was hundreds of hours and thousands of dollars worth of work that I just had AI do in a few days.

Summary (my argument)

I don’t see how it’s possible to argue this isn’t intelligence.

Again, this is not possible to do without either manual human work, or AI. In fact, that’s my actual definition of AI.

Marcus disagrees. As we cover in the debate, he defines it more as a completely new thing—like Einstein’s E=mc2, or the invention of the wheel.

I have multiple problems with this:

  1. It devalues 99.99% of all cognitive work being done by people
  2. It implies it’s ok for anyone not doing that kind of work to get replaced

Essentially, Marcus has defined intelligence so tightly that he’s made the definition useless.

He’s defined it in a way that doesn’t apply to the difficult cognitive work that hundreds of millions of people are being paid lots of money to do. Work that they might no longer be paid for because of the technology shown above.

Whatever we want to call that.

Do we really need a new name?

Cognitive Work Replacement Technology?

I don’t see the need for it. The existing name already works.


Source link