idkmesh

Conversation record: Free Resource Mesh v0

Date: 2026-08-28

User direction

Continue and do the best and create what we need to use free resource and free agents and free computing resource and how we can integrate the Git repository with those resource and agents.

Interpretation

Build a concrete, provider-neutral zero-project-cost resource layer for IDKMesh rather than only documenting a list of free services.

The implementation must preserve the project’s trust model:

Current external findings

Checked against current public documentation on 2026-08-28:

Implementation

Created one canonical branch, feature/free-resource-mesh-v0, with:

  1. scripts/free_resource_planner.py
    • deterministic zero-cost resource eligibility and ranking;
    • public-data/read-only task boundary;
    • source freshness enforcement;
    • explicit consent gates for repository secrets and external processing;
    • no dispatch or GitHub mutation.
  2. tests/test_free_resource_planner.py
    • policy regression suite.
  3. schemas/resource-offer-registry-v0.1.schema.json
    • versioned registry contract.
  4. examples/resources/free-resource-registry-v0.1.json
    • current evidence-backed resource offers and one explicit retired service exclusion.
  5. examples/resources/task-public-code-analysis-v0.1.json
    • sample bounded zero-cost public task request.
  6. .github/workflows/free-resource-plan.yml
    • read-only, zero-secret public Actions validation/planning workflow.
  7. docs/architecture/FREE_RESOURCE_MESH.md
    • staged integration architecture.

Verification before publication

Local implementation verification completed before publishing the branch:

One initial test failure was useful: a deterministic-verification fixture accidentally retained an llm capability requirement from the sample research task, correctly causing GitHub Actions to be rejected. The fixture was corrected rather than weakening planner eligibility rules.

Agent activation decision

The first merged layer should be resource planning and deterministic compute, not automatic hosted-agent execution.

Reasons:

Therefore:

Durable rule

free resource != trusted resource
free agent != autonomous authority
free compute -> bounded work -> evidence -> independent verification -> human decision

The registry’s job is to make zero-cost capacity discoverable and replaceable without letting provider-specific quotas or agent frameworks become the architecture.