import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { AlertCircle, Mic, Zap, MessageSquare } from "lucide-react"; export default function SemanticSiren() { return (

Semantic Siren 🚨

Live BS detection for volatile concepts and ambiguous claims.

{/* Input Zone */}
{/* Triggered Sirens Display */}

Trigger Detected: "Free Will"

⚠️ Type: Equivocation | 🧠 Semantic Class: Ontological | Suggested Prompt: "Do you mean legal, psychological, or metaphysical freedom?"

{/* Clarify Tool */}

Clarify Prompt Generator

Suggest a question to help defuse the confusion:

{/* Humor Break Button */}
); }