Objective
A personal research garden helps a person collect sources, compare claims, draft summaries, extract pseudocode, and preserve source trails without turning the assistant into an authority.
Topology
- source intake classifier;
- source quote and claim extractor;
- comparison matrix builder;
- pseudocode drafter;
- contradiction finder;
- human decision ledger.
Flow
PROCEDURE synthesize_research_folder(folder)
sources <- INGEST_AND_HASH(folder)
claims <- EXTRACT_CLAIMS(sources)
matrix <- COMPARE_CLAIMS_BY_TOPIC(claims)
gaps <- FIND_CONTRADICTIONS_AND_UNSUPPORTED_CLAIMS(matrix)
draft <- DRAFT_SYNTHESIS(matrix, gaps)
decision <- HUMAN_PROMOTES_ACCEPTED_CLAIMS(draft)
RETURN RESEARCH_PACKET(sources, claims, gaps, decision)
END PROCEDUREBreeding loop
Specialists can improve at extraction, comparison, and pseudocode drafting. The system should not silently rewrite the human decision ledger.
Source reports used for this guide
These reports are preserved verbatim in the site archive. The guide above is an editorial synthesis and may narrow, qualify, or reorganize claims from the source material.