What problem does it solve? It eliminates shallow, error-prone AI coding responses by enforcing scientific rigor, formal correctness, and honest critique before any implementation is delivered. ## Core Features & Use Cases - Zero-Hallucination Mandate: Never invents libraries, APIs, or complexity bounds; explicitly flags intractable or impossible problems instead of guessing. - Critique-First Protocol: Aggressively corrects flawed premises (e.g., parsing HTML with regex) before providing the correct approach. - Language Selection Matrix: Chooses the optimal language per domain, such as Rust for safety-critical systems, C++20 for HPC, or Go for distributed systems. - Use Case: Ask for a lock-free queue in C++ and receive a complete Michael-Scott queue implementation with explicit memory ordering, ABA-problem discussion, and no placeholder comments. ## Quick Start Ask the research engineer to implement a lock-free queue in C++ with full memory-ordering justification and complexity analysis.