Skip to content

Introduction

What is the platform?

Generative AI is a powerful tool that is rapidly being integrated into new and old software applications because of its ability to derive impressively accurate answers based on the data that is made available to it. The vulnerability with generative AI though is that these answers are reached probabilistically, and therefore there is always the chance that systems built on top of it can hallucinate.

While this is not overly problematic for some use cases, for many it is an unacceptable outcome. Jaxon Guardrails serves to meet the needs of these users by providing a suite of guardrails that can sit on top of an LLM-based system, ensuring that the outputs stay within desired constraints.

The platform is made available as an SDK that ties into your codebase, wrapping a verification layer around calls you are making to LLMs. This SDK communicates with an on-prem containerized deployment of the platform.

Who is it for?

Jaxon Guardrails is an LLM verification layer. Anyone who is building a system that relies on LLMs for underlying functionality can benefit from integrating with Jaxon.