Initialize environment
Run the Windows installer and startup scripts from the maintained repo, or use Docker Compose directly.
.\INSTALL_QUANTHOR.bat
.\START_QUANTHOR.bat
Tier 4 - mathematical verification - public pre-alpha
QuaNThoR helps students and mathematicians move between theorem intent, conservative Mizar drafts, formal verifier feedback, local proofreading, optional retrieval context, and operational audit traces.
Mizar verification remains the formal check. Human mathematical review remains required. AI is traceability support, not proof authority.
Start in 15 minutes
Official classroom use must not require students or teachers to provide raw API keys, local model secrets, or unmanaged provider routes.
Run the Windows installer and startup scripts from the maintained repo, or use Docker Compose directly.
.\INSTALL_QUANTHOR.bat
.\START_QUANTHOR.bat
Use a full Mizar article for verification, or plain language for conservative draft routing.
environ ...
begin ... end;
The router chooses proofread, draft_mizar, verify_mizar, or needs_clarification, then executes only when asked.
proofread -> draft_mizar
verify_mizar -> review
Read success, failure, parsed errors, raw verifier output, and optional audit traces before accepting any result.
status: success | failure | error
Real interface model
The landing must represent the actual Flask workbench, not a generic AI dashboard.
Paste prose, theorem intent, or Mizar. Optionally include HippoRAG context and neutrosophic audit.
Submit a complete Mizar article to the verifier and inspect structured errors plus raw output.
Create a conservative Mizar draft with clarification questions and editing suggestions.
API logical functions
Accepts a complete Mizar article and returns success, failure, error, parsed errors, and raw verifier output.
Classifies requests into proofread, draft_mizar, verify_mizar, or needs_clarification with optional execution.
Uses a conservative school-heuristic proofreader for grammar, punctuation, and clarity support.
HippoRAG can provide retrieval context when enabled; retrieval context does not verify formal correctness.
Reports trace layers and recommendation signals. It does not certify a theorem.
Classical zero-dependency audit over retrieval relations; not quantum computation and not a formal proof.
Evidence boundary
QuaNThoR keeps operational uncertainty, structural drift, dynamic falsification, and fractal residue separate. The audit trace supports review; it does not replace Mizar or a qualified human reader.