Static, interactive page: prior project success belief, posterior after five problem interviews, delivery capability for a four-week production slice, and overall belief.
python3 -m http.server 8080Open http://127.0.0.1:8080/.
- Push this repo to GitHub.
- Go to Settings → Pages → Build and deployment.
- Set Source to Deploy from a branch.
- Set branch to main and folder to / (root).
- The site URL will be
https://<user>.github.io/<repo>/.
GitHub Pages only serves static files; the chart runs in the browser with Plotly.js.
The demo is for teaching Bayesian product discovery in a simple product-investment conversation:
- Start with an outside-view prior belief about project success.
- Update that belief after five users independently cite the same problem as important.
- Discount or strengthen confidence based on delivery capability: can the team ship a thin slice to production within four weeks?
The final number is:
overall belief = P(success after problem evidence) × P(deliver a production slice in 4 weeks)
.
├── index.html
├── README.md
├── data/
└── scripts/
The data/ and scripts/ folders are present to match the structure of the LLN demo and leave room for future generated examples.
Open source — add a LICENSE file of your choice, for example MIT.