Skip to content

namin/reasonable-reflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

reasonable-reflection

A Rational Defense of Reasonable Reflection (LICS'26 Keynote)

Artifacts

  • llm-meta-level: the meta-level is an LLM proposing modifications to level 0; the 0↔1 boundary is checked by a verifier (sandbox / tsc / dafny verify across three instantiations), placing the LLM behind a kernel-style gate
  • lean-grey: abstract reflective tower in Lean 4 with execute-at-metalevel and reflectively-modifiable governance policies; modifications restricted to guard+handler (no closures/heap)
  • lean-green: meta level realized as a mutable heap cell with closures and causal set!, plus the CakeML-style value-bisimulation infrastructure for conservative extension (CE) soundness theorem and an LLM proposer/gate cascade
  • lean-sage: the synthesis — lean-grey's multi-level reflective tower over lean-green's heap/closure/set! substrate, with a kernel-checked proof-bearing admission gate on top: each base-apply modification carries its own CE proof, and admissions compose across the tower
  • lean-emerald: pedagogical rebuild of lean-sage's proof-bearing CE substrate, 5x smaller
  • lean-gate: the kernel-typed-evidence pattern that every artifact in this portfolio instantiates, in ~80 lines — CE predicate, Approval whose constructor is the gate, transitive composition, with Wand 1998 as the worked counter-example (gated_preserves_beta for any admission; malicious_not_CE for the β-breaking modification)
  • climbing-calc: type-level proof-bearing admission for a total-functions calculator — Lean's type checker is the schema/operator gate
  • climber: gate governs the right to extend the proof system itself (sound axiom-schema extensions, Beklemishev-shaped)
  • defeater: non-monotonic dual of climber — gate admits sound exception schemas, governing what gets withdrawn rather than added
  • reviser: gate checks rationality of belief-revision operators, not the beliefs themselves
  • sc-mini/llm: minimal positive supercompiler, forked with sound LLM-proposed rewrites
  • verified discovery system: gate over discovery of theorems and heuristics

About

A Rational Defense of Reasonable Reflection (LICS'26 Keynote)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors