Build Club Week Four: the part of Themis Lex I never explained
Themis Lex is an AI readiness self-check tool designed for California court staff. It aims to provide specific guidance on how AI can assist in court workflows while ensuring sensitive data is protected. The tool was developed over four weeks in a public building process, emphasizing trust and practical application in a courthouse setting.
- ▪Themis Lex allows court staff to input their role and workflow to receive tailored AI guidance.
- ▪The tool is stateless, meaning it does not store any user data or require accounts.
- ▪It produces a PDF output that court employees can present to supervisors, ensuring practical usability.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3683045) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } L. Cordero Posted on May 23 Build Club Week Four: the part of Themis Lex I never explained #womenintech #civictech #buildinpublic #ai I shipped an AI readiness self-check for California court staff, ThemisLex.org. Here is the why behind it. The problem, the design choices, and what four weeks of building in public actually gave me. I've written a few posts about building Themis Lex. The deploy war story got the most attention.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).