# Deep dives

- [AWS ML architecture on AWS](https://antoniovfranco.gitbook.io/antoniovfranco-docs/deep-dives/aws-ml-architecture-on-aws.md): How I design training and inference systems on AWS.
- [AWS cost optimization for ML](https://antoniovfranco.gitbook.io/antoniovfranco-docs/deep-dives/aws-cost-optimization-for-ml.md): How I reduce AWS costs for training and inference.
- [Parameter-efficient fine-tuning (LoRA, QLoRA, QDoRA)](https://antoniovfranco.gitbook.io/antoniovfranco-docs/deep-dives/parameter-efficient-fine-tuning-lora-qlora-qdora.md): How I fine-tune LLMs with tight GPU budgets.
- [MLOps and production ML systems](https://antoniovfranco.gitbook.io/antoniovfranco-docs/deep-dives/mlops-and-production-ml-systems.md): CI/CD, monitoring, drift, A/B tests, disaster recovery, reproducibility.


---

# 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://antoniovfranco.gitbook.io/antoniovfranco-docs/deep-dives.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.
