Tutorials

The guides cover the prompt you type into a chat box. These cover the prompt that lives in your code — the instructions behind an assistant, the wording that makes a model return clean JSON, the rules that keep an answer grounded in your data. Each one is prompt-first, with small code snippets where they make it concrete.

Prompting is not just for chat. Each tutorial points at a real, runnable example app — a fraud-triage service, an investigation agent, and a dispute-resolution RAG pipeline — so you can see the same patterns in production code, in Python and Java.