Category field guide

Automation & agents

Visual automations, APIs, and voice-agent surfaces used to move work between systems without losing ownership of failures.

Tools covered
6
Full reviews
2
Field notes
4

My position

How I decide what belongs in this layer

Gumloop, Make, Zapier, n8n, Vapi, and the Poppy API solve different automation shapes. I care less about the number of connectors than whether the workflow exposes state, exceptions, duplicate side effects, and the person responsible when a run does not complete cleanly.

AI makes automation more useful and less predictable at the same time. Any model step that can publish, message, delete, spend, or update a system needs validation and an escalation path proportionate to the consequence.

The working set

6 tools, with the evidence level visible.

A field-note label is not a downgrade or a placeholder. It is the honest boundary between useful experience and a completed repeatable review.

Full reviewWorking knowledge

Make

Visual automation for multi-step workflows where transformation, routing, and inspection matter.

Powerful for visible orchestration; complex scenarios need naming, logging, and ownership discipline.Read the profile →
Full reviewWorking knowledge

Zapier

Fast connector-driven automation for dependable business handoffs and straightforward operational tasks.

Often the fastest path to a useful automation; not always the best home for deeply branched logic.Read the profile →
Field notesBuilt and planned with

Gumloop

An AI-oriented visual automation surface for assembling research, content, data, and model steps into repeatable flows.

Useful when AI steps are central to the flow; the workflow still needs contracts, ownership, and a visible failure path.Read the profile →
Field notesEvaluated and compared

n8n

A more infrastructure-oriented automation option for teams that want deeper control, code-adjacent logic, or self-hosting choices.

Compelling when control and extensibility justify ownership of more infrastructure; excessive for many ordinary handoffs.Read the profile →
Field notesPrototype planning

Vapi

A developer-oriented voice-agent layer for combining telephony, models, speech, tools, and call logic into an application.

Powerful when the call has a bounded job and a human fallback; risky when a demo voice is mistaken for an operating service.Read the profile →
Field notesBuilt and tested with

Poppy API

The programmatic and integration boundary around moving captures, prompts, and workflow context into Poppy-oriented systems.

Valuable when it replaces brittle interface automation; the exact contract and current availability must be verified before architecture depends on it.Read the profile →

Selection rules

The rules I use before adding another tool.

A workflow that saves time after exceptions, maintenance, and recovery are counted.

  1. 01Map the business event first.
  2. 02Use the simplest platform that exposes enough control.
  3. 03Validate model output before side effects.
  4. 04Instrument failure and reconciliation.