Central hub for Entropic Science community knowledge: shared research, project documentation, division rosters, and proposals.
GitHub: github.com/Entropic-Science Discord: discord.gg/2EbveaB2wS Community docs: community repo
knowledge-base/
├── library/ # Shared content — research, projects, writeups
│ ├── research/ # Research notes, summaries, paper drafts
│ ├── projects/ # Project documentation and reports
│ └── writeups/ # Essays, blog drafts, explainers
│
└── divisions/ # Division boards (one per workstream)
├── infrastructure/ # Quantum-random systems infrastructure
├── research/ # Research and evaluation
└── outreach-fundraising/ # Community outreach and fundraising
Each division folder contains three documents:
| File | What it's for | Who can edit |
|---|---|---|
ROSTER.md |
Members sign up with their name and current work | Anyone (via PR) |
PROPOSALS.md |
New project ideas and proposals | Anyone (via PR) |
ACTIVE_PROJECTS.md |
Accepted projects currently being worked on | Division leads and admins only |
- Pick the right folder under
library/:library/research/— research notes, experiment reports, literature reviews, paper draftslibrary/projects/— documentation for a project you're building or contributing tolibrary/writeups/— essays, blog drafts, explainers, opinion pieces
- Copy the
_TEMPLATE.mdfile in that folder - Rename it descriptively (e.g.,
qrng-latency-benchmarks-2026-04.md) - Fill it in and submit a pull request
- Open the
ROSTER.mdfile in the division you want to join (underdivisions/) - Add your entry to the table following the format shown
- Submit a pull request — a quick review and merge is all that's needed
- Open the
PROPOSALS.mdfile in the relevant division - Add your proposal following the template at the top of the file
- Submit a pull request
- Discussion happens in the PR comments and/or on Discord
Same as joining — edit your row in ROSTER.md and submit a PR. Keep it current: update when you start or finish projects, shift focus, or change availability.
This repo uses three access tiers:
Members of the @Entropic-Science/trusted team can push directly to main — no PR or review needed. These are people the admins trust to add and edit content freely. They should still use PRs for admin-controlled files (see below), but this is a social norm, not a technical barrier.
To get trusted access, ask an admin on Discord or during a weekly call.
Everyone else contributes via pull requests. These files are designed for community members to add to directly:
- All
ROSTER.mdfiles — sign yourself up, update your projects - All
PROPOSALS.mdfiles — propose ideas, anyone can contribute - Everything under
library/— share your work
PRs to these files need one approving review from any contributor with write access. The bar is low: if your entry follows the format and is good-faith, it gets merged.
These files represent decisions and commitments, so changes need sign-off even from trusted contributors:
- All
ACTIVE_PROJECTS.mdfiles — only updated when proposals are accepted README.md— this guideCODEOWNERS— access control definitions
PRs to these files require review from a division lead or admin (defined in CODEOWNERS).
- File names: lowercase, hyphens, include a date if time-sensitive (e.g.,
consciousness-survey-2026-04.md) - One file per piece of work in the library — don't append to someone else's document
- Use the templates — they exist so the library stays navigable
- Keep roster entries current — stale entries get cleaned up quarterly
- Proposals stay open until explicitly accepted (moved to
ACTIVE_PROJECTS.md) or withdrawn
All content in this repository is licensed under CC-BY-SA 4.0 unless otherwise stated. Code snippets within documents fall under Apache 2.0.
- Charter — mission and scope
- Contributing guide — how to participate
- How we work — tools and communication norms
- Code of conduct — behavioral standards