TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Guardrails AI wants to crowdsource fixes for GenAI model problems

15 pointsby z0aover 1 year ago

3 comments

bluewinover 1 year ago
I found guardrails AI really useful for my research on LLMs. Otherwise I would have wasted a lot of time trying to curate the outputs from my experiments.<p>Don’t cram too much in a single prompt though. Prompt structures like guard rails naturally carry high cognitive load for the LLM, which leads to biased outputs. I found the best practice is to alleviate it by using multiple prompts and using a guard rail as an end-step rather than one big prompt for the LLM. (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2402.01740" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2402.01740</a>)
platypiiover 1 year ago
Pretty interesting to go from a world of deterministic code, to LLMs which can do incredible things, but unreliably. In a world of LLMs, I could imagine guardrails being a table-stakes part of engineering an ML system, just like unit tests, and CI&#x2F;CD would be for traditional software.
shreyarajpalover 1 year ago
Hi everyone, the CEO of Guardrails AI here! We&#x27;re stoked to launch Guardrails Hub as an open source framework to solve AI reliability.<p>Check out the hub here -&gt; <a href="https:&#x2F;&#x2F;hub.guardrailsai.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hub.guardrailsai.com&#x2F;</a>