AI For Dummies

A lightweight, presentation-style field guide to AI-assisted engineering.

It explains how to combine a strong planning/review model with faster workers, reusable skills, subagent handoffs, Git worktrees, and explicit verification.

Run locally

This is a dependency-free static site:

python3 -m http.server 4173

Then open http://localhost:4173.

Verify the content and interaction contracts with:

npm run verify

Project structure

  • index.html — presentation content and semantic structure
  • styles.css — editorial visual system and responsive layout
  • app.js — bilingual workflow, repository-tree, routing, and skill interactions
  • responsive.css — interactive diagrams and Full HD-to-4K adaptations
  • docs/references/ — bundled research sources and notes
  • GATES.md — acceptance ledger for the project

Publishing

The Gitea instance has a Pages Server configured to publish a repositorys pages branch under pages.marcospaulo.dev.br. The intended site address is:

https://netcracker.pages.marcospaulo.dev.br/ai-for-dummies/

If the URL is not available yet, verify that the pages branch exists and that the repositorys pages branch exists. Gitea itself does not provide a built-in Pages server; this setup uses the instances separate Pages Server and Actions deployment path.

Research

See docs/references/README.md for official Claude, Codex, and Git documentation. The additional reading path bundles 12 verified articles and guides, including Medium and practitioner sources.

S
Description
A lightweight field guide to AI-assisted engineering workflows
Readme 13 MiB
Languages
Astro 41.9%
JavaScript 20.8%
Python 14.8%
Shell 11%
HTML 7.4%
Other 4%