research: publish recursive feedback protocol and harness - #138
Open
Steake wants to merge 2 commits into
Open
Conversation
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.
Summary
This PR publishes a focused, falsifiable research package for GödelOS output-to-input recursion:
Evidence status
This is deliberately a reconstruction manuscript and registered-report draft, not a results paper.
The repository audit did not locate the original raw traces, immutable model revision, complete prompt bank, decoding configuration, or run manifest for the early experiment. The PR does not invent those details or report remembered trajectories as evidence.
The design treats observer-state text as a causal intervention. It compares accurate state, matched-format sham state, and no-state conditions.
The architecture audit also separates three claims:
The seven global-workspace state sources are documented as a separate taxonomy.
Verification
python -m unittest discover -s tests -p 'test_*.py' -v(10 tests passed)python -m compileall -q experiments testspython -m json.toolsha256sum -c prompt_bank.v1.sha256(verified)Formatting tools named in the repository guide were not installed in the execution environment, so Black, isort, and mypy were not run. Added Python files were checked for 88-character line length.
Review focus
Context: #136. The broader canonical-whitepaper tracker remains #86.
CI status
GitHub created both matrix jobs but did not start either one. The job annotation states: “The job was not started because your account is locked due to a billing issue.” No checkout, dependency-install, test, report, or artifact step ran.
The local verification above is therefore the only executed validation for this head until the account issue is cleared and CI is rerun.