Foundations
Rules, search, constraints, and planning—the ideas that make intelligent problem-solving explicit.
→Applied learning for modern AI
Clear technical tutorials that move from first principles to a toy problem—and then into a practical system you can understand, adapt, and show.
why the method worksmake the idea observablebuild a useful systemRecent tutorials
Work through tested concepts, readable code, mathematical context, and a path from demonstration to application.
Package an evaluated AI workflow behind a local API boundary with structured logs, latency accounting, fallbacks, privacy controls, and rollback thinking.
Build a harmless local prompt-injection test lab and map trust boundaries, least privilege, output validation, sandboxing, approvals, and incident response.
Create a small golden dataset and evaluation harness for groundedness, citations, retrieval, task success, regression, and uncertainty.
Implement short-term state, episodic records, and retrieval-based memory while handling retention, stale facts, conflicts, privacy, and deletion.
Build a bounded tool-using agent with explicit state, permissions, retries, and stopping rules, then place it inside an operational investigation workflow.
Compare lexical, dense, hybrid, and reranked retrieval on a small labelled set, then decide when the extra complexity is justified by measurable search failures.
Learning paths
Four connected paths move from symbolic problem-solving and classical machine learning to neural networks and modern generative systems.
Rules, search, constraints, and planning—the ideas that make intelligent problem-solving explicit.
→Prediction, classification, clustering, dimensionality reduction, and ensemble methods grounded in data.
→Perceptrons, convolution, sequence models, attention, and transfer learning through working examples.
→A planned systems path for embeddings, retrieval, evaluation, tools, agents, guardrails, and deployment.
→A deliberate way to learn
Every strong tutorial follows a progression that makes abstract concepts inspectable, testable, and useful.
01 — MODEL
Build the mental model: the assumptions, mathematics, and mechanics that explain what the method is doing.
02 — OBSERVE
Use a small, controlled example where the moving parts are visible and mistakes are inexpensive.
03 — TRANSFER
Carry the idea into a practical scaffold, including the constraints and decisions that make implementation credible.
Practical project kits
Structured project kits are being planned to help you extend a tutorial into a documented, testable system. They are not available yet.
In development
project/
├── theory-notes.md
├── toy-experiment.ipynb
├── application/
├── evaluation.md
└── README.mdPlanned contents shown for direction; final kits may differ.
Why this site exists
Applied AI Tutorials is an independent learning platform focused on understandable explanations, working implementations, and the judgment required to move from a model demo to a useful system.
The existing curriculum begins with symbolic AI and classical machine learning, then builds through neural networks, sequence models, and attention. New material will extend that foundation into modern applied AI systems.
Build your understanding