gnu6.live / research-and-labs

Research and Labs

Operate bounded renderer slices from the research corpus, inspect their contracts and follow experiments through explicit promotion gates.

Research and Labs interactive detail

ZIP10 → typed public renderer slices

Use the tools, not pictures of them

These are bounded React implementations derived from the audited renderer contracts. They run on local fixtures, expose no host bridge and make no network request.

settings/theme.rsSelected Rust function
Public fixture · no host access · no network
1use std::path::Path;
2
3pub fn set_theme(config: &mut Config,
4 value: Theme) -> Result<()> {
5 config.theme = value;
6 config.save(Path::new("config.toml"))?;
7 emit("theme.changed");
8 Ok(())
9}
Context Menuset_theme()
Immediate local actions
Gnosis suggestion
Analyzing the authorized selection…
Public boundaryNo eval · no CDN · no remote fonts · no structured animation object · no host filesystem · no model call

Experiment notebook

Research question

Instant actions with asynchronous suggestions

Can model suggestions arrive without delaying deterministic actions?

HypothesisPrototypeSpecFixtureTestDemoDecision

Result

The controlled interaction preserves menu position and authority boundaries.

Limitation

Still requires integration evidence from the native runtime.