Day 18 completed the last major structural gap in the site — the resources/
directory. The session opened with two outstanding issues from Day 17 already resolved
by Craig before the session began. The pre-refactor content was inventoried, candidate
files were identified and moved, and resources-index.html was built and
validated. The landing page (AI-NEW.html) was updated with a Resources card
and footer link. The site is now fully linked from the landing page with no broken
navigation.
Both outstanding issues from Day 17 were resolved before the session started:
AI.html footer links — identified and updated to AI-NEW.html
across the site using:egrep -R "AI\.html" | cut -d: -f1 | sort -u | egrep -v SAVE | awk '{print "sed -i \"s/AI.html/AI-NEW.html/g\" " $1}'AI-ML-Aapproaches.html double-a filename — confirmed correct on disk.
Note: the tar showed AI-ML-Approaches.html (single a) — worth a final
check_ai_tree.sh run to confirm no broken links remain.Inventoried pre-refactor/ai-prev/ against current site. Files already
in use via TMA/AI/ and TMA/LLM/ were excluded. Candidates
evaluated:
| File | Decision | Reason |
|---|---|---|
Recommended_Learning_Path-AI-LLM.html | Include | Solid structured learning content |
MY-Assesment_and_.html | Include | Unique personal practitioner voice |
AI-Types-Simple.html | Include | Beginner-friendly complement to detailed Types page |
Grok-on-Grok.html | Include | Unique AI self-portrait artifact, November 2025 |
Databricks-Big-Book-Of-GenAI-FINAL.pdf | Include | Substantial technical reference |
DeepSeeks-Response-To-My-ThankYou.html | Exclude | Generic content, mismatched filename, styling clashes with site |
Suggested-AI-Books.html | Already in resources/ | Was there before Day 18 |
resources/resources-index.html created with five sections:
ln -s resources-index.html index.html createdAI-NEW.html —
inserted after Technical Deep-Dive cardThe pre-refactor review turned out to be quick and clean — most of the substantive technical content was already in the new site via the TMA/ directory links. What remained was a small set of unique pieces: personal assessments, an AI self-portrait, a learning companion, and the Databricks PDF. Exactly the right material for a resources section.
The External Resources section of resources-index.html adds something
new to the site — nine curated external links including the original transformer paper,
Stanford CS224N, Hugging Face, Ollama, and the CLI tool repositories. This is content
that wasn't in the pre-refactor site at all.
With resources/ complete, all four sections linked from the landing page
are now live: Learning Series, Technical Deep-Dive, Collaboration Hub, and Resources.
The site structure established on Day 1 is fully realized.
cmh — AI Education Project Day 18 — March 14, 2026
Next session: Day 19 — TBD — site is structurally complete, content expansion opportunities remain.