This is Intelligence
展示了AI完成数千美元的咨询工作,过去无法自动化的任务。包括重新标记博客文章、迁移图片、清理HTML并转换为Markdown。这些任务以前需要大量人工时间和成本,而AI在几天内高效完成。讨论了AI是否具备智能的问题。 2025-7-6 10:30:0 Author: danielmiessler.com(查看原文) 阅读量:0 收藏

Showing AI doing thousands of dollars of consulting work that could not previously be automated

July 6, 2025

Claude Reportpnpm 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. It was a very civil and brilliant conversation, and we both learned a lot about each other's positions.

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=mc^2, 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, this definition is so restrictive as to be useless.

It 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.


文章来源: https://danielmiessler.com/blog/this-is-intelligence?utm_source=rss&utm_medium=feed&utm_campaign=website
如有侵权请联系:admin#unsafe.sh