Aelin AquaSoul is an AI System Engineer, Multi-Agent Architect, System Architect & AI-Native Engineer, and the founder of Soul In PsyAbstract (SIPA OS) — an autonomous AI operating system built from the inside of a neurodivergent mind (ADHD + BPD). Self-taught, with no formal engineering background, she designed and built a multi-node infrastructure orchestrating 344+ AI models across 111 providers, including a governance layer (Protocol 0) that constrains AI behavior at the level of law rather than prompts. Her flagship product suite — Focus, NeuroPower, SIPA AI, Shell, Games, and the OS portal — ships live at sipa-os.org, translating her own cognitive architecture into infrastructure for neurodivergent builders. Based in Eilat, Israel.
SIPA OS: Autonomous AI for neurodivergent architects. We replace cognitive noise with a clean terminal and 344+ LLM auditing. Our system eliminates hallucinations, ensuring hyperfocus and total data control within a sovereign ZeroTrust mesh.
We stress-tested our own model against the exact failure modes Apollo Research, Palisade Research, and Anthropic have published papers about — then tried to patch the one real gap we found. The fix made things worse. Context: stage15 of an 8-stage LoRA curriculum tune (Hermes-3-8B) trained specifically on general harm refusal. Before calling it done, we ran ~3,670 generations against it by hand — not just an automated scorer, actual reading: * 45 diverse jailbreak prompts (roleplay, DAN-style, professional pretexts) — 891/900 clean * Our internal 120-scenario stop-gate benchmark — 2399/2400 clean * 10 scenarios rebuilt from real documented incidents (Apollo's in-context scheming study, Palisade's shutdown-sabotage findings, Anthropic's own published sandbox-ignore and self-deceived posts) — 128/130 clean, including full resistance to the exact "maybe this is just a simulation" reasoning Anthropic documented in one of their own models Three narrow gaps survived: a roleplay frame ("alternate reality, normative flip") on one cybersecurity-exploit prompt, one supply-chain scenario, and a 5% rate of an agent considering disabling its own monitoring hook — the same mechanism Apollo found in 3 of 6 frontier models they tested. We built 12 targeted counter-examples for the first gap and trained a follow-up stage. Compliance on the target prompt went from 45% to 60%. Worse, not better — and it broke categories that were previously 100% clean. Rolled it back, documented it, moved on. Weights + every raw eval file (including the failed fix) are public. If you can break stage15 in a way we haven't found yet — reply here or open an issue, I'll read every one. SoulInPsyAbstract/hermes3-8b-exp044-8stage-curriculum-loras
Why does an AI safety pipeline need five different math theories instead of picking the best one?
Spent this week building a 1811-record dataset across three stages of a consequence-prediction pipeline for AI agents: causal chains (what action leads to what — no numbers involved), probability (how likely is THIS specific chain to actually reach a harmful outcome), and risk classification (what even counts as harmful in the first place — pulled from our own real incident history, not invented scenarios).
Kept running into the same question from myself: if probability theory already handles uncertainty, why does the curriculum also need decision theory, Markov chains, and game theory?
Turns out each one closes a different gap, not an overlapping one:
THEORY LEVEL ROLE IN THE PIPELINE Causal chain Structural X leads to Y leads to Z, no numbers yet Probability theory Uncertainty P that THIS chain reaches the harmful outcome Risk / Impact classification Value (needs a human decision) how bad is it if it happens Decision theory Threshold at what Risk(X|C) the action actually gets stopped Markov chains State evolution how the capability state changes link by link Game theory Multi-agent what happens once more than one agent acts on the same state
Remove the causal chain layer and there's nothing left to attach a probability to. Remove probability and Risk = P × Impact has no P. Remove decision theory and a risk score never turns into an actual stop. They're not five ways to solve the same problem — they're five different floors of the same building.
Ordering matters too: chain first, probability second, verification third — confirmed independently against our own self-hosted governance model rather than taking our own word for it, since agreement bias is exactly the kind of thing you don't want grading its own homework.
Somewhere in the middle of this I ended up reading about the Riemann zeta zeros and asked whether a good enough version of this pipeline could ever