htlabs htlabs
← All posts
April 30, 2026 · HT Labs Team

Automation Beyond Scripts: When to Reach for AI

Not every workflow needs a model. Here's how we decide between deterministic automation and AI-assisted systems.

A surprising number of “AI projects” should have been a cron job and a SQL query. The reverse is also true — some “automation” projects fail because rules can’t keep up with the variability of real input.

A quick decision rule

Pattern we like

Pair an LLM with a structured output schema and a deterministic validator. The LLM handles ambiguity; the validator enforces correctness. It’s boring. It works.