How this demo was made — with two simple prompts
This entire demo — the research briefs, the working agent-portal app, the summary page, and this site — was generated by AI from plain-English prompts. No spec doc, no sprint. That's the point: this demo is itself a demo of how fast new tools for agents and suppliers can now be built.
This is the prompt that generated this site:
“ive built a project plan in project.md. lets build a todo.md for this, and then execute”
One sentence pointing at the project plan — and the AI produced the todo list below, then executed every item: briefs, demo app, summary page, and this site.
Prompt 1 · “Here's my plan — make a todo and execute”

Prompt 2 · The todo list becomes the build

What that proves (for our B2B2C business)
Every source file, readable on this site
Vercel serves static files, so instead of linking raw .md files (which browsers just download as text), each one is wrapped as a page:
- Test trip spec — Kyoto + Tokyo/Hakone (test-location.md)
- 01 — What a seasoned travel agent knows
- 02 — Beginner → seasoned: closing the gap
- 03 — LLM test: Muse Spark 1.3
- 04 — Human touch vs. AI + tools to offer
- Original project plan (project.md)
The live Python app (app.py) isn't hosted here — its pre-generated output is frozen as the Agent Portal Demo page. Run python app.py locally for the interactive + LLM version.