One of ODO's most innovative features is adaptive computing routing. The system dynamically adjusts computing resource configurations based on the "cognitive complexity" of the query:
Entropy Evaluation : Analyze the information entropy of the query to identify uncertainty, ambiguity, and parts requiring deep reasoning. High-entropy queries (e.g., open-ended creative tasks, complex problem-solving) require more computing resources.
Think vs No-Think Mode : For low-entropy simple queries, the system selects no-think mode, using faster sampling strategies and shorter chains of thought; for high-entropy complex queries, it enables think mode, allowing the model to perform deeper step-by-step reasoning.
Configuration File Routing : ODO predefines routing configurations for different scenarios (code, kine, cyber, research, default, vision, doc_qa, general), each specifying specific pipeline parameters, tool sets, and model behaviors.
This dynamic resource allocation strategy ensures computing power is used where it is most needed, avoiding resource waste on simple queries while providing sufficient reasoning depth for complex tasks.