# AI & LLMs

- [Different options for doing LLM inference](https://til.aldrinjenson.com/ai-and-llms/different-options-for-doing-llm-inference.md): Note formatted by Claude after from my voicenote transcription. About different options I've explored for hosting gen-ai models
- [Running parallel Ollama inference](https://til.aldrinjenson.com/ai-and-llms/running-parallel-ollama-inference.md): Easy way to parallely infer with multiple ollama instances all running in the same machine
- [Generate subtitles locally using Whisper](https://til.aldrinjenson.com/ai-and-llms/generate-subtitles-locally-using-whisper.md): Easy script to take in an audio or video file and generate srt files using whisper cpp


---

# 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://til.aldrinjenson.com/ai-and-llms.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.
