# Roadmap

In addition to the milestones outlined below, this preliminary roadmap will remain flexible and subject to change as we refine our approach. We will focus on continuous system enhancements, integrating new hypothesis-generation frameworks—including custom-built solutions, open-source innovations, and cutting-edge academic agentic systems—to push the boundaries of scientific discovery.

{% stepper %}
{% step %}

### MVP Baseline \[✅]&#x20;

MVP uses a domain-specific Knowledge Graph (KG) focused on longevity research. Check the [project description](/projects/hypgen.md) together with the [baseline methodologies](/methodologies/v0-hypothesis-generation-ghafarollahi-and-buehler-2024.md) implemented in this initial phase.
{% endstep %}

{% step %}

### Expansion & Datasets Development  \[✅]

* Expanding the KG framework to cover broader biomedical domains, including neuroscience, psychedelic science, and beyond.
* Building high-quality datasets to enhance hypothesis generation and domain-specific reasoning.
  {% endstep %}

{% step %}

### Dataset Generation from MVP \[✅]

* Leveraging the MVP to generate datasets enriched by domain-expert feedback to refine the system.
* Extracting hypotheses, subgraphs, and other key insights to fine-tune a custom AI model for hypothesis generation.
  {% endstep %}

{% step %}

### Framework Deployment  \[✅]

Releasing an [open-source framework ](https://github.com/ARDSys/ardcore/)for hypothesis generation and enabling researchers to run it independently or integrate it into their workflows.
{% endstep %}

{% step %}

### Building Scientific World Model

Domain-specific KGs will be integrated into a unified, continuously evolving scientific world model. By synthesizing insights across disciplines, this world model will empower AI agents to explore and connect diverse knowledge domains.
{% endstep %}

{% step %}

### Training Specialized Models

Developing and training open-source AI models to support hypothesis generation and enhance AI-driven research workflows.
{% endstep %}

{% step %}

### Models Integration & Optimization

Incorporating custom-trained models into the hypothesis generation system to improve relevance, quality, and accuracy of generated hypotheses.
{% endstep %}
{% endstepper %}

DISCLAIMER\
\&#xNAN;*This roadmap is for illustrative purposes only and includes forward-looking statements based on current plans, estimates, and projections. These statements are subject to risks, uncertainties, and changes beyond our control. Actual outcomes may differ materially. We do not guarantee the realization of any specific milestones or timelines presented.*


---

# 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.beeard.ai/sci-hive/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.
