← All glossary terms
Glossary

Intent Classifier

GlossaryBy OpenCharts TeamPublished

The Intent Classifier is the layer that decides which Theo mode a message belongs to — fast, think, code, image, video, social, learn, research, or others — using regex patterns plus a small AI scorer.

In depth

The classifier owns the mapping between a free-form message and a structured Theo Intent. It runs first for cheap obvious cases (exact verbs, slash commands), then escalates to a reasoning model to score multi-dimensional intent if no clean match is found.

When MCIR is enabled, the classifier feeds a richer pipeline that also blends user memory, behavioral patterns, and recent artifacts before committing to a mode.

Examples

  • “draw a flowchart” → flowchart creation
  • “summarize this PDF” → notes mode + extract

Also known as

mode routerintent router

Want to put this concept to work in OpenCharts?

Read more

Related terms