Date: 2026-09-09
Source main commit inspected: 1460713f1b5a8554ec8b7c4036c5129618de08e4
This note explains the current repository in a simple mental model and distinguishes implemented mechanisms from research ambitions.
IDKMesh is a verification-first coordination system for humans, AI agents, software tools, and compute working on uncertain goals.
The core idea is:
uncertain goal
-> bounded WorkUnit
-> worker/agent attempt
-> candidate artifacts + ResultManifest
-> independent EvaluatorPlan / VerificationResult
-> evidence report
-> explicit human/governance integration decision
-> updated project state
The authority rule is:
worker success != acceptance
verification recommendation != merge authority
CI success != independent human approval
Current main already includes:
idkmesh Python package with the gate-audit CLI and GitHub Action.The repository should not yet be described as:
The project has substantial infrastructure, but the main bottleneck is now convergence and observed evidence rather than inventing more foundational vocabulary.
A WorkUnit is a bounded task contract. It defines scope, permissions, security/resource requirements, expected outputs, and verification expectations. The point is to give workers limited authority rather than the whole project.
A worker produces a candidate. A candidate is not automatically accepted. It must pass verification and then an explicit integration decision.
Verification is a separate actor/system. Worker claims, verifier recommendations, and merge authority are intentionally distinct.
The repository tries to bind claims to exact artifacts, source revisions, identities, checks, and decision history. Evidence is first-class state, not an afterthought.
An iteration is not a commit. It is a closed evidence cycle:
baseline
-> bounded action or deliberate no-op
-> execution
-> verification
-> decision
-> outcome observation
-> state/belief update
A failed experiment can still be useful if it reduces uncertainty.
Improvement is multi-dimensional and evidence-backed. More commits, issues, stars, or PRs are not automatically improvement. Security, governance, verification, maintainability, reviewer burden, community capacity, and information gain all matter.
The conceptual state is a collection of interacting graphs:
Git and GitHub are the current storage and actuation surfaces over that semantic model.
ACE asks whether one useful contribution can create conditions for another useful contribution.
Its desired loop is:
verified contribution
-> lower friction / clearer knowledge
-> bounded Growth Seed
-> new contributor or reviewer
-> independent verification
-> verified descendant
-> adapt future growth strategy
ACE explicitly does not optimize raw stars, forks, comments, commits, or PR volume. Its target is closer to verified useful descendants per unit of scarce reviewer/maintainer attention.
At the time of this note, the live ACE ledger reports CONSOLIDATE mode, a capacity multiplier around 0.562, and autonomous public ACE actuation disabled. The current bootstrap cohort still has no verified external descendants, so the system correctly recommends holding the cohort rather than manufacturing growth activity.
The most concrete shipped user-facing capability is currently idkmesh gate-audit.
It analyzes a panel of verifier/reviewer votes and reports signals such as effective independent vote count, dependence/correlation structure, and seeded known-bad probe breach rate. It is diagnostic only and does not grant acceptance or merge authority.
The highest-level priority is no longer “design the architecture.” The repository already has a lot of architecture.
The current priorities are:
Think of IDKMesh as a small experimental operating system for collective work:
Constitution / governance
|
Goals + uncertainty + evidence
|
Bounded work contracts
|
Humans / agents / tools / compute
|
Candidate artifacts
|
Independent verification
|
Explicit integration authority
|
Canonical repository state
|
Outcome evidence and next questions
The long-term ambition is a large heterogeneous intelligence mesh. The current repository is the GitHub-native laboratory where the contracts, evidence mechanisms, community dynamics, and control loops needed for that ambition are being tested.
To understand the project efficiently, read in this order:
README.mddocs/WHAT_IS_IDKMESH.mdITERATION_MODEL.mdARCHITECTURE.mdEVOLUTION.mdschemas/README.mdCOMMUNITY_GROWTH_ENGINE.mdThe key is to keep asking: what is the goal, what is the bounded action, what is the evidence, who has authority, and what did we actually learn?