Home/Jev learning resources: three independent sites mapped EXTERNAL LEARNING MAP / 03
Jev learning resources: three independent sites mapped
Use Playground for real runs, Manual for downloadable programs, and Learn Jev for patterns and reliability. Each entry links to the original and to a matching primer here.
This is an independently written index and guide, not a copy of the original tutorials or code. Features may change. Checked 2026-09-23.
014 presets · 6 scenario links
Jev Playground
The site says it offers real Jev runs without visitor signup, four ready-made question examples, and six linked scenario demos. Its free usage is limited. Its Boolean UI maps to an integration surface; TypeSafe's direct API calls this primitive Noul.
Best forBest for observing how real output changes with input.
Keep in mindThis site does not mirror its model service; check the source for limits and results.
Open source site ↗025 stages · 8 projects
Jev Manual
Its five-stage route covers concepts, a first call, confidence controls, shipping, and real projects. The project catalog lists eight Python tutorials with downloadable programs, no-network fixtures, and a key-based live mode.
Best forUseful when you know some Python and want a complete runnable workflow.
Keep in mindFixtures explain the contract rather than report measured Jev output; live mode needs your own key.
Open source site ↗0313 tutorials
Learn Jev
Thirteen tutorials are grouped into three foundations, seven patterns, and three reliability topics, spanning first calls, state, fan-out, gating, cascades, failure modes, benchmarks, and production.
Best forUseful after the basics for workflow design and reliability.
Keep in mindSome interpretations and performance figures are author analysis or vendor data; inspect the cited source.
Open source site ↗START HERE
Suggested beginner order
- Read this site's eight-step course to learn state and question types.
- Run one Playground preset and change one fact at a time.
- Try Manual's support project in no-network fixture mode.
- Use Learn Jev's reliability topics to plan examples, thresholds, and fallback.