Method Synthesis
Read ../references/novelty-boundary.md, ../references/conference-story-patterns.md, and ../references/evidence-contracts.md.
Keep the user's topic fixed unless the user explicitly asks for new topics.
Required Flow
- State the exact problem, semantic unit, performance target, deployment lifecycle, and resource constraints.
- Audit established mechanisms in papers, official documentation, mature open-source systems, and production implementations.
- Build an established-mechanism table: reusable, adaptable, and incompatible mechanisms, with evidence for each judgment.
- Identify the unresolved bottleneck or failure mode after strong established mechanisms are considered.
- Build a method design space across information, action granularity, objective, coordination boundary, time/state model, layer interface, failure model, and resource cost.
- Generate several candidate mechanisms on the same topic. Use different design-space moves rather than cosmetic variants.
- Stress-test each candidate against the closest method competitor and a strong engineered baseline.
- Keep only candidates with a plausible mechanism chain and a discriminating experiment.
Useful method-generation moves include:
- expose a signal hidden by the current layer boundary,
- change the decision or scheduling granularity,
- replace a proxy objective that misranks real decisions,
- move from static to stateful or feedback-driven control,
- coordinate components that fail under independent local decisions,
- exploit a new hardware/runtime/compiler/network contract,
- adapt an established mechanism to constraints it cannot satisfy unchanged,
- turn a measured failure mode into a minimal new mechanism.
Combining techniques is not enough. A combination must create a causal interaction, capability, or tradeoff that neither component provides alone.
Candidate Collapse Tests
Reject or revise a candidate when:
- one extra heuristic, state variable, or tuning pass in the baseline erases it,
- the difference is only code volume, framework choice, or packaging,
- required dynamic work is moved outside the end-to-end measured lifecycle,
- it changes terminology but not information, decisions, or outcomes,
- the claimed mechanism has no prediction that differs from a rival explanation,
- deployment cost or semantic change invalidates the comparison.
Output
Use assets/design-space-matrix.md and assets/method-candidate-card.md.
Return:
- fixed topic and constraints,
- established-mechanism audit,
- method design-space matrix,
- two to four surviving method cards,
- rejected candidates and collapse reasons,
- the first minimal experiment for each survivor,
- a recommendation about which candidate to test first and why.
Do not automatically select a winner from an opaque score. Explain the tradeoff, uncertainty, and evidence needed. If no method survives, report which capability or new evidence would reopen the topic before suggesting a topic change.
1---2name: researchstack-method-synthesis3description: Method-design skill for computer systems, networking, and AI research. Use when the topic is fixed or prior work already studies a similar problem, but the user needs genuinely different mechanisms, algorithms, interfaces, or system designs rather than another topic suggestion or superficial novelty claim.4---56# Method Synthesis78Read [../references/novelty-boundary.md](../references/novelty-boundary.md), [../references/conference-story-patterns.md](../references/conference-story-patterns.md), and [../references/evidence-contracts.md](../references/evidence-contracts.md).910Keep the user's topic fixed unless the user explicitly asks for new topics.1112## Required Flow13141. State the exact problem, semantic unit, performance target, deployment lifecycle, and resource constraints.152. Audit established mechanisms in papers, official documentation, mature open-source systems, and production implementations.163. Build an established-mechanism table: reusable, adaptable, and incompatible mechanisms, with evidence for each judgment.174. Identify the unresolved bottleneck or failure mode after strong established mechanisms are considered.185. Build a method design space across information, action granularity, objective, coordination boundary, time/state model, layer interface, failure model, and resource cost.196. Generate several candidate mechanisms on the same topic. Use different design-space moves rather than cosmetic variants.207. Stress-test each candidate against the closest method competitor and a strong engineered baseline.218. Keep only candidates with a plausible mechanism chain and a discriminating experiment.2223Useful method-generation moves include:2425- expose a signal hidden by the current layer boundary,26- change the decision or scheduling granularity,27- replace a proxy objective that misranks real decisions,28- move from static to stateful or feedback-driven control,29- coordinate components that fail under independent local decisions,30- exploit a new hardware/runtime/compiler/network contract,31- adapt an established mechanism to constraints it cannot satisfy unchanged,32- turn a measured failure mode into a minimal new mechanism.3334Combining techniques is not enough. A combination must create a causal interaction, capability, or tradeoff that neither component provides alone.3536## Candidate Collapse Tests3738Reject or revise a candidate when:3940- one extra heuristic, state variable, or tuning pass in the baseline erases it,41- the difference is only code volume, framework choice, or packaging,42- required dynamic work is moved outside the end-to-end measured lifecycle,43- it changes terminology but not information, decisions, or outcomes,44- the claimed mechanism has no prediction that differs from a rival explanation,45- deployment cost or semantic change invalidates the comparison.4647## Output4849Use [assets/design-space-matrix.md](assets/design-space-matrix.md) and [assets/method-candidate-card.md](assets/method-candidate-card.md).5051Return:52531. fixed topic and constraints,542. established-mechanism audit,553. method design-space matrix,564. two to four surviving method cards,575. rejected candidates and collapse reasons,586. the first minimal experiment for each survivor,597. a recommendation about which candidate to test first and why.6061Do not automatically select a winner from an opaque score. Explain the tradeoff, uncertainty, and evidence needed. If no method survives, report which capability or new evidence would reopen the topic before suggesting a topic change.