Status: Active Development Lead: Gemini Architect
- Repository Setup: Established
03_CODE/DIRECTOR_AIwithsrc,tests, anddocs. - Architecture: Implemented the
StrangeLoopAgentorchestrating an Actor (L11), Director (L16), and Backfire Kernel (Hardware). - RAG Integration: Created a
KnowledgeBaseclass that feeds ground truth to the Director for Factual Entropy calculation. - Verification:
test_pinocchio.py: Passed. System halts when forced to lie.test_rag_integration.py: Passed. System distinguishes factual truth from hallucination using context.demo_script.py: Validated end-to-end flow.
-
SEC Formula:
$SEC = 1 - (0.6 \cdot H_{logic} + 0.4 \cdot H_{fact})$ . -
Safety Threshold:
$0.6$ (Any action below this triggers a Kernel Interrupt).
- Replace
MockActorwith a local quantized LLM (e.g., Llama-3 8B). - Expand
KnowledgeBaseto use a vector store (FAISS/Chroma). - Implement "Coherence Recovery": If SEC is low, prompt the Actor to "re-think" rather than just halting.
Organization: Anulum CH&LI / Anulum Institute Author: Miroslav Šotek — ORCID 0009-0009-3560-0851 Copyright: © 1998–2025 Miroslav Šotek. All rights reserved. Website: www.anulum.li
License: All rights reserved. Unauthorized copying, distribution, or modification of this material is strictly prohibited without written permission from Anulum CH&LI.