slater
Leon Slater has big night at TNA Lockdown, challenges Nic Nemeth for world title at Bound for Glory
Kelly Stafford knows how to make an 8-year-old's birthday party more entertaining: Jell-O shots WNBA fight over males in women's sports exposes how the left keeps answering a question nobody asked Browns pick Deshaun Watson as their starting QB despite home crowd booing and his '17 away games' comments Why Wyndham Clark deserves PGA Tour Player of the Year, LIV Golf's final hoorah, and Scottie Scheffler's money Sam Burns is one of America's best golfers, but faith, family and the USA matter more to him than golf Donald Trump waves a patriotic green flag and the liberals are furious, Bubba Wallace locks up & 'F-K HIM!' Scottie Scheffler reveals he played through'pretty painful' illness during the BMW Championship Fever coach dismisses Enes Kanter Freedom's women's sports fight as a'social media thing' US'entering the endgame' with Iran as economy targeted New York City taxpayers could pay twice under Mamdani's grocery plan US announces'Economic D-Day' against Iran Steve Doocy explores the US Air Force Academy's elite military training Dr. Marc Siegel analyzes new study suggesting GLP-1 may slow down aging Humanoid robot beats Usain Bolt's 100m dash record at Beijing games Bessent SENDS WARNING to Iran: 'We are entering the ENDGAME' South Carolina Sen. Darline Graham makes her case ahead of GOP runoff Pro wrestling legend Matt Hardy names a handful of TNA wrestlers fans should really be watching out for in an interview with Fox News Digital. Leon Slater had a big night in many ways on Sunday at Total Nonstop Action Wrestling's (TNA) Lockdown pay-per-view. Slater started the night with a huge match against Cedric Alexander for the TNA X Division Championship . Slater, essentially, put his legacy on the line agreeing to give up his name in the TNA history books if he lost the match. Leon Slater goes after Cedric Alexander at Total Nonstop Action Wrestling's Lockdown on Aug. 23, 2026.
Beyond Primal-Dual Methods in Bandits with Stochastic and Adversarial Constraints
We address a generalization of the bandit with knapsacks problem, where a learner aims to maximize rewards while satisfying an arbitrary set of long-term constraints. Our goal is to design best-of-both-worlds algorithms that perform optimally under both stochastic and adversarial constraints. Previous works address this problem via primal-dual methods, and require some stringent assumptions, namely the Slater's condition, and in adversarial settings, they either assume knowledge of a lower bound on the Slater's parameter, or impose strong requirements on the primal and dual regret minimizers such as requiring weak adaptivity. We propose an alternative and more natural approach based on optimistic estimations of the constraints. Surprisingly, we show that estimating the constraints with an UCB-like approach guarantees optimal performances.Our algorithm consists of two main components: (i) a regret minimizer working on moving strategy sets and (ii) an estimate of the feasible set as an optimistic weighted empirical mean of previous samples. The key challenge in this approach is designing adaptive weights that meet the different requirements for stochastic and adversarial constraints. Our algorithm is significantly simpler than previous approaches, and has a cleaner analysis. Moreover, ours is the first best-of-both-worlds algorithm providing bounds logarithmic in the number of constraints. Additionally, in stochastic settings, it provides $\widetilde O(\sqrt{T})$ regret without Slater's condition.
Global Solutions to Non-Convex Functional Constrained Problems with Hidden Convexity
Fatkhullin, Ilyas, He, Niao, Lan, Guanghui, Wolf, Florian
Constrained non-convex optimization is fundamentally challenging, as global solutions are generally intractable and constraint qualifications may not hold. However, in many applications, including safe policy optimization in control and reinforcement learning, such problems possess hidden convexity, meaning they can be reformulated as convex programs via a nonlinear invertible transformation. Typically such transformations are implicit or unknown, making the direct link with the convex program impossible. On the other hand, (sub-)gradients with respect to the original variables are often accessible or can be easily estimated, which motivates algorithms that operate directly in the original (non-convex) problem space using standard (sub-)gradient oracles. In this work, we develop the first algorithms to provably solve such non-convex problems to global minima. First, using a modified inexact proximal point method, we establish global last-iterate convergence guarantees with $\widetilde{\mathcal{O}}(\varepsilon^{-3})$ oracle complexity in non-smooth setting. For smooth problems, we propose a new bundle-level type method based on linearly constrained quadratic subproblems, improving the oracle complexity to $\widetilde{\mathcal{O}}(\varepsilon^{-1})$. Surprisingly, despite non-convexity, our methodology does not require any constraint qualifications, can handle hidden convex equality constraints, and achieves complexities matching those for solving unconstrained hidden convex optimization.
A Self-Improving Architecture for Dynamic Safety in Large Language Models
Context: The integration of Large Language Models (LLMs) into core software systems is accelerating. However, existing software architecture patterns are static, while current safety assurance methods are not scalable, leaving systems vulnerable to novel adversarial threats. Objective: To design, implement, and evaluate a novel software architecture that enables an AI-driven system to autonomously and continuously adapt its own safety protocols at runtime. Method: We propose the Self-Improving Safety Framework (SISF), a runtime architecture that couples an unprotected, unaligned base LLM (mistralai/Mistral-7B-v0.1) with a dynamic feedback loop. This loop consists of an AI Adjudicator (GPT-4o) for breach detection and a Policy Synthesis Module (GPT-4 Turbo) that autonomously generates new, generalized safety policies (both heuristic and semantic) in response to failures. Results: We conducted a dynamic learning evaluation using the 520-prompt AdvBench dataset. The unprotected model was 100% vulnerable. Our SISF, starting from zero policies, demonstrated a clear learning curve: it detected 237 breaches, autonomously synthesized 234 new policies, and reduced the overall Attack Success Rate (ASR) to 45.58%. In a subsequent test on 520 benign prompts, the SISF achieved a 0.00% False Positive Rate (FPR), proving its ability to adapt without compromising user utility. Conclusion: An architectural approach to AI safety, based on the principles of self-adaptation, is a viable and effective strategy. Our framework demonstrates a practical path towards building more robust, resilient, and scalable AI-driven systems, shifting safety assurance from a static, pre-deployment activity to an automated, runtime process.
Beyond Slater's Condition in Online CMDPs with Stochastic and Adversarial Constraints
Stradi, Francesco Emanuele, Chiefari, Eleonora Fidelia, Castiglioni, Matteo, Marchesi, Alberto, Gatti, Nicola
We study \emph{online episodic Constrained Markov Decision Processes} (CMDPs) under both stochastic and adversarial constraints. We provide a novel algorithm whose guarantees greatly improve those of the state-of-the-art best-of-both-worlds algorithm introduced by Stradi et al. (2025). In the stochastic regime, \emph{i.e.}, when the constraints are sampled from fixed but unknown distributions, our method achieves $\widetilde{\mathcal{O}}(\sqrt{T})$ regret and constraint violation without relying on Slater's condition, thereby handling settings where no strictly feasible solution exists. Moreover, we provide guarantees on the stronger notion of \emph{positive} constraint violation, which does not allow to recover from large violation in the early episodes by playing strictly safe policies. In the adversarial regime, \emph{i.e.}, when the constraints may change arbitrarily between episodes, our algorithm ensures sublinear constraint violation without Slater's condition, and achieves sublinear $ฮฑ$-regret with respect to the \emph{unconstrained} optimum, where $ฮฑ$ is a suitably defined multiplicative approximation factor. We further validate our results through synthetic experiments, showing the practical effectiveness of our algorithm.
A Pseudo-Code for Algorithms Algorithm 2 Value Iteration (with Min-Max Oracle) Inputs: S, X, Y,r, g,p,, T Outputs: v (T) 1: Initialize v (0) arbitrarily, e.g. v
X, Y are compact sets. Assumption 1.1, C is a contraction mapping w.r .t. to the sup norm k . By combining Theorem 2.3 and the Banach fixed point theorem [57], we First note that by Assumption 1.1, we have that Suppose that Assumption 1.1 holds, and that 1. for all Suppose that Assumption 1.1 holds, and that 1. for all By Theorem 2.1 and Theorem 2.3 we know that The proof follows exactly the same, albeit the optimality conditions on the inner player's policy By Theorem 3.1, the necessary optimality conditions for the stochastic Stackelberg game are that for all states This reduced the market to a deterministic repeated market setting in which the amount of budget saved by the buyers differentiates different states of the market. As a result, we had to use fitted variant of value iteration. This time, we implemented a stochastic transitions.
Beyond Primal-Dual Methods in Bandits with Stochastic and Adversarial Constraints
We address a generalization of the bandit with knapsacks problem, where a learner aims to maximize rewards while satisfying an arbitrary set of long-term constraints. Our goal is to design best-of-both-worlds algorithms that perform optimally under both stochastic and adversarial constraints. Previous works address this problem via primal-dual methods, and require some stringent assumptions, namely the Slater's condition, and in adversarial settings, they either assume knowledge of a lower bound on the Slater's parameter, or impose strong requirements on the primal and dual regret minimizers such as requiring weak adaptivity. We propose an alternative and more natural approach based on optimistic estimations of the constraints. Surprisingly, we show that estimating the constraints with an UCB-like approach guarantees optimal performances.Our algorithm consists of two main components: (i) a regret minimizer working on moving strategy sets and (ii) an estimate of the feasible set as an optimistic weighted empirical mean of previous samples.