AI Product Engineering
Block 2: AI-Assisted Engineering & Integration
A prototype answers: "Can AI do this task well enough to be useful?" with minimum investment.
Draw the box-and-arrow diagram before generating any code.
| Layer | Technology |
|---|---|
| Frontend | HTML + CSS + vanilla JS |
| Backend | Node.js + Express |
| AI Layer | Cloud API (Session 7) |
| Knowledge | Obsidian Markdown (Sessions 8–9) |
Runs on any laptop. No cloud deployment required during development.
True or false — cold-call a team.
True or false — cold-call a team.
True or false — cold-call a team.
Replace the AI call with a hardcoded string. Test the full UI → server → response cycle before the API is integrated.
Isolates UI bugs from AI logic bugs — much easier to debug.
Where does each piece live in the starter stack?
Do not ship the starter HTML unchanged.
Architecture.mdPOST /query still works after UI editsStretch: brand CSS; sources list placeholder for Session 9.
Next Session: API Integration & Cloud Models