Home/AI/ML Notes/GenAI and LLMs Summary/Responsible AI & Guardrails
⌂ Main Page
GenAI and LLMs Summary

Responsible AI & Guardrails

Responsible AI principles and practical guardrails for LLM and agent systems.

Responsible AI (Agent / LLM Development and Usage)

Responsible AI - Agent / LLM Guardrails (to summarize)

NVIDIA NeMo Guardrails

NeMo Guardrails is an open-source toolkit that sits between your application and the LLM. It actively blocks or alters inputs and outputs in real time based on programmable policies defined in its custom modeling language, Colang.

It categorizes its guardrails into five distinct stages:

LangSmith (LangChain)

Not for interception, but is an observability and evaluation platform via continuous evaluators running on application's traces—offline during dev or online in real-time production.

References