Apply ZIP update: 275-didactopus-review-promotion-and-synthesis-engine.zip [2026-03-14T13:21:15]

This commit is contained in:
welsberr 2026-03-14 13:29:56 -04:00
parent 33c0694d83
commit 255bf19e50
1 changed files with 56 additions and 84 deletions

140
FAQ.md
View File

@ -1,116 +1,88 @@
# Didactopus FAQ # Didactopus FAQ
## What problem does Didactopus solve? ## What is Didactopus for?
Most learning systems record only test scores or completion status. Didactopus helps represent learning as a knowledge graph with evidence, mastery,
Didactopus records the **structure of knowledge and the trajectory of learning**, allowing deeper analysis of how understanding develops. artifacts, and reusable outputs. It supports both learners and the systems that
author, review, and improve learning materials.
--- ## Is it only for AI learners?
## Is Didactopus only for AI learners? No. It is built for:
No.
It is designed for:
- human learners - human learners
- AI learners - AI learners
- mixed humanAI learning systems - hybrid workflows where AI and humans both contribute
The architecture intentionally treats both types of learners similarly so their progress can be compared and analyzed. ## Why emphasize synthesis?
--- Because understanding often improves when learners recognize structural overlap
between different domains. Transfer, analogy, and conceptual reuse are central to
real intellectual progress.
## Why represent knowledge as graphs? Examples include:
Knowledge graphs make relationships explicit: - entropy in thermodynamics and information theory
- drift in population genetics and random walks
- feedback in engineering, biology, and machine learning
- prerequisites Didactopus tries to surface these overlaps rather than treating subjects as sealed
- conceptual similarity containers.
- crossdomain analogies
Graph representations make it easier to visualize and analyze the structure of understanding. ## Why not automatically trust learner-derived knowledge?
--- Learner-derived knowledge can be valuable, but it still needs review,
validation, and provenance. A learner may discover something surprising and
useful, but the system should preserve both usefulness and caution.
## What is synthesis? ## What can learner-derived knowledge become?
Synthesis is the process of **connecting ideas across different domains**. Depending on review outcome, it can be promoted into:
Many major intellectual advances come from recognizing structural similarities between fields. - accepted pack improvements
- curriculum drafts
- reusable skill bundles
- archived but unadopted suggestions
Didactopus supports synthesis by: ## What is the review-and-promotion workflow?
- allowing crosspack concept links It is the process by which exported learner observations are triaged, reviewed,
- visualizing conceptual overlap validated, and either promoted or archived.
- encouraging learners to explore related domains
--- ## What is the synthesis engine?
## Can learners modify domain packs? The synthesis engine analyzes concept graphs and learner evidence to identify
candidate conceptual overlaps, analogies, and transferable structures across
packs.
Learners can propose improvements through knowledge export artifacts. ## Can Didactopus produce traditional educational outputs?
These proposals may then be reviewed by: Yes. Knowledge exports can seed:
- mentors - lesson outlines
- domain pack maintainers - study guides
- automated validation systems - exercise sets
- instructor notes
- curriculum maps
Accepted improvements can be incorporated into future pack versions. ## Can Didactopus produce AI skill-like outputs?
--- Yes. Structured exports can support:
## What are artifacts? - skill manifests
- evaluation checklists
- failure-mode notes
- canonical examples
- prerequisite maps
Artifacts are outputs produced by Didactopus that capture aspects of learning. ## What happens to artifacts over time?
Examples: Artifacts can be:
- concept graph animations - retained
- mastery snapshots - archived
- knowledge export bundles - expired
- research datasets - soft-deleted
Artifacts allow learning to be inspected, shared, and reused.
---
## Why have artifact retention policies?
Learning systems can produce large numbers of artifacts.
Retention policies allow systems to:
- automatically remove temporary artifacts
- preserve historically important outputs
- archive discoveries or milestones
---
## Can Didactopus help build curricula?
Yes.
Knowledge exports and learner artifacts can be used to produce:
- textbooks
- course modules
- visual learning materials
- interactive exercises
---
## How does Didactopus help AI systems?
AI agents can use domain packs as structured skill maps.
Learner state tracking allows researchers to observe:
- reasoning development
- concept acquisition
- crossdomain transfer
This makes Didactopus useful for studying AI learning as well as human learning.
Retention policy support is included so temporary debugging products and durable
portfolio artifacts can be treated differently.