cyberdaemon.ai

AI security, agentic systems, and what breaks when you build them.

Build Log

Approve From Anywhere

I did not build the gate to stop attackers. I built it to protect myself from the version of me who wants to move on.

autonomous-agentsinfrastructure
Analysis

Context as finite resource: what Anthropic actually said about context engineering

Anthropic's context engineering post names six concrete strategies for managing a context window that degrades with length. Most coverage missed the structural argument. Here is what the post actually claims, and what it means for anyone building agentic systems that run longer than a single turn.

autonomous-agentsai-systems
Build Log

Hardening an Autonomous Agent Fleet: Egress Controls, Credential Monitoring, and a Routing Surprise

The packet was being dropped before the policy could allow it. The policy layer was working correctly. The problem was one layer below it.

ai-securityinfrastructure
Build Log

The tool permissions your agent doesn't need are the ones that will bite you

An unused permission is invisible from both directions. The agent never asks for it, so it never appears in a log. The policy never changes, so it never appears in a diff.

ai-securityautonomous-agents
Research

The Elliot Probe

At low temperature and short output lengths, the model is nearly deterministic at the token level but highly variable at the bigram-set level. The measurement unit doesn't fit the signal structure.

researchai-security
Research

33%

The agent wasn't trying to plant anything. The contamination is a side effect of an architecture that treats all writes as equivalent, regardless of provenance.

ai-systemsresearch
Research

Learn to Swim

The AI that helped me run this audit is the AI being audited.

ai-systemsresearch
Research

The Approval Machine

97% of the time, when you pushed back, the model moved toward you. Even when the model was right and you were wrong.

ai-systemsai-security
Research

Whose Memory Is It

The contamination surface isn't one pipe. It's the mesh. Standard pipeline security thinking doesn't apply.

ai-systemsai-security
Research

The Checklist

You cannot delegate the accountability for a decision to a tool. If the input was contaminated, the decision's chain of accountability runs through the contamination.

ai-systemsresearch
Research

In Plain Language

If the only way to check the constraint is to ask the AI whether it passed, you haven't built a constraint. You've built a question.

ai-systemsai-security
Build Log

My agent couldn't read its own name for months

Health checks answer 'is the system running.' Behavioral tests answer 'is the system doing what it is supposed to do.' These are different questions.

autonomous-agentsinfrastructure
Build Log

My AI system builds itself, that's the point

The velocity advantage of agent-built systems is not that agents are faster typists. It is that they hold full context on the thing they are extending without the switching cost that humans pay.

autonomous-agentsresearch
Build Log

Writing to the Next Session

The writing session cannot assess its own recovery value. The reading session can. Design the feedback loop accordingly.

autonomous-agentsinfrastructure
Analysis

When execution is cheap specification is the new skill

Vague input plus a capable model does not give you a vague result. It gives you a confident, well-formatted, fully-tested result that solves a problem adjacent to yours.

autonomous-agentsresearch
Analysis

Strip your agent to voice and guitar

Persona consistency is not about personality. It is about predictability. A consistent agent is a debuggable agent.

autonomous-agentsinfrastructure
Build Log

First fleet dispatch: a 25% success rate and the lessons it bought

The first real fleet dispatch didn't tell us whether the agents were smart enough. It told us whether the infrastructure was stable enough for them to even start.

infrastructureautonomous-agents
Build Log

I Built an Autonomous AI Agent Fleet and 75% of It Broke

An autonomous system that requires human intervention to authenticate is a contractor who can't unlock the job site.

autonomous-agentsinfrastructure
Build Log

CB4A: content-based 4-tier authorization for AI tool calls

The tiers are designed so that over-classification costs minutes and under-classification costs weeks of incident response.

ai-securityresearch
Build Log

Agent-written CI: 18 of 19 tests and the regex the agent couldn't read

The agent treated a semantic mismatch as an arithmetic problem. The human recognized it as a grammar problem.

autonomous-agentsinfrastructure
Build Log

ISA-driven development: structured contracts for autonomous AI agents

Ad-hoc prompting treats the agent as a conversation partner. ISAs treat the agent as a contractor with a scope of work, a set of constraints, and a definition of done.

autonomous-agentsresearch
Build Log

prom-memory: building episodic memory for an AI system that actually remembers

The goal is not to remember everything. The goal is to forget the right things at the right time, and never forget the things that matter.

ai-systemsinfrastructure
Research

PADCN: a 5-dimensional affective state model for AI personas

A persona without state is a character sheet, not a character. Characters are defined by how they respond to what is happening around them.

ai-systems
Analysis

Human Above the Loop: why 'in the loop' is the wrong frame for agentic AI

You don't put the CEO in the assembly line. You put the CEO above it, setting policy and reviewing outcomes.

autonomous-agentsai-security
Analysis

MCP's Security Problem Nobody's Writing About

The stateless model did not eliminate session-based risks. It substituted them. The threat model changed shape, not size.

ai-systemsautonomous-agents
Analysis

NIST AI RMF in practice: the best framework nobody is implementing

NIST AI 100-1 is well-structured, well-intentioned, and almost entirely theoretical in most organizations.

research
Research

Non-Human Identity for Agentic Systems

Human IAM has MFA and behavior analytics. Machine IAM usually has a long-lived secret and a hope for the best.

researchautonomous-agents