> For the complete documentation index, see [llms.txt](https://bee-partners-1.gitbook.io/bee-the-machine-to-machine-learning-vector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bee-partners-1.gitbook.io/bee-the-machine-to-machine-learning-vector/wave-1/wave-1-vision-and-identification.md).

# Wave 1 – Vision & Identification

### **Getting started: is this process "automatable"?**

The first step to convert any existing legacy process to its M2ML counterpart is to define which processes in a domain are pragmatically automatable.&#x20;

TLDR - they are either 1) repeatable or 2) facilitate discovery.

In identifying **1) repeatable cycles**, W1 piggybacks on the powerfully simple “Don’t Repeat Yourself” framework that emerged in software development, envisioning how repeatable tasks translate to automated cycles.

Alternately, we often encounter *siloed libraries of “tribal knowledge”* within organizations across sectors. This represents *the most human component of any operation*: processes that are manned by expensive operators aiming to create breakthroughs in desired output parameters through discovery, decision making and execution. W1 can push the limits of human intuition and identify a **2) discovery process** that outcompetes human ability in said domains.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bee-partners-1.gitbook.io/bee-the-machine-to-machine-learning-vector/wave-1/wave-1-vision-and-identification.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.
