Generative AI Consulting
LLM strategy that reaches production — the right use case, the right model, retrieval on your own data, a real evaluation harness, and guardrails. Independent of every vendor, and honest about where generative AI does not belong.
The Pilot That Dazzles and the Rollout That Stalls
Generative AI is astonishing in a demo. The distance between that demo and something you can trust in production is where the projects die.
Almost every business has now had the demo moment. Someone pastes a document into a chatbot, asks it a question, and gets an answer that would have taken a person twenty minutes to produce. It is genuinely impressive, and it creates a dangerous confidence: if it can do that, surely we can put it in front of customers next month. Then the rollout meets the three things the demo hid.
The first is that the model sometimes invents. A confident, fluent, completely wrong answer looks identical to a correct one, and there is nothing in the output to flag which is which. The second is that a demo is one input; production is thousands, and without an evaluation harness you have no idea whether it is right 80% of the time or 99%, or whether last week’s silent model update just made it worse. The third is that the interesting part was never the model — it was connecting it to your data, your systems and your rules, safely, which is real engineering.
None of this means generative AI is not worth doing. It means the demo is the easy 10% and the production system is the other 90%, and treating them as the same thing is how a promising pilot becomes an embarrassing rollout. Retrieval on real data, an evaluation harness, guardrails, a human on the consequential decisions, and a model right-sized to the task — that is the unglamorous work that separates a system you can trust from a party trick.
And sometimes the honest finding is that generative AI is the wrong tool entirely, and your problem is really structured data or plain logic. We would rather tell you that in the first hour than build you an expensive way to do something a database already does perfectly. See our services for how we scope it.
What a Generative AI Engagement Covers
Six stages from choosing the use case to running it in production — with the evaluation and guardrail work that most projects skip.
Use-Case Selection
We separate the language problems generative AI is genuinely good at from the structured-data and calculation problems it is bad at — and kill the ones that are AI theatre before they cost you anything.
- Language and reasoning tasks, not numeric ones
- Value and feasibility scored per use case
- The “this is really a database query” cases removed
- One strong first use case rather than ten weak ones
Model & Build-vs-Buy
Which model, and whether to buy a seat, wire up a platform, or build. Decided per use case, vendor-independent, with no reseller margin steering the answer toward the expensive option.
- Off-the-shelf where a product already wins
- Retrieval and orchestration where your context matters
- Custom build only where it earns its keep
- No partner tier, no commission, no lock-in agenda
Retrieval on Your Data (RAG)
Grounding answers in your actual documents instead of the model’s memory is what turns a plausible-sounding chatbot into something you can trust — and it is where most of the real engineering lives.
- Answers grounded in your own documents
- Citations so a human can verify in seconds
- Access controls that respect who can see what
- Runs against your corpus, not a generic one
Prompt & Evaluation Harness
A representative test set with known-good answers, scored automatically and re-run on every change. It is how you catch a quality regression before your customers do — and the part rushed projects skip.
- Real cases with known-good answers
- Automated scoring on every prompt or model change
- Model upgrades become a measured decision
- Drift shows up on a dashboard, not in a complaint
Guardrails & Governance
Enough control to deploy safely: what the system may and may not do, where a human must approve, how the data path is documented, and how it maps to the Privacy Act 1988 — without us pretending to certify your compliance.
- Clear boundaries on system behaviour
- Human approval on consequential outputs
- Data path documented against the Australian Privacy Principles
- Aligned to Australia’s Voluntary AI Safety Standard
Cost & Latency Control
Token cost and response time are design decisions, not afterthoughts. We right-size the model to the task so you are not paying frontier prices for a job a smaller model does well.
- Model right-sized to the task, not to the hype
- Caching and batching where they cut cost
- Latency budgeted for the actual user experience
- Running cost modelled before you commit
Where Generative AI Fits — and Where It Does Not
The honest version. It is a language and reasoning tool, not a universal one.
Strong Fit
- Drafting, summarising and rewriting language
- Answering questions over your own documents
- Extracting meaning from unstructured text
- Classifying and triaging messy inbound input
- First-pass work a human then reviews
Poor Fit (Use Something Else)
- Exact calculation and financial totals
- Forecasting — usually classical ML or statistics
- Deterministic routing that is really just logic
- Anything needing a guaranteed, auditable answer
- A task an existing product already does for $30/month
If your problem lives in the right-hand column, the most valuable thing we can do is tell you so before you spend money making a language model do a job it is bad at.
How the Engagement Runs
From a scoped audit to a production system with an evaluation harness behind it. Delivered Australia-wide from Melbourne.
Free Consultation
An hour on the problem. Often the most useful outcome is narrowing an ambitious idea down to the single use case worth building first — or establishing that generative AI is the wrong tool for it.
AI Opportunity Audit (~$3,000)
The candidate use cases, the data behind them, the constraints on each, and a ranked shortlist with realistic effort and payback. Yours to keep whatever you decide next.
Build With an Evaluation Harness
Model and build-versus-buy calls, retrieval on your data, prompts, and — crucially — a test set that scores quality on every change, so the system is measured rather than hoped over.
Ship, Guard & Hand Over
Guardrails, human approval on consequential outputs, a documented data path, and the thing running in production. Ongoing iteration on a retainer if you want it, a clean handover if you do not.
Related Reading
Generative AI rarely stands alone — it sits inside automation, needs governance, and often starts with a pilot.
AI Proof of Concept
A time-boxed pilot with success and kill criteria, to prove the use case on your real data before you commit to a build.
Read moreAI Automation Consulting
When the LLM is one judgement step inside a larger workflow that mostly runs on rules and integrations.
Read moreAI Governance Consulting
Acceptable use, risk and the Privacy Act 1988 obligations that come with putting a generative model near real data.
Read moreFrequently Asked Questions
What Australian businesses ask before putting a language model into real work.
Sometimes, and a lot of the value of a consultation is hearing when it is not. Generative AI is extraordinary at open-ended language work: drafting, summarising, extracting meaning from messy text, answering questions over documents, translating between formats. It is a poor and expensive choice for problems that are really about structured data, exact calculation, or repeatable rules — a forecasting problem is usually classical machine learning or plain statistics, a routing problem is often just logic, and a numeric total should never be produced by a language model when a database query is right every time. The failure pattern we see most is a business reaching for a large language model because it is the thing in the news, when the actual problem is deterministic and would be better, cheaper and more reliable solved without one. We will tell you which category you are in before you spend anything.
You do not eliminate it — you engineer around it, because hallucination is not a bug that gets patched, it is a property of how these models work. They generate statistically plausible text, and a confident fabrication is extremely plausible text. The mitigations are architectural, not a matter of a cleverer prompt. Retrieval-augmented generation grounds answers in your actual documents rather than the model’s memory, so the system quotes a real source instead of improvising. Evaluation harnesses catch regressions before they reach users. Confidence thresholds route uncertain outputs to a human. Citations let a reviewer verify a claim in seconds. And for anything consequential, a person approves before it commits. Any vendor who tells you their model does not hallucinate is either misinformed or selling; the honest question is not whether it happens but what the system does when it does.
Usually a mix, and the decision is per use case rather than a single company-wide bet. For general staff productivity, an enterprise seat of an established assistant — with the data controls configured properly — is almost always the right answer, and building your own version of it would be a waste of money. For a workflow that depends on your own documents, data and systems, retrieval and orchestration wired into your environment beats a generic product that cannot see your context. For something genuinely core to your business or your differentiation, a custom build can be worth it. Where firms go wrong is at the extremes: building a bespoke chatbot to do what a $30-a-month product does perfectly well, or trying to run a mission-critical, regulated workflow on a consumer tool with no data processing agreement. We are vendor-independent and take no reseller margin, so the recommendation follows the use case, not a partner tier.
Evaluation is how you know the system works and keeps working, and it is the part most rushed generative-AI projects skip entirely. A demo proves the thing can work once; an evaluation harness proves it works across the range of real inputs, and tells you the day it stops. It means assembling a representative set of real cases with known good answers, scoring the model’s output against them systematically, and re-running that suite whenever anything changes — a new prompt, a new model version, a provider quietly updating the model underneath you. Without it, you are flying blind: quality drifts, nobody notices, and you find out from a customer. With it, model upgrades become a measured decision rather than a gamble. It is unglamorous and it is the single strongest predictor of whether a generative-AI system survives contact with production.
It is the right question to ask first, and the answer depends entirely on the setup rather than on “AI” in the abstract. Every generative-AI system has a data path: where prompts go, whether the provider retains them, whether inputs are used to train their models, which jurisdiction the infrastructure sits in, and who at the vendor can see the content. Those facts belong in a data processing agreement, not in a sales pitch, and they differ enormously between a consumer chatbot and a properly configured enterprise or cloud deployment. For Australian businesses the relevant frame is the Privacy Act 1988 and the Australian Privacy Principles, plus any sector rules you operate under. We are not your lawyers and we do not certify your compliance — what we do is establish the actual data path so the people who make that call are deciding on the facts rather than the marketing page.
It starts with a free consultation about the problem, not the technology, where a frequent outcome is us narrowing an over-ambitious idea down to the one use case worth doing first. If there is a real opportunity, the AI Opportunity Audit at around $3,000 maps the candidate use cases, the data behind them, the constraints on each and a ranked shortlist — and you keep it whatever you decide next. From there we build: use-case selection, model and build-versus-buy calls, retrieval on your own data, a real evaluation harness, guardrails, and the thing running in production rather than a slide about it. The audit typically earns its fee at around 20 or more staff. A smaller team usually needs one well-configured off-the-shelf tool and some training, and we will say so plainly.
Get Past the Demo
The first consultation is free, and it sometimes ends with us telling you the problem is not a generative AI problem at all. Call +61 3 9999 7398 or email hello@ai-consulting.au.