PulseAugur
实时 22:21:19
实体 LLM guardrails

LLM guardrails

PulseAugur coverage of LLM guardrails — every cluster mentioning LLM guardrails across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
4
90 天内 4
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
情绪 · 30 天

1 天有情绪数据

最近 · 第 1/1 页 · 共 4 条
  1. TOOL · CL_39520 ·

    Databricks adds AI cost controls and safety guardrails to Unity AI Gateway

    Databricks has introduced new AI governance features within its Unity AI Gateway, focusing on cost controls and safety. The platform now offers proactive budget alerts at various granularities, including user, workspace…

  2. RESEARCH · CL_39564 ·

    Forge 项目将 8B 模型在 agentic 任务上的表现提升至 99%

    Forge 项目是一个新的开源工具,显著提高了小型语言模型在复杂 agentic 任务上的性能。通过集成 guardrails,一个拥有 80 亿参数的模型在这些具有挑战性的基准测试中的成功率从 53% 跃升至 99%。这一进展为提高更易于访问的 AI 模型的能力提供了一种有前景的方法。

  3. TOOL · CL_38121 ·

    AI agents use memory and guardrails for smarter, safer development

    This article discusses how to build smarter and safer AI agents by implementing memory and guardrails. It details the use of message history and working memory for agent recall, alongside prompt injection detection to e…

  4. TOOL · CL_19845 ·

    AWS Bedrock LLM 护栏需要双层检测以应对高级攻击

    一位开发者发现 AWS Bedrock 内置的护栏不足以应对高级提示注入攻击。单层过滤难以处理多轮对话和间接注入,即恶意内容嵌入检索到的数据中。为解决此问题,开发了一种双重检测模式,结合了分析完整对话上下文的语义意图分类器以及 Bedrock 现有的输入和输出过滤器。