About Services Work Generative AI Clients Leadership Insights Careers Contact

Generative AI

AI features that work in production, not just in demos.

Most AI prototypes never survive contact with real users, real data, and real operational scrutiny. Our practice exists to bridge that gap — building the unglamorous infrastructure that turns a clever notebook into a system your team can actually rely on.

Generative AI development is the engineering discipline of building production systems on large language models — retrieval-augmented generation, agentic workflows, and LLM applications — with the retrieval, evaluation, and guardrail infrastructure that keeps them accurate under real load. TrueLeaf Tech builds these model-agnostically across Claude, GPT, Gemini, and open-weight models, so clients are never locked to one provider.

Our AI practice

Three pillars of how we build with AI.

We've been working with large language models since the first GPT-3 betas. The lessons we've drawn show up in every engagement.

/ 01 — Retrieval first

Grounding before generation

Almost every useful AI feature lives or dies on what gets retrieved before the model sees the prompt. We invest heavily in chunking strategies, hybrid search, and the evaluation harnesses that tell you when retrieval is silently failing.

/ 02 — Agents, carefully

Boring tools, real boundaries

We build agents with explicit state, narrow tool surfaces, and human-in-the-loop checkpoints where they matter. Our preference is for agents that do one thing dependably, rather than ones that try to do everything and occasionally embarrass themselves.

/ 03 — Eval-driven

Test like it's software

If you can't measure it, you can't ship it. Every AI feature we build comes with a test set, an evaluation harness, and a clear answer to the question "how do we know this didn't get worse this week?"

What we build

The shapes our AI work usually takes.

Knowledge Copilots

Internal copilots grounded in your documents, with audit trails and role-based scoping built in.

Workflow Agents

Agents that automate well-defined operational workflows — with state, retries, and human approval steps.

Document Processing

Extraction, classification, and structured output pipelines that beat traditional OCR-plus-rules architectures.

Conversational Interfaces

Chat surfaces with memory, tool use, and the safety scaffolding to deploy them in customer-facing contexts.

Evaluation Frameworks

Custom eval harnesses that catch regressions, measure quality, and let your team ship AI changes confidently.

Model Routing

Orchestration layers that pick the right model for each request, balancing cost, latency, and quality.

Multilingual Pipelines

Retrieval and generation pipelines that handle non-English content as a first-class concern, not an afterthought.

Safety & Guardrails

Input/output guardrails, prompt injection defense, and policy enforcement that holds up in adversarial settings.

How we engage

From question to production, usually in weeks.

AI projects fail in predictable places — an unclear success measure, retrieval nobody tested, a pilot that can't be operated. Our sequence is designed to surface those early, while changing course is still cheap.

/ 01

Define the measure

Before any model is chosen, we agree what "working" means and how it will be scored. A retrieval system with no accuracy target is a research project, not a deliverable. This is usually a week, and it is the week that decides whether the rest succeeds.

/ 02

Build the evaluation harness first

We assemble a test set from your real data and wire it into CI before feature work starts. It means every subsequent change is measured rather than argued about, and it is what lets you upgrade models later without fear.

/ 03

Ship a narrow slice

One workflow, one user group, real production data. A narrow slice in front of real users teaches more in two weeks than a broad prototype teaches in two months — and it gives you something to cancel cheaply if the economics don't hold.

/ 04

Harden and hand over

Observability, guardrails, cost controls, runbooks, and the documentation your team needs to own it. We would rather write ourselves out of a dependency than sell an operating contract you didn't ask for.

Selected work

Systems running in production today.

The clearest evidence of how we work is what we have already shipped.

Avluz — price intelligence at catalogue scale

A pricing and competitive-intelligence platform built on a multi-million-product corpus, with field-aware delta ingestion keeping data current without reprocessing everything nightly.

Marketplace content intelligence

Content quality and enrichment tooling operating at marketplace scale, where the cost of a wrong automated edit is measured across millions of listings.

Catalogue intelligence

Extraction and classification pipelines that replaced an OCR-plus-rules architecture, with an evaluation harness proving the change was an improvement rather than a lateral move.

SellerBlaze — marketplace insights

An analytics product turning raw marketplace signal into decisions sellers act on, built to stay affordable as the underlying data volume grew.

