AI products

A working model demo is only the beginning.

RX Software reviews the product around the model: its evidence, data boundaries, failure behaviour, operating cost and ability to earn user trust.

Production questions

Review the system around the model.

AI quality is a product property, not a single model score. The useful questions cross technical behaviour, user consequences and operating reality.

Protect the data around the model

We trace what enters prompts, logs, storage and third-party services. The review looks for data leakage, weak account boundaries, excessive retention and assumptions about provider behaviour.

  • Prompt and retrieval data flows
  • Provider retention and training settings
  • Tenant and permission boundaries
  • Logs, traces and support access

Plan for an unreliable dependency

Models and providers can be slow, unavailable, rate-limited or unexpectedly different after an update. A production product needs timeouts, fallbacks, monitoring and a support path that users can understand.

  • Timeouts and retry behaviour
  • Fallbacks and graceful degradation
  • Version and prompt change controls
  • User-visible recovery paths

Understand the real operating cost

Token usage is only one part of the cost. We consider retries, retrieval, storage, evaluation, monitoring, customer support and the engineering work needed to keep the system dependable.

The production test

Can the team explain, observe and recover the product?

Explain

Define intended behaviour, limits and the conditions that require human judgement.

Observe

Measure output quality, latency, cost and failure patterns with useful context.

Recover

Give users and operators a safe path when the model or provider behaves badly.