π Research papers, systems thinking, AI governance, reflective development architectures, and technical writing by Alan Szmyt.
| Paper | Status | Description |
|---|---|---|
| reflector | π§ Draft | Reflective Development Systems for Recursive AI-Augmented Software Engineering |
papers/
βββ <paper-slug>/
βββ paper.tex # Main LaTeX document
βββ references.bib # BibTeX bibliography
βββ README.md # Paper overview
βββ abstract.md # Abstract draft
βββ outline.md # Section outline
βββ notes.md # Research notes
βββ roadmap.md # Paper development roadmap
βββ sections/ # LaTeX section files
βββ figures/ # Generated figure exports
βββ diagrams/ # Source diagrams (Excalidraw, etc.)
βββ assets/ # Static assets
βββ references/ # Reference documents
βββ examples/ # Example artifacts
# Build a specific paper
./scripts/build-paper.sh papers/reflector
# Build all papers
./scripts/build-paper.sh --all
# Watch and auto-rebuild during development
./scripts/watch-paper.sh papers/reflectorPapers are automatically built and published to GitHub Pages on every push to main.
See CONTRIBUTING.md for contribution guidelines.
See ROADMAP.md for the development roadmap.