BetterThanLLM
Non-LLM AI substrate that remembers who it is across sleep gaps. Pure numpy, Hebbian + sleep replay + persistent slow weights. Ten identity tests, two audit rounds, contributions welcome.
File Explorer
- claim_audit.yml
- config.yml
- gauntlet_bypass.yml
- result_discrepancy.yml
- tests.yml
- pull_request_template.md
- gauntlet.py
- search.py
- experiment.py
- experiment_v2.py
- experiment_v3.py
- experiment_v4.py
- experiment_v5.py
- README.md
- experiment.py
- README.md
- experiment.py
- README.md
- experiment.py
- fact_check.py
- FACT_CHECK_REPORT.md
- README.md
- experiment.py
- README.md
- 2026-05-09.md
- 2026-05-10.md
- research_arc_prize.md
- research_cls_continual_learning.md
- research_mortal_computation.md
- research_persistent_agents.md
- research_predictive_coding_active_inference.md
- .gitignore
- AGENTS.md
- AUDIT.md
- CONTRIBUTING.md
- FINDINGS.md
- LICENSE
- llms.txt
- MANIFESTO.md
- README.md
- requirements.txt
- results.json
- STATUS.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
