Project Diary — Day 19

March 16, 2026  |  Session Focus: Prompt Engineering & New CLI Tool Pages
19Day
3New Pages
1Index Updated
0Broken Links

Session Summary

Day 19 opened with a clean site — zero orphans, zero broken links confirmed by check_ai_tree.sh -a before the session began. Three new content pages were created: a Prompt Engineering guide for SysAdmins in learning/, and two new CLI tool deep-dives (jq and ollama) in deep-dive/. The learning-index.html was updated to add the Prompt Engineering card. The deep-dive-index.html update is deferred to Day 20 when fzf.html and gh.html will also be ready — all four new cards will be added in one pass.

Pre-Session Housekeeping

Pages Created

Index Updated

Deferred to Day 20

Observations

The Prompt Engineering page is the most directly personal page on the site — drawn entirely from real experience rather than documentation. The before/after prompt comparison format worked well visually and makes the advice concrete rather than generic. This page will age well as the project continues because the nuances it documents are earned, not theoretical.

The jq + AI combination is genuinely one of the most practical topics in the series. jq is essential but difficult; AI makes it accessible. The pattern of "describe what you want, get a filter, test it, refine" is a workflow that delivers immediate value.

Ollama completes a gap that was referenced in three earlier pages (sgpt, aider, fabric) but never documented on its own. The multi-user LAN inference server use case is particularly relevant for institutional environments like BU.

Decision to batch the deep-dive index update with Day 20 content was correct — one clean update with all four new cards is better than two partial updates.


cmh — AI Education Project Day 19 — March 16, 2026
Next session: Day 20 — fzf.html, gh.html, deep-dive-index.html update