# AI Roadmap

### AI-Tech

<figure><img src="/files/51jdu2iX7kTPUpm3gHSk" alt=""><figcaption><p>Designed, created and rendered by <a href="https://twitter.com/The_Linkfather"><mark style="color:yellow;">@The_Linkfather</mark></a></p></figcaption></figure>

### 'Smart' Archimedes. V2.

Continue to build upon the current self-taught RL (Reinforcement Learning) agent designed to navigate the complexities of yield farming in the DeFi ecosystem.

INCORPORATING DOMAIN KNOWLEDGE

Use domain experts to define possible black swan scenarios, even if they haven't occurred in the past. Integrating this knowledge into the environment simulation to expose the AI agent to these scenarios during training.

ANOMALY DETECTION

Train a separate model (or system) for anomaly detection. When this system detects an anomalous state(s) in the market, which could be indicative of trend change, it can trigger the RL agent to switch to a more conservative strategy.

HUMAN-IN-THE-LOOP (HITL):

Especially for high-stakes areas like financial markets, having a mechanism where unusual decisions by the AI agent (that might indicate it's moving into unknown territory) are flagged for human review before procedure can be invaluable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mozaic.finance/archimedes/ai-roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
