Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.22 KB

README.md

File metadata and controls

41 lines (33 loc) · 2.22 KB

Python Tests CAT

Continuous Alignment Testing (CAT) Framework

A framework for implementing Continuous Alignment Testing (CAT) for LLM-based applications.

Cat walking on a line between red and green

Overview

CAT provides the infrastructure to:

  • Run and track automated tests against an AI application.
  • Store and analyze AI test results over iterations.
  • Monitor reliability changes in an AI application as prompts, models, code, and data evolve.
  • Integrate AI tests into the CI pipeline.
  • Build the AI application as an API service using Python and use any language to invoke it.
  • Ensure AI applications are reliable while maintaining creativity.
  • Iterate on prompts and code while measuring improvements.

Example Apps

Documentation

Github Pages

Edit Pages in docs folder to automatically deploy: github-pages-badge

Wiki

Wiki Pages