Independent applied practice
Practical AI Guide
Nine topics from an applied learning effort: learn frontier AI in depth, then turn an LLM into a reliable working partner in any domain.
Start at the stage that matches your work, or read the guide in order. Add only the smallest change that earns its keep.
Level 1 · Conversation
Clarify what a model can do for a specific task, then communicate and evaluate the work well.
- Model Analysis & Selection
Choose by goal, privacy, capabilities, reliability, and cost.
- Prompt Engineering
Use communication, domain knowledge, and anti-sycophancy guardrails to steer work well.
Level 2 · Agent-assisted work
Move from a conversation to files, tools, APIs, and appropriate safety boundaries.
- Harness Engineering
Choose the tool layer around a model according to workflow, cost, and control.
- LLM Sandboxing
Choose a safety boundary appropriate to the model’s access to files and data.
- MCP
Understand where the Model Context Protocol sits relative to direct APIs.
Level 3 · Connected knowledge
Keep trusted sources and decisions available without flooding a model’s active context.
- Context Engineering
Keep active model context small and retrieve only the information the task needs.
- RAG
Use retrieval-augmented generation when context engineering must operate at larger scale.
Level 4 · Durable systems
Make automated work repeatable, inspectable, and economical across sessions.
- Loop Engineering
Use measurable completion gates and durable state to make automation reliable.
- Cost Optimisation
Reduce spend through model choice, context, isolation, and structured tooling.