Why security-conscious infrastructure is the defining requirement of the agent era. A Trojan hides in 100 lines of plausible code, the July 2026 OpenAI/Hugging Face breach proved autonomous agents can attack end-to-end — and only defense-in-depth below the model answers it. How odek aims to be tomorrow's most secure general-purpose agent.
Publications
Long-form research, manifestos, and deep dives from 21no.de.
Why the future of software operations is not more monitoring, but better observability, verification, and autonomous remediation. 42% of committed code is already AI-generated or assisted, but 96% of developers do not fully trust it. AIOps is becoming the load-bearing infrastructure of AI-native engineering.
The Lights-Out Software Foundries Reshaping the World by 2030. How autonomous agent meshes, closed-loop verification, and lights-out infrastructure are turning software production into a utility — and why the real question is whether we can still govern the factories we build.
Request routing, a parallel engineering pipeline, quality gates, and persistent project memory — layered on top of OpenCode.
A technical walkthrough of Kai: how a set of agent definitions turns
ad-hoc OpenCode sessions into a fixed, inspectable pipeline — deterministic
routing, concurrent review/test/docs, bounded retries, and a .kai/
memory that carries project context across sessions.
~11 MB, 4 direct deps, one loop — a ReAct agent built like infrastructure, not middleware. An architectural deep-dive into the design of the odek autonomous agent runtime. Why minimal dependencies matter, how a single ReAct loop replaces 200+ package frameworks, and why the next generation of agent infrastructure will be built from the ground up — in systems languages, not abstractions. Includes full installation guide, workflows, and the programmatic Go API.
Diagnose, repair, and measure — a structured protocol for AI verification pipelines that quantifies verification debt, derives η from observable signals, and orchestrates a multi-agent pipeline. The operational companion to The AI Verification Debt. A complete specification and system prompt for AI verification agents — 9 axes, correlator-break pattern, Active Repair Mode, and structured certificate output. Version 5.2.5.
AI writes code 3,300x cheaper than we can review it. The verification gap is the industry's biggest blind spot. A data-driven analysis of the growing economic asymmetry between AI code generation costs and verification costs — and why fragmentation, not absence, is the real crisis in verification infrastructure. 14 citations, pricing data from US and Chinese frontier models, and a path forward.
5 Technologies That Will Disrupt AI and Software Engineering by 2046. A speculative non-fiction deep-dive covering the Autonomous Agent Mesh, Neuromorphic & Bio-Integrated Computing, the Synthetic Data Singularity, Quantum-AI Hybrids, and Neural Interfaces. ~120 pages.
The Simple Mechanics Behind AI Reasoning.
How a while loop, an LLM, and a list of tools produce
emergent intelligence. Includes a complete TypeScript agent runtime
in ~80 lines — tool registry, ReAct loop, and the philosophical
magic behind it all.