2026-01-12
LLM evaluative routing
letting the LLM decide what action to take
2026-01-11
LLM orchestration
splitting a big task into several smaller subtasks with JSON for the LLM
2026-01-10
LLM-generated JSON output
outputting JSON (instead of text) as a response to a prompt
2026-01-09
Prompt chaining
using the output from an LLM for another prompt (and so on)
2026-01-08
Connecting to an LLM API with Python (for beginners)
a bare-bones ChatGPT (or chatbot wrapper) on your own computer