# The Kind of Things a Computer Would Never Be Able To Do

When I was going to university there was a competition with some prize money for anyone who can figure out how to write a program that can recognize text in a photograph - what today is called "optical character recognition" (OCR).

There are a lot of things that people thought is so much so "human" that a computer will never be able to do it; let alone do it better than the best human in the world.

Can you think of such things... before we look at some examples of what has already been done?

Can a computer beat the world champion in chess? Paint a painting? Compose music?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://101.warmersun.com/automator/the-kind-of-things-a-computer-would-never-be-able-to-do.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
