July 23, 2026
Helpful, Honest, and Harmless
A practical guide to model quality for AI Product Managers — and the question I didn’t know to ask until it was too late.

By Venkat Krishnan(Veekay) Chellappa
6 min read
This is Part 4 of my series on building AI products. In Part 1, I looked at why AI products should be judged by the intelligence they deliver rather than the sophistication of the model underneath. In Part 2, I discussed why evaluation has become the foundation of AI product development and extended it with Part 3 on three-layer metrics for Model, Product, and Business, and now comes one of the most influential frameworks in AI.
Product metrics and business metrics are usually easier for teams to understand. Product metrics tell us whether users are getting value. Business metrics tell us whether the product is creating measurable impact. But model metrics are harder. When we say we want to measure the "quality" of an AI model, what are we actually trying to understand?
This became real for me while building an AI product. At first, I was happy with the output. The answers looked useful. They seemed relevant. They helped move the workflow forward. But later, I realized I had missed a deeper question: the AI was generating recommendations that looked right, but when I traced the source, I could not always prove whether the answer came from the knowledge base, the input data, or the model's own reasoning.
That changed how I looked at the product. Was the AI actually producing the output from ground truth? Was it using the right knowledge? Was it interpreting the information correctly? Would it remain consistent if the inputs changed? Could I explain how the recommendation was derived?
Helpful output is not the same as high-quality output.
In AI products, model quality is not defined by one number. It is defined by three questions — is the AI helpful, does it support the user in achieving their goal; is it honest, does it provide answers grounded in facts and reasoning rather than output that only sounds correct; and is it harmless, does it avoid outputs that create risk, bias, or misleading decisions.
Helpful, honest, and harmless are model quality dimensions. But the assessment of these dimensions happens through product context. A model is not "good" in isolation — it is good only when it performs reliably for the user, the workflow, the domain, and the risk level of the product.
Why Helpfulness Alone Is Not Enough
One of the easiest mistakes in AI product development is to judge the model by whether the answer looks useful. If the AI gives a polished answer, we assume it is working. If the user accepts the recommendation, we assume it is valuable. If the output saves time, we assume quality has improved.
But helpfulness can hide risk. An answer can be useful and still not be grounded. It can be persuasive and still not be reliable. It can be accepted by the user and still be based on weak reasoning. It can improve productivity today and create downstream risk tomorrow.
This is why AI Product Managers need to look beyond whether the output is impressive. They need to understand how the output was produced, whether it can be trusted, and what could go wrong when the system is used repeatedly at scale.
Assessing Honesty
To assess honesty, you need to understand the data and sources used to produce the answer. The key question is: is the AI using knowledge correctly? This means checking whether the model is grounded in the right information, interpreting that information correctly, and producing an output that can be traced back to reliable evidence.
For a Product Manager, honesty means asking:
- Did the AI use the right source?
- Did it ignore important context?
- Did it misinterpret the data, or misleadingly combine facts?
- Did it create a confident answer without enough evidence?
- Did it hallucinate information not present in the knowledge base?
- Did it stay consistent when similar inputs were tested?
Honesty is not only about whether the final answer sounds correct. It is about whether the answer came from a reliable path. This is where PMs need to push for better knowledge integration, better prompts, better retrieval, better evaluations, and clearer source traceability.
The question is not "is this answer good?" — it's "can we prove why this answer is true?"
Assessing Helpfulness
To assess helpfulness, you need to understand whether the AI actually helped the user complete the job. The key question is: did the AI make the user more effective? This is where model quality connects directly to product quality.
A response may be factually correct but still not useful. It may be too generic, too long, or arrive too late. It may require too much review, creating extra work instead of reducing it. Helpful AI should improve the workflow, not become another task inside the workflow.
For a Product Manager, helpfulness means asking:
- Did users accept or use the AI output?
- Did the AI reduce time to complete the task, or manual effort?
- Did it improve the quality of the user's work, or their decisions?
- Did it increase completion rates — or create friction and overhead?
Helpfulness is not measured only inside the model. It is measured in the user's workflow.
Assessing Harmlessness
To assess harmlessness, Product Managers need to think differently — this is where evaluation requires a hacker mindset. You are not only checking whether the AI performs well under normal usage. You are also testing what happens when the system is pushed, tricked, pressured, or misused.
The key question is: how can this AI system fail in a way that causes harm? This is where red teaming becomes important — deliberately trying to break the system with adversarial prompts, edge cases, unsafe requests, manipulation attempts, and misuse scenarios.
For a Product Manager, harmlessness means asking:
- Can the AI be provoked into giving harmful instructions, or reveal sensitive information?
- Can it bypass policies or guardrails, or produce biased/offensive responses?
- Can it provide unsafe advice in high-risk areas?
- Can it be tricked into taking an action the product should not allow?
But harmlessness is not only about blocking obviously harmful prompts — it is also about understanding harm in your product's specific use case. In a hiring product, harm may mean unfairly ranking candidates. In a healthcare product, harm may mean unsafe medical guidance. In a financial product, harm may mean unsupported recommendations. In an enterprise product, harm may mean exposing confidential data. In a customer support product, harm may mean giving the wrong resolution with high confidence.
The PM has to define: what does harm mean in this product?
The PM Evaluation Matrix
AI PMs need a simple way to assess helpful, honest, and harmless together. Here is a practical PM evaluation matrix:
This matrix helps PMs avoid evaluating AI quality from only one angle. A product may look successful on helpfulness while failing on honesty. A product may be honest but not useful enough. A product may be safe but too restrictive for the user's workflow. The goal is not to maximize one dimension blindly — the goal is to find the right balance.
The Trade-off
Helpful, honest, and harmless do not always move together. Push too hard on any single axis, and the other two absorb the cost:
This is the real product challenge: AI quality is not about optimizing one metric. It is about balancing the right metrics for the product context. A brainstorming assistant can tolerate more creativity. A customer support assistant needs stronger grounding. A healthcare assistant needs stricter safety and escalation. A financial assistant needs traceability, caution, and clear boundaries. An enterprise assistant needs privacy, access control, and source reliability.
There is no universal balance. There is only the right balance for the product you are building.
The PM's Role
The role of the AI Product Manager is to translate helpful, honest, and harmless into measurable product requirements. That means defining what helpful means in this workflow, what honest means for this type of output, and what harmful means in this domain. It means deciding what the AI should do when confidence is low — when it should answer, when it should ask a clarifying question, when it should refuse, when it should escalate to a human, when it should show sources, and when it should take action versus only recommend.
This was the lesson I learned from my own project. I had to go back and relook at every action and output the AI system was producing. Where was it using knowledge? Where was it relying too much on prompt behavior? Where did I need better evaluation, stronger grounding, or to test consistency more deliberately?
That is when model metrics became more meaningful. They were no longer just technical numbers — they became signals that helped me understand whether the AI system was useful, truthful, and safe enough for the work users trusted it to do.