Bo qua dieu huong
  • Icon Clock13/06/2026
  • Icon CmtBình luận(0)

Khung Quản Trị AI Của MAS 2026: Những Gì Doanh Nghiệp Singapore Phải Làm Trước Cuối Năm

Sàn tuân thủ quy định cho AI trong dịch vụ tài chính tại Singapore vừa dịch chuyển — và hầu hết các doanh nghiệp chưa căn chỉnh. Cơ quan Tiền…

MAS AI 治理框架 2026:新加坡企业年底前必须完成的事项

新加坡金融服务领域 AI 的合规底线刚刚发生变动——而大多数企业尚未对齐。新加坡金融管理局(MAS)已在现有技术风险管理(TRM)指南的基础上叠加了三项新要求,累积效应是一个在 2026 年第四季度到期的合规悬崖。 本文准确描绘了变化的内容、您的董事会需要了解的事项,以及未来 90 天的补救工作。如果您是总部位于新加坡或受新加坡监管的实体,以任何形式部署 AI——信贷决策、欺诈检测、客户服务、咨询或风险建模——您需要在年底前完成工作。 MAS 刚刚改变的三件事 1. TRM AI 咨询(2026 年 6 月)——现已生效 MAS 于 2026 年 6 月发布了技术风险管理指南 AI 补充。这不是咨询文件。它已生效。关键要求: AI 风险分级 — 每个…

  • Icon Clock13/06/2026
  • Icon CmtBình luận(0)

新提示词注入前沿:隐写浮点数、DACSI 冒充和 IICL 攻击

检测军备竞赛出现了新战线。在过去 30 天里,我们的 Shield Engine 研究团队识别并验证了 5 个新的提示词注入向量,这些向量绕过了我们测试的每一个主要商业护栏——包括 Prompt Guard 2、Lakera Guard、NeMo Guardrails 和 Azure AI Content Safety。这些不是边缘情况。五个向量中有三个在默认配置下的绕过率超过 80%,其中一个——隐写浮点数载体——94.3% 的情况下都能绕过。 这篇文章是对每个向量的技术分解,它们的工作原理、经验绕过数字,以及 Shield Engine v3.47.1+ 如何捕获它们。如果您大规模部署 LLM 应用程序、面向客户的 AI 或智能体系统,您需要阅读本文。 1.…

  • Icon Clock13/06/2026
  • Icon CmtBình luận(0)

MAS AI Governance Framework 2026: What Singapore Enterprises Must Do Before Year-End

Singapore’s regulatory floor for AI in financial services just moved — and most enterprises are not yet aligned. The Monetary Authority of Singapore (MAS) has stacked three new requirements on…

  • Icon Clock13/06/2026
  • Icon CmtBình luận(0)
  • Icon Clock13/06/2026
  • Icon CmtBình luận(0)

The New Prompt Injection Frontier: Steganographic Floats, DACSI Impersonation, and IICL

The detection arms race has a new front. Over the past 30 days, our Shield Engine research team has identified and validated five novel prompt injection vectors that bypass every…

  • Icon Clock13/06/2026
  • Icon CmtBình luận(0)

Tiền Tuyến Prompt Injection Mới: Steganographic Floats, DACSI Giả Mạo, và IICL

Cuộc chạy đua phát hiện vừa có một tiền tuyến mới. Trong 30 ngày qua, nhóm nghiên cứu Shield Engine của chúng tôi đã xác định và kiểm chứng 5…

  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)

Optimization-Based Jailbreaks: When Attackers Use Gradient Descent Against Your LLM

Manual prompt injection is no longer the frontier of LLM attacks. A new class of optimization-based jailbreaks uses gradient descent, genetic algorithms, and hill-climbing to automatically discover prompts that bypass…

  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)

Jailbreak Dựa Trên Tối Ưu Hóa: Khi Kẻ Tấn Công Sử Dụng Gradient Descent Chống Lại LLM Của Bạn

Prompt injection thủ công không còn là ranh giới cuối cùng của các cuộc tấn công LLM. Một lớp tấn công mới — jailbreak dựa trên tối ưu hóa —…

  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)

基于优化的越狱攻击:当攻击者使用梯度下降攻击你的 LLM

手动提示注入已不再是 LLM 攻击的前沿。一类新型的基于优化的越狱攻击使用梯度下降、遗传算法和爬山法,以规模化方式自动发现绕过安全措施的提示。

  • Icon Clock11/06/2026
  • Icon CmtBình luận(0)

AI Governance Frameworks: Singapore vs EU vs US — A Practitioner’s Comparison for 2026

By Vince Chew, CEO of Evvo Labs | 2026-06-11 | Pillar: AI Strategy & Governance The 2026 Reality If you operate an enterprise in 2026 that builds, buys, or deploys…

/* ─── Mobile Menu Fix: replicate cybersecurity page behavior ─── */ @media (max-width: 991px) { /* Ensure topHeader doesn't clip fixed menu */ .topHeader { overflow: visible !important; } /* Menu panel when open - replicate cyber sec page */ .menuRightIn.mobile-open { z-index: 100000 !important; top: 60px !important; } /* Sub-nav in mobile mode: hide by default */ .menuRightIn.mobile-open li.has-menu .subNav { background: rgba(255, 255, 255, 0.03) !important; border-radius: 8px !important; padding: 8px 0px !important; margin-bottom: 8px !important; list-style: none !important; display: none !important; position: static !important; width: 100% !important; } /* Sub-nav shown when parent has mob-open */ .menuRightIn.mobile-open li.has-menu.mob-open .subNav { display: block !important; } /* Sub-nav link styling on mobile */ .menuRightIn.mobile-open .subNav li a { padding: 10px 16px !important; font-size: 14px !important; font-weight: 400 !important; color: rgba(255, 255, 255, 0.75) !important; } .menuRightIn.mobile-open .subNav li a:hover { color: rgb(238, 89, 43) !important; } /* Sub-menu items: vertical stack on mobile */ .menuRightIn.mobile-open > ul { flex-direction: column !important; align-items: stretch !important; padding: 0 !important; } .menuRightIn.mobile-open > ul > li { padding: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; } .menuRightIn.mobile-open > ul > li a { padding: 15px 16px !important; font-size: 16px !important; color: #fff !important; } .menuRightIn.mobile-open > ul > li a:hover { color: rgb(238, 89, 43) !important; } }