Source for aguedaschwartz.com — an Astro site about product discovery, AI practice, and what did and did not hold up.
cd site
npm install
npm run dev # local preview
npm run build # → site/dist, which is what deploysPushing to main deploys.
site/ |
The site. Everything published lives here |
_status/ |
Working notes for the site itself. Not published |
- Projects — what was built, what it was for, and what the evidence actually supports
- Practice — how the AI work is done, including the parts that did not work
- PRD — a product requirements document, written out
- Blog and Journey — shorter pieces and the route through the career
This repository used to serve markdown directly — a Jekyll config, a set of case studies, a prompting-patterns library, an experiments folder, and a copy of the resume. All of it was superseded by the Astro site and removed in September 2026, because a public repo full of documents that no longer reflected the current work was doing the opposite of what a portfolio is for.
Last updated: September 2026.