NeMo-Guardrails VS transynthetical-engine

Compare NeMo-Guardrails vs transynthetical-engine and see what are their differences.

NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems. (by NVIDIA)

transynthetical-engine

Applied methods of analytical augmentation to build tools using large-language models. (by williamcotton)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
NeMo-Guardrails transynthetical-engine
13 6
3,373 26
4.7% -
9.9 6.2
5 days ago about 1 year ago
Python TypeScript
GNU General Public License v3.0 or later MIT License
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.

NeMo-Guardrails

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

transynthetical-engine

Posts with mentions or reviews of transynthetical-engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-14.
  • Native JSON Output from GPT-4
    11 projects | news.ycombinator.com | 14 Jun 2023
    Here’s an approach to return just JavaScript:

    https://github.com/williamcotton/transynthetical-engine

    The key is the addition of few-shot exemplars.

  • The Dual LLM pattern for building AI assistants that can resist prompt injection
    2 projects | news.ycombinator.com | 14 May 2023
    I think the two-layer approach is worthwhile if only for limiting tokens!

    Here’s an example of what I mean:

    https://github.com/williamcotton/transynthetical-engine#brow...

    By keeping the main discourse between the user and the LLM from containing all of the generated code and instead just using that main “thread” to orchestrate instructions to write code it allows for more back-and-forth.

    It’s a good technique in general!

    I’m still too paranoid to execute instructions via email without a very limited set of abilities!

  • Prompt Engineering vs. Blind Prompting
    2 projects | news.ycombinator.com | 22 Apr 2023
    Here is an example of some prompt engineering in order to build augmentations for factual question-and-answer as well as building web applications:

    https://github.com/williamcotton/transynthetical-engine

  • Ask HN: People who were laid off or quit recently, how are you doing?
    3 projects | news.ycombinator.com | 20 Apr 2023
    Hey Simon! I've been digging your writings on LLMs lately.

    I've been having some decent luck with some of the approaches that I've discussed in the following articles and projects:

    From Prompt Alchemy to Prompt Engineering: An Introduction to Analytic Augmentation: https://github.com/williamcotton/empirical-philosophy/blob/m...

    https://www.williamcotton.com/articles/writing-web-applicati...

    https://github.com/williamcotton/transynthetical-engine

    I'd love to hear your thoughts on the matter!

  • We need to tell people ChatGPT will lie to them, not debate linguistics
    4 projects | news.ycombinator.com | 7 Apr 2023
    Sure you can. The easiest way is to go to https://chat.openai.com/chat and paste in a Wikipedia article.

    There are more involved manners like this: https://github.com/williamcotton/transynthetical-engine/blob...

  • ChatGPT-Linux-Assistant
    7 projects | news.ycombinator.com | 8 Mar 2023
    Parsel : A (De-)compositional Framework for Algorithmic Reasoning with Language Models

    https://arxiv.org/abs/2212.10561

    Here's a notebook with an introduction:

    https://github.com/ezelikman/parsel/blob/main/parsel.ipynb

    And here's a GUI interface the author has been developing:

    http://zelikman.me/parsel/interface.html

    I've been working on an augmented large language model that given these few-shot exemplars can build the below fully-functional ToDo App: ==

    https://github.com/williamcotton/transynthetical-engine/tree...

    https://www.williamcotton.com/articles/junie-browser-builder...

    All of this is still very rough around the edges, prone to errors of various kinds, and generally not ready for prime time, but anyone is welcome to play around with what is there!

What are some alternatives?

When comparing NeMo-Guardrails and transynthetical-engine you can also consider the following projects:

guidance - A guidance language for controlling large language models. [Moved to: https://github.com/guidance-ai/guidance]

simpleaichat - Python package for easily interfacing with chat apps, with robust features and minimal code complexity.

langchainrb - Build LLM-powered applications in Ruby

chrono - A natural language date parser in Javascript

guidance - A guidance language for controlling large language models.

chatgpt-linux-assistant - An ai assistant in your CLI. But it knows what's on your system and can help you get things done.

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

geppetto - Your personal assistant with ChatGPT and Linux superpowers, ready for any task!

basaran - Basaran is an open-source alternative to the OpenAI text completion API. It provides a compatible streaming API for your Hugging Face Transformers-based text generation models.

openai-cookbook - Examples and guides for using the OpenAI API

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

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