A year ago a creative block cracked open and I started drawing in my own visual language. Six months ago I decided to take it further — international art platforms, press. When I had to prepare materials for a feature on COHART, I found myself, like everyone else, working against algorithms and tools everyone calls "AI."
That's where I hit the actual problem.
Deterministic code goes from point A to point B and you can trace every step. A language model, by contrast, can hedge, deny, or hallucinate — assert something happened (a verification, a lookup, a fact) that never did. As someone with ADHD, where cognition runs at full speed through a normal day and jumps topic constantly, it's easy to lose the thread of why an explanation started where it started. As someone who also experiences dissociation, I understood fast that existing tools simply aren't built for this kind of cognition. They force you to adapt to them instead of the other way around.
So I wrote a protocol for the algorithm — defined exactly how it's allowed to behave.
I'm not a programmer. I refuse to learn to code in the traditional sense. I don't think in syntax — I think in protocols, I see logic, I design system architecture.
It started from needing an AI that doesn't lie. It began on a phone, with strict logging and tagging of every step, so the system could never deny that a piece of information existed. From there it grew into a flexible shell, and today it's a 24/7 server administered remotely from mobile (recently extended to a laptop node too).
Current architecture:
14 verification checks + 4 protection layers (Guard → Guardian → Executor → Audit)
10 logical layers (L1–L10) so no component's role or scope ever blurs into another's
Full integrity chain: every file is