Skip to content

docs: introduce Hard Signal Framework across documentation#787

Open
FL4TLiN3 wants to merge 3 commits intomainfrom
docs/hard-signal-framework
Open

docs: introduce Hard Signal Framework across documentation#787
FL4TLiN3 wants to merge 3 commits intomainfrom
docs/hard-signal-framework

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Add docs/understanding-perstack/hard-signals.md as the canonical definition of the Hard Signal Framework — the design philosophy behind "quality is a system property"
  • Weave the framework throughout 13 existing documentation files, connecting context isolation to context separation, deterministic runtime to verification determinism, and sandbox boundaries to ground truth verification
  • Introduce the "soft gate + hard verification" pattern based on create-expert's review-definitionverify-test architecture: soft signals for semantic judgment (requirements alignment), hard signals as the final authority (compiler, tests, structural checks)
  • Rewrite "Keep It Verifiable" principle with reviewer + verifier delegation pattern
  • Add complete hard signal verification example in examples.md with soft review gate
  • Update README to frame project aims and create-expert description through the hard signal lens

Test plan

  • bun run build passes (all 24 packages)
  • bun run format-and-lint passes (no new warnings)
  • Manual review: read the learning path (concept → hard-signals → experts → runtime) and confirm the framework flows naturally
  • Verify all cross-references resolve correctly in the built docs site

🤖 Generated with Claude Code

FL4TLiN3 and others added 3 commits March 14, 2026 19:13
Add hard-signals.md as the canonical definition of the framework:
- Soft vs hard signal distinction with three conditions (ground truth,
  context separation, determinism)
- Built-in verifier pattern with soft gate + hard verification
- Converting soft checks to hard checks
- Reproducibility check for confirming determinism
- Combining soft and hard signals: soft gates for semantic judgment,
  hard verifiers as the final authority

Weave the framework throughout existing documentation:
- concept.mdx: design philosophy section
- experts.md: context isolation as context separation
- runtime.md: deterministic state as verification infrastructure
- sandbox-integration.md: post-hoc verification as hard signal
- best-practices.md: rewrite "Keep It Verifiable" with reviewer + verifier pattern
- testing.md: signal quality section with strategy classification
- examples.md: full hard signal verification example with soft gate
- taming-prompt-sprawl.md: independent verifiability as split benefit
- going-to-production.md: verification loop checklist
- rapid-prototyping.md: soft-to-hard signal progression
- README.md: hard signal framing in project aims and create-expert description

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The harness provides the quality floor (hard signals guarantee the output
works). The Expert author provides the quality ceiling (domain knowledge
ensures it solves the right problem). Architecture choice does not
determine quality — the combination of verification and knowledge does.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merge "hard signals make agents reliable" into "quality is a system
property" — they were saying the same thing from different angles.
Keep "do big things with small models" as a consequence, not a
separate thesis.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 force-pushed the docs/hard-signal-framework branch from bff5a4a to ee29fdc Compare March 14, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant