> For the complete documentation index, see [llms.txt](https://doc.guidry-cloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.guidry-cloud.com/readme.md).

# Introduction

[![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook\&logo=gitbook\&logoColor=ffffff\&label=%20\&labelColor=5c5c5c\&color=3F89A1)](https://www.gitbook.com/preview?utm_source=gitbook_readme_badge\&utm_medium=organic\&utm_campaign=preview_documentation\&utm_content=link)

A comprehensive guide to learning AI from the ground up — from Python to Reinforcement Learning and Large Language Models (LLMs). Includes courses, tools, notebooks, infrastructure, and deployment workflows.

***

**Audience:**

* Aspiring AI Engineers
* Researchers
* Indie Hackers & Builders
* MLOps Engineers
* Students & Professionals looking to upskill

Start wherever you are and scale to advanced deployment with this modular guide.

> *"LLMs are easier than most tech once you grasp RL and infra!"*


---

# 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:

```
GET https://doc.guidry-cloud.com/readme.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.
