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.
Met the comand mamber of a new AI inference startup at a meetup tonight. Instead of just taking the pitch, I checked it myself before he'd even finished his talk. The company is MoonMath.ai, the product is Zro — a CLI that lets you run Claude Code, Codex, Cursor and a few other coding agents on cheaper open-weight models (DeepSeek, GLM-5.3, Kimi K3) instead of the usual providers. CEO is Omer Shlomovits, presenting at The Inference Optimization Meetup. What I actually checked, not just read: * Got an API key, installed the CLI, hit their endpoint with a real curl request — got a real response back, HTTP 200. * Pulled their per-token prices for every model and compared to OpenRouter's live API. Three models: identical price. One model (Kimi K3): Zro is 2.4x cheaper than OpenRouter's listed rate. * Their pricing page claims "$20/month ≈ 1B tokens." The math only works if most of that is cache-read tokens on their cheapest model — true for a typical coding-agent session, not true if you're running the pricier models. Not a lie, but an optimistic best case stated like a typical one. * Their privacy page says "zero request retention, no training." Real language, contractually specific ("providers acting on our instructions," an explicit ban on training by those providers too) — but it only covers the portion running on their own infra. Anything falling back to a third party is trust, not something you can verify from outside. * Asked the rep directly: most (not all) of their models run on their own infrastructure, not resold through someone else. Matches their own engineering blog (custom attention kernels for AMD MI300X, quantization research) — this isn't just a thin wrapper. Verdict: not a scam. Prices are real, the product works, the team does real infra work. But "zero" anything in this space is never physically zero — it's always a chain of trust with a boundary somewhere, and it's worth knowing exactly where that boundary sits before you route real traffic
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