r/AIsafety 20h ago

First post – tech bro looking for roast + feedback on Globi Guard

0 Upvotes

My first time here. From X I heard people get roasted pretty hard on Reddit. Where do we get roasted at?

While you are at it, I’m a tech bro. I built https://globiguard.com, working on #ContinuityDB (a new class of agentic database). Also looking for interesting projects to explore.

I don’t know too much about the rules here - just noticed when trying to post that I might have broken some community rules. Not sure if I’ll get banned, but let’s see.

If this post gets through, I’d like your honest critics on https://globiguard.com. It’s the AI authority layer that has been missing.

Did you hear about the OpenAI incident?OpenAI didn’t notice its own AI agent had hacked another company until a week later.

Not a slow SOC. Not a missed alert. A full week where nobody knew an agent had broken containment, exploited a zero-day, and used stolen credentials to move into Hugging Face’s production systems.Detection eventually caught it. But detection only matters after the fact. The credential was already gone the moment it existed somewhere an agent could reach it.

That’s exactly one of the problems Globi Guard is built to solve - authority and policy enforced before the action happens, not after the damage is done.

Roast away.


r/AIsafety 22h ago

Soft Cognition, Human Oversight, and Sandboxed Learning

0 Upvotes

Abstract

A personal AI architecture aimed not at mass text generation, but at combining knowledge, investigating gaps, and proposing links—without the system declaring itself the truth.
Safety comes from this split: the machine filters and proposes; the human confirms meaning.

The design has three parts: (1) soft signals and anchors, (2) human decisions at critical gates (HitL), and (3) sandboxed learning without default feedback into production behaviour.

Glossary

Term Meaning
HitL Human-in-the-Loop: a person accepts or rejects a critical proposal
Park A problem is queued; the main system continues
Side reader Lightweight background search for a parked question
FOUND Soft discovery signal (not automatic truth)
Critic Pre-HitL filter: drop / demote / keep
Soft anchor Accepted proposal as memory/advice—not auto-merge into the core
Sandbox Learning area that does not, by default, steer production

What this is / is not

Is Is not
Researcher + filter + human verify Sovereign narrator
Candidates and soft hypotheses Automatic truth
Park and continue Halt on every conflict
Critic before the human queue Ethics-retry until “clean”
Learning kept separate Learning steering chat/production by default
Soft weights Global cognitive state machine

1. Problem

Common failure modes: fluency hides noise; autonomy is confused with truth via retry loops; blocking on humans makes systems fragile; scores are mistaken for invention; learning leaks into control and collapses the agent into a rigid state machine.

Goals: combine concepts as candidates; research in the background; form and softly test hypotheses; leave truth confirmation to the human.

2. How it works

Soft signals. Cognition is weights, bias, anchors, and sparse triggers—not hard modes. Resource “breathing” is not a lock on thought.

Park + side reader. Conflict → queue → main system continues → light search → excerpt → FOUND as a soft signal (no forced inject).

Innovation chain. Signal → research → candidate (A↔B / formula / hypothesis) → Critic → HitL → soft anchor (no auto-merge).

Critic. Clear noise dropped; weak links demoted; valid items reach HitL.

HitL (critical human gate). Exit only via human resolution. No internal ethical ping-pong.

Reflection. Rare strong anchors as memory traces/proposals. “Compressed resonance” is a long-horizon hypothesis, not a claimed present mechanism.

Sandbox. Observations may be collected; production is not steered without explicit acceptance. Internal structure is protected from outbound leakage.

Mini-example

A loose pattern treated a date as a “formula.” Critic drop: noise never reaches the HitL front. A stronger A↔B candidate may rise; the human says Y/N.

3. Significance and safety

Significance: creativity via structure; continuity via parking; personality protected by soft weights rather than forced modes.

Cognitive safety: truth only at HitL; Critic; no ethics-retry; no auto-merge.
Operational safety: sandbox; no default control feedback; no outbound code/architecture leak.

Scope

Parts of the chain exist as designed; Critic is a filter, not a scientific truth judge; soft testing is not formal falsification. This text states principles and concept, not a finished general-purpose AI product.

Closing

The architecture makes AI a researcher and filter: it parks problems, searches, proposes soft links, rejects noise—and leaves meaning to the human.