guardrails VS ghostwheel

Compare guardrails vs ghostwheel and see what are their differences.

guardrails

Adding guardrails to large language models. (by guardrails-ai)

ghostwheel

Hassle-free inline clojure.spec with semi-automatic generative testing and side effect detection (by gnl)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
guardrails ghostwheel
13 2
3,284 597
9.8% -
9.9 4.0
5 days ago 2 months ago
Python Clojure
Apache License 2.0 Eclipse Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

guardrails

Posts with mentions or reviews of guardrails. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.

ghostwheel

Posts with mentions or reviews of ghostwheel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-25.
  • fulcrologic/guardrails: spec as a loose type checker
    3 projects | /r/Clojure | 25 Jan 2023
    big fan of fulcro logic, but isnโ€™t this almost identical to https://github.com/gnl/ghostwheel ?
  • Python dataclass equivalent
    7 projects | /r/Clojure | 20 Jan 2022
    if all you care about is information / documentation, and maybe validation, then spec or malli are fine. using spec during runtime to simulate a type system is a poor choice in most cases, because you are doing runtime type checking (something akin to dependent types or even esoteric contracts that are hard/impossible to express statically). There are some libs that help bolt a typed facade (using spec) onto the familiar defn / fn, https://github.com/gnl/ghostwheel https://github.com/Provisdom/defn-spec .

What are some alternatives?

When comparing guardrails and ghostwheel you can also consider the following projects:

lmql - A language for constraint-guided and efficient LLM programming.

truss - Assertions micro-library for Clojure/Script

GPTCache - Semantic cache for LLMs. Fully integrated with LangChain and llama_index.

clj-otel - An idiomatic Clojure API for adding telemetry to your libraries and applications using OpenTelemetry.

JARVIS - JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf

spec-tools - Clojure(Script) tools for clojure.spec

dynamic-gpt-ui - Dynamic UI generation with GPT-3 (OpenAI)

test-refresh - Refreshes and reruns clojure.tests in your project.

hashp - A better "prn" for debugging

empirical-philosophy - A collection of empirical experiments using large language models and other neural network architectures to test the usefulness of metaphysical constructs.

kaocha - Full featured next gen Clojure test runner