> For the complete documentation index, see [llms.txt](https://docs.darwinslab.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darwinslab.ai/roadmap-and-long-term-vision/roadmap.md).

# Roadmap

**Q1 2024: Genesis Sprint**

* Internal research sprint validating GA vs. fine-tuning
* Initial Gen-0 agent prototype with simulated tasks
* Rust-based microservice orchestration layer deployed via Kubernetes
* First advisor onboarded

**Q2 2024: Origin Hack**

* Week-long evolution test: Gen-0 agents self-repair broken code
* Brand and thesis formalized as “Synthetic Darwin”
* Provisional IP filings

**Q3 2024: Alpha Seed**

* 20-GPU test cluster comes online
* Alpha containers for Gen-0 deployed
* Enterprise design partners in fintech, logistics begin trial workloads
* Tokenomics spec and audit pipeline formalized

**Q1 2025: B2B Connector**

* REST + GraphQL APIs open for enterprise task ingestion
* SOC-2 compliance layer added
* Medtech and energy sector pilots initiated
* Colocated GPU deals close → 27% cost reduction

**Q2 2025: Strategic Defense-Tech Integration**

* MoU signed with Tier-1 defense partner
* Counter-UAS and red-team simulations embedded
* ITAR-compliant Darwin enclave deployed for classified workflows
* Beta 1.0 released with real-time GA optimization stack

**Q3 2025: TGE and Open Beta**

* Token Generation Event (TGE)
* Listings on DEX + CEX platforms
* Advisor and partnership announcements

**Q4 2025: Open Beta Expansion**

* B2B + B2C terminal interfaces go live
* Incremental rollout of production-ready evolved agents
* B2C pricing tier with capped compute access


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.darwinslab.ai/roadmap-and-long-term-vision/roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
