Skip to main content

149 posts tagged with "Playbook"

Posts about the AI Playbook product and practice

View All Tags

Case A Parent: Meridian Insurance GenAI Productivity

· 2 min read
AI Playbook author

Case A parent. Meridian Insurance (composite) faces rising cost-to-serve. The board wants a GenAI plan this quarter. The COO sponsors; the CRO fears hallucination, privacy and audit gaps. Knowledge is fragmented; there is no enterprise evaluation framework. This overview states the decision and outcome. Expanded articles cover discovery, solution/commercial design and delivery.

Case B Parent: MonGo Bank Customer-Service AI

· 3 min read
AI Playbook author

Case B parent. MonGo Bank is the playbook’s worked retail-and-SME bank: millions of customers, a large contact centre, mixed cloud and legacy platforms, strict conduct and privacy obligations. The executive ask arrives as “build a generative AI chatbot that reduces cost.” This parent states the reframe and points to the expanded Banking CS series.

Persuading Through Stories: Detailed Sales Case Studies

· 37 min read
AI Playbook author

A persuasive sales story is not a rehearsed customer-success anecdote inserted into every meeting. It is a carefully selected narrative that helps a particular buyer recognise their current problem, understand the consequences of inaction, see themselves in a better future, trust that the proposed path is credible, and feel comfortable making the next commitment.

Production-Grade Evaluation Strategies for LLMs, RAG, Agents, and Multi-Agent Systems

· 41 min read
AI Playbook author

Evaluating a conventional machine-learning model is often straightforward. A classification model can be measured using accuracy, precision, recall, F1 score, or area under the curve. A regression model can be measured using mean absolute error or root mean squared error.

Large language model applications are more difficult to evaluate because they are:

  • Non-deterministic
  • Generative rather than strictly predictive
  • Capable of producing several valid answers
  • Often composed of multiple models, tools, retrievers, databases, prompts, and agents
  • Able to modify external environments
  • Sensitive to prompt wording, model versions, context ordering, retrieved documents, and tool responses
  • Expected to satisfy qualitative requirements such as helpfulness, clarity, faithfulness, tone, safety, and policy compliance

A production-grade evaluation strategy therefore cannot rely on one benchmark or one quality score. It must evaluate the system at several levels:

  1. The underlying model
  2. Individual LLM responses
  3. Retrieval and generation components
  4. Tool calls and agent trajectories
  5. Multi-agent coordination
  6. End-to-end business outcomes
  7. Operational performance
  8. Safety, compliance, and governance
  9. Real production behaviour

Hugging Face Evaluate provides useful building blocks for metrics, comparisons, and measurements. However, Hugging Face currently presents LightEval as the more actively maintained toolkit for modern LLM benchmarking, while agentic applications require additional trace, tool, environment, and outcome evaluation capabilities.

Shadowing Techniques for Improving Leadership Communication

· 31 min read
AI Playbook author

Communication is not improved simply by learning more vocabulary, memorising presentation formulas or watching successful speakers. A leader must be able to communicate clearly under pressure, adjust the message to different audiences, listen carefully, establish confidence, explain difficult decisions and guide people towards action.

One practical way to develop these capabilities is shadowing.

The Integrated 8D AI Solution Engineering Framework: Banking Customer-Service Final Playbook

· 15 min read
AI Playbook author

The 8D AI Solution Engineering Framework turns an unclear AI ambition into a valuable, secure, governed and operational service. For MonGo Bank, it transforms “build a chatbot to cut cost” into a trusted hybrid customer-service capability—and maps every framework from Parts I–VIII into one controlled learning cycle.

End-to-End AI Solution Engineering Playbook: Architecture, Operating Model and Engineering Design for Banking Customer Service

· 14 min read
AI Playbook author

A funded hybrid AI programme still fails if MonGo ships a strong model inside a weak system. Architecture and operating design must cover channels, authentication, banking APIs, knowledge, retrieval, models, guardrails, evaluation, escalation, monitoring, governance, cost and ownership.

This article is Part IV of the Banking Customer-Service AI playbook. It follows Part I, Part II and Part III.