AI & agents

AI that does
a job.

A chatbot bolted onto a website is not a business improvement. What's actually useful is narrower and less exciting: something that reads every enquiry the moment it lands, works out what it is, drafts the reply, and hands you anything it isn't sure about.

Open the intake agent demo

send it a messy enquiry, watch it triage, fully working

Where it earns its place

How I build it

A human in the loop wherever the cost of being wrong is real. Drafting a reply: fine to automate. Sending a quote, cancelling an appointment, telling a customer something binding: that gets your eyes on it first. This isn't caution for its own sake: it's that an automated system confidently telling a customer the wrong thing costs more than it ever saved.

Deterministic where it can be. Most of what gets sold as "AI" is a database query and three if-statements. If your problem has a correct answer, it should be computed, not generated. I'll use a model for the genuinely fuzzy part and ordinary code for everything else, which is cheaper, faster, and doesn't invent things.

Failure has to be visible. When a model returns something unusable, the system needs to notice and escalate rather than pass nonsense downstream and hope.

Not sure whether AI is the answer?

Often it isn't, and I'll say so, a lot of what gets pitched as AI work is better served by a form and a rule. Tell me the problem rather than the technology, and I'll tell you honestly which one it needs.