The post has been translated automatically. Original language: Russian
An AI project does not necessarily have to start with the development of its own system and a large budget. The first workflow can be assembled from ready-made tools, tested on 30-50 tasks, and in a few weeks it can be seen whether it benefits the business.
The main thing is to automate not "all at once", but one specific operation.
Which task should I choose
For the first pilot, a process is suitable that:
- repeats regularly;
- takes a considerable amount of time;
- it is performed according to clear rules;
- has a measurable result;
- allows for human verification.
For example:
- preparing drafts of responses to clients;
- classification of incoming applications;
- drawing up meeting results;
- extracting data from documents;
- preparation of standard commercial offers;
- search for information in the internal knowledge base.
You should not start with tasks where an error can immediately lead to financial or legal consequences: payments, price changes, signing documents, or making personnel decisions.
What does a simple AI process consist of?
Five components are enough for the pilot.
1. Data source
This is the place where the task comes from.:
- Email;
- CRM;
- form on the website;
- Excel or Google Sheets;
- folder with documents;
- corporate messenger.
To begin with, it is better to choose one source. For example, you can only process applications received at a separate email address.
2. An AI tool
At the first stage, you can use a ready-made AI service manually: an employee inserts a query, receives the result, and verifies it.
If the experiment shows benefits, the model is connected to other systems via an API interface that allows applications to automatically exchange data.
3. Automation service
It transfers information between mail, AI, spreadsheet, and CRM.
Suitable options:
- Power Automate — for companies using Microsoft 365;
- Zapier — for simple cloud integrations;
- n8n — for more flexible processes and working with the API.
One platform is enough for the pilot.
4. Knowledge base
AI should not come up with prices, terms and conditions. He needs a trusted source of information.:
- a document with frequently asked questions;
- pricing table;
- corporate instructions;
- SharePoint;
- CRM;
- internal knowledge base.
The documents must be checked before launching. If different prices or rules are specified in different files, the AI will give contradictory answers.
5. Human verification
At the first stage, the AI does not have to send messages to customers on its own or make important decisions.
The employee must be able to:
- approve the result;
- fix it;
- reject and complete the task manually.
The general scheme looks like this:
Application → automation → AI → draft → employee review → sending → recording the result
Step-by-step startup algorithm
Step 1. Formulate the problem
Don't start with the phrase "we want to implement AI."
Describe the specific situation:
Managers spend an average of 12 minutes processing a single request, so customers wait a long time for a response.
The problem must be measurable.
Step 2. Describe the current process
Record what the employee is doing now.
For example:
- Receives an email.
- Defines the subject of the request.
- He is looking for the necessary information.
- Prepares the response.
- Agrees on the terms.
- Adds data to the CRM.
This will help you understand which part of the process is really worth transferring to AI.
Step 3. Collect the initial indicators
Before launching the pilot, write down:
- number of tasks per month;
- average execution time;
- number of errors;
- the cost of a working hour;
- number of overdue tasks;
- the average response time to the client.
Without this data, it is impossible to understand whether the process has improved.
Step 4. Define the role of AI
It is necessary to clearly divide responsibilities.
AI can:
- define the treatment category;
- make a summary;
- find a suitable template;
- prepare a draft response;
- create a note for CRM.
Employee:
- checks the facts;
- confirms prices and deadlines;
- corrects errors;
- makes the final decision.
Step 5. Set limits
Before testing, make sure that AI is prohibited.:
- independently set prices and discounts;
- Promise deadlines;
- provide legal guarantees;
- process payment data;
- send messages without verification;
- use unverified information.
Also, determine which data cannot be uploaded to external services.
Step 6. Prepare the instructions for the AI
Example:
You help the manager prepare a draft response to the client. Use only the information provided. Determine the topic of the appeal, make a summary and prepare a response. Do not invent prices, discounts, terms and conditions of the contract. Forward complaints, payment issues, and non-standard requests to an employee.
The more precise the instruction, the more stable the result.
Step 7. Run the test
Take 30-50 real-world examples, having previously deleted confidential data.
Perform one part of the tasks in the usual way, and the other with the help of AI.
For each case, fix:
- processing time;
- number of corrections;
- factual errors;
- the need for manual refinement;
- the employee's final assessment.
Step 8. Calculate the effect
The basic formula:
Number of tasks × saved time × cost of a working hour
You need to subtract from the result:
- the cost of the AI service;
- automation;
- setting up;
- training;
- technical support;
- employees' time for verification.
The time released does not always mean a direct reduction in costs. It can allow the team to respond to customers faster or process more requests.
Example: AI for processing incoming requests
The company receives 800 requests per month.
Customers ask about:
- the cost of the product;
- functions;
- demonstrations;
- documents;
- integrations;
- technical support.
The average processing time for a single request is 12 minutes.
Total costs:
800 × 12 minutes = 160 hours per month
What was assigned to AI
The system must:
- define the treatment category;
- make a summary;
- find a suitable template;
- prepare a draft response;
- create a note for CRM.
The manager checks the result and sends a message.
What restrictions have been set
AI can't:
- offer individual discounts;
- Promise deadlines;
- respond to complaints;
- provide legal guarantees;
- send emails yourself.
Such requests are immediately transmitted to the employee.
How the process was assembled
The minimum scheme:
Mail → Power Automate, Zapier or n8n → AI → draft → Manager check → CRM
For the pilot, you needed:
- separate mailbox;
- a document with current tariffs and conditions;
- An AI tool;
- automation service;
- a table for recording the results.
Test result
After processing 50 requests, the average time decreased from 12 to 7 minutes.
Saving on one request is 5 minutes.
With 800 requests:
800 × 5 minutes = about 67 hours per month
If the cost of a working hour is 4,500 tenge:
67 × 4,500 = about 301,500 tenge per month
Let's assume that services, support and control cost 160,000 tenge per month.
Estimated effect:
301 500 − 160 000 = 141,500 tenge per month
In addition to saving time, the company responds to customers faster and can process more requests with the previous team.
When to switch to automation
The project can be expanded if:
- task completion time has been reduced;
- most of the results require minimal corrections.;
- there are no critical errors;
- employees understand how to work with the tool.;
- the cost of the solution is lower than the desired effect;
- the quality of service has not deteriorated.
If the AI makes mistakes often, you don't need to change the model right away. First, check the instructions, documents, and the business process itself. The reason may be outdated information or unclear operating rules.
Pre-launch checklist
Process:
Problem:
Number of tasks per month:
Current execution time:
What does AI do:
What the employee checks:
Source of information:
What data cannot be used:
Success criteria:
The cost of the pilot:
Responsible:
Date of summing up the results:
The main thing
The first AI process should not be a big IT project.
Optimal sequence:
manual test → pilot with 30-50 examples → result measurement → automation → integration with corporate systems
One process and several understandable indicators will give an entrepreneur more useful information than an expensive AI platform purchased without a specific business task.
Компания покупает CRM, чат-бота или AI-сервис, потому что сотрудники «слишком много делают вручную». Через несколько месяцев выясняется, что лицензии оплачиваются, а работа не стала быстрее.
Причина часто не в технологии. До покупки никто не посчитал, какой именно эффект должна дать автоматизация.
Что необходимо измерить до проекта
Начните с одного процесса. Например, подготовки коммерческого предложения.
Зафиксируйте:
- сколько раз в месяц выполняется операция;
- сколько сотрудников участвует;
- сколько времени занимает один цикл;
- сколько стоит рабочий час сотрудника;
- сколько исправлений требуется;
- как задержка влияет на клиента;
- какие системы используются.
Важно считать не только заработную плату. В стоимость часа входят налоги, оборудование, рабочее место, управление и другие расходы компании.
Базовая формула
Годовую пользу можно оценить так:
Экономия времени × стоимость рабочего часа × количество операций
К ней можно добавить:
- снижение стоимости ошибок;
- уменьшение потерь;
- дополнительную выручку;
- ускорение получения оплаты;
- сокращение расходов на подрядчиков.
Полная стоимость проекта включает:
- лицензии;
- внедрение;
- интеграции;
- настройку;
- перенос данных;
- обучение;
- поддержку;
- время сотрудников;
- доработки;
- расходы на безопасность;
- стоимость выхода из системы.
Формула ROI:
ROI = (полученная польза − полная стоимость) ÷ полная стоимость × 100%
Срок окупаемости:
Первоначальные вложения ÷ ежемесячный чистый эффект
Условный пример
В компании восемь сотрудников ежедневно тратят по 30 минут на подготовку и форматирование отчетов.
Предположим:
- 8 сотрудников;
- 0,5 часа в день;
- 220 рабочих дней;
- полная стоимость часа — 5 000 тенге.
Потенциальная стоимость времени:
8 × 0,5 × 220 × 5 000 = 4 400 000 тенге в год
Стоимость проекта:
- внедрение — 1 200 000 тенге;
- лицензии и поддержка — 1 000 000 тенге в год.
Общие расходы первого года — 2 200 000 тенге.
Если автоматизация действительно устранит всю ручную работу, расчетный ROI первого года составит:
(4 400 000 − 2 200 000) ÷ 2 200 000 × 100% = 100%
Но это идеальный сценарий.
Если система сокращает только половину работы, польза составит 2 200 000 тенге — ровно столько же, сколько стоит проект. Финансового эффекта в первый год не будет.
Поэтому в модели нужно использовать несколько сценариев.
Три сценария вместо одного прогноза
Оптимистичный
Система экономит 80% времени, сотрудники быстро осваивают ее, дополнительных расходов нет.
Реалистичный
Экономится 40–50% времени, требуется обучение и несколько доработок.
Пессимистичный
Экономится не более 20%, интеграция затягивается, часть сотрудников продолжает работать по-старому.
Решение должно оставаться приемлемым не только в оптимистичном сценарии.
Пять скрытых расходов
1. Изменение процесса
Автоматизация плохого процесса создает более быстрый плохой процесс. Перед внедрением часто требуется пересмотреть роли, согласования и правила.
2. Подготовка данных
Дубли, ошибки и разные форматы могут сделать интеграцию значительно дороже.
3. Обучение сотрудников
Если система сложнее прежнего способа работы, люди будут вести параллельные таблицы и снижать ожидаемый эффект.
4. Поддержка
У интеграций меняются API, сотрудники увольняются, бизнес-процессы перестраиваются. Систему придется сопровождать.
5. Зависимость от поставщика
Стоимость лицензий может вырасти. Экспорт данных или переход на другую систему иногда требует отдельного бюджета.
Одностраничный расчет проекта
Процесс:
Проблема:
Операций в месяц:
Время на одну операцию:
Стоимость часа:
Текущая годовая стоимость процесса:
Ожидаемое сокращение времени:
Экономия на ошибках:
Дополнительная выручка:
Стоимость внедрения:
Годовая стоимость лицензий:
Стоимость интеграций:
Стоимость обучения:
Стоимость поддержки:
Польза в реалистичном сценарии:
ROI первого года:
Срок окупаемости:
Условие остановки проекта:
Главная цель такого расчета — не получить красивый процент. Он нужен, чтобы понять, какие предположения определяют успех проекта и какие показатели придется проверить после запуска.