Governed operational AI
Human-in-the-Loop Operations Automation
A portfolio of bounded AI and rules-based workflows that helps commercial and customer teams move faster while retaining approval, auditability, and clear ownership.
Structured deal briefs from call transcripts
Approval-gated customer responses
Bounded writes with explicit ownership
Many useful AI opportunities are not grand transformations. They are small, repeated decisions that consume expert attention every day: understanding a sales conversation, drafting a customer response, finding the next account to pursue, or resolving an exception without losing context.
I designed a portfolio of operational automations around a simple principle: automate the work that benefits from speed and structure, then preserve human control wherever an action has customer, commercial, or reputational consequences.
A Repeatable Operating Pattern
Each workflow follows the same basic architecture:
- Gather the relevant context from the systems where work already happens.
- Structure or recommend using AI and deterministic rules appropriate to the task.
- Route ambiguity or consequential decisions to a named person or review queue.
- Write narrowly and visibly to the system of record, with state, audit history, and safe re-run behavior.
This is a more durable pattern than simply connecting a model to an API and hoping for the best.
Commercial Intelligence From Sales Conversations
One workflow reads business-development meeting transcripts and turns them into a consistent six-part deal brief: summary, answered and open questions, engagement read, missing technical details, next-call prompts, and structured account facts. The output is written to the team’s existing deal workspace and linked to the source transcript, so the workflow can be safely re-run without creating duplicates. A failure on one transcript does not stop the rest of the batch.
AI Drafts, Human Approval, Controlled Action
Another workflow processes new customer feedback, generates a proposed response, sends it to a human review queue, and posts only after approval. It maintains workflow state and an audit record, and defaults to a non-posting mode until the operating team explicitly enables live action. The important design choice is not the generated text; it is the approval boundary around the customer-facing action.
Decision Support Where Rules Are Better Than Language Models
Not every workflow needs an LLM. For rejected orders, a rules-based automation finds viable substitute products using inventory, product attributes, category, and pricing constraints. It ranks candidates transparently and writes only the intended replacement fields back to the operations worksheet. Where the system cannot classify a case confidently, it leaves the record alone.
What This Demonstrates
The individual automations are different, but together they show a practical way to deploy AI in operations: start with a valuable workflow, give people clearer and faster inputs, add controls before autonomy, and make the system safe to operate repeatedly.
Tech Stack
Node.js, Claude, Notion, Zendesk, Google Sheets, BigQuery, marketplace APIs, workflow state management, and structured audit logging.