# AI

- [Engineer to AI Engineer v0.1](https://notes.siddish.com/ai/engineer-to-ai-engineer-v0.1.md): For engineer friends, 2025 edition, veryy WIP 10min version right now
- [Prompting](https://notes.siddish.com/ai/prompting.md): for Engineer friends
- [Prompt for Brainstorming](https://notes.siddish.com/ai/prompting/prompt-for-brainstorming.md): "One of Shannon’s go-to tricks was to restructure and contrast the problem in as many different ways as possible. This could mean exaggerating it, minimizing it, changing the words of how it is stated
- [Prompt Hacking](https://notes.siddish.com/ai/prompt-hacking.md): Incremental challenges to get good at understanding LLMs
- [Voice Models](https://notes.siddish.com/ai/voice-models.md): Native → Text + Speech as Input and Text + Speech as Output;
- [AI Copilots](https://notes.siddish.com/ai/ai-copilots.md): WIP 🚧
- [Data Engine](https://notes.siddish.com/ai/data-engine.md): Notes from Andrej Karpathy talks


---

# 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://notes.siddish.com/ai.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.
