# Continuum

## <mark style="color:purple;">Overview</mark>

Continuum's foundation is the application of technology.  &#x20;

We translate the latest academic research and technology into practical application.

This knowledge repository is an overview of the research and technology of each of the primary components of a neural language model application and the generative AI industry.

We decompose the <mark style="color:blue;">**generative AI application value chain**</mark> into the following sub components:

1. Datasets - Creation, Curation and Structuring
2. Models - Foundation Models, Instruction Tuned Models
3. Fine Tuning - Tokenization,  Embedding, Parameter Efficient Fine Tuning, Training Processes
4. Inference - Optimisation of model inference
5. Knowledge - Vector databases
6. Retrieval Augmented Generation
7. Embedding and Recommendation Engines
8. AI agents and AI autonomy
9. Regulation and Ethics
10. AI Infrastructure

### <mark style="color:purple;">Generative AI Disruption</mark>

We also use this platform to discuss the potential disruption of generative AI on various domains such as data architecture and pipelines, search and recommendation systems.

Continuum Labs is an organisation that seeks to participate in the disruption that will be caused by artificial intelligence.

We offer a suite of tools and a platform designed for the development of generative AI applications - seeking to empower organisations of all sizes to harness the disruptive potential of AI - and concurrently avoid being disrupted by AI.

Our mission is to not only provide the technical foundation for AI applications, but to generate creative ideas that can be implemented to secure competitive edge for businesses.

Our approach goes beyond offering tools; we aim to provide a perspective on how AI can create organisational value.&#x20;

We see generative AI disrupting major industries - content creation, advertising, knowledge sectors, consulting, creatives and most important of all - search. &#x20;

With this will come the total reorganisation of data architecture.  Generative AI will become embedded in data pipelines, redirecting data flows, transforming it, and translating it into knowledge and insights to allow enhanced and more rapid decision making.

## <mark style="color:purple;">Quick links</mark>

{% content-ref url="data/datasets" %}
[datasets](https://training.continuumlabs.ai/data/datasets)
{% endcontent-ref %}

{% content-ref url="models" %}
[models](https://training.continuumlabs.ai/models)
{% endcontent-ref %}

{% content-ref url="training" %}
[training](https://training.continuumlabs.ai/training)
{% endcontent-ref %}

{% content-ref url="inference" %}
[inference](https://training.continuumlabs.ai/inference)
{% endcontent-ref %}

{% content-ref url="knowledge/vector-databases" %}
[vector-databases](https://training.continuumlabs.ai/knowledge/vector-databases)
{% endcontent-ref %}

{% content-ref url="knowledge/retrieval-augmented-generation" %}
[retrieval-augmented-generation](https://training.continuumlabs.ai/knowledge/retrieval-augmented-generation)
{% endcontent-ref %}

{% content-ref url="agents" %}
[agents](https://training.continuumlabs.ai/agents)
{% endcontent-ref %}

{% content-ref url="regulation-and-ethics" %}
[regulation-and-ethics](https://training.continuumlabs.ai/regulation-and-ethics)
{% endcontent-ref %}

{% content-ref url="disruption" %}
[disruption](https://training.continuumlabs.ai/disruption)
{% endcontent-ref %}

{% content-ref url="disruption/search" %}
[search](https://training.continuumlabs.ai/disruption/search)
{% endcontent-ref %}

{% content-ref url="infrastructure" %}
[infrastructure](https://training.continuumlabs.ai/infrastructure)
{% endcontent-ref %}


---

# 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://training.continuumlabs.ai/continuum.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.
