<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Security considerations and model customization options for AgentBricks AI Agents and LLM Judges in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/security-considerations-and-model-customization-options-for/m-p/146861#M1607</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162065"&gt;@shivamrai162&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;1. &lt;STRONG&gt;Data security &amp;amp; privacy&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Agent Bricks&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;uses&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/storage/default-storage" target="_blank"&gt;default storage&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to store temporary data transformations, model checkpoints, and internal metadata that power each agent. On agent deletion, all data associated with the agent is removed from default storage.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;As a&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/resources/designated-services" target="_blank"&gt;Databricks Designated Service&lt;/A&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Agent Bricks&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;uses&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/resources/databricks-geos" target="_blank"&gt;Databricks Geos&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to manage data residency when processing customer content.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. &lt;STRONG&gt;Using custom or non-default models with AgentBricks&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Agent Bricks is a family of products that includes some managed agents (Knowledge Assistant and Supervisor Agent), and the ability to build and deploy custom agents with code.&lt;/LI&gt;
&lt;LI&gt;Custom agents with code can use any model supported in AI Gateway or hosted on Databricks. I would encourage you to explore &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-framework/author-agent" target="_self"&gt;Agent Framework&lt;/A&gt; if the goal is to build agents using other Databricks-hosted models or externally hosted models through the AI gateway.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3. &lt;STRONG&gt;LLM Judges/evaluation models: &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can always add custom scorers/judges to any MLflow experiment.&amp;nbsp;Please refer to:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/mlflow3/genai/eval-monitor/concepts/scorers#information-about-the-models-powering-llm-judges" target="_self"&gt;Information about the models powering LLM judges&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Which externally hosted models are you considering for LLM judges and scoring? Most models are hosted in Databricks. Refer to:&amp;nbsp;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://docs.databricks.com/aws/en/mlflow3/genai/eval-monitor/custom-judge/#model-requirements-for-trace-based-judges" target="_self"&gt;Model requirements for trace-based judges&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Agent Bricks is evolving quickly, and things might change, but for now, I hope this helps.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Feb 2026 05:57:18 GMT</pubDate>
    <dc:creator>pavannaidu</dc:creator>
    <dc:date>2026-02-05T05:57:18Z</dc:date>
    <item>
      <title>Security considerations and model customization options for AgentBricks AI Agents and LLM Judges</title>
      <link>https://community.databricks.com/t5/generative-ai/security-considerations-and-model-customization-options-for/m-p/144291#M1558</link>
      <description>&lt;P&gt;Hello Databricks Team,&lt;/P&gt;&lt;P&gt;We are currently evaluating &lt;STRONG&gt;AgentBricks AI Agents&lt;/STRONG&gt; (for example, &lt;EM&gt;Knowledge Assistant&lt;/EM&gt; and &lt;EM&gt;Multi-Agent Supervisor&lt;/EM&gt;) and would like to better understand the &lt;STRONG&gt;security and model customization aspects&lt;/STRONG&gt;.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data security &amp;amp; privacy&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What data (user prompts, retrieved context, tool outputs, intermediate agent reasoning, etc.) is transmitted or persisted when using AgentBricks AI Agents?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is this data logged, stored, or retained by Databricks services, and if so, for how long?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How does Databricks ensure data isolation and confidentiality, especially when agents interact with external tools or services?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Using custom or non-default models with AgentBricks&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is it possible to use a &lt;STRONG&gt;custom locally hosted or self-managed model&lt;/STRONG&gt; (for example, a model downloaded and hosted outside Databricks) as the backing LLM for AgentBricks AI Agents?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If this is not supported directly, what are the &lt;STRONG&gt;recommended approaches&lt;/STRONG&gt; to use a model other than the default Databricks-provided models (for example, via external model endpoints, API-based integration, or other supported mechanisms)?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;LLM Judges / evaluation models&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Do the same constraints and options apply to &lt;STRONG&gt;LLM Judges&lt;/STRONG&gt; used for evaluating agent or model responses?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Can LLM Judges be configured to use a non-default or externally hosted model, and are there any specific security or compliance considerations for this setup?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance, documentation references, or best-practice recommendations would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2026 05:24:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/security-considerations-and-model-customization-options-for/m-p/144291#M1558</guid>
      <dc:creator>shivamrai162</dc:creator>
      <dc:date>2026-01-17T05:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Security considerations and model customization options for AgentBricks AI Agents and LLM Judges</title>
      <link>https://community.databricks.com/t5/generative-ai/security-considerations-and-model-customization-options-for/m-p/146861#M1607</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162065"&gt;@shivamrai162&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;1. &lt;STRONG&gt;Data security &amp;amp; privacy&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Agent Bricks&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;uses&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/storage/default-storage" target="_blank"&gt;default storage&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to store temporary data transformations, model checkpoints, and internal metadata that power each agent. On agent deletion, all data associated with the agent is removed from default storage.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;As a&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/resources/designated-services" target="_blank"&gt;Databricks Designated Service&lt;/A&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Agent Bricks&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;uses&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/resources/databricks-geos" target="_blank"&gt;Databricks Geos&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to manage data residency when processing customer content.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. &lt;STRONG&gt;Using custom or non-default models with AgentBricks&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Agent Bricks is a family of products that includes some managed agents (Knowledge Assistant and Supervisor Agent), and the ability to build and deploy custom agents with code.&lt;/LI&gt;
&lt;LI&gt;Custom agents with code can use any model supported in AI Gateway or hosted on Databricks. I would encourage you to explore &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-framework/author-agent" target="_self"&gt;Agent Framework&lt;/A&gt; if the goal is to build agents using other Databricks-hosted models or externally hosted models through the AI gateway.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3. &lt;STRONG&gt;LLM Judges/evaluation models: &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can always add custom scorers/judges to any MLflow experiment.&amp;nbsp;Please refer to:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/mlflow3/genai/eval-monitor/concepts/scorers#information-about-the-models-powering-llm-judges" target="_self"&gt;Information about the models powering LLM judges&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Which externally hosted models are you considering for LLM judges and scoring? Most models are hosted in Databricks. Refer to:&amp;nbsp;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://docs.databricks.com/aws/en/mlflow3/genai/eval-monitor/custom-judge/#model-requirements-for-trace-based-judges" target="_self"&gt;Model requirements for trace-based judges&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Agent Bricks is evolving quickly, and things might change, but for now, I hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 05:57:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/security-considerations-and-model-customization-options-for/m-p/146861#M1607</guid>
      <dc:creator>pavannaidu</dc:creator>
      <dc:date>2026-02-05T05:57:18Z</dc:date>
    </item>
  </channel>
</rss>

