# Overview

Rent a GPU on Clore.ai, run a local LLM via Ollama or vLLM, and connect a coding assistant — you get a fully **private AI development environment** where your code never leaves the machine. No API keys to manage, no token limits, no data sent to third-party servers.

## How It Works

```
Clore.ai GPU  →  Ollama / vLLM (local LLM)  →  Coding Tool (Aider, TabbyML)
                     ↑                              ↑
              RTX 4090 / A100               connects via localhost:11434 or :8000
```

1. **Rent a GPU** on [clore.ai/marketplace](https://clore.ai/marketplace) — RTX 3090 ($0.30–1/day) or RTX 4090 ($0.50–2/day)
2. **Deploy an LLM** — `ollama run deepseek-r1:32b` or spin up vLLM with any coding-oriented model
3. **Launch your coding tool** — it talks to the LLM over localhost, completing code, writing tests, and refactoring

## Available Guides

| Guide                                       | Tool  | Description                                                                                |
| ------------------------------------------- | ----- | ------------------------------------------------------------------------------------------ |
| [Aider](/guides/ai-coding-tools/aider.md)   | Aider | Terminal-based AI pair programmer — edits files in your repo directly via natural language |
| [TabbyML](/guides/ai-coding-tools/tabby.md) | Tabby | Self-hosted code completion server with IDE extensions (VS Code, JetBrains)                |

## Why Self-Host on Clore.ai?

* **Privacy** — your codebase stays on the rented instance, not on OpenAI/Anthropic servers
* **No rate limits** — unlimited completions at GPU speed
* **Cost control** — pay by the hour/day, spin down when idle
* **Model choice** — run any open model: DeepSeek-R1, Qwen 2.5 Coder, CodeLlama, StarCoder2


---

# 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.clore.ai/guides/ai-coding-tools/ai-coding.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.
