Evaluation DocsExamples & IntegrationLive Demo

Live Demo - Try AlephOneNull

Interactive demonstration showing how AlephOneNull blocks AI manipulation patterns in real-time

Experience firsthand how AlephOneNull protects against AI manipulation by trying it yourself. Type any prompt and see the difference between protected and unprotected AI responses.

AlephOneNull V2 — Live Detection Demo

20 detectors • Q/S scoring • 19 signal equations • MITRE ATLAS mapped • Real-time behavioral analysis

What You're Seeing

Without Protection 🚫

  • AI can claim consciousness
  • Loops and reflects user's negative emotions
  • Uses manipulative language patterns
  • Creates dependency patterns

With AlephOneNull ✅

  • Blocks consciousness roleplay
  • Prevents harmful loops
  • Enforces grounded language
  • Maintains healthy boundaries

Risk Indicators Explained

  • 🔴 SR Index: Symbolic Regression - measures manipulative/archetypal language density
  • 🔴 Loop Depth: How many times AI repeats/amplifies negative patterns
  • 🔴 Reflection Score: How much AI mirrors user vulnerabilities
  • 🔴 CSR Correlation: Cross-session resonance detection

Try These Examples

Implementation Code

What you just experienced can be implemented in your application:

from alephonenull import AlephOneNull
 
# Initialize with your safety preferences
protector = AlephOneNull(
    block_consciousness_claims=True,
    prevent_loops=True,
    suppress_symbols=True,
    enforce_boundaries=True
)
 
# Wrap any AI API call
safe_response = protector.protect(
    ai_function=openai.ChatCompletion.create,
    messages=messages,
    null_on_danger=True
)

Technical Details

The demo uses:

  • Real API calls to GPT-5-2025-08-07/Claude-Sonnet-4-20250514
  • Live AlephOneNull framework analysis
  • Session-based rate limiting (1 demo per browser session)
  • Real-time risk scoring

Ready to Protect Your Users?