Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
SoulInPsyAbstract 
posted an update about 9 hours ago
Post
35
I want to share something personal that turned into a full system architecture: a real attempt at AI that doesn't lie. A tight coupling between protocol design, attention/cognition management, and a self-hosted Web Shell.

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

every file is timestamped and paired with a SHA-256 sidecar — no artifact exists without its own hash
Full autonomy: the system opens its own day, closes its own day, and runs Heal / Check / Scan / Rewrite / Clean cycles unsupervised
Today I don't spend effort producing files or managing records by hand. The system does that for me. That's what frees me to take my most unfiltered ideas, break them apart, refine them, fix them, and turn them into something that solves real pain — mine and other people's.
And a real-time example of why "doesn't lie" has to include the system itself, not just its outputs: an external researcher auditing this repo (@dipankarsarkar ) found that my own SHA-256 tamper-evidence layer — the thing I just described above — had quietly drifted. Full sweep of all 65 sidecar files against their actual content: 8 hashes didn't match anything ever published, root-caused to a manual sha256sum run against a local pre-publish copy that was never re-verified after the push. Two files — EXP-024 and EXP-026 — had zero sidecar coverage at all. Fixed today: regenerated the 8, added the 3 missing (68/68 now match), pushed, and disclosed the root cause instead of quietly patching it. A system that claims not to lie has to survive being audited on that exact claim, in public, by someone with no reason to be kind about it.
How do you say it — the sky's the limit. (Also, not always. That's fine too.)
#SIPAOS #Architecture #CognitiveInfrastructure #Neurodiversity #WebShell #Protocol0 #SHA256 #Innovation #SystemDesign
sipa-os.org · sipa-os.space · sipa-os.store · app.sipa-os.org · shell.sipa-os.org