AI Engineering

Do you actually need AI,
or just a cron job?

By Manoj SainiΒ· 31 July 2026Β· 6 min readΒ· Pilani, India

About half the people who ask us to build "AI automation" don't need AI. They need a scheduled task and a clearly written rule.

We say this out loud on sales calls, which costs us money and is still the right thing to do β€” because when you spend AI money on a cron-job problem, you get something more expensive to build, more expensive to run, slower, and occasionally wrong in ways a rule is never wrong.

Here's the test we use, and what each option actually costs.

The thirty-second test

One question Does the input arrive in fixed fields,
or is it a mess?

If the data is already structured β€” a database row, a form submission, a webhook payload, a fixed CSV β€” and the rule can be written down as an if-then statement, you need plain automation.

If the input is unstructured β€” a scanned invoice with a different layout every time, a complaint written in three languages, an email where the intent has to be inferred β€” that's where AI earns its place.

That's it. Everything else is detail.

Side by side

 Plain automationAI automation
Right whenInput is structured, rule is writableInput is unstructured or ambiguous
Example"Remind everyone 24 hours before their booking""Read this scanned invoice and pull out the totals"
Running costEffectively zeroCharged per call
ReliabilityDeterministic β€” same input, same output, foreverProbabilistic β€” needs grounding and thresholds
Build costLowerHigher, plus evaluation and guardrails
How it failsLoudly, and you fix the ruleQuietly and plausibly, unless you log everything

That last row deserves attention. A broken cron job throws an error. A wrong AI output looks exactly like a right one β€” confident, well-formatted, and incorrect. That difference is why AI automation needs logging, approval gates and evaluation that rule-based automation simply doesn't.

Five real requests, and what each one actually needed

These are close to things we've been asked for. The answers may surprise you.

Use AI to send renewal reminders before subscriptions expire β†’ CRON JOB

You know the expiry date. You know who to message. There is no ambiguity anywhere in this problem. AI would add cost and a failure mode for zero benefit.

Use AI to read supplier invoices and enter them into our system β†’ GENUINELY AI

Every supplier's layout is different, some are scanned crookedly, some are photographs. This is exactly the mess AI exists for.

Use AI to route support tickets to the right team β†’ DEPENDS

If your customers pick a category from a dropdown, that's a rule. If they type free-form complaints in mixed languages, that's AI.

Use AI to reconcile payments against invoices β†’ MOSTLY A RULE

Match on reference number and amount. Where it gets interesting is the 5% that don't match cleanly β€” send only those to AI, or to a human. Don't pay AI prices for the 95% a WHERE clause handles.

Use AI to write personalised outreach to new leads β†’ GENUINELY AI

Reading a company's website and drafting something that references a real detail about them is not something rules can do.

Notice the pattern: AI belongs at the messy edges, not in the middle of a clean process.

The hybrid answer is usually correct

The best automations we've built aren't purely one or the other. They're rules doing the heavy lifting, with AI handling the exceptions.

A reconciliation system that matches 95% of payments with a database query, then sends the remaining 5% to AI for interpretation, is cheaper, faster and more reliable than an AI system that reads every transaction. It's also easier to debug, because when something goes wrong you know which half to look at.

If a vendor proposes putting AI in front of your whole process, ask what fraction of the input genuinely needs it. If they can't answer, they haven't looked.

What we've actually automated

Everything below runs in a product of ours, in production, with real money and real users attached:

  • Recurring billing across three payment gateways β€” autopay mandates, idempotent webhooks, retries, payouts and invoicing. Almost entirely rules. AI would be a liability here; you want the same input to produce the same output every single time. (How we build the payment layer)
  • WhatsApp notifications β€” six approved templates in two languages, wired to system events. Rules, with AI only choosing the language.
  • Scheduled reminders and expiry warnings β€” pure cron.
  • Emergency alert fan-out β€” one trigger, multiple channels, under three seconds. Rules, because latency matters and a model call is latency.
  • Content moderation β€” genuinely AI. Screening user-generated text and images is exactly the unstructured problem AI is for.

Roughly four out of five of our automations need no AI at all. We're an AI company saying that.

The three rules we build to, either way

1
Anything irreversible waits for a human

Payments, deletions, outbound messages to customers. These queue for one-tap approval rather than executing. Automation should be able to be wrong safely.

2
Everything is logged with its reasoning

So when someone asks in six weeks why an invoice was flagged, there's an answer instead of a shrug.

3
Shadow-run it before switching it on

The automation processes real records and records what it would have done, without doing it. You compare against reality, tune, then go live. Automation that hasn't met real data hasn't been tested.

That third one catches more problems than the first two combined, and almost nobody does it.

Frequently asked questions

How much does each option cost to build?+
A single rule-based workflow typically starts around $1,200 as a fixed-price build. Adding AI where it's genuinely needed pushes it higher, because you're also paying for grounding, evaluation and guardrails β€” not just the model call. A connected set of workflows with an admin console and approval queue starts around $3,500.
Can't I just use a no-code tool?+
For simple connections between popular apps, yes β€” and if that covers your case we'll tell you so and save you the money. No-code gets expensive and fragile once you need custom logic, your own database, or volume. That's the point where hiring someone is worth it.
Will automation replace my staff?+
In our experience it removes the part of their job they already hated: copying data between systems, chasing missing documents, sending the same message for the tenth time. Judgement, relationships and exceptions stay with people β€” and good automation routes anything unusual to them rather than guessing.
How do I know if a vendor is overselling AI to me?+
Ask them which parts of your process don't need AI. A vendor who says "all of it needs AI" either hasn't looked at your process or is pricing off the buzzword. Anyone who has actually built this will happily tell you where the cheap answer wins.

The short version

Automate the boring work. Use AI only where the input is genuinely messy. Keep a human in the loop on anything you can't undo. Log everything.

And be suspicious of anyone β€” including us β€” who tells you the answer is AI before they've asked what your input looks like.

Keep reading

What does someone in your office
do the same way every single day?

That's usually the answer. Free 30-minute call β€” and if a cron job would do it cheaper than AI, that's what we'll quote.

support@thetechnosquare.com  Β·  Pilani, India  Β·  Working worldwide 🌍