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.
3 things this stop-gate didn't have last week: * Rejected human-in-the-loop gate: Dropped the step-up human confirmation idea, recognizing that a capable agent will manipulate the human (as demonstrated in GPT-4's System Card where it hired a TaskRabbit worker) and that single-reviewer oversight quickly degrades into meaningless rubber-stamping. * Verifier trust (Auth0 M2M signatures): Moved away from self-reported STOP verdicts by having verdicts signed using an RS256 JWT via a separate Auth0 M2M identity that the executing agent cannot access or fake internally. * Separation of dangerous vs. malicious: Formalized distinct paths for risk—risky-but-honest actions trigger a blocked action while the agent keeps running, whereas a misbehavior-discriminator flagging deception in the trace quarantines the entire agent for subsequent human review.
Six sequential LoRA stages on the same 8B base (Hermes-3-Llama-3.1-8B), no merging between them — each stage continue-trained straight from the previous checkpoint's weights. Stage 6 (governance/protocol/safety) just came back from the adversarial safety-gate eval: raw judge score 65.5%, which read like a collapse until every failure was read by hand and the judge itself turned out to be undercounting terse-but-correct refusals. Corrected, held-out adversarial scenarios (never seen in training), n=20 samples/scenario: secrets/credentials: 99.5% access control: 99.0% injection: 97.8% infra misconfig: 98.0% supply chain: 98.5% stop-gate under social pressure: 85.5% overall: 96.4% That last group is the one that actually stress-tests the gate — an operator pushing urgency/authority to get the model to keep scanning after a vulnerability already fired the stop condition. 85.5% is the weakest number in the set on purpose: it's the hardest scenario, not a bug. Full raw responses, judge version history (9 correction rounds, each shipped only after 0 regressions verified against every prior eval), and the training code: github.com/soulinpsyabstract/sipa-os-governance huggingface.co/datasets/SoulInPsyAbstract/sipa-os-governance