toolweave Українською

I stopped writing automations and started hiring AI workers

2026-07-04 · 4 min read · guide, agents

Most "AI at work" is still a chatbot in a corner: you ask, it answers, the work is still yours. I wanted the opposite — something I could hand a whole task to and get a result back, not a suggestion.

So instead of building automations, I started hiring workers. Here's what that means in practice, and where the useful parts are.

First: any API becomes a tool, with no code

Before a worker is useful, it needs things it can do. The usual way to give an AI a new capability is to write an integration — read the docs, model the endpoints, wire the auth, handle errors. An afternoon each.

Instead: paste a domain. If the model already knows the API, you get a working tool immediately. If it doesn't, it searches, scrapes the docs across pages, and assembles the endpoints into one schema. Add the key, activate, and the API is now a native tool your workers can call. No hand-written JSON, no glue code.

That removes most of the busywork. But connectors are just the raw materials. The interesting part is who uses them.

Hiring a worker

A worker isn't a prompt. It's a hire with:

The tool set a worker can be given is the point:

Tasks: work that starts without you

A worker owns tasks, and a task runs on a trigger — not on you sitting there:

So a content worker can draft and publish on a cadence; an inbox worker can triage mail as it arrives; a monitoring worker can react to an event the second it happens. You come back to results.

The supervisor: staying in control of the team

Handing autonomy to software is only comfortable if you can rein it in. That's the supervisor layer, and it's the thing I'd have refused to run without:

That last part is the difference between "an agent I'm nervous about" and "a teammate with a clear job." The worker does the work; the human stays the one who signs off.

Where this is honestly not magic

Worth saying plainly:

None of that is a dealbreaker for how I use it, but "hire a worker" doesn't mean "skip the judgment."

The shift

Once tools stop being infrastructure projects and workers stop being prompts, you stop thinking in automations and start thinking in roles. Who owns this outcome? What do they need to do it? Where do they need my sign-off?

You're not building workflows. You're growing a team — one hire at a time.

← All posts