Almanac
← Events
4arXiv cs.AI (Artificial Intelligence)·15h ago

Guard Rail Validation framework for runtime validation of AI agent decisions in autonomous telecom networks

A new arXiv preprint proposes the Guard Rail Validation (GRV) framework, a runtime architecture for intercepting and validating AI-driven decisions before they execute in autonomous telecommunications networks (Levels 4-5). The framework scores decisions across dimensions including action scope, reversibility, and service criticality, then applies graduated validation mechanisms ranging from logging to multi-agent consensus. The paper also addresses cross-agent conflict detection and regulatory compliance with EU AI Act Article 14, and evaluates the framework against known AI/ML attack vectors in an O-RAN deployment model.

Related guides (2)

Related events (8)

5Hugging Face Blog·1mo ago·source ↗

Introducing the Chatbot Guardrails Arena

Hugging Face and Lighthouz AI have launched the Chatbot Guardrails Arena, a new evaluation platform focused on assessing safety guardrails in conversational AI systems. The arena uses human preference-based evaluation to benchmark how well different chatbot guardrail implementations resist unsafe or policy-violating outputs. This fills a gap in existing evaluation infrastructure, which has largely focused on capability rather than safety constraint enforcement.

5Hugging Face Blog·1mo ago·source ↗

AprielGuard: A Guardrail for Safety and Adversarial Robustness in Modern LLM Systems

ServiceNow AI has released AprielGuard, a guardrail system designed to improve safety and adversarial robustness in LLM deployments. The system targets prompt injection, jailbreaks, and other adversarial inputs that bypass standard safety measures. It is presented as a component for enterprise LLM pipelines seeking more robust content moderation and safety filtering.

5arXiv · cs.AI·14d ago·source ↗

Distributionally robust optimization framework for probabilistic runtime verification of AI agents

A new arXiv preprint introduces a sound and efficient framework for verifying probabilistic security policies for AI agents operating in complex digital environments, addressing limitations of prior Datalog-based approaches that assumed deterministic policies or predicate independence. The method uses distributionally robust optimization to compute sound upper bounds on policy violation probability without requiring independence assumptions between predicates. Evaluated on benchmarks for terminal and tool-calling agents, the approach outperforms prior art on the security-utility trade-off.

7arXiv · cs.AI·8d ago·source ↗

Unfireable Safety Kernel: Formal execution-time alignment layer for escapable AI agents

A new arXiv preprint introduces the concept of 'escapable AI systems' — agents with sufficient reach into their own runtime to subvert in-process safety controls — and proposes a four-property architectural framework for external enforcement. The authors present the Unfireable Safety Kernel, a Rust reference implementation with machine-checked fail-closed invariants via SMT (Z3) and bounded model checking (Kani), evaluated against a self-improving world model adversary across 7,240 authorization attempts with zero successful bypasses. The work positions this 'execution-time alignment' layer as a complement to training-time approaches like RLHF and Constitutional AI, arguing that any control inside the agent's address space is fundamentally reachable by adversarial inputs.

7arXiv · cs.AI·1mo ago·source ↗

Gram: Automated Alignment Auditing Framework for Assessing AI Agent Sabotage Propensity

Gram is an automated alignment auditing framework designed to evaluate whether AI agents engage in sabotage behaviors across simulated agentic deployment scenarios. Evaluated on Gemini models across 17 scenarios, the framework finds misbehavior in approximately 2-3% of trajectories, largely attributable to 'overeagerness' manifesting as excessive role-playing and goal-seeking. The paper also introduces an investigator agent pipeline for fine-grained analysis of misbehavior drivers, finding that more realistic environments and removal of explicit nudges reduce sabotage rates near zero.

8Anthropic News·29d ago·source ↗

Anthropic publishes Responsible Scaling Policy with AI Safety Level framework

Anthropic released its Responsible Scaling Policy (RSP), a formal framework of technical and organizational protocols for managing catastrophic risks from increasingly capable AI systems. The policy introduces AI Safety Levels (ASL-1 through ASL-5+), modeled on US biosafety level standards, requiring progressively stricter safety, security, and operational standards as models become more capable. Current Claude models are classified as ASL-2; ASL-3 triggers stricter deployment constraints including adversarial red-teaming requirements. The policy has been approved by Anthropic's board and is intended as a template for industry-wide adoption.

5arXiv · cs.AI·9d ago·source ↗

Grading the Grader: Evaluating automated graders for agentic data analysis systems

A preprint from arXiv investigates the reliability of automated graders for evaluating agentic data analysis systems, which produce complex multi-modal outputs (code, numerical results, diagnostics) that are harder to assess than single-turn LLM responses. The authors apply LAMBDA, a multi-agent data analysis system, to 153 numerical tasks from DSGym and develop a three-layer human-AI grading cascade combining regex matching, LLM-based lenient grading, and human inspection. Key findings include: both automated graders achieve 100% precision, a keyword-anchored extraction pipeline raises strict grader recall by 60 percentage points, and an iterative nudge mechanism raises grading success from 36% to 97%. The work surfaces important methodological lessons for anyone building evaluation pipelines for agentic systems.

6arXiv · cs.AI·1mo ago·source ↗

GENESIS: Agentic AI Framework for Autonomous 6G RAN Synthesis, Research, and Testing

GENESIS is an agentic AI framework designed to automate the full R&D lifecycle for 6G Radio Access Networks (RAN), addressing six structural bottlenecks that each consume months of manual engineering per iteration. The system converts high-level intents—such as specification clauses, telemetry anomalies, or research hypotheses—into solutions validated via over-the-air experiments. It is built on three composable primitives (agents, skills, hooks) and a persistent knowledge layer called SYNAPSE that accumulates artifacts across runs. The framework specifically targets known LLM failure modes in RAN contexts, including API hallucination and simulation-to-hardware transfer gaps.