All

Sep 12, 2026 26 min read

Recursive Self-Improvement Is Bounded by What Can Be Checked

The case for recursive self-improvement has a hidden premise: that a machine can tell which version of itself is actually better. Sixty years of research keeps running into that one step. Where self-improving systems reached superhuman results, where they collapse instead, and what decides which, with a complete runnable Python experiment.

AI Agents Recursive Self-Improvement Verification AI Safety Reasoning Python
Read Article
Jun 20, 2026 48 min read

Defending AI Agents Against Prompt Injection: A Production Playbook

A deeply researched, production-grade guide to prompt injection in 2026. Why detection cannot be trusted, the lethal trifecta, and the by-design defenses that hold even when the model is fooled, with complete Python implementations of capabilities, taint tracking, plan-then-execute, the dual-LLM quarantine, egress control, MCP hardening, and a red-team harness.

Prompt Injection AI Agent Security LLM Security Agentic AI Capabilities Dual LLM Production
Read Article