Craig's AI Education Project โ Updated End of Day 15
Small items left over from the Day 15 link audit sprint. Clear these first โ quick wins.
| Pri | Type | Task | File(s) | Notes |
|---|---|---|---|---|
| UPDATE | Add anchor link for ai_websites section | AI-NEW.html + learning/AI_learning_plan_ai-x.html |
Add id="quick-access" to Quick Access section in AI-NEW.html. Then update 2 broken hrefs in AI_learning_plan_ai-x.html to ../../AI-NEW.html#quick-access |
|
| UPDATE | Add link for Assess_Your_AI_Knowledge.html | AI-NEW.html or root index.html |
File exists, not linked from anywhere. Add card or nav link. | |
| DECIDE | Databricks PDF โ keep one, remove one | Databricks-Big-Book-Of-GenAI-FINAL.pdfresources/Databricks-Big-Book-Of-GenAI-FINAL.pdf |
Duplicate exists in root and resources/. Keep resources/ version, delete root copy, then link from resources/ or learning/. | |
| HOUSE | SAVE* dirs โ tar and move out of docroot | All SAVE*/ directories |
tar czf ~/backups/AI-SAVE-dirs.tar.gz SAVE*/ then rm -rf SAVE*/. Already excluded from audit scans. |
|
| HOUSE | Fix remaining STATUS-REPORT-DAY4-10.html paths | collaboration/building-in-public/STATUS-REPORT-DAY4-10.html |
Several nav links still have wrong relative paths. Do with fresh eyes โ got tangled at end of Day 15. | |
| NEW | resources/ index.html | resources/index.html |
Directory has content but no index. Either create hub page or consolidate resources into learning/. Decision: create resources/index.html โ keeps structure clean. | |
| UPDATE | Add Day 15 entry to project diary index | collaboration/project-diary.html |
Add card for 2026-03-09-PROJECT-DIARY.html using standard wrapper pattern. |
The primary content work. Build all tool pages before touching deep-dive/index.html.
deep-dive/index.html โ one update after all pages built| Pri | Type | Task | File(s) | Notes |
|---|---|---|---|---|
| NEW | GitHub Copilot page | deep-dive/github-copilot.html |
VS Code + CLI integration, pricing, sysadmin use cases | |
| NEW | aider page | deep-dive/aider.html |
AI pair programmer for terminal. Git-aware, works with existing codebases. | |
| NEW | Shell GPT (sgpt) page | deep-dive/shell-gpt.html |
ChatGPT in the shell. Shell integration, inline suggestions. | |
| NEW | fabric page | deep-dive/fabric.html |
Daniel Miessler's framework. Patterns, piping, modular AI workflows. | |
| NEW | CLI Tools hub page | deep-dive/cli-tools.html |
Build after all 4 tool pages exist. Hub linking to all tools. | |
| UPDATE | Add CLI Tools card to deep-dive index | deep-dive/index.html |
Do last โ after hub page exists. Single update, fills the Unix/Linux placeholder section. |
Content additions for learning/. Most index cards already added in Day 15.
learning/index.html โ minimal, most cards done| Pri | Type | Task | File(s) | Notes |
|---|---|---|---|---|
| UPDATE | Add ai_websites card to learning index | learning/index.html |
After ai_websites.html is copied from pre-refactor/ and verified. | |
| HOUSE | Copy ai_websites.html from pre-refactor | learning/ai_websites.html |
cp pre-refactor/ai_websites.html learning/ai_websites.html โ review content before linking. |
|
| NEW | AI Glossary page | learning/ai-glossary.html |
Key terms: tokens, embeddings, transformers, inference, etc. High value for beginners. |
New content pages for collaboration/. building-this-site.html card added in Day 15.
collaboration/index.html โ one update after pages built| Pri | Type | Task | File(s) | Notes |
|---|---|---|---|---|
| NEW | Prompting for SysAdmins page | collaboration/prompting-for-sysadmins.html |
Practical prompting techniques specific to Unix/Linux work โ scripts, logs, config files, troubleshooting. | |
| NEW | Context Management page | collaboration/context-management.html |
How to manage AI context window across long sessions. The restart protocol, file drops, session hygiene. | |
| UPDATE | Update lessons-learned.html | collaboration/lessons-learned.html |
Add lessons from Days 11-15. Audit tooling, false orphan discovery, systematic debugging approach. |
Build resources/ hub after other sections stabilize.
resources/index.html (new), AI-NEW.html (add 6th card)| Pri | Type | Task | File(s) | Notes |
|---|---|---|---|---|
| NEW | resources/index.html hub page | resources/index.html |
Links to Suggested-AI-Books.html, Databricks PDF, future resources. | |
| UPDATE | Add Resources card to main landing page | AI-NEW.html |
6th card on landing page. Do after resources/index.html exists. |
Longer-term goals and stretch items. No urgency โ revisit after Cats AโE done.
| Pri | Type | Task | Notes |
|---|---|---|---|
| CONTENT | AI + AA / Recovery Community angle | Using AI to explain AI to a non-technical but motivated audience. Could be a collaboration/ page or episode. | |
| NEW | Knowledge Transfer Use Case page | Craig's primary mission โ 100-page Linux reference library before departure. Document as an AI use case. Different from efficiency multiplier โ more personal/contextual. | |
| NEW | Site-wide consistent footer | Consistent footer: AI Home | Episodes | Collaboration | Learning | Deep-Dive | Resources. Server-side include or template approach. | |
| NEW | Breadcrumb navigation | On all content pages. "AI Home > Deep-Dive > Tool Name". Low effort per page, high usability. | |
| NEW | Oracle / Banner ERP + AI angle | 26 years institutional knowledge. How AI assists with legacy ERP, PL/SQL, SAS. Niche but valuable. | |
| NEW | RSS diary feed | Simple RSS XML for diary entries. Lets visitors follow the project. |
| Session | Category | What you do |
|---|---|---|
| Day 16 | A โ Finish cleanup | ai_websites anchor, Assess link, Databricks decision, STATUS-REPORT paths, resources/index.html, Day 15 diary card |
| Day 17โ18 | B โ CLI Tools | Build Copilot, aider, sgpt, fabric pages. Then CLI hub. Then update deep-dive/index.html. |
| Day 19 | C โ Learning | ai_websites.html migration, glossary page, learning index update |
| Day 20 | D โ Collaboration | Prompting for SysAdmins, Context Management, lessons-learned update |
| Day 21+ | E โ Resources | resources/index.html, 6th card on AI-NEW.html |
| Ongoing | F โ Going Forward | As time and energy allow |