> ## Documentation Index
> Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> View the current status and planned development roadmap for literacy and feedback evaluators, including early release and planned features.

export const EarlyReleaseBadge = () => <Badge color="green" size="xs">
    Early release
  </Badge>;

export const PrivateBetaTag = () => {
  return <span className="ml-2">
      <Badge color="green" size="md" icon="flask">
        Early access
      </Badge>
    </span>;
};

## Current and planned evaluators

### Literacy evaluators

Literacy evaluators measure qualitative text complexity. They help identify what readability formulas, such as Lexile and Flesch-Kincaid, miss.

We work with leading pedagogical experts to optimize large language models (LLMs) and highlight the nuance and character within a passage.

| Evaluator                                                                                                        | Status                |
| :--------------------------------------------------------------------------------------------------------------- | :-------------------- |
| [Grade level appropriateness](../literacy-evaluators/grade-level-appropriateness-evaluator/about-this-evaluator) | <EarlyReleaseBadge /> |
| [Sentence structure](../literacy-evaluators/sentence-structure-evaluator/about-this-evaluator)                   | <EarlyReleaseBadge /> |
| [Vocabulary](../literacy-evaluators/vocabulary-evaluator/about-this-evaluator)                                   | <EarlyReleaseBadge /> |
| Conventionality                                                                                                  | <EarlyReleaseBadge /> |
| Organization                                                                                                     | Planned               |
| Purpose                                                                                                          | Planned               |
| Background knowledge                                                                                             | Planned               |
| Intertextuality                                                                                                  | Planned               |

### Feedback evaluators

Feedback evaluators assess how well word choices support student motivation and a growth mindset.

| Evaluator                   | Status    | Available to       |
| :-------------------------- | :-------- | :----------------- |
| Student motivational moment | Available | <PrivateBetaTag /> |
| Seeks to understand         | Available | <PrivateBetaTag /> |

## Upcoming work

We release updates early and often. The following items are in progress.

<Update label="Now">
  * Additional grade coverage for sentence structure and literacy evaluators
  * Remaining text complexity dimensions based on SAP's Qualitative Text Complexity rubric
</Update>

<Update label="Next">
  * Standards alignment to evaluate coherence between LLM-generated content and selected standards
  * Foundational literacy
</Update>

<Update label="Later">
  * Student engagement
  * Student motivation and LLM-generated feedback
  * Universal Design for Learning
</Update>
