Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      From Data To Decisions: UX Strategies For Real-Time Dashboards

      September 13, 2025

      Honeycomb launches AI observability suite for developers

      September 13, 2025

      Low-Code vs No-Code Platforms for Node.js: What CTOs Must Know Before Investing

      September 12, 2025

      ServiceNow unveils Zurich AI platform

      September 12, 2025

      DistroWatch Weekly, Issue 1139

      September 14, 2025

      Building personal apps with open source and AI

      September 12, 2025

      What Can We Actually Do With corner-shape?

      September 12, 2025

      Craft, Clarity, and Care: The Story and Work of Mengchu Yao

      September 12, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Optimizely Mission Control – Part III

      September 14, 2025
      Recent

      Optimizely Mission Control – Part III

      September 14, 2025

      Learning from PHP Log to File Example

      September 13, 2025

      Online EMI Calculator using PHP – Calculate Loan EMI, Interest, and Amortization Schedule

      September 13, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      DistroWatch Weekly, Issue 1139

      September 14, 2025
      Recent

      DistroWatch Weekly, Issue 1139

      September 14, 2025

      sudo vs sudo-rs: What You Need to Know About the Rust Takeover of Classic Sudo Command

      September 14, 2025

      Dmitry — The Deep Magic

      September 13, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»Safeguarding Agentic AI Systems: NVIDIA’s Open-Source Safety Recipe

    Safeguarding Agentic AI Systems: NVIDIA’s Open-Source Safety Recipe

    July 29, 2025

    As large language models (LLMs) evolve from simple text generators to agentic systems —able to plan, reason, and autonomously act—there is a significant increase in both their capabilities and associated risks. Enterprises are rapidly adopting agentic AI for automation, but this trend exposes organizations to new challenges: goal misalignment, prompt injection, unintended behaviors, data leakage, and reduced human oversight. Addressing these concerns, NVIDIA has released an open-source software suite and a post-training safety recipe designed to safeguard agentic AI systems throughout their lifecycle.

    The Need for Safety in Agentic AI

    Agentic LLMs leverage advanced reasoning and tool use, enabling them to operate with a high degree of autonomy. However, this autonomy can result in:

    • Content moderation failures (e.g., generation of harmful, toxic, or biased outputs)
    • Security vulnerabilities (prompt injection, jailbreak attempts)
    • Compliance and trust risks (failure to align with enterprise policies or regulatory standards)

    Traditional guardrails and content filters often fall short as models and attacker techniques rapidly evolve. Enterprises require systematic, lifecycle-wide strategies for aligning open models with internal policies and external regulations.

    NVIDIA’s Safety Recipe: Overview and Architecture

    NVIDIA’s agentic AI safety recipe provides a comprehensive end-to-end framework to evaluate, align, and safeguard LLMs before, during, and after deployment:

    • Evaluation: Before deployment, the recipe enables testing against enterprise policies, security requirements, and trust thresholds using open datasets and benchmarks.
    • Post-Training Alignment: Using Reinforcement Learning (RL), Supervised Fine-Tuning (SFT), and on-policy dataset blends, models are further aligned with safety standards.
    • Continuous Protection: After deployment, NVIDIA NeMo Guardrails and real-time monitoring microservices provide ongoing, programmable guardrails, actively blocking unsafe outputs and defending against prompt injections and jailbreak attempts.

    Core Components

    Stage Technology/Tools Purpose
    Pre-Deployment Evaluation Nemotron Content Safety Dataset, WildGuardMix, garak scanner Test safety/security
    Post-Training Alignment RL, SFT, open-licensed data Fine-tune safety/alignment
    Deployment & Inference NeMo Guardrails, NIM microservices (content safety, topic control, jailbreak detect) Block unsafe behaviors
    Monitoring & Feedback garak, real-time analytics Detect/resist new attacks

    Open Datasets and Benchmarks

    • Nemotron Content Safety Dataset v2: Used for pre- and post-training evaluation, this dataset screens for a wide spectrum of harmful behaviors.
    • WildGuardMix Dataset: Targets content moderation across ambiguous and adversarial prompts.
    • Aegis Content Safety Dataset: Over 35,000 annotated samples, enabling fine-grained filter and classifier development for LLM safety tasks.

    Post-Training Process

    NVIDIA’s post-training recipe for safety is distributed as an open-source Jupyter notebook or as a launchable cloud module, ensuring transparency and broad accessibility. The workflow typically includes:

    1. Initial Model Evaluation: Baseline testing on safety/security with open benchmarks.
    2. On-policy Safety Training: Response generation by the target/aligned model, supervised fine-tuning, and reinforcement learning with open datasets.
    3. Re-evaluation: Re-running safety/security benchmarks post-training to confirm improvements.
    4. Deployment: Trusted models are deployed with live monitoring and guardrail microservices (content moderation, topic/domain control, jailbreak detection).

    Quantitative Impact

    • Content Safety: Improved from 88% to 94% after applying the NVIDIA safety post-training recipe—a 6% gain, with no measurable loss of accuracy.
    • Product Security: Improved resilience against adversarial prompts (jailbreaks etc.) from 56% to 63%, a 7% gain.

    Collaborative and Ecosystem Integration

    NVIDIA’s approach goes beyond internal tools—partnerships with leading cybersecurity providers (Cisco AI Defense, CrowdStrike, Trend Micro, Active Fence) enable integration of continuous safety signals and incident-driven improvements across the AI lifecycle.

    How To Get Started

    1. Open Source Access: The full safety evaluation and post-training recipe (tools, datasets, guides) is publicly available for download and as a cloud-deployable solution.
    2. Custom Policy Alignment: Enterprises can define custom business policies, risk thresholds, and regulatory requirements—using the recipe to align models accordingly.
    3. Iterative Hardening: Evaluate, post-train, re-evaluate, and deploy as new risks emerge, ensuring ongoing model trustworthiness.

    Conclusion

    NVIDIA’s safety recipe for agentic LLMs represents an industry-first, openly available, systematic approach to hardening LLMs against modern AI risks. By operationalizing robust, transparent, and extensible safety protocols, enterprises can confidently adopt agentic AI, balancing innovation with security and compliance.


    Check out the NVIDIA AI safety recipe and Technical details. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 100k+ ML SubReddit and Subscribe to our Newsletter.

    FAQ: Can Marktechpost help me to promote my AI Product and position it in front of AI Devs and Data Engineers?

    Ans: Yes, Marktechpost can help promote your AI product by publishing sponsored articles, case studies, or product features, targeting a global audience of AI developers and data engineers. The MTP platform is widely read by technical professionals, increasing your product’s visibility and positioning within the AI community. [SET UP A CALL]

      The post Safeguarding Agentic AI Systems: NVIDIA’s Open-Source Safety Recipe appeared first on MarkTechPost.

      Source: Read More 

      Facebook Twitter Reddit Email Copy Link
      Previous ArticleIt’s Okay to Be “Just a Wrapper”: Why Solution-Driven AI Companies Win
      Next Article 9 Open Source Cursor Alternatives You Should Use in 2025

      Related Posts

      Machine Learning

      How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

      September 3, 2025
      Machine Learning

      Announcing the new cluster creation experience for Amazon SageMaker HyperPod

      September 3, 2025
      Leave A Reply Cancel Reply

      For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

      Continue Reading

      CVE-2025-9589 – Cudy WR1200EA Default Password Disclosure

      Common Vulnerabilities and Exposures (CVEs)

      CVE-2025-6041 – WordPress yContributors CSRF

      Common Vulnerabilities and Exposures (CVEs)

      Fix Brightness Slider Not Working in Windows 10 or 11

      Operating Systems

      Amazon Aurora Global Database introduces support for up to 10 secondary Regions

      Databases

      Highlights

      CVE-2025-2403 – Relion Denial-of-Service Vulnerability

      June 24, 2025

      CVE ID : CVE-2025-2403

      Published : June 24, 2025, 12:15 p.m. | 2 hours, 23 minutes ago

      Description : A denial-of-service vulnerability due to improper prioritization of network traffic over protection mechanism exists in Relion 670/650 and SAM600-IO series device that if exploited could potentially cause critical functions like LDCM (Line Distance Communication Module) to malfunction.

      Severity: 7.5 | HIGH

      Visit the link for more details, such as CVSS details, affected products, timeline, and more…

      Coded Smorgasbord: Basically, a Smorgasbord

      September 4, 2025

      DietPi – extremely lightweight Debian-based distribution

      April 11, 2025

      Course: WordPress Theme Development (Core Concepts)

      May 1, 2025
      © DevStackTips 2025. All rights reserved.
      • Contact
      • Privacy Policy

      Type above and press Enter to search. Press Esc to cancel.