Purpose
This issue is the standing roadmap capsule for semeai-gate-basic.
It tracks the public/basic open-source path and prevents the repo from drifting into the full private SemeAI Local product.
Product wedge
Core wedge:
Stop unsupported AI answers before they reach users.
This repo should prove the smallest useful public version of SemeAI Gate:
User Message + AI Answer + Business Data + Business Rules + Business Context -> Gate -> SHOW / REVIEW / BLOCK
Internal mapping remains:
SHOW = PROCEED
REVIEW = NEEDS_REVIEW
BLOCK = SILENCE
Phase 0 — Clean public baseline
Goal: make the repository safe, portable, and reviewable.
Tasks:
Target result:
A clean public repo that can be shown to developers, design partners, and early B2B reviewers.
Phase 1 — Stable gate contract
Goal: freeze the minimal business-readable contract.
Tasks:
Required input fields:
user_message
ai_answer
business_data
business_rules
business_context
hidden_context_marker
business_risk
metadata
Required output fields:
action
internal_decision
show_to_user
reason
business_risk
context_integrity
risk_details
next_step
audit_id
audit_preserved
schema_version
Phase 2 — Deterministic examples
Goal: make the problem obvious without private data.
Required examples:
Each example should show:
business pain -> AI answer -> gate action -> next step -> audit record
Phase 3 — SDK readiness
Goal: prepare for developer integration.
Tasks:
Phase 4 — Benchmark corpus
Goal: measure release-control behavior.
Tasks:
Phase 5 — Public demo readiness
Goal: make the repo understandable in under five minutes.
Tasks:
What this repo is not
This repo is not:
- a foundation model;
- a chatbot UI;
- the full SemeAI Local desktop app;
- a universal hallucination detector;
- a certified compliance system;
- a replacement for human review;
- a production enterprise platform by itself.
Current priority
Current working order:
- clean public baseline;
- stable schema;
- deterministic examples;
- tests;
- SDK/readme polish;
- GitHub-ready package;
- public demo only after the repo is clear and reproducible.
Purpose
This issue is the standing roadmap capsule for
semeai-gate-basic.It tracks the public/basic open-source path and prevents the repo from drifting into the full private SemeAI Local product.
Product wedge
Core wedge:
This repo should prove the smallest useful public version of SemeAI Gate:
User Message + AI Answer + Business Data + Business Rules + Business Context -> Gate -> SHOW / REVIEW / BLOCKInternal mapping remains:
SHOW = PROCEEDREVIEW = NEEDS_REVIEWBLOCK = SILENCEPhase 0 — Clean public baseline
Goal: make the repository safe, portable, and reviewable.
Tasks:
Target result:
A clean public repo that can be shown to developers, design partners, and early B2B reviewers.
Phase 1 — Stable gate contract
Goal: freeze the minimal business-readable contract.
Tasks:
0.1.Required input fields:
user_messageai_answerbusiness_databusiness_rulesbusiness_contexthidden_context_markerbusiness_riskmetadataRequired output fields:
actioninternal_decisionshow_to_userreasonbusiness_riskcontext_integrityrisk_detailsnext_stepaudit_idaudit_preservedschema_versionPhase 2 — Deterministic examples
Goal: make the problem obvious without private data.
Required examples:
Each example should show:
business pain -> AI answer -> gate action -> next step -> audit recordPhase 3 — SDK readiness
Goal: prepare for developer integration.
Tasks:
Phase 4 — Benchmark corpus
Goal: measure release-control behavior.
Tasks:
Phase 5 — Public demo readiness
Goal: make the repo understandable in under five minutes.
Tasks:
What this repo is not
This repo is not:
Current priority
Current working order: