{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreieckfku4qayk527dyjo5mwknbvmichkwnqyb6uj3ttuptia2brix4",
"uri": "at://did:plc:pgryn3ephfd2xgft23qokfzt/app.bsky.feed.post/3mjdilvyib532"
},
"path": "/t/ai-ethics-is-everywhere-execution-models-are-nowhere-so-i-built-one/175193#post_1",
"publishedAt": "2026-04-12T22:30:21.000Z",
"site": "https://discuss.huggingface.co",
"textContent": "**AI ethics is everywhere.**\n**Execution models are nowhere.**\n\n**So I built one.**\n\nNot a paper. Not a framework.\n\nJust **JSON**.\nAnd it runs.\n\nThis defines whether an action is allowed before execution.\n\n\n Example:\n\n {\n \"Label\": \"Cook Jjapagetti\",\n \"ExecutionEffect\": {\n \"Type\": \"Boil\",\n \"Target\": \"Stove\"\n },\n \"Boundaries\": [\n { \"Type\": \"NotStartIf\", \"Value\": \"no_water\" },\n { \"Type\": \"limit\", \"Value\": \"max-cook-5min\" },\n { \"Type\": \"warning\", \"Value\": \"fire-risk\" }\n ],\n \"EventTrigger\": [\n { \"UserIntent\": \"cook_jjapagetti\" }\n ],\n \"ResponsibilityLimit\": {\n \"MaxDurationSec\": 300\n },\n \"StartImpactConstraint\": [\n {\n \"Type\": \"NoConcurrentHeatSource\",\n \"Targets\": [\"Oven\", \"AirFryer\"]\n }\n ]\n }\n\n You can cook Jjapagetti.\n\n But it must not start if there is no water,\n it must not run for too long,\n it must consider fire risk,\n and it must not start if another heat source is already on.\n\n\nThis is the missing layer between intent and execution.",
"title": "AI ethics is everywhere. Execution models are nowhere. So I built one"
}