RAMPART and Clarity are frameworks designed by Microsoft to evaluate the safety and security of agentic AI applications. RAMPART (Risk Assessment & Measurement Platform for Agentic Red Teaming), is built on top of Microsoft's PyRIT (Python Risk Identification Tool) primitives. Rather than treating AI safety as a one-time post-build review, it allows developers to write safety and security tests as repeatable code th https://www.i-programmer.info/news/105-artificial-intelligence/19001-rampart-and-clarity-secure-your-ai-agents.html
pg_durable is a Microsoft developed PostgreSQL extension that integrates fault-tolerant, long-running execution directly into the database. To understand why this is useful, think about what normally happens if you run a long, complex database job and the server crashes or your connection drops; you lose your progress, and you have to start all over again. https://www.i-programmer.info/news/80-java/18984-pgdurable-durable-sql-functions-and-orchestration-for-postgresql.html