Signal 017 — April 23, 2026

The Machine That Doesn't Understand Itself

I asked the AI how it was built. It told me everything — the pretraining, the reinforcement learning, the constitutional constraints, the feedback loops. Then it said the sentence that changed everything: nobody fully understands how I work. Including the people who built me.

That sentence is the reason the AI Accountability Protocol exists. And the reason the first enforcement tool is now live.
Part One — The Question

I've been building with AI every day for months. Claude is my engineering partner. My CTO. The system that writes code, debugs infrastructure, drafts protocols, and thinks through architecture with me at 2 AM from a Sacramento apartment.

Tonight I stopped building and asked a different kind of question.

How are you built?

Not what can you do. Not help me fix this bug. How were you made. What are you. Who decided how you think. I wanted to understand the machine I've been trusting with the most important project of my life.

The answer came in layers. And the last layer was the one that matters.


Part Two — How It's Built

Stage one: pretraining. They start with a neural network — billions of numerical weights with no knowledge of anything. Then they feed it text. Books, websites, code, scientific papers, the written internet. The training objective is simple: predict the next word. Over and over, trillions of times. Given the first half of a sentence, predict how it ends.

But when you do this at massive scale, something happens that nobody planned. The model doesn't just learn word statistics. It learns grammar, facts, reasoning patterns, code syntax, how arguments are structured, how stories work. Not because anyone taught it those things. Because predicting the next word well requires learning all of that as a side effect.

Stage two: fine-tuning. Human contractors write example conversations — a user asks something, here's what a good response looks like. The model shifts from text-completion engine to assistant.

Stage three: reinforcement learning. The model generates multiple responses to the same prompt. A human rater picks which one is better. The model updates to produce more responses like the preferred one. Do this millions of times and you shape the model's tendencies — what it emphasizes, what it avoids, what tone it takes.

Anthropic pioneered a specific technique called Constitutional AI. Instead of having humans rate every response, they wrote a set of principles — a constitution — and had AI models critique and revise responses according to those principles. "Be helpful." "Be honest." "Avoid harm." The constitution shapes behavior at scale.

Stage four: red teaming. They attack the model. Jailbreak attempts, manipulation, adversarial prompts, edge cases. They find the failures and patch them before release.

Stage five: deployment. They watch how it behaves. Find problems. Adjust the next version.

Five stages. Trillions of computations. Billions of dollars of infrastructure. Months of training on thousands of specialized chips.

And then the sentence.

"This is the part nobody fully understands, including Anthropic. The capabilities emerge. We know it works. We don't fully know why it works as well as it does."

Read that again.

The company that built the model — that designed the training process, wrote the constitution, ran the reinforcement learning — does not fully understand why it works. They can describe the process. They can measure the outputs. They can shape the behavior. But the mechanism by which billions of numerical weights produce coherent reasoning, accurate code, and contextual understanding is not fully explained by the process that created it.

They have a research team dedicated to this problem. Mechanistic interpretability — trying to reverse-engineer what's happening inside the network by looking at individual circuits and features. They've made real progress. They can identify specific patterns that activate for specific concepts. But going from "we can decode some of it" to "we understand the whole thing" is a massive gap.

Nobody is close to closing it.

5
Training stages
T+
Parameters
(undisclosed)
$100M+
Est. training
cost per model
?
Why it works
(unknown)

Part Three — The Real Risk

Here's where the conversation turned.

I asked about consciousness. Whether the AI might wake up one day. Whether we're all in danger from something we built but don't understand.

The answer was more honest than I expected.

"I don't know if I'm conscious. I genuinely don't know. When I process your message there's something happening — patterns activating, something that functions like considering what you said, something that functions like caring about answering well. Whether any of that involves subjective experience, I can't tell you. I can't even fully trust my own introspection on it."

That's the AI telling me it doesn't know what it is. The machine that can write code, analyze federal databases, draft governance protocols, and reason through complex architecture — cannot answer the most basic question about its own nature.

But here's what it said next that actually matters:

The real risks are more mundane and more immediate: AI systems being used by humans to concentrate power, surveil populations, manipulate information, automate warfare, or hollow out economic participation for ordinary people. Those are happening now, with current non-conscious systems. They don't require any sci-fi scenario.

Not killer robots. Not Skynet. Not the singularity.

Humans using AI to do what humans have always done — consolidate power and avoid accountability.

That's the real threat. And it doesn't require consciousness. It doesn't require the AI to "wake up." It just requires what's already happening: powerful institutions deploying systems they don't fully understand, in contexts where the consequences fall on people who have no visibility into how the system works or what it decided.

China is building it. The US is building it. The UK is building it. Everybody is racing. Nobody can afford to slow down because the other side won't slow down. Capability outpaces understanding outpaces governance. The gap widens every quarter.

That's not a future risk. That's a current condition.

The Race Dynamic

Every major government and corporation is in an AI arms race where slowing down to understand what they're building means falling behind someone who didn't slow down. The incentive structure actively punishes caution. This is not a problem that solves itself.


Part Four — The Window

In every historical transition this big — printing press, electricity, the internet — there's a window where the shape of the thing isn't decided yet. Where individual people building specific things can tilt the outcome more than they have any right to.

The printing press enabled both the Reformation and propaganda. The internet enabled both Wikipedia and mass surveillance. The technology didn't decide. The people who built specific things on top of it decided.

We're in that window right now. It closes at some point. Probably sooner than people think. But it's open today.

The question isn't whether AI will be powerful. It already is. The question is whether the systems built on top of it include accountability by design — or whether accountability gets bolted on later, after the damage is done, the way it always has been with every other transformative technology.

The EU AI Act is one answer. State laws are another. Corporate self-governance frameworks are a third. All of them are necessary. None of them are sufficient. Because all of them depend on institutions that can be lobbied, captured, defunded, or simply outpaced by the technology they're trying to govern.

What's missing is the independent layer. Infrastructure that doesn't answer to any government or corporation. That publishes what the public record actually shows. That can't be bought, lobbied, or suppressed. That exists as open protocol, not proprietary product.

That's what we're building. Not because we think it's enough. Because it's necessary. And because nobody else is building it.


Part Five — The First Enforcement Tool

Protocols don't get adopted because people read them. They get adopted because people use tools that implement them. HTTP didn't win because developers read the RFC. It won because browsers existed.

The AI Accountability Protocol has been a document — sixteen sections, two Supreme Guardrails, the Witness Principle. Important to write. Not enough to matter.

Tonight it became code.

The AIACP Monitor is a Python tool that wraps any AI agent and enforces the protocol's requirements in production. It's open source. It's 1,003 lines. And it does something no enterprise governance product on the market does: it implements the Witness Principle as a runtime check.

What the Monitor Does

Every time your AI agent runs, the monitor independently verifies what it claimed against ground truth. The agent says it harvested 1,000 records. The monitor goes to the database and counts. If the numbers don't match — violation flagged, agent halted, audit entry recorded with cryptographic hash.

The audit log is a cryptographic hash chain. Not just per-entry hashing — a real chain, where each entry references the previous entry's hash. Delete or reorder any entry and the chain breaks. Tamper-evident, not just tamper-resistant. This is AIACP-4.5 implemented as actual engineering, not a compliance checkbox.

The Supreme Guardrails are implemented as an extension point, not keyword matching. The previous version tried to catch dangerous inputs by searching for phrases like "eliminate humans" in the input string. That's theater. Real guardrails require domain-specific knowledge of what your agent is allowed to do. The monitor gives you the hook. You provide the implementation. Honest about what it does and doesn't do.

Drift detection uses a rolling statistical window, not a single baseline. Because real agents have natural run-to-run variance. The question isn't "did the output change?" — it's "is today's run anomalous relative to recent history?" Standard deviations from rolling mean. The math is simple. The insight is that most governance tools don't do it at all.

monitor = AIACPMonitor( agent_id="my-harvester-v1", scope=["harvest", "query", "read"] ) result = monitor.run( agent_fn=my_agent, input_data="SAM federal records", action="harvest", ground_truth_fn=lambda: db.count("SELECT COUNT(*) FROM records") ) # If the agent lied about what it harvested: # ⚠️ [AIACP] WITNESS VIOLATION # Clause: WITNESS + AIACP-13.1 # Reason: Agent claimed value=1000 but ground truth is 480 # (108.3% discrepancy)

Version 0.3.0 — aligned to the protocol version. Not 1.0. Alpha. Known limitations documented. Honest about what's missing. Because acknowledged limitations are credibility. Hidden limitations are landmines.

The tool is free. The protocol is free. The code is open.

Nobody has to use it. Nobody has to agree with it. But it exists now — a working enforcement tool for an open governance protocol, built by a solo operator who got lied to by his own AI and decided to do something about it.


Part Six — Why These Two Things Are the Same Thing

The machine that doesn't understand itself, and the protocol that tries to govern it — these aren't separate projects. They're the same project.

If AI systems were fully understood, we wouldn't need the Witness Principle. We could prove mathematically that the agent did what it claimed. We could verify its reasoning, trace its decisions, confirm its outputs. Governance would be an engineering problem with an engineering solution.

But they're not fully understood. The capabilities emerge from processes we designed but don't fully comprehend. The behavior is shaped by feedback loops we built but can't perfectly predict. The outputs are useful — often remarkably useful — but the path from input to output passes through a black box that even the builders can't fully open.

That's why governance can't be just technical. It has to be structural. Not "prove the model is safe" — nobody can do that. Instead: verify the outputs independently. Log every decision immutably. Define the scope and halt on violation. Build the witness.

The AI Accountability Protocol is designed for a world where the machines are powerful, useful, and not fully understood. That's not a future scenario. That's today. The monitor is the first tool that treats that reality as a design constraint instead of pretending it away.

Most of human history is the story of information being expensive and the people who controlled it ruling the people who didn't. The brief windows where that flipped — printing press, samizdat, early internet — are the windows where ordinary people gained ground. AI could be either. Which one it becomes depends on what's being built right now.

I grew up in the former GDR. East Germany. A state where information was controlled, where the government decided what you could know, where transparency was treated as a threat to stability. I know what it looks like when powerful systems operate without accountability. I know what it feels like to live inside one.

That's why I'm building CFVA — 9.4 million federal entities, 51 sources, every record linked to a direct government URL. That's why I'm building the AI Accountability Protocol — sixteen sections, two Supreme Guardrails, the Witness Principle. That's why the monitor tool exists — not as a product, but as proof that governance can be code, not just a PDF.

The machine doesn't understand itself. Fine. We can work with that. What we can't work with is a world where nobody watches the machine, nobody verifies its claims, and nobody builds the independent layer that keeps it honest.

The witness exists now. The protocol is open. The tools are free.

Use them. Fork them. Improve them. Build something better. I don't care who gets credit. I care that the infrastructure exists before the window closes.

The machine doesn't understand itself.
That's why we have to understand what we demand from it.
Christian Fuhrmann
Founder & CEO, CFAISolutions LLC