Drafting essay on Rén and modern AI impacts#5485
Merged
Merged
Conversation
…ool_bias from ethics_ai config
- config/core/config.yaml: add `ai.deployment_context` ("themisdb") and
`ai.ethics_ai_config_path` as global defaults for ethical AI inferencing
- config/ethics_ai/router_config.yaml: new file with per-school bias weights
(school_bias) for the EthicsSelectionRouter
- include/ethics_ai/ethics_selection_router.h: add `deployment_context` (string)
and `school_bias` (map<string,double>) to RouterConfig; update RouterCandidate
final_score doc to document bias-clamped formula
- src/ethics_ai/ethics_selection_router.cpp: apply school_bias multiplier in
aggregation step; clamp final_score to [0,1] to preserve ESR-09 invariant
Copilot created this pull request from a session on behalf of
makr-code
June 22, 2026 07:58
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request created by AI Agent