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

# Introduction

> Osmosis is a post-training platform for LLMs. The Osmosis CLI abstracts away the infrastructure challenges of distributed training & RL pipeline design.

You can define and/or port in your agent loop, tools, rewards, and training data. Osmosis handles the rest to deliver task-specific models that can outperform foundation models on performance, cost, and latency.

## Get Started

<CardGroup cols={2}>
  <Card title="Onboarding" icon="route" href="/platform/onboarding">
    Set up your platform workspace, GitHub repository, local clone, and CLI session.
  </Card>

  <Card title="Run the Multiply Example" icon="rocket" href="/platform/quickstart">
    After onboarding, run a known-good example from evaluation run to training run.
  </Card>

  <Card title="Create Your Own Rollout" icon="wand-magic-sparkles" href="/platform/create-your-own-rollout">
    Use your AI coding agent to turn a task or dataset into a validated rollout.
  </Card>

  <Card title="Platform Overview" icon="grid-2" href="/platform/overview">
    Understand workspaces, training runs, metrics, deployments, and model management.
  </Card>
</CardGroup>

## Use Cases

<CardGroup cols={3}>
  <Card title="Data Extraction" icon="file-magnifying-glass" href="https://osmosis.ai/blogs/applying-rl-fixing-structured-outputs">
    Build domain-specific extraction models to capture the exact structure and content for any document at a fraction of the cost of a foundation model or managed product.
  </Card>

  <Card title="Tool Use" icon="screwdriver-wrench" href="https://osmosis.ai/blogs/exploring-foundation-models-tool-use-efficacy">
    Teach AI agents to use the exact tools they'll have in production. Osmosis powers AI agents that stay reliable, even in the most complex multi-step, multi-tool tasks.
  </Card>

  <Card title="Code Generation" icon="code" href="https://osmosis.ai/blogs/applying-rl-improving-code-merging">
    Train specialized coding models for blazing fast generation of domain-specific languages, front-end components, and tests — without needing a large model.
  </Card>
</CardGroup>

## Why Osmosis

<CardGroup cols={3}>
  <Card title="AI Agent Post-Training" icon="robot">
    Osmosis ships primitives and tool modules into the platform so coding agents like Claude Code, Codex, and others can start, monitor, and iterate on training runs.
  </Card>

  <Card title="Reinforcement Fine-Tuning" icon="brain-circuit">
    Osmosis implements and handles the RL algorithms and infrastructure that enable performant, GPU-efficient training runs.
  </Card>

  <Card title="Continuous Improvement" icon="arrows-rotate">
    Osmosis integrates with your evaluation solutions and coding agents to automatically start re-training runs without the need for an engineer in the loop.
  </Card>
</CardGroup>