ViralForge — AI video generation

A generative video pipeline with per-clip cost modelling, model routing, and the credit economics to make an expensive workload commercially viable.

Hospital operations

Operational tooling in an environment where reliability and auditability are not negotiable, and where a confident wrong answer is worse than no answer.

Field notes

What we've learned, written down.

Engineering guides from the work above — the architecture decisions, trade-offs, and failure modes we hit in production. Written for engineers evaluating this seriously, not for search engines.

What is agentic AI? Frameworks compared

LangGraph, CrewAI, AutoGen and the rest — what each is actually good at, and when a framework costs you more than it saves.

Agentic AI architecture, with diagram

The five components every agent shares, single-agent versus multi-agent, and the patterns that survive production.

RAG vs agentic RAG — the real difference

When adding an agent to retrieval genuinely improves answers, and when it just adds latency and cost.

Advanced RAG techniques

Hybrid search, reranking, query rewriting, and chunking strategies — with the evaluation setup that tells you which actually helped.

How to build an AI agent from scratch

A ground-up walkthrough of the tool loop, state handling, and error recovery, without a framework in the way.

Building a React AI agent

Wiring an agent into a React front end: streaming, tool-call rendering, and interruption handling.

AI agents in manufacturing

Where agentic automation fits on a plant floor, and the constraints that rule most of it out.

AI in logistics and supply chain

Dispatch, routing, and exception handling — drawn from building last-mile dispatch systems.

AI content localisation pipelines

Treating non-English content as a first-class concern rather than a translation step bolted on at the end.

Evaluation harnesses are the deliverable

Why we hand over the test suite as the primary artefact, and what changes when a client owns their own quality bar.

What we look for in retrieval pipelines

The review checklist we run against any RAG system, including the failure modes that stay silent until they're expensive.

Why your agent stack should be boring

The case for narrow tool surfaces, explicit state, and resisting the newest abstraction.

Common questions

Frequently asked questions.

What does a generative AI development company actually do?

It builds production systems on top of language models: retrieval pipelines that ground answers in your data, agents that carry out multi-step work, evaluation harnesses that measure quality, and the guardrails and observability needed to run all of it safely. The model itself is rarely the hard part — the surrounding engineering is.

Which model do you build on — Claude, GPT, or Gemini?

Whichever fits the workload, and we keep the choice reversible. We route per task on cost, latency, and measured accuracy, behind an abstraction that lets you switch providers without rewriting the application. Being locked to one vendor's roadmap is a business risk, not an architecture.

How long does a first AI project take?

A narrow production slice typically runs six to ten weeks: roughly a week to agree the success measure, two to build the evaluation harness and retrieval layer, and the remainder to ship and harden one real workflow. Broader programmes are sequenced as several such slices rather than one long build.

Do we need our data in a vector database first?

Usually not as a precondition. Retrieval quality depends far more on chunking, metadata, and query strategy than on which store you pick, and picking the store first tends to lock in decisions before you know what the workload needs. We start from the questions the system must answer and work backwards.

How do you stop an AI feature from silently getting worse?

The evaluation harness runs against a fixed test set in CI, so any prompt, model, or retrieval change is scored before it ships. Without that, quality regressions surface as user complaints weeks later, by which point nobody can tell which change caused them.

Can you work with our existing engineering team?

Yes — most of our AI work is embedded rather than delivered over a wall. We pair with your engineers, and the handover documentation and runbooks are part of the deliverable, not an upsell.

Ways to engage

Start where it fits.

The same practice, entered from whichever end of the problem you are standing at.

AI consulting services

You know AI matters but not yet where. Assessment, feasibility against real data, and an honest build-versus-buy answer.

AI agent development

You have a workflow that should run itself. Agents with narrow tools, explicit state, and approval gates where they matter.

AI chatbot development

You need answers grounded in your own content, with citations and a clean hand-off when the assistant should stop.

Choosing a partner

Not sure we are the right fit? The questions we would ask if we were the ones buying.

Let's build

Have an ambitious idea? We'd love to hear it.

Whether you're testing a hypothesis or scaling an established product, we'd be glad to spend a half-hour helping you think through the next step — no pitch deck required.