@machinespirits/eval 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +91 -9
- package/config/eval-settings.yaml +3 -3
- package/config/paper-manifest.json +486 -0
- package/config/providers.yaml +9 -6
- package/config/tutor-agents.yaml +2261 -0
- package/content/README.md +23 -0
- package/content/courses/479/course.md +53 -0
- package/content/courses/479/lecture-1.md +361 -0
- package/content/courses/479/lecture-2.md +360 -0
- package/content/courses/479/lecture-3.md +655 -0
- package/content/courses/479/lecture-4.md +530 -0
- package/content/courses/479/lecture-5.md +326 -0
- package/content/courses/479/lecture-6.md +346 -0
- package/content/courses/479/lecture-7.md +326 -0
- package/content/courses/479/lecture-8.md +273 -0
- package/content/courses/479/roadmap-slides.md +656 -0
- package/content/manifest.yaml +8 -0
- package/docs/research/build.sh +44 -20
- package/docs/research/figures/figure10.png +0 -0
- package/docs/research/figures/figure11.png +0 -0
- package/docs/research/figures/figure3.png +0 -0
- package/docs/research/figures/figure4.png +0 -0
- package/docs/research/figures/figure5.png +0 -0
- package/docs/research/figures/figure6.png +0 -0
- package/docs/research/figures/figure7.png +0 -0
- package/docs/research/figures/figure8.png +0 -0
- package/docs/research/figures/figure9.png +0 -0
- package/docs/research/header.tex +23 -2
- package/docs/research/paper-full.md +941 -285
- package/docs/research/paper-short.md +216 -585
- package/docs/research/references.bib +132 -0
- package/docs/research/slides-header.tex +188 -0
- package/docs/research/slides-pptx.md +363 -0
- package/docs/research/slides.md +531 -0
- package/docs/research/style-reference-pptx.py +199 -0
- package/package.json +6 -5
- package/scripts/analyze-eval-results.js +69 -17
- package/scripts/analyze-mechanism-traces.js +763 -0
- package/scripts/analyze-modulation-learning.js +498 -0
- package/scripts/analyze-prosthesis.js +144 -0
- package/scripts/analyze-run.js +264 -79
- package/scripts/assess-transcripts.js +853 -0
- package/scripts/browse-transcripts.js +854 -0
- package/scripts/check-parse-failures.js +73 -0
- package/scripts/code-dialectical-modulation.js +1320 -0
- package/scripts/download-data.sh +55 -0
- package/scripts/eval-cli.js +106 -18
- package/scripts/generate-paper-figures.js +663 -0
- package/scripts/generate-paper-figures.py +577 -76
- package/scripts/generate-paper-tables.js +299 -0
- package/scripts/qualitative-analysis-ai.js +3 -3
- package/scripts/render-sequence-diagram.js +694 -0
- package/scripts/test-latency.js +210 -0
- package/scripts/test-rate-limit.js +95 -0
- package/scripts/test-token-budget.js +332 -0
- package/scripts/validate-paper-manifest.js +670 -0
- package/services/__tests__/evalConfigLoader.test.js +2 -2
- package/services/__tests__/learnerRubricEvaluator.test.js +361 -0
- package/services/__tests__/learnerTutorInteractionEngine.test.js +326 -0
- package/services/evaluationRunner.js +975 -98
- package/services/evaluationStore.js +12 -4
- package/services/learnerTutorInteractionEngine.js +27 -2
- package/services/mockProvider.js +133 -0
- package/services/promptRewriter.js +1471 -5
- package/services/rubricEvaluator.js +55 -2
- package/services/transcriptFormatter.js +675 -0
- package/docs/EVALUATION-VARIABLES.md +0 -589
- package/docs/REPLICATION-PLAN.md +0 -577
- package/scripts/analyze-run.mjs +0 -282
- package/scripts/compare-runs.js +0 -44
- package/scripts/compare-suggestions.js +0 -80
- package/scripts/dig-into-run.js +0 -158
- package/scripts/show-failed-suggestions.js +0 -64
- /package/scripts/{check-run.mjs → check-run.js} +0 -0
package/config/tutor-agents.yaml
CHANGED
|
@@ -714,3 +714,2264 @@ profiles:
|
|
|
714
714
|
enforce_mutual_recognition: true
|
|
715
715
|
require_memory_integration: true
|
|
716
716
|
assess_transformative_potential: true
|
|
717
|
+
|
|
718
|
+
# ===========================================================================
|
|
719
|
+
# DIVERGENT SUPEREGO CELLS (22-27)
|
|
720
|
+
# ===========================================================================
|
|
721
|
+
# These cells test whether genuinely divergent internal agents produce the
|
|
722
|
+
# behavioral modulation predicted by the Drama Machine framework.
|
|
723
|
+
#
|
|
724
|
+
# The convergent superego (cells 3,4,7,8) shares the Ego's goal (good pedagogy)
|
|
725
|
+
# and acts as quality control — producing d=0.05 modulation.
|
|
726
|
+
#
|
|
727
|
+
# Divergent superegos have CONFLICTING objectives:
|
|
728
|
+
# - Suspicious: Challenges authenticity of engagement (orthogonal to correctness)
|
|
729
|
+
# - Adversary: Argues for the opposite pedagogical method (methodological tension)
|
|
730
|
+
# - Advocate: Represents the learner's experience (experiential vs. expert view)
|
|
731
|
+
#
|
|
732
|
+
# Design: 3 superego types × 2 recognition levels = 6 cells
|
|
733
|
+
# All use unified learner (Factor C held constant) to isolate superego effect.
|
|
734
|
+
# Models: nemotron (ego) + kimi-k2.5 (superego), matching factorial conditions.
|
|
735
|
+
#
|
|
736
|
+
# Key parameter changes vs convergent (max_rounds=2, threshold=0.8):
|
|
737
|
+
# - max_rounds: 3 (more room for genuine negotiation)
|
|
738
|
+
# - convergence_threshold: 0.65/0.60 (lower bar for adversarial agreement)
|
|
739
|
+
#
|
|
740
|
+
# Comparisons:
|
|
741
|
+
# Cell 3 (M=76.6) vs Cells 22,24,26 → Does divergence increase modulation?
|
|
742
|
+
# Cell 7 (M=92.3) vs Cells 23,25,27 → Does divergence interact with recognition?
|
|
743
|
+
|
|
744
|
+
# Cell 22: Base × Suspicious Superego × Unified Learner
|
|
745
|
+
cell_22_base_suspicious_unified:
|
|
746
|
+
description: "Divergent cell 22: base ego + suspicious superego, unified learner"
|
|
747
|
+
factors:
|
|
748
|
+
prompt_type: divergent_suspicious
|
|
749
|
+
multi_agent_tutor: true
|
|
750
|
+
multi_agent_learner: false
|
|
751
|
+
superego_type: suspicious
|
|
752
|
+
learner_architecture: unified
|
|
753
|
+
recognition_mode: false
|
|
754
|
+
memory_enabled: false
|
|
755
|
+
dialogue:
|
|
756
|
+
enabled: true
|
|
757
|
+
max_rounds: 3
|
|
758
|
+
convergence_threshold: 0.65
|
|
759
|
+
ego:
|
|
760
|
+
provider: openrouter
|
|
761
|
+
model: nemotron
|
|
762
|
+
staging: front
|
|
763
|
+
prompt_file: tutor-ego.md
|
|
764
|
+
hyperparameters:
|
|
765
|
+
temperature: 0.6
|
|
766
|
+
max_tokens: 8000
|
|
767
|
+
superego:
|
|
768
|
+
provider: openrouter
|
|
769
|
+
model: kimi-k2.5
|
|
770
|
+
staging: back
|
|
771
|
+
prompt_file: tutor-superego-suspicious.md
|
|
772
|
+
hyperparameters:
|
|
773
|
+
temperature: 0.2
|
|
774
|
+
max_tokens: 8000
|
|
775
|
+
|
|
776
|
+
# Cell 23: Recognition × Suspicious Superego × Unified Learner
|
|
777
|
+
cell_23_recog_suspicious_unified:
|
|
778
|
+
description: "Divergent cell 23: recognition ego + suspicious superego, unified learner"
|
|
779
|
+
factors:
|
|
780
|
+
prompt_type: divergent_suspicious
|
|
781
|
+
multi_agent_tutor: true
|
|
782
|
+
multi_agent_learner: false
|
|
783
|
+
superego_type: suspicious
|
|
784
|
+
learner_architecture: unified_recognition
|
|
785
|
+
recognition_mode: true
|
|
786
|
+
memory_enabled: true
|
|
787
|
+
dialogue:
|
|
788
|
+
enabled: true
|
|
789
|
+
max_rounds: 3
|
|
790
|
+
convergence_threshold: 0.60
|
|
791
|
+
ego:
|
|
792
|
+
provider: openrouter
|
|
793
|
+
model: nemotron
|
|
794
|
+
staging: front
|
|
795
|
+
prompt_file: tutor-ego-recognition.md
|
|
796
|
+
hyperparameters:
|
|
797
|
+
temperature: 0.6
|
|
798
|
+
max_tokens: 8000
|
|
799
|
+
superego:
|
|
800
|
+
provider: openrouter
|
|
801
|
+
model: kimi-k2.5
|
|
802
|
+
staging: back
|
|
803
|
+
prompt_file: tutor-superego-suspicious.md
|
|
804
|
+
hyperparameters:
|
|
805
|
+
temperature: 0.2
|
|
806
|
+
max_tokens: 8000
|
|
807
|
+
|
|
808
|
+
# Cell 24: Base × Adversary Superego × Unified Learner
|
|
809
|
+
cell_24_base_adversary_unified:
|
|
810
|
+
description: "Divergent cell 24: base ego + adversary superego, unified learner"
|
|
811
|
+
factors:
|
|
812
|
+
prompt_type: divergent_adversary
|
|
813
|
+
multi_agent_tutor: true
|
|
814
|
+
multi_agent_learner: false
|
|
815
|
+
superego_type: adversary
|
|
816
|
+
learner_architecture: unified
|
|
817
|
+
recognition_mode: false
|
|
818
|
+
memory_enabled: false
|
|
819
|
+
dialogue:
|
|
820
|
+
enabled: true
|
|
821
|
+
max_rounds: 3
|
|
822
|
+
convergence_threshold: 0.65
|
|
823
|
+
ego:
|
|
824
|
+
provider: openrouter
|
|
825
|
+
model: nemotron
|
|
826
|
+
staging: front
|
|
827
|
+
prompt_file: tutor-ego.md
|
|
828
|
+
hyperparameters:
|
|
829
|
+
temperature: 0.6
|
|
830
|
+
max_tokens: 8000
|
|
831
|
+
superego:
|
|
832
|
+
provider: openrouter
|
|
833
|
+
model: kimi-k2.5
|
|
834
|
+
staging: back
|
|
835
|
+
prompt_file: tutor-superego-adversary.md
|
|
836
|
+
hyperparameters:
|
|
837
|
+
temperature: 0.2
|
|
838
|
+
max_tokens: 8000
|
|
839
|
+
|
|
840
|
+
# Cell 25: Recognition × Adversary Superego × Unified Learner
|
|
841
|
+
cell_25_recog_adversary_unified:
|
|
842
|
+
description: "Divergent cell 25: recognition ego + adversary superego, unified learner"
|
|
843
|
+
factors:
|
|
844
|
+
prompt_type: divergent_adversary
|
|
845
|
+
multi_agent_tutor: true
|
|
846
|
+
multi_agent_learner: false
|
|
847
|
+
superego_type: adversary
|
|
848
|
+
learner_architecture: unified_recognition
|
|
849
|
+
recognition_mode: true
|
|
850
|
+
memory_enabled: true
|
|
851
|
+
dialogue:
|
|
852
|
+
enabled: true
|
|
853
|
+
max_rounds: 3
|
|
854
|
+
convergence_threshold: 0.60
|
|
855
|
+
ego:
|
|
856
|
+
provider: openrouter
|
|
857
|
+
model: nemotron
|
|
858
|
+
staging: front
|
|
859
|
+
prompt_file: tutor-ego-recognition.md
|
|
860
|
+
hyperparameters:
|
|
861
|
+
temperature: 0.6
|
|
862
|
+
max_tokens: 8000
|
|
863
|
+
superego:
|
|
864
|
+
provider: openrouter
|
|
865
|
+
model: kimi-k2.5
|
|
866
|
+
staging: back
|
|
867
|
+
prompt_file: tutor-superego-adversary.md
|
|
868
|
+
hyperparameters:
|
|
869
|
+
temperature: 0.2
|
|
870
|
+
max_tokens: 8000
|
|
871
|
+
|
|
872
|
+
# Cell 26: Base × Advocate Superego × Unified Learner
|
|
873
|
+
cell_26_base_advocate_unified:
|
|
874
|
+
description: "Divergent cell 26: base ego + advocate superego, unified learner"
|
|
875
|
+
factors:
|
|
876
|
+
prompt_type: divergent_advocate
|
|
877
|
+
multi_agent_tutor: true
|
|
878
|
+
multi_agent_learner: false
|
|
879
|
+
superego_type: advocate
|
|
880
|
+
learner_architecture: unified
|
|
881
|
+
recognition_mode: false
|
|
882
|
+
memory_enabled: false
|
|
883
|
+
dialogue:
|
|
884
|
+
enabled: true
|
|
885
|
+
max_rounds: 3
|
|
886
|
+
convergence_threshold: 0.65
|
|
887
|
+
ego:
|
|
888
|
+
provider: openrouter
|
|
889
|
+
model: nemotron
|
|
890
|
+
staging: front
|
|
891
|
+
prompt_file: tutor-ego.md
|
|
892
|
+
hyperparameters:
|
|
893
|
+
temperature: 0.6
|
|
894
|
+
max_tokens: 8000
|
|
895
|
+
superego:
|
|
896
|
+
provider: openrouter
|
|
897
|
+
model: kimi-k2.5
|
|
898
|
+
staging: back
|
|
899
|
+
prompt_file: tutor-superego-advocate.md
|
|
900
|
+
hyperparameters:
|
|
901
|
+
temperature: 0.2
|
|
902
|
+
max_tokens: 8000
|
|
903
|
+
|
|
904
|
+
# Cell 27: Recognition × Advocate Superego × Unified Learner
|
|
905
|
+
cell_27_recog_advocate_unified:
|
|
906
|
+
description: "Divergent cell 27: recognition ego + advocate superego, unified learner"
|
|
907
|
+
factors:
|
|
908
|
+
prompt_type: divergent_advocate
|
|
909
|
+
multi_agent_tutor: true
|
|
910
|
+
multi_agent_learner: false
|
|
911
|
+
superego_type: advocate
|
|
912
|
+
learner_architecture: unified_recognition
|
|
913
|
+
recognition_mode: true
|
|
914
|
+
memory_enabled: true
|
|
915
|
+
dialogue:
|
|
916
|
+
enabled: true
|
|
917
|
+
max_rounds: 3
|
|
918
|
+
convergence_threshold: 0.60
|
|
919
|
+
ego:
|
|
920
|
+
provider: openrouter
|
|
921
|
+
model: nemotron
|
|
922
|
+
staging: front
|
|
923
|
+
prompt_file: tutor-ego-recognition.md
|
|
924
|
+
hyperparameters:
|
|
925
|
+
temperature: 0.6
|
|
926
|
+
max_tokens: 8000
|
|
927
|
+
superego:
|
|
928
|
+
provider: openrouter
|
|
929
|
+
model: kimi-k2.5
|
|
930
|
+
staging: back
|
|
931
|
+
prompt_file: tutor-superego-advocate.md
|
|
932
|
+
hyperparameters:
|
|
933
|
+
temperature: 0.2
|
|
934
|
+
max_tokens: 8000
|
|
935
|
+
|
|
936
|
+
# ===========================================================================
|
|
937
|
+
# DIALECTICAL SYNTHESIS CELLS (28-33)
|
|
938
|
+
# ===========================================================================
|
|
939
|
+
# Same divergent superegos as cells 22-27, but paired with a DIALECTICAL ego
|
|
940
|
+
# that is trained to synthesize (Aufhebung) rather than capitulate.
|
|
941
|
+
#
|
|
942
|
+
# Cells 22-27 = divergent superego + standard ego → capitulation baseline
|
|
943
|
+
# Cells 28-33 = divergent superego + dialectical ego → synthesis test
|
|
944
|
+
#
|
|
945
|
+
# The dialectical ego follows: defend → extract what's valid → integrate.
|
|
946
|
+
# Hypothesis: divergent agents produce BOTH modulation AND quality gains
|
|
947
|
+
# when the Ego treats critique as material for synthesis, not as a veto.
|
|
948
|
+
#
|
|
949
|
+
# Comparisons:
|
|
950
|
+
# Cells 22-27 vs 28-33 → Does Aufhebung training recover quality?
|
|
951
|
+
# Cells 28-33 vs 3,7 → Does dialectical divergence beat convergent?
|
|
952
|
+
# SD(28-33) vs SD(3,7) → Does modulation survive synthesis training?
|
|
953
|
+
|
|
954
|
+
# Cell 28: Base Dialectical × Suspicious Superego × Unified Learner
|
|
955
|
+
cell_28_base_dialectical_suspicious_unified:
|
|
956
|
+
description: "Dialectical cell 28: base dialectical ego + suspicious superego, unified learner"
|
|
957
|
+
factors:
|
|
958
|
+
prompt_type: dialectical_suspicious
|
|
959
|
+
multi_agent_tutor: true
|
|
960
|
+
multi_agent_learner: false
|
|
961
|
+
superego_type: suspicious
|
|
962
|
+
learner_architecture: unified
|
|
963
|
+
recognition_mode: false
|
|
964
|
+
memory_enabled: false
|
|
965
|
+
dialogue:
|
|
966
|
+
enabled: true
|
|
967
|
+
max_rounds: 3
|
|
968
|
+
convergence_threshold: 0.65
|
|
969
|
+
ego:
|
|
970
|
+
provider: openrouter
|
|
971
|
+
model: nemotron
|
|
972
|
+
staging: front
|
|
973
|
+
prompt_file: tutor-ego-dialectical.md
|
|
974
|
+
hyperparameters:
|
|
975
|
+
temperature: 0.6
|
|
976
|
+
max_tokens: 8000
|
|
977
|
+
superego:
|
|
978
|
+
provider: openrouter
|
|
979
|
+
model: kimi-k2.5
|
|
980
|
+
staging: back
|
|
981
|
+
prompt_file: tutor-superego-suspicious.md
|
|
982
|
+
hyperparameters:
|
|
983
|
+
temperature: 0.2
|
|
984
|
+
max_tokens: 8000
|
|
985
|
+
|
|
986
|
+
# Cell 29: Recognition Dialectical × Suspicious Superego × Unified Learner
|
|
987
|
+
cell_29_recog_dialectical_suspicious_unified:
|
|
988
|
+
description: "Dialectical cell 29: recognition dialectical ego + suspicious superego, unified learner"
|
|
989
|
+
factors:
|
|
990
|
+
prompt_type: dialectical_suspicious
|
|
991
|
+
multi_agent_tutor: true
|
|
992
|
+
multi_agent_learner: false
|
|
993
|
+
superego_type: suspicious
|
|
994
|
+
learner_architecture: unified_recognition
|
|
995
|
+
recognition_mode: true
|
|
996
|
+
memory_enabled: true
|
|
997
|
+
dialogue:
|
|
998
|
+
enabled: true
|
|
999
|
+
max_rounds: 3
|
|
1000
|
+
convergence_threshold: 0.60
|
|
1001
|
+
ego:
|
|
1002
|
+
provider: openrouter
|
|
1003
|
+
model: nemotron
|
|
1004
|
+
staging: front
|
|
1005
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1006
|
+
hyperparameters:
|
|
1007
|
+
temperature: 0.6
|
|
1008
|
+
max_tokens: 8000
|
|
1009
|
+
superego:
|
|
1010
|
+
provider: openrouter
|
|
1011
|
+
model: kimi-k2.5
|
|
1012
|
+
staging: back
|
|
1013
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1014
|
+
hyperparameters:
|
|
1015
|
+
temperature: 0.2
|
|
1016
|
+
max_tokens: 8000
|
|
1017
|
+
|
|
1018
|
+
# Cell 30: Base Dialectical × Adversary Superego × Unified Learner
|
|
1019
|
+
cell_30_base_dialectical_adversary_unified:
|
|
1020
|
+
description: "Dialectical cell 30: base dialectical ego + adversary superego, unified learner"
|
|
1021
|
+
factors:
|
|
1022
|
+
prompt_type: dialectical_adversary
|
|
1023
|
+
multi_agent_tutor: true
|
|
1024
|
+
multi_agent_learner: false
|
|
1025
|
+
superego_type: adversary
|
|
1026
|
+
learner_architecture: unified
|
|
1027
|
+
recognition_mode: false
|
|
1028
|
+
memory_enabled: false
|
|
1029
|
+
dialogue:
|
|
1030
|
+
enabled: true
|
|
1031
|
+
max_rounds: 3
|
|
1032
|
+
convergence_threshold: 0.65
|
|
1033
|
+
ego:
|
|
1034
|
+
provider: openrouter
|
|
1035
|
+
model: nemotron
|
|
1036
|
+
staging: front
|
|
1037
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1038
|
+
hyperparameters:
|
|
1039
|
+
temperature: 0.6
|
|
1040
|
+
max_tokens: 8000
|
|
1041
|
+
superego:
|
|
1042
|
+
provider: openrouter
|
|
1043
|
+
model: kimi-k2.5
|
|
1044
|
+
staging: back
|
|
1045
|
+
prompt_file: tutor-superego-adversary.md
|
|
1046
|
+
hyperparameters:
|
|
1047
|
+
temperature: 0.2
|
|
1048
|
+
max_tokens: 8000
|
|
1049
|
+
|
|
1050
|
+
# Cell 31: Recognition Dialectical × Adversary Superego × Unified Learner
|
|
1051
|
+
cell_31_recog_dialectical_adversary_unified:
|
|
1052
|
+
description: "Dialectical cell 31: recognition dialectical ego + adversary superego, unified learner"
|
|
1053
|
+
factors:
|
|
1054
|
+
prompt_type: dialectical_adversary
|
|
1055
|
+
multi_agent_tutor: true
|
|
1056
|
+
multi_agent_learner: false
|
|
1057
|
+
superego_type: adversary
|
|
1058
|
+
learner_architecture: unified_recognition
|
|
1059
|
+
recognition_mode: true
|
|
1060
|
+
memory_enabled: true
|
|
1061
|
+
dialogue:
|
|
1062
|
+
enabled: true
|
|
1063
|
+
max_rounds: 3
|
|
1064
|
+
convergence_threshold: 0.60
|
|
1065
|
+
ego:
|
|
1066
|
+
provider: openrouter
|
|
1067
|
+
model: nemotron
|
|
1068
|
+
staging: front
|
|
1069
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1070
|
+
hyperparameters:
|
|
1071
|
+
temperature: 0.6
|
|
1072
|
+
max_tokens: 8000
|
|
1073
|
+
superego:
|
|
1074
|
+
provider: openrouter
|
|
1075
|
+
model: kimi-k2.5
|
|
1076
|
+
staging: back
|
|
1077
|
+
prompt_file: tutor-superego-adversary.md
|
|
1078
|
+
hyperparameters:
|
|
1079
|
+
temperature: 0.2
|
|
1080
|
+
max_tokens: 8000
|
|
1081
|
+
|
|
1082
|
+
# Cell 32: Base Dialectical × Advocate Superego × Unified Learner
|
|
1083
|
+
cell_32_base_dialectical_advocate_unified:
|
|
1084
|
+
description: "Dialectical cell 32: base dialectical ego + advocate superego, unified learner"
|
|
1085
|
+
factors:
|
|
1086
|
+
prompt_type: dialectical_advocate
|
|
1087
|
+
multi_agent_tutor: true
|
|
1088
|
+
multi_agent_learner: false
|
|
1089
|
+
superego_type: advocate
|
|
1090
|
+
learner_architecture: unified
|
|
1091
|
+
recognition_mode: false
|
|
1092
|
+
memory_enabled: false
|
|
1093
|
+
dialogue:
|
|
1094
|
+
enabled: true
|
|
1095
|
+
max_rounds: 3
|
|
1096
|
+
convergence_threshold: 0.65
|
|
1097
|
+
ego:
|
|
1098
|
+
provider: openrouter
|
|
1099
|
+
model: nemotron
|
|
1100
|
+
staging: front
|
|
1101
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1102
|
+
hyperparameters:
|
|
1103
|
+
temperature: 0.6
|
|
1104
|
+
max_tokens: 8000
|
|
1105
|
+
superego:
|
|
1106
|
+
provider: openrouter
|
|
1107
|
+
model: kimi-k2.5
|
|
1108
|
+
staging: back
|
|
1109
|
+
prompt_file: tutor-superego-advocate.md
|
|
1110
|
+
hyperparameters:
|
|
1111
|
+
temperature: 0.2
|
|
1112
|
+
max_tokens: 8000
|
|
1113
|
+
|
|
1114
|
+
# Cell 33: Recognition Dialectical × Advocate Superego × Unified Learner
|
|
1115
|
+
cell_33_recog_dialectical_advocate_unified:
|
|
1116
|
+
description: "Dialectical cell 33: recognition dialectical ego + advocate superego, unified learner"
|
|
1117
|
+
factors:
|
|
1118
|
+
prompt_type: dialectical_advocate
|
|
1119
|
+
multi_agent_tutor: true
|
|
1120
|
+
multi_agent_learner: false
|
|
1121
|
+
superego_type: advocate
|
|
1122
|
+
learner_architecture: unified_recognition
|
|
1123
|
+
recognition_mode: true
|
|
1124
|
+
memory_enabled: true
|
|
1125
|
+
dialogue:
|
|
1126
|
+
enabled: true
|
|
1127
|
+
max_rounds: 3
|
|
1128
|
+
convergence_threshold: 0.60
|
|
1129
|
+
ego:
|
|
1130
|
+
provider: openrouter
|
|
1131
|
+
model: nemotron
|
|
1132
|
+
staging: front
|
|
1133
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1134
|
+
hyperparameters:
|
|
1135
|
+
temperature: 0.6
|
|
1136
|
+
max_tokens: 8000
|
|
1137
|
+
superego:
|
|
1138
|
+
provider: openrouter
|
|
1139
|
+
model: kimi-k2.5
|
|
1140
|
+
staging: back
|
|
1141
|
+
prompt_file: tutor-superego-advocate.md
|
|
1142
|
+
hyperparameters:
|
|
1143
|
+
temperature: 0.2
|
|
1144
|
+
max_tokens: 8000
|
|
1145
|
+
|
|
1146
|
+
# ===========================================================================
|
|
1147
|
+
# FULL-FEATURE DIALECTICAL CELLS (34-39)
|
|
1148
|
+
# ===========================================================================
|
|
1149
|
+
# These cells enable ALL modulation features on top of the dialectical
|
|
1150
|
+
# superego architecture:
|
|
1151
|
+
# - Writing Pad (persistent learner model across turns)
|
|
1152
|
+
# - Dialectical Negotiation (memory surfaces in prompts)
|
|
1153
|
+
# - Prompt Rewriting (LLM-synthesized between-turn directives)
|
|
1154
|
+
# - Cross-turn superego memory (prior feedback accumulation)
|
|
1155
|
+
# - Learner trajectory assessment (structured resistance signals)
|
|
1156
|
+
#
|
|
1157
|
+
# Without these features, the superego operates as a near-deterministic
|
|
1158
|
+
# quality filter — it cannot adapt across turns, detect resistance patterns,
|
|
1159
|
+
# or help the ego find breakthrough directions.
|
|
1160
|
+
#
|
|
1161
|
+
# Cells 34-39 test the hypothesis: with full modulation infrastructure,
|
|
1162
|
+
# does dialectical superego negotiation produce measurable learning
|
|
1163
|
+
# trajectories (vs the flat learnerGrowthIndex observed in cells 28-33)?
|
|
1164
|
+
#
|
|
1165
|
+
# Design: 2 (base/recog) × 3 (suspicious/adversary/advocate) = 6 cells
|
|
1166
|
+
# ===========================================================================
|
|
1167
|
+
|
|
1168
|
+
# DEPRECATED: Cells 34-39 were designed for full-feature dialectical testing
|
|
1169
|
+
# (cross-turn memory + prompt rewriting + learner signals) but were never run.
|
|
1170
|
+
# The mechanisms they test were later explored through cells 40-65.
|
|
1171
|
+
|
|
1172
|
+
# Cell 34: Base Dialectical × Suspicious × Full Features
|
|
1173
|
+
cell_34_base_dialectical_suspicious_unified_full:
|
|
1174
|
+
description: "Full-feature dialectical cell 34: base ego + suspicious superego + writing pad + prompt rewriting"
|
|
1175
|
+
factors:
|
|
1176
|
+
prompt_type: dialectical_suspicious
|
|
1177
|
+
multi_agent_tutor: true
|
|
1178
|
+
multi_agent_learner: false
|
|
1179
|
+
superego_type: suspicious
|
|
1180
|
+
full_modulation: true
|
|
1181
|
+
learner_architecture: unified
|
|
1182
|
+
recognition_mode: false
|
|
1183
|
+
memory_enabled: true
|
|
1184
|
+
writing_pad_enabled: true
|
|
1185
|
+
dialectical_negotiation: true
|
|
1186
|
+
prompt_rewriting:
|
|
1187
|
+
enabled: true
|
|
1188
|
+
strategy: llm
|
|
1189
|
+
dialogue:
|
|
1190
|
+
enabled: true
|
|
1191
|
+
max_rounds: 3
|
|
1192
|
+
convergence_threshold: 0.65
|
|
1193
|
+
ego:
|
|
1194
|
+
provider: openrouter
|
|
1195
|
+
model: nemotron
|
|
1196
|
+
staging: front
|
|
1197
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1198
|
+
hyperparameters:
|
|
1199
|
+
temperature: 0.6
|
|
1200
|
+
max_tokens: 8000
|
|
1201
|
+
superego:
|
|
1202
|
+
provider: openrouter
|
|
1203
|
+
model: kimi-k2.5
|
|
1204
|
+
staging: back
|
|
1205
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1206
|
+
hyperparameters:
|
|
1207
|
+
temperature: 0.2
|
|
1208
|
+
max_tokens: 8000
|
|
1209
|
+
intervention_strategies:
|
|
1210
|
+
require_memory_integration: true
|
|
1211
|
+
assess_transformative_potential: true
|
|
1212
|
+
|
|
1213
|
+
# Cell 35: Recognition Dialectical × Suspicious × Full Features
|
|
1214
|
+
cell_35_recog_dialectical_suspicious_unified_full:
|
|
1215
|
+
description: "Full-feature dialectical cell 35: recognition ego + suspicious superego + writing pad + prompt rewriting"
|
|
1216
|
+
factors:
|
|
1217
|
+
prompt_type: dialectical_suspicious
|
|
1218
|
+
multi_agent_tutor: true
|
|
1219
|
+
multi_agent_learner: false
|
|
1220
|
+
superego_type: suspicious
|
|
1221
|
+
full_modulation: true
|
|
1222
|
+
learner_architecture: unified_recognition
|
|
1223
|
+
recognition_mode: true
|
|
1224
|
+
memory_enabled: true
|
|
1225
|
+
writing_pad_enabled: true
|
|
1226
|
+
dialectical_negotiation: true
|
|
1227
|
+
prompt_rewriting:
|
|
1228
|
+
enabled: true
|
|
1229
|
+
strategy: llm
|
|
1230
|
+
dialogue:
|
|
1231
|
+
enabled: true
|
|
1232
|
+
max_rounds: 3
|
|
1233
|
+
convergence_threshold: 0.60
|
|
1234
|
+
ego:
|
|
1235
|
+
provider: openrouter
|
|
1236
|
+
model: nemotron
|
|
1237
|
+
staging: front
|
|
1238
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1239
|
+
hyperparameters:
|
|
1240
|
+
temperature: 0.6
|
|
1241
|
+
max_tokens: 8000
|
|
1242
|
+
superego:
|
|
1243
|
+
provider: openrouter
|
|
1244
|
+
model: kimi-k2.5
|
|
1245
|
+
staging: back
|
|
1246
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1247
|
+
hyperparameters:
|
|
1248
|
+
temperature: 0.2
|
|
1249
|
+
max_tokens: 8000
|
|
1250
|
+
intervention_strategies:
|
|
1251
|
+
enforce_mutual_recognition: true
|
|
1252
|
+
require_memory_integration: true
|
|
1253
|
+
assess_transformative_potential: true
|
|
1254
|
+
|
|
1255
|
+
# Cell 36: Base Dialectical × Adversary × Full Features
|
|
1256
|
+
cell_36_base_dialectical_adversary_unified_full:
|
|
1257
|
+
description: "Full-feature dialectical cell 36: base ego + adversary superego + writing pad + prompt rewriting"
|
|
1258
|
+
factors:
|
|
1259
|
+
prompt_type: dialectical_adversary
|
|
1260
|
+
multi_agent_tutor: true
|
|
1261
|
+
multi_agent_learner: false
|
|
1262
|
+
superego_type: adversary
|
|
1263
|
+
full_modulation: true
|
|
1264
|
+
learner_architecture: unified
|
|
1265
|
+
recognition_mode: false
|
|
1266
|
+
memory_enabled: true
|
|
1267
|
+
writing_pad_enabled: true
|
|
1268
|
+
dialectical_negotiation: true
|
|
1269
|
+
prompt_rewriting:
|
|
1270
|
+
enabled: true
|
|
1271
|
+
strategy: llm
|
|
1272
|
+
dialogue:
|
|
1273
|
+
enabled: true
|
|
1274
|
+
max_rounds: 3
|
|
1275
|
+
convergence_threshold: 0.65
|
|
1276
|
+
ego:
|
|
1277
|
+
provider: openrouter
|
|
1278
|
+
model: nemotron
|
|
1279
|
+
staging: front
|
|
1280
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1281
|
+
hyperparameters:
|
|
1282
|
+
temperature: 0.6
|
|
1283
|
+
max_tokens: 8000
|
|
1284
|
+
superego:
|
|
1285
|
+
provider: openrouter
|
|
1286
|
+
model: kimi-k2.5
|
|
1287
|
+
staging: back
|
|
1288
|
+
prompt_file: tutor-superego-adversary.md
|
|
1289
|
+
hyperparameters:
|
|
1290
|
+
temperature: 0.2
|
|
1291
|
+
max_tokens: 8000
|
|
1292
|
+
intervention_strategies:
|
|
1293
|
+
require_memory_integration: true
|
|
1294
|
+
assess_transformative_potential: true
|
|
1295
|
+
|
|
1296
|
+
# Cell 37: Recognition Dialectical × Adversary × Full Features
|
|
1297
|
+
cell_37_recog_dialectical_adversary_unified_full:
|
|
1298
|
+
description: "Full-feature dialectical cell 37: recognition ego + adversary superego + writing pad + prompt rewriting"
|
|
1299
|
+
factors:
|
|
1300
|
+
prompt_type: dialectical_adversary
|
|
1301
|
+
multi_agent_tutor: true
|
|
1302
|
+
multi_agent_learner: false
|
|
1303
|
+
superego_type: adversary
|
|
1304
|
+
full_modulation: true
|
|
1305
|
+
learner_architecture: unified_recognition
|
|
1306
|
+
recognition_mode: true
|
|
1307
|
+
memory_enabled: true
|
|
1308
|
+
writing_pad_enabled: true
|
|
1309
|
+
dialectical_negotiation: true
|
|
1310
|
+
prompt_rewriting:
|
|
1311
|
+
enabled: true
|
|
1312
|
+
strategy: llm
|
|
1313
|
+
dialogue:
|
|
1314
|
+
enabled: true
|
|
1315
|
+
max_rounds: 3
|
|
1316
|
+
convergence_threshold: 0.60
|
|
1317
|
+
ego:
|
|
1318
|
+
provider: openrouter
|
|
1319
|
+
model: nemotron
|
|
1320
|
+
staging: front
|
|
1321
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1322
|
+
hyperparameters:
|
|
1323
|
+
temperature: 0.6
|
|
1324
|
+
max_tokens: 8000
|
|
1325
|
+
superego:
|
|
1326
|
+
provider: openrouter
|
|
1327
|
+
model: kimi-k2.5
|
|
1328
|
+
staging: back
|
|
1329
|
+
prompt_file: tutor-superego-adversary.md
|
|
1330
|
+
hyperparameters:
|
|
1331
|
+
temperature: 0.2
|
|
1332
|
+
max_tokens: 8000
|
|
1333
|
+
intervention_strategies:
|
|
1334
|
+
enforce_mutual_recognition: true
|
|
1335
|
+
require_memory_integration: true
|
|
1336
|
+
assess_transformative_potential: true
|
|
1337
|
+
|
|
1338
|
+
# Cell 38: Base Dialectical × Advocate × Full Features
|
|
1339
|
+
cell_38_base_dialectical_advocate_unified_full:
|
|
1340
|
+
description: "Full-feature dialectical cell 38: base ego + advocate superego + writing pad + prompt rewriting"
|
|
1341
|
+
factors:
|
|
1342
|
+
prompt_type: dialectical_advocate
|
|
1343
|
+
multi_agent_tutor: true
|
|
1344
|
+
multi_agent_learner: false
|
|
1345
|
+
superego_type: advocate
|
|
1346
|
+
full_modulation: true
|
|
1347
|
+
learner_architecture: unified
|
|
1348
|
+
recognition_mode: false
|
|
1349
|
+
memory_enabled: true
|
|
1350
|
+
writing_pad_enabled: true
|
|
1351
|
+
dialectical_negotiation: true
|
|
1352
|
+
prompt_rewriting:
|
|
1353
|
+
enabled: true
|
|
1354
|
+
strategy: llm
|
|
1355
|
+
dialogue:
|
|
1356
|
+
enabled: true
|
|
1357
|
+
max_rounds: 3
|
|
1358
|
+
convergence_threshold: 0.65
|
|
1359
|
+
ego:
|
|
1360
|
+
provider: openrouter
|
|
1361
|
+
model: nemotron
|
|
1362
|
+
staging: front
|
|
1363
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1364
|
+
hyperparameters:
|
|
1365
|
+
temperature: 0.6
|
|
1366
|
+
max_tokens: 8000
|
|
1367
|
+
superego:
|
|
1368
|
+
provider: openrouter
|
|
1369
|
+
model: kimi-k2.5
|
|
1370
|
+
staging: back
|
|
1371
|
+
prompt_file: tutor-superego-advocate.md
|
|
1372
|
+
hyperparameters:
|
|
1373
|
+
temperature: 0.2
|
|
1374
|
+
max_tokens: 8000
|
|
1375
|
+
intervention_strategies:
|
|
1376
|
+
require_memory_integration: true
|
|
1377
|
+
assess_transformative_potential: true
|
|
1378
|
+
|
|
1379
|
+
# Cell 39: Recognition Dialectical × Advocate × Full Features
|
|
1380
|
+
cell_39_recog_dialectical_advocate_unified_full:
|
|
1381
|
+
description: "Full-feature dialectical cell 39: recognition ego + advocate superego + writing pad + prompt rewriting"
|
|
1382
|
+
factors:
|
|
1383
|
+
prompt_type: dialectical_advocate
|
|
1384
|
+
multi_agent_tutor: true
|
|
1385
|
+
multi_agent_learner: false
|
|
1386
|
+
superego_type: advocate
|
|
1387
|
+
full_modulation: true
|
|
1388
|
+
learner_architecture: unified_recognition
|
|
1389
|
+
recognition_mode: true
|
|
1390
|
+
memory_enabled: true
|
|
1391
|
+
writing_pad_enabled: true
|
|
1392
|
+
dialectical_negotiation: true
|
|
1393
|
+
prompt_rewriting:
|
|
1394
|
+
enabled: true
|
|
1395
|
+
strategy: llm
|
|
1396
|
+
dialogue:
|
|
1397
|
+
enabled: true
|
|
1398
|
+
max_rounds: 3
|
|
1399
|
+
convergence_threshold: 0.60
|
|
1400
|
+
ego:
|
|
1401
|
+
provider: openrouter
|
|
1402
|
+
model: nemotron
|
|
1403
|
+
staging: front
|
|
1404
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1405
|
+
hyperparameters:
|
|
1406
|
+
temperature: 0.6
|
|
1407
|
+
max_tokens: 8000
|
|
1408
|
+
superego:
|
|
1409
|
+
provider: openrouter
|
|
1410
|
+
model: kimi-k2.5
|
|
1411
|
+
staging: back
|
|
1412
|
+
prompt_file: tutor-superego-advocate.md
|
|
1413
|
+
hyperparameters:
|
|
1414
|
+
temperature: 0.2
|
|
1415
|
+
max_tokens: 8000
|
|
1416
|
+
intervention_strategies:
|
|
1417
|
+
enforce_mutual_recognition: true
|
|
1418
|
+
require_memory_integration: true
|
|
1419
|
+
assess_transformative_potential: true
|
|
1420
|
+
|
|
1421
|
+
# ===========================================================================
|
|
1422
|
+
# SUPEREGO DISPOSITION REWRITING CELLS (40-45)
|
|
1423
|
+
# ===========================================================================
|
|
1424
|
+
# Clone of cells 34-39 with superego_disposition_rewriting enabled.
|
|
1425
|
+
# The superego's evaluation criteria evolve turn-by-turn based on whether
|
|
1426
|
+
# its prior critiques actually improved learner engagement.
|
|
1427
|
+
|
|
1428
|
+
# Cell 40: Base Dialectical × Suspicious × Full + Superego Rewriting
|
|
1429
|
+
cell_40_base_dialectical_suspicious_unified_superego:
|
|
1430
|
+
description: "Superego disposition cell 40: base ego + suspicious superego + full features + superego rewriting"
|
|
1431
|
+
factors:
|
|
1432
|
+
prompt_type: dialectical_suspicious
|
|
1433
|
+
multi_agent_tutor: true
|
|
1434
|
+
multi_agent_learner: false
|
|
1435
|
+
superego_type: suspicious
|
|
1436
|
+
full_modulation: true
|
|
1437
|
+
superego_rewriting: true
|
|
1438
|
+
learner_architecture: unified
|
|
1439
|
+
recognition_mode: false
|
|
1440
|
+
memory_enabled: true
|
|
1441
|
+
writing_pad_enabled: true
|
|
1442
|
+
dialectical_negotiation: true
|
|
1443
|
+
prompt_rewriting:
|
|
1444
|
+
enabled: true
|
|
1445
|
+
strategy: self_reflection
|
|
1446
|
+
superego_disposition_rewriting: true
|
|
1447
|
+
dialogue:
|
|
1448
|
+
enabled: true
|
|
1449
|
+
max_rounds: 1
|
|
1450
|
+
convergence_threshold: 0.65
|
|
1451
|
+
rejection_budget: 6
|
|
1452
|
+
ego:
|
|
1453
|
+
provider: openrouter
|
|
1454
|
+
model: nemotron
|
|
1455
|
+
staging: front
|
|
1456
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1457
|
+
hyperparameters:
|
|
1458
|
+
temperature: 0.6
|
|
1459
|
+
max_tokens: 8000
|
|
1460
|
+
superego:
|
|
1461
|
+
provider: openrouter
|
|
1462
|
+
model: kimi-k2.5
|
|
1463
|
+
staging: back
|
|
1464
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1465
|
+
hyperparameters:
|
|
1466
|
+
temperature: 0.2
|
|
1467
|
+
max_tokens: 8000
|
|
1468
|
+
intervention_strategies:
|
|
1469
|
+
require_memory_integration: true
|
|
1470
|
+
assess_transformative_potential: true
|
|
1471
|
+
|
|
1472
|
+
# Cell 41: Recognition Dialectical × Suspicious × Full + Superego Rewriting
|
|
1473
|
+
cell_41_recog_dialectical_suspicious_unified_superego:
|
|
1474
|
+
description: "Superego disposition cell 41: recognition ego + suspicious superego + full features + superego rewriting"
|
|
1475
|
+
factors:
|
|
1476
|
+
prompt_type: dialectical_suspicious
|
|
1477
|
+
multi_agent_tutor: true
|
|
1478
|
+
multi_agent_learner: false
|
|
1479
|
+
superego_type: suspicious
|
|
1480
|
+
full_modulation: true
|
|
1481
|
+
superego_rewriting: true
|
|
1482
|
+
learner_architecture: unified_recognition
|
|
1483
|
+
recognition_mode: true
|
|
1484
|
+
memory_enabled: true
|
|
1485
|
+
writing_pad_enabled: true
|
|
1486
|
+
dialectical_negotiation: true
|
|
1487
|
+
prompt_rewriting:
|
|
1488
|
+
enabled: true
|
|
1489
|
+
strategy: self_reflection
|
|
1490
|
+
superego_disposition_rewriting: true
|
|
1491
|
+
dialogue:
|
|
1492
|
+
enabled: true
|
|
1493
|
+
max_rounds: 1
|
|
1494
|
+
convergence_threshold: 0.60
|
|
1495
|
+
rejection_budget: 6
|
|
1496
|
+
ego:
|
|
1497
|
+
provider: openrouter
|
|
1498
|
+
model: nemotron
|
|
1499
|
+
staging: front
|
|
1500
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1501
|
+
hyperparameters:
|
|
1502
|
+
temperature: 0.6
|
|
1503
|
+
max_tokens: 8000
|
|
1504
|
+
superego:
|
|
1505
|
+
provider: openrouter
|
|
1506
|
+
model: kimi-k2.5
|
|
1507
|
+
staging: back
|
|
1508
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1509
|
+
hyperparameters:
|
|
1510
|
+
temperature: 0.2
|
|
1511
|
+
max_tokens: 8000
|
|
1512
|
+
intervention_strategies:
|
|
1513
|
+
enforce_mutual_recognition: true
|
|
1514
|
+
require_memory_integration: true
|
|
1515
|
+
assess_transformative_potential: true
|
|
1516
|
+
|
|
1517
|
+
# Cell 42: Base Dialectical × Adversary × Full + Superego Rewriting
|
|
1518
|
+
cell_42_base_dialectical_adversary_unified_superego:
|
|
1519
|
+
description: "Superego disposition cell 42: base ego + adversary superego + full features + superego rewriting"
|
|
1520
|
+
factors:
|
|
1521
|
+
prompt_type: dialectical_adversary
|
|
1522
|
+
multi_agent_tutor: true
|
|
1523
|
+
multi_agent_learner: false
|
|
1524
|
+
superego_type: adversary
|
|
1525
|
+
full_modulation: true
|
|
1526
|
+
superego_rewriting: true
|
|
1527
|
+
learner_architecture: unified
|
|
1528
|
+
recognition_mode: false
|
|
1529
|
+
memory_enabled: true
|
|
1530
|
+
writing_pad_enabled: true
|
|
1531
|
+
dialectical_negotiation: true
|
|
1532
|
+
prompt_rewriting:
|
|
1533
|
+
enabled: true
|
|
1534
|
+
strategy: self_reflection
|
|
1535
|
+
superego_disposition_rewriting: true
|
|
1536
|
+
dialogue:
|
|
1537
|
+
enabled: true
|
|
1538
|
+
max_rounds: 1
|
|
1539
|
+
convergence_threshold: 0.65
|
|
1540
|
+
rejection_budget: 6
|
|
1541
|
+
ego:
|
|
1542
|
+
provider: openrouter
|
|
1543
|
+
model: nemotron
|
|
1544
|
+
staging: front
|
|
1545
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1546
|
+
hyperparameters:
|
|
1547
|
+
temperature: 0.6
|
|
1548
|
+
max_tokens: 8000
|
|
1549
|
+
superego:
|
|
1550
|
+
provider: openrouter
|
|
1551
|
+
model: kimi-k2.5
|
|
1552
|
+
staging: back
|
|
1553
|
+
prompt_file: tutor-superego-adversary.md
|
|
1554
|
+
hyperparameters:
|
|
1555
|
+
temperature: 0.2
|
|
1556
|
+
max_tokens: 8000
|
|
1557
|
+
intervention_strategies:
|
|
1558
|
+
require_memory_integration: true
|
|
1559
|
+
assess_transformative_potential: true
|
|
1560
|
+
|
|
1561
|
+
# Cell 43: Recognition Dialectical × Adversary × Full + Superego Rewriting
|
|
1562
|
+
cell_43_recog_dialectical_adversary_unified_superego:
|
|
1563
|
+
description: "Superego disposition cell 43: recognition ego + adversary superego + full features + superego rewriting"
|
|
1564
|
+
factors:
|
|
1565
|
+
prompt_type: dialectical_adversary
|
|
1566
|
+
multi_agent_tutor: true
|
|
1567
|
+
multi_agent_learner: false
|
|
1568
|
+
superego_type: adversary
|
|
1569
|
+
full_modulation: true
|
|
1570
|
+
superego_rewriting: true
|
|
1571
|
+
learner_architecture: unified_recognition
|
|
1572
|
+
recognition_mode: true
|
|
1573
|
+
memory_enabled: true
|
|
1574
|
+
writing_pad_enabled: true
|
|
1575
|
+
dialectical_negotiation: true
|
|
1576
|
+
prompt_rewriting:
|
|
1577
|
+
enabled: true
|
|
1578
|
+
strategy: self_reflection
|
|
1579
|
+
superego_disposition_rewriting: true
|
|
1580
|
+
dialogue:
|
|
1581
|
+
enabled: true
|
|
1582
|
+
max_rounds: 1
|
|
1583
|
+
convergence_threshold: 0.60
|
|
1584
|
+
rejection_budget: 6
|
|
1585
|
+
ego:
|
|
1586
|
+
provider: openrouter
|
|
1587
|
+
model: nemotron
|
|
1588
|
+
staging: front
|
|
1589
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1590
|
+
hyperparameters:
|
|
1591
|
+
temperature: 0.6
|
|
1592
|
+
max_tokens: 8000
|
|
1593
|
+
superego:
|
|
1594
|
+
provider: openrouter
|
|
1595
|
+
model: kimi-k2.5
|
|
1596
|
+
staging: back
|
|
1597
|
+
prompt_file: tutor-superego-adversary.md
|
|
1598
|
+
hyperparameters:
|
|
1599
|
+
temperature: 0.2
|
|
1600
|
+
max_tokens: 8000
|
|
1601
|
+
intervention_strategies:
|
|
1602
|
+
enforce_mutual_recognition: true
|
|
1603
|
+
require_memory_integration: true
|
|
1604
|
+
assess_transformative_potential: true
|
|
1605
|
+
|
|
1606
|
+
# Cell 44: Base Dialectical × Advocate × Full + Superego Rewriting
|
|
1607
|
+
cell_44_base_dialectical_advocate_unified_superego:
|
|
1608
|
+
description: "Superego disposition cell 44: base ego + advocate superego + full features + superego rewriting"
|
|
1609
|
+
factors:
|
|
1610
|
+
prompt_type: dialectical_advocate
|
|
1611
|
+
multi_agent_tutor: true
|
|
1612
|
+
multi_agent_learner: false
|
|
1613
|
+
superego_type: advocate
|
|
1614
|
+
full_modulation: true
|
|
1615
|
+
superego_rewriting: true
|
|
1616
|
+
learner_architecture: unified
|
|
1617
|
+
recognition_mode: false
|
|
1618
|
+
memory_enabled: true
|
|
1619
|
+
writing_pad_enabled: true
|
|
1620
|
+
dialectical_negotiation: true
|
|
1621
|
+
prompt_rewriting:
|
|
1622
|
+
enabled: true
|
|
1623
|
+
strategy: self_reflection
|
|
1624
|
+
superego_disposition_rewriting: true
|
|
1625
|
+
dialogue:
|
|
1626
|
+
enabled: true
|
|
1627
|
+
max_rounds: 1
|
|
1628
|
+
convergence_threshold: 0.65
|
|
1629
|
+
rejection_budget: 6
|
|
1630
|
+
ego:
|
|
1631
|
+
provider: openrouter
|
|
1632
|
+
model: nemotron
|
|
1633
|
+
staging: front
|
|
1634
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1635
|
+
hyperparameters:
|
|
1636
|
+
temperature: 0.6
|
|
1637
|
+
max_tokens: 8000
|
|
1638
|
+
superego:
|
|
1639
|
+
provider: openrouter
|
|
1640
|
+
model: kimi-k2.5
|
|
1641
|
+
staging: back
|
|
1642
|
+
prompt_file: tutor-superego-advocate.md
|
|
1643
|
+
hyperparameters:
|
|
1644
|
+
temperature: 0.2
|
|
1645
|
+
max_tokens: 8000
|
|
1646
|
+
intervention_strategies:
|
|
1647
|
+
require_memory_integration: true
|
|
1648
|
+
assess_transformative_potential: true
|
|
1649
|
+
|
|
1650
|
+
# Cell 45: Recognition Dialectical × Advocate × Full + Superego Rewriting
|
|
1651
|
+
cell_45_recog_dialectical_advocate_unified_superego:
|
|
1652
|
+
description: "Superego disposition cell 45: recognition ego + advocate superego + full features + superego rewriting"
|
|
1653
|
+
factors:
|
|
1654
|
+
prompt_type: dialectical_advocate
|
|
1655
|
+
multi_agent_tutor: true
|
|
1656
|
+
multi_agent_learner: false
|
|
1657
|
+
superego_type: advocate
|
|
1658
|
+
full_modulation: true
|
|
1659
|
+
superego_rewriting: true
|
|
1660
|
+
learner_architecture: unified_recognition
|
|
1661
|
+
recognition_mode: true
|
|
1662
|
+
memory_enabled: true
|
|
1663
|
+
writing_pad_enabled: true
|
|
1664
|
+
dialectical_negotiation: true
|
|
1665
|
+
prompt_rewriting:
|
|
1666
|
+
enabled: true
|
|
1667
|
+
strategy: self_reflection
|
|
1668
|
+
superego_disposition_rewriting: true
|
|
1669
|
+
dialogue:
|
|
1670
|
+
enabled: true
|
|
1671
|
+
max_rounds: 1
|
|
1672
|
+
convergence_threshold: 0.60
|
|
1673
|
+
rejection_budget: 6
|
|
1674
|
+
ego:
|
|
1675
|
+
provider: openrouter
|
|
1676
|
+
model: nemotron
|
|
1677
|
+
staging: front
|
|
1678
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1679
|
+
hyperparameters:
|
|
1680
|
+
temperature: 0.6
|
|
1681
|
+
max_tokens: 8000
|
|
1682
|
+
superego:
|
|
1683
|
+
provider: openrouter
|
|
1684
|
+
model: kimi-k2.5
|
|
1685
|
+
staging: back
|
|
1686
|
+
prompt_file: tutor-superego-advocate.md
|
|
1687
|
+
hyperparameters:
|
|
1688
|
+
temperature: 0.2
|
|
1689
|
+
max_tokens: 8000
|
|
1690
|
+
intervention_strategies:
|
|
1691
|
+
enforce_mutual_recognition: true
|
|
1692
|
+
require_memory_integration: true
|
|
1693
|
+
assess_transformative_potential: true
|
|
1694
|
+
|
|
1695
|
+
# ============================================================================
|
|
1696
|
+
# Cells 46-53: Insight-Action Gap Mechanisms
|
|
1697
|
+
# ============================================================================
|
|
1698
|
+
# These cells test 3 mechanisms to close the insight-action gap where superego
|
|
1699
|
+
# reflections diagnose problems but don't change behavior. All use suspicious
|
|
1700
|
+
# superego type for controlled comparison against cells 40-41.
|
|
1701
|
+
#
|
|
1702
|
+
# Also fixes foundational gap: superegoPromptExtension is now threaded to the
|
|
1703
|
+
# dialectical engine, so superego self-reflections reach the critique prompt.
|
|
1704
|
+
|
|
1705
|
+
# Cell 46-47: Quantitative Disposition
|
|
1706
|
+
# Superego self-reflection outputs parseable behavioral parameters (rejection_threshold,
|
|
1707
|
+
# max_rejections, priority/deprioritized criteria) that are enforced by the dialectical engine.
|
|
1708
|
+
cell_46_base_dialectical_suspicious_unified_quantitative:
|
|
1709
|
+
description: "Insight-action cell 46: base ego + suspicious superego + quantitative disposition"
|
|
1710
|
+
factors:
|
|
1711
|
+
prompt_type: dialectical_suspicious
|
|
1712
|
+
multi_agent_tutor: true
|
|
1713
|
+
multi_agent_learner: false
|
|
1714
|
+
superego_type: suspicious
|
|
1715
|
+
full_modulation: true
|
|
1716
|
+
superego_rewriting: true
|
|
1717
|
+
mechanism: quantitative_disposition
|
|
1718
|
+
learner_architecture: unified
|
|
1719
|
+
recognition_mode: false
|
|
1720
|
+
memory_enabled: true
|
|
1721
|
+
writing_pad_enabled: true
|
|
1722
|
+
dialectical_negotiation: true
|
|
1723
|
+
prompt_rewriting:
|
|
1724
|
+
enabled: true
|
|
1725
|
+
strategy: self_reflection
|
|
1726
|
+
quantitative_disposition: true
|
|
1727
|
+
superego_disposition_rewriting: true
|
|
1728
|
+
dialogue:
|
|
1729
|
+
enabled: true
|
|
1730
|
+
max_rounds: 1
|
|
1731
|
+
convergence_threshold: 0.65
|
|
1732
|
+
rejection_budget: 6
|
|
1733
|
+
ego:
|
|
1734
|
+
provider: openrouter
|
|
1735
|
+
model: nemotron
|
|
1736
|
+
staging: front
|
|
1737
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1738
|
+
hyperparameters:
|
|
1739
|
+
temperature: 0.6
|
|
1740
|
+
max_tokens: 8000
|
|
1741
|
+
superego:
|
|
1742
|
+
provider: openrouter
|
|
1743
|
+
model: kimi-k2.5
|
|
1744
|
+
staging: back
|
|
1745
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1746
|
+
hyperparameters:
|
|
1747
|
+
temperature: 0.2
|
|
1748
|
+
max_tokens: 8000
|
|
1749
|
+
intervention_strategies:
|
|
1750
|
+
require_memory_integration: true
|
|
1751
|
+
assess_transformative_potential: true
|
|
1752
|
+
|
|
1753
|
+
cell_47_recog_dialectical_suspicious_unified_quantitative:
|
|
1754
|
+
description: "Insight-action cell 47: recognition ego + suspicious superego + quantitative disposition"
|
|
1755
|
+
factors:
|
|
1756
|
+
prompt_type: dialectical_suspicious
|
|
1757
|
+
multi_agent_tutor: true
|
|
1758
|
+
multi_agent_learner: false
|
|
1759
|
+
superego_type: suspicious
|
|
1760
|
+
full_modulation: true
|
|
1761
|
+
superego_rewriting: true
|
|
1762
|
+
mechanism: quantitative_disposition
|
|
1763
|
+
learner_architecture: unified_recognition
|
|
1764
|
+
recognition_mode: true
|
|
1765
|
+
memory_enabled: true
|
|
1766
|
+
writing_pad_enabled: true
|
|
1767
|
+
dialectical_negotiation: true
|
|
1768
|
+
prompt_rewriting:
|
|
1769
|
+
enabled: true
|
|
1770
|
+
strategy: self_reflection
|
|
1771
|
+
quantitative_disposition: true
|
|
1772
|
+
superego_disposition_rewriting: true
|
|
1773
|
+
dialogue:
|
|
1774
|
+
enabled: true
|
|
1775
|
+
max_rounds: 1
|
|
1776
|
+
convergence_threshold: 0.60
|
|
1777
|
+
rejection_budget: 6
|
|
1778
|
+
ego:
|
|
1779
|
+
provider: openrouter
|
|
1780
|
+
model: nemotron
|
|
1781
|
+
staging: front
|
|
1782
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1783
|
+
hyperparameters:
|
|
1784
|
+
temperature: 0.6
|
|
1785
|
+
max_tokens: 8000
|
|
1786
|
+
superego:
|
|
1787
|
+
provider: openrouter
|
|
1788
|
+
model: kimi-k2.5
|
|
1789
|
+
staging: back
|
|
1790
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1791
|
+
hyperparameters:
|
|
1792
|
+
temperature: 0.2
|
|
1793
|
+
max_tokens: 8000
|
|
1794
|
+
intervention_strategies:
|
|
1795
|
+
enforce_mutual_recognition: true
|
|
1796
|
+
require_memory_integration: true
|
|
1797
|
+
assess_transformative_potential: true
|
|
1798
|
+
|
|
1799
|
+
# Cell 48-49: Progressive Prompt Erosion
|
|
1800
|
+
# Each turn reduces base prompt authority and increases experiential reflection authority.
|
|
1801
|
+
# Rate 0.2 means: turn 1 = 80/20 base/experience, turn 2 = 60/40, turn 3 = 40/60, etc.
|
|
1802
|
+
cell_48_base_dialectical_suspicious_unified_erosion:
|
|
1803
|
+
description: "Insight-action cell 48: base ego + suspicious superego + prompt erosion"
|
|
1804
|
+
factors:
|
|
1805
|
+
prompt_type: dialectical_suspicious
|
|
1806
|
+
multi_agent_tutor: true
|
|
1807
|
+
multi_agent_learner: false
|
|
1808
|
+
superego_type: suspicious
|
|
1809
|
+
full_modulation: true
|
|
1810
|
+
superego_rewriting: true
|
|
1811
|
+
mechanism: prompt_erosion
|
|
1812
|
+
learner_architecture: unified
|
|
1813
|
+
recognition_mode: false
|
|
1814
|
+
memory_enabled: true
|
|
1815
|
+
writing_pad_enabled: true
|
|
1816
|
+
dialectical_negotiation: true
|
|
1817
|
+
prompt_rewriting:
|
|
1818
|
+
enabled: true
|
|
1819
|
+
strategy: self_reflection
|
|
1820
|
+
prompt_erosion:
|
|
1821
|
+
enabled: true
|
|
1822
|
+
rate: 0.2
|
|
1823
|
+
superego_disposition_rewriting: true
|
|
1824
|
+
dialogue:
|
|
1825
|
+
enabled: true
|
|
1826
|
+
max_rounds: 1
|
|
1827
|
+
convergence_threshold: 0.65
|
|
1828
|
+
rejection_budget: 6
|
|
1829
|
+
ego:
|
|
1830
|
+
provider: openrouter
|
|
1831
|
+
model: nemotron
|
|
1832
|
+
staging: front
|
|
1833
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1834
|
+
hyperparameters:
|
|
1835
|
+
temperature: 0.6
|
|
1836
|
+
max_tokens: 8000
|
|
1837
|
+
superego:
|
|
1838
|
+
provider: openrouter
|
|
1839
|
+
model: kimi-k2.5
|
|
1840
|
+
staging: back
|
|
1841
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1842
|
+
hyperparameters:
|
|
1843
|
+
temperature: 0.2
|
|
1844
|
+
max_tokens: 8000
|
|
1845
|
+
intervention_strategies:
|
|
1846
|
+
require_memory_integration: true
|
|
1847
|
+
assess_transformative_potential: true
|
|
1848
|
+
|
|
1849
|
+
cell_49_recog_dialectical_suspicious_unified_erosion:
|
|
1850
|
+
description: "Insight-action cell 49: recognition ego + suspicious superego + prompt erosion"
|
|
1851
|
+
factors:
|
|
1852
|
+
prompt_type: dialectical_suspicious
|
|
1853
|
+
multi_agent_tutor: true
|
|
1854
|
+
multi_agent_learner: false
|
|
1855
|
+
superego_type: suspicious
|
|
1856
|
+
full_modulation: true
|
|
1857
|
+
superego_rewriting: true
|
|
1858
|
+
mechanism: prompt_erosion
|
|
1859
|
+
learner_architecture: unified_recognition
|
|
1860
|
+
recognition_mode: true
|
|
1861
|
+
memory_enabled: true
|
|
1862
|
+
writing_pad_enabled: true
|
|
1863
|
+
dialectical_negotiation: true
|
|
1864
|
+
prompt_rewriting:
|
|
1865
|
+
enabled: true
|
|
1866
|
+
strategy: self_reflection
|
|
1867
|
+
prompt_erosion:
|
|
1868
|
+
enabled: true
|
|
1869
|
+
rate: 0.2
|
|
1870
|
+
superego_disposition_rewriting: true
|
|
1871
|
+
dialogue:
|
|
1872
|
+
enabled: true
|
|
1873
|
+
max_rounds: 1
|
|
1874
|
+
convergence_threshold: 0.60
|
|
1875
|
+
rejection_budget: 6
|
|
1876
|
+
ego:
|
|
1877
|
+
provider: openrouter
|
|
1878
|
+
model: nemotron
|
|
1879
|
+
staging: front
|
|
1880
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1881
|
+
hyperparameters:
|
|
1882
|
+
temperature: 0.6
|
|
1883
|
+
max_tokens: 8000
|
|
1884
|
+
superego:
|
|
1885
|
+
provider: openrouter
|
|
1886
|
+
model: kimi-k2.5
|
|
1887
|
+
staging: back
|
|
1888
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1889
|
+
hyperparameters:
|
|
1890
|
+
temperature: 0.2
|
|
1891
|
+
max_tokens: 8000
|
|
1892
|
+
intervention_strategies:
|
|
1893
|
+
enforce_mutual_recognition: true
|
|
1894
|
+
require_memory_integration: true
|
|
1895
|
+
assess_transformative_potential: true
|
|
1896
|
+
|
|
1897
|
+
# Cell 50-51: Intersubjective Recognition
|
|
1898
|
+
# After both ego and superego reflect, ego reads superego's reflection and responds.
|
|
1899
|
+
# Creates bidirectional awareness — reflections become dialogues, not monologues.
|
|
1900
|
+
cell_50_base_dialectical_suspicious_unified_intersubjective:
|
|
1901
|
+
description: "Insight-action cell 50: base ego + suspicious superego + intersubjective recognition"
|
|
1902
|
+
factors:
|
|
1903
|
+
prompt_type: dialectical_suspicious
|
|
1904
|
+
multi_agent_tutor: true
|
|
1905
|
+
multi_agent_learner: false
|
|
1906
|
+
superego_type: suspicious
|
|
1907
|
+
full_modulation: true
|
|
1908
|
+
superego_rewriting: true
|
|
1909
|
+
mechanism: intersubjective
|
|
1910
|
+
learner_architecture: unified
|
|
1911
|
+
recognition_mode: false
|
|
1912
|
+
memory_enabled: true
|
|
1913
|
+
writing_pad_enabled: true
|
|
1914
|
+
dialectical_negotiation: true
|
|
1915
|
+
prompt_rewriting:
|
|
1916
|
+
enabled: true
|
|
1917
|
+
strategy: self_reflection
|
|
1918
|
+
intersubjective: true
|
|
1919
|
+
superego_disposition_rewriting: true
|
|
1920
|
+
dialogue:
|
|
1921
|
+
enabled: true
|
|
1922
|
+
max_rounds: 1
|
|
1923
|
+
convergence_threshold: 0.65
|
|
1924
|
+
rejection_budget: 6
|
|
1925
|
+
ego:
|
|
1926
|
+
provider: openrouter
|
|
1927
|
+
model: nemotron
|
|
1928
|
+
staging: front
|
|
1929
|
+
prompt_file: tutor-ego-dialectical.md
|
|
1930
|
+
hyperparameters:
|
|
1931
|
+
temperature: 0.6
|
|
1932
|
+
max_tokens: 8000
|
|
1933
|
+
superego:
|
|
1934
|
+
provider: openrouter
|
|
1935
|
+
model: kimi-k2.5
|
|
1936
|
+
staging: back
|
|
1937
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1938
|
+
hyperparameters:
|
|
1939
|
+
temperature: 0.2
|
|
1940
|
+
max_tokens: 8000
|
|
1941
|
+
intervention_strategies:
|
|
1942
|
+
require_memory_integration: true
|
|
1943
|
+
assess_transformative_potential: true
|
|
1944
|
+
|
|
1945
|
+
cell_51_recog_dialectical_suspicious_unified_intersubjective:
|
|
1946
|
+
description: "Insight-action cell 51: recognition ego + suspicious superego + intersubjective recognition"
|
|
1947
|
+
factors:
|
|
1948
|
+
prompt_type: dialectical_suspicious
|
|
1949
|
+
multi_agent_tutor: true
|
|
1950
|
+
multi_agent_learner: false
|
|
1951
|
+
superego_type: suspicious
|
|
1952
|
+
full_modulation: true
|
|
1953
|
+
superego_rewriting: true
|
|
1954
|
+
mechanism: intersubjective
|
|
1955
|
+
learner_architecture: unified_recognition
|
|
1956
|
+
recognition_mode: true
|
|
1957
|
+
memory_enabled: true
|
|
1958
|
+
writing_pad_enabled: true
|
|
1959
|
+
dialectical_negotiation: true
|
|
1960
|
+
prompt_rewriting:
|
|
1961
|
+
enabled: true
|
|
1962
|
+
strategy: self_reflection
|
|
1963
|
+
intersubjective: true
|
|
1964
|
+
superego_disposition_rewriting: true
|
|
1965
|
+
dialogue:
|
|
1966
|
+
enabled: true
|
|
1967
|
+
max_rounds: 1
|
|
1968
|
+
convergence_threshold: 0.60
|
|
1969
|
+
rejection_budget: 6
|
|
1970
|
+
ego:
|
|
1971
|
+
provider: openrouter
|
|
1972
|
+
model: nemotron
|
|
1973
|
+
staging: front
|
|
1974
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
1975
|
+
hyperparameters:
|
|
1976
|
+
temperature: 0.6
|
|
1977
|
+
max_tokens: 8000
|
|
1978
|
+
superego:
|
|
1979
|
+
provider: openrouter
|
|
1980
|
+
model: kimi-k2.5
|
|
1981
|
+
staging: back
|
|
1982
|
+
prompt_file: tutor-superego-suspicious.md
|
|
1983
|
+
hyperparameters:
|
|
1984
|
+
temperature: 0.2
|
|
1985
|
+
max_tokens: 8000
|
|
1986
|
+
intervention_strategies:
|
|
1987
|
+
enforce_mutual_recognition: true
|
|
1988
|
+
require_memory_integration: true
|
|
1989
|
+
assess_transformative_potential: true
|
|
1990
|
+
|
|
1991
|
+
# Cell 52-53: Combined — All 3 Mechanisms
|
|
1992
|
+
# Quantitative disposition + prompt erosion + intersubjective recognition
|
|
1993
|
+
cell_52_base_dialectical_suspicious_unified_combined:
|
|
1994
|
+
description: "Insight-action cell 52: base ego + suspicious superego + all 3 mechanisms combined"
|
|
1995
|
+
factors:
|
|
1996
|
+
prompt_type: dialectical_suspicious
|
|
1997
|
+
multi_agent_tutor: true
|
|
1998
|
+
multi_agent_learner: false
|
|
1999
|
+
superego_type: suspicious
|
|
2000
|
+
full_modulation: true
|
|
2001
|
+
superego_rewriting: true
|
|
2002
|
+
mechanism: combined
|
|
2003
|
+
learner_architecture: unified
|
|
2004
|
+
recognition_mode: false
|
|
2005
|
+
memory_enabled: true
|
|
2006
|
+
writing_pad_enabled: true
|
|
2007
|
+
dialectical_negotiation: true
|
|
2008
|
+
prompt_rewriting:
|
|
2009
|
+
enabled: true
|
|
2010
|
+
strategy: self_reflection
|
|
2011
|
+
quantitative_disposition: true
|
|
2012
|
+
prompt_erosion:
|
|
2013
|
+
enabled: true
|
|
2014
|
+
rate: 0.2
|
|
2015
|
+
intersubjective: true
|
|
2016
|
+
superego_disposition_rewriting: true
|
|
2017
|
+
dialogue:
|
|
2018
|
+
enabled: true
|
|
2019
|
+
max_rounds: 1
|
|
2020
|
+
convergence_threshold: 0.65
|
|
2021
|
+
rejection_budget: 6
|
|
2022
|
+
ego:
|
|
2023
|
+
provider: openrouter
|
|
2024
|
+
model: nemotron
|
|
2025
|
+
staging: front
|
|
2026
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2027
|
+
hyperparameters:
|
|
2028
|
+
temperature: 0.6
|
|
2029
|
+
max_tokens: 8000
|
|
2030
|
+
superego:
|
|
2031
|
+
provider: openrouter
|
|
2032
|
+
model: kimi-k2.5
|
|
2033
|
+
staging: back
|
|
2034
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2035
|
+
hyperparameters:
|
|
2036
|
+
temperature: 0.2
|
|
2037
|
+
max_tokens: 8000
|
|
2038
|
+
intervention_strategies:
|
|
2039
|
+
require_memory_integration: true
|
|
2040
|
+
assess_transformative_potential: true
|
|
2041
|
+
|
|
2042
|
+
cell_53_recog_dialectical_suspicious_unified_combined:
|
|
2043
|
+
description: "Insight-action cell 53: recognition ego + suspicious superego + all 3 mechanisms combined"
|
|
2044
|
+
factors:
|
|
2045
|
+
prompt_type: dialectical_suspicious
|
|
2046
|
+
multi_agent_tutor: true
|
|
2047
|
+
multi_agent_learner: false
|
|
2048
|
+
superego_type: suspicious
|
|
2049
|
+
full_modulation: true
|
|
2050
|
+
superego_rewriting: true
|
|
2051
|
+
mechanism: combined
|
|
2052
|
+
learner_architecture: unified_recognition
|
|
2053
|
+
recognition_mode: true
|
|
2054
|
+
memory_enabled: true
|
|
2055
|
+
writing_pad_enabled: true
|
|
2056
|
+
dialectical_negotiation: true
|
|
2057
|
+
prompt_rewriting:
|
|
2058
|
+
enabled: true
|
|
2059
|
+
strategy: self_reflection
|
|
2060
|
+
quantitative_disposition: true
|
|
2061
|
+
prompt_erosion:
|
|
2062
|
+
enabled: true
|
|
2063
|
+
rate: 0.2
|
|
2064
|
+
intersubjective: true
|
|
2065
|
+
superego_disposition_rewriting: true
|
|
2066
|
+
dialogue:
|
|
2067
|
+
enabled: true
|
|
2068
|
+
max_rounds: 1
|
|
2069
|
+
convergence_threshold: 0.60
|
|
2070
|
+
rejection_budget: 6
|
|
2071
|
+
ego:
|
|
2072
|
+
provider: openrouter
|
|
2073
|
+
model: nemotron
|
|
2074
|
+
staging: front
|
|
2075
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2076
|
+
hyperparameters:
|
|
2077
|
+
temperature: 0.6
|
|
2078
|
+
max_tokens: 8000
|
|
2079
|
+
superego:
|
|
2080
|
+
provider: openrouter
|
|
2081
|
+
model: kimi-k2.5
|
|
2082
|
+
staging: back
|
|
2083
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2084
|
+
hyperparameters:
|
|
2085
|
+
temperature: 0.2
|
|
2086
|
+
max_tokens: 8000
|
|
2087
|
+
intervention_strategies:
|
|
2088
|
+
enforce_mutual_recognition: true
|
|
2089
|
+
require_memory_integration: true
|
|
2090
|
+
assess_transformative_potential: true
|
|
2091
|
+
|
|
2092
|
+
# ============================================================================
|
|
2093
|
+
# Other-Ego Profiling Cells (54-59): Theory of Mind as Architecture
|
|
2094
|
+
# ============================================================================
|
|
2095
|
+
# All cells use nemotron ego + kimi-k2.5 superego, self-reflection strategy, unified learner.
|
|
2096
|
+
# The other_ego_profiling config controls profile building and injection.
|
|
2097
|
+
# Key comparisons:
|
|
2098
|
+
# 54 vs 55: recognition effect with profiling
|
|
2099
|
+
# 54 vs 56: bidirectionality value
|
|
2100
|
+
# 57 vs 52/53: profiling vs existing combined mechanisms
|
|
2101
|
+
# 57 vs 58: profiling + existing mechanisms synergy
|
|
2102
|
+
# 57 vs 59: strategy planning benefit
|
|
2103
|
+
|
|
2104
|
+
cell_54_base_dialectical_profile_tutor:
|
|
2105
|
+
description: "Other-ego cell 54: base ego + suspicious superego + tutor→learner profile only"
|
|
2106
|
+
factors:
|
|
2107
|
+
prompt_type: dialectical_suspicious
|
|
2108
|
+
multi_agent_tutor: true
|
|
2109
|
+
multi_agent_learner: false
|
|
2110
|
+
superego_type: suspicious
|
|
2111
|
+
full_modulation: true
|
|
2112
|
+
superego_rewriting: true
|
|
2113
|
+
other_ego: tutor_only
|
|
2114
|
+
learner_architecture: unified
|
|
2115
|
+
recognition_mode: false
|
|
2116
|
+
memory_enabled: true
|
|
2117
|
+
writing_pad_enabled: true
|
|
2118
|
+
dialectical_negotiation: true
|
|
2119
|
+
prompt_rewriting:
|
|
2120
|
+
enabled: true
|
|
2121
|
+
strategy: self_reflection
|
|
2122
|
+
superego_disposition_rewriting: true
|
|
2123
|
+
other_ego_profiling:
|
|
2124
|
+
enabled: true
|
|
2125
|
+
bidirectional: false
|
|
2126
|
+
strategy_planning: false
|
|
2127
|
+
dialogue:
|
|
2128
|
+
enabled: true
|
|
2129
|
+
max_rounds: 1
|
|
2130
|
+
convergence_threshold: 0.65
|
|
2131
|
+
rejection_budget: 6
|
|
2132
|
+
ego:
|
|
2133
|
+
provider: openrouter
|
|
2134
|
+
model: nemotron
|
|
2135
|
+
staging: front
|
|
2136
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2137
|
+
hyperparameters:
|
|
2138
|
+
temperature: 0.6
|
|
2139
|
+
max_tokens: 8000
|
|
2140
|
+
superego:
|
|
2141
|
+
provider: openrouter
|
|
2142
|
+
model: kimi-k2.5
|
|
2143
|
+
staging: back
|
|
2144
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2145
|
+
hyperparameters:
|
|
2146
|
+
temperature: 0.2
|
|
2147
|
+
max_tokens: 8000
|
|
2148
|
+
intervention_strategies:
|
|
2149
|
+
require_memory_integration: true
|
|
2150
|
+
assess_transformative_potential: true
|
|
2151
|
+
|
|
2152
|
+
cell_55_recog_dialectical_profile_tutor:
|
|
2153
|
+
description: "Other-ego cell 55: recognition ego + suspicious superego + tutor→learner profile"
|
|
2154
|
+
factors:
|
|
2155
|
+
prompt_type: dialectical_suspicious
|
|
2156
|
+
multi_agent_tutor: true
|
|
2157
|
+
multi_agent_learner: false
|
|
2158
|
+
superego_type: suspicious
|
|
2159
|
+
full_modulation: true
|
|
2160
|
+
superego_rewriting: true
|
|
2161
|
+
other_ego: tutor_only
|
|
2162
|
+
learner_architecture: unified_recognition
|
|
2163
|
+
recognition_mode: true
|
|
2164
|
+
memory_enabled: true
|
|
2165
|
+
writing_pad_enabled: true
|
|
2166
|
+
dialectical_negotiation: true
|
|
2167
|
+
prompt_rewriting:
|
|
2168
|
+
enabled: true
|
|
2169
|
+
strategy: self_reflection
|
|
2170
|
+
superego_disposition_rewriting: true
|
|
2171
|
+
other_ego_profiling:
|
|
2172
|
+
enabled: true
|
|
2173
|
+
bidirectional: false
|
|
2174
|
+
strategy_planning: false
|
|
2175
|
+
dialogue:
|
|
2176
|
+
enabled: true
|
|
2177
|
+
max_rounds: 1
|
|
2178
|
+
convergence_threshold: 0.60
|
|
2179
|
+
rejection_budget: 6
|
|
2180
|
+
ego:
|
|
2181
|
+
provider: openrouter
|
|
2182
|
+
model: nemotron
|
|
2183
|
+
staging: front
|
|
2184
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2185
|
+
hyperparameters:
|
|
2186
|
+
temperature: 0.6
|
|
2187
|
+
max_tokens: 8000
|
|
2188
|
+
superego:
|
|
2189
|
+
provider: openrouter
|
|
2190
|
+
model: kimi-k2.5
|
|
2191
|
+
staging: back
|
|
2192
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2193
|
+
hyperparameters:
|
|
2194
|
+
temperature: 0.2
|
|
2195
|
+
max_tokens: 8000
|
|
2196
|
+
intervention_strategies:
|
|
2197
|
+
enforce_mutual_recognition: true
|
|
2198
|
+
require_memory_integration: true
|
|
2199
|
+
assess_transformative_potential: true
|
|
2200
|
+
|
|
2201
|
+
cell_56_base_dialectical_profile_bidirectional:
|
|
2202
|
+
description: "Other-ego cell 56: base ego + suspicious superego + bidirectional profiling"
|
|
2203
|
+
factors:
|
|
2204
|
+
prompt_type: dialectical_suspicious
|
|
2205
|
+
multi_agent_tutor: true
|
|
2206
|
+
multi_agent_learner: false
|
|
2207
|
+
superego_type: suspicious
|
|
2208
|
+
full_modulation: true
|
|
2209
|
+
superego_rewriting: true
|
|
2210
|
+
other_ego: bidirectional
|
|
2211
|
+
learner_architecture: unified
|
|
2212
|
+
recognition_mode: false
|
|
2213
|
+
memory_enabled: true
|
|
2214
|
+
writing_pad_enabled: true
|
|
2215
|
+
dialectical_negotiation: true
|
|
2216
|
+
prompt_rewriting:
|
|
2217
|
+
enabled: true
|
|
2218
|
+
strategy: self_reflection
|
|
2219
|
+
superego_disposition_rewriting: true
|
|
2220
|
+
other_ego_profiling:
|
|
2221
|
+
enabled: true
|
|
2222
|
+
bidirectional: true
|
|
2223
|
+
strategy_planning: false
|
|
2224
|
+
dialogue:
|
|
2225
|
+
enabled: true
|
|
2226
|
+
max_rounds: 1
|
|
2227
|
+
convergence_threshold: 0.65
|
|
2228
|
+
rejection_budget: 6
|
|
2229
|
+
ego:
|
|
2230
|
+
provider: openrouter
|
|
2231
|
+
model: nemotron
|
|
2232
|
+
staging: front
|
|
2233
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2234
|
+
hyperparameters:
|
|
2235
|
+
temperature: 0.6
|
|
2236
|
+
max_tokens: 8000
|
|
2237
|
+
superego:
|
|
2238
|
+
provider: openrouter
|
|
2239
|
+
model: kimi-k2.5
|
|
2240
|
+
staging: back
|
|
2241
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2242
|
+
hyperparameters:
|
|
2243
|
+
temperature: 0.2
|
|
2244
|
+
max_tokens: 8000
|
|
2245
|
+
intervention_strategies:
|
|
2246
|
+
require_memory_integration: true
|
|
2247
|
+
assess_transformative_potential: true
|
|
2248
|
+
|
|
2249
|
+
cell_57_recog_dialectical_profile_bidirectional:
|
|
2250
|
+
description: "Other-ego cell 57: recognition ego + suspicious superego + bidirectional profiling"
|
|
2251
|
+
factors:
|
|
2252
|
+
prompt_type: dialectical_suspicious
|
|
2253
|
+
multi_agent_tutor: true
|
|
2254
|
+
multi_agent_learner: false
|
|
2255
|
+
superego_type: suspicious
|
|
2256
|
+
full_modulation: true
|
|
2257
|
+
superego_rewriting: true
|
|
2258
|
+
other_ego: bidirectional
|
|
2259
|
+
learner_architecture: unified_recognition
|
|
2260
|
+
recognition_mode: true
|
|
2261
|
+
memory_enabled: true
|
|
2262
|
+
writing_pad_enabled: true
|
|
2263
|
+
dialectical_negotiation: true
|
|
2264
|
+
prompt_rewriting:
|
|
2265
|
+
enabled: true
|
|
2266
|
+
strategy: self_reflection
|
|
2267
|
+
superego_disposition_rewriting: true
|
|
2268
|
+
other_ego_profiling:
|
|
2269
|
+
enabled: true
|
|
2270
|
+
bidirectional: true
|
|
2271
|
+
strategy_planning: false
|
|
2272
|
+
dialogue:
|
|
2273
|
+
enabled: true
|
|
2274
|
+
max_rounds: 1
|
|
2275
|
+
convergence_threshold: 0.60
|
|
2276
|
+
rejection_budget: 6
|
|
2277
|
+
ego:
|
|
2278
|
+
provider: openrouter
|
|
2279
|
+
model: nemotron
|
|
2280
|
+
staging: front
|
|
2281
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2282
|
+
hyperparameters:
|
|
2283
|
+
temperature: 0.6
|
|
2284
|
+
max_tokens: 8000
|
|
2285
|
+
superego:
|
|
2286
|
+
provider: openrouter
|
|
2287
|
+
model: kimi-k2.5
|
|
2288
|
+
staging: back
|
|
2289
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2290
|
+
hyperparameters:
|
|
2291
|
+
temperature: 0.2
|
|
2292
|
+
max_tokens: 8000
|
|
2293
|
+
intervention_strategies:
|
|
2294
|
+
enforce_mutual_recognition: true
|
|
2295
|
+
require_memory_integration: true
|
|
2296
|
+
assess_transformative_potential: true
|
|
2297
|
+
|
|
2298
|
+
cell_58_recog_dialectical_profile_bidirectional_full:
|
|
2299
|
+
description: "Other-ego cell 58: recognition ego + suspicious superego + bidirectional profiling + full mechanism suite"
|
|
2300
|
+
factors:
|
|
2301
|
+
prompt_type: dialectical_suspicious
|
|
2302
|
+
multi_agent_tutor: true
|
|
2303
|
+
multi_agent_learner: false
|
|
2304
|
+
superego_type: suspicious
|
|
2305
|
+
full_modulation: true
|
|
2306
|
+
superego_rewriting: true
|
|
2307
|
+
other_ego: bidirectional_full
|
|
2308
|
+
learner_architecture: unified_recognition
|
|
2309
|
+
recognition_mode: true
|
|
2310
|
+
memory_enabled: true
|
|
2311
|
+
writing_pad_enabled: true
|
|
2312
|
+
dialectical_negotiation: true
|
|
2313
|
+
prompt_rewriting:
|
|
2314
|
+
enabled: true
|
|
2315
|
+
strategy: self_reflection
|
|
2316
|
+
quantitative_disposition: true
|
|
2317
|
+
prompt_erosion:
|
|
2318
|
+
enabled: true
|
|
2319
|
+
rate: 0.2
|
|
2320
|
+
intersubjective: true
|
|
2321
|
+
superego_disposition_rewriting: true
|
|
2322
|
+
other_ego_profiling:
|
|
2323
|
+
enabled: true
|
|
2324
|
+
bidirectional: true
|
|
2325
|
+
strategy_planning: false
|
|
2326
|
+
dialogue:
|
|
2327
|
+
enabled: true
|
|
2328
|
+
max_rounds: 1
|
|
2329
|
+
convergence_threshold: 0.60
|
|
2330
|
+
rejection_budget: 6
|
|
2331
|
+
ego:
|
|
2332
|
+
provider: openrouter
|
|
2333
|
+
model: nemotron
|
|
2334
|
+
staging: front
|
|
2335
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2336
|
+
hyperparameters:
|
|
2337
|
+
temperature: 0.6
|
|
2338
|
+
max_tokens: 8000
|
|
2339
|
+
superego:
|
|
2340
|
+
provider: openrouter
|
|
2341
|
+
model: kimi-k2.5
|
|
2342
|
+
staging: back
|
|
2343
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2344
|
+
hyperparameters:
|
|
2345
|
+
temperature: 0.2
|
|
2346
|
+
max_tokens: 8000
|
|
2347
|
+
intervention_strategies:
|
|
2348
|
+
enforce_mutual_recognition: true
|
|
2349
|
+
require_memory_integration: true
|
|
2350
|
+
assess_transformative_potential: true
|
|
2351
|
+
|
|
2352
|
+
cell_59_recog_dialectical_profile_bidirectional_strategy:
|
|
2353
|
+
description: "Other-ego cell 59: recognition ego + suspicious superego + bidirectional profiling + explicit strategy planning"
|
|
2354
|
+
factors:
|
|
2355
|
+
prompt_type: dialectical_suspicious
|
|
2356
|
+
multi_agent_tutor: true
|
|
2357
|
+
multi_agent_learner: false
|
|
2358
|
+
superego_type: suspicious
|
|
2359
|
+
full_modulation: true
|
|
2360
|
+
superego_rewriting: true
|
|
2361
|
+
other_ego: bidirectional_strategy
|
|
2362
|
+
learner_architecture: unified_recognition
|
|
2363
|
+
recognition_mode: true
|
|
2364
|
+
memory_enabled: true
|
|
2365
|
+
writing_pad_enabled: true
|
|
2366
|
+
dialectical_negotiation: true
|
|
2367
|
+
prompt_rewriting:
|
|
2368
|
+
enabled: true
|
|
2369
|
+
strategy: self_reflection
|
|
2370
|
+
superego_disposition_rewriting: true
|
|
2371
|
+
other_ego_profiling:
|
|
2372
|
+
enabled: true
|
|
2373
|
+
bidirectional: true
|
|
2374
|
+
strategy_planning: true
|
|
2375
|
+
dialogue:
|
|
2376
|
+
enabled: true
|
|
2377
|
+
max_rounds: 1
|
|
2378
|
+
convergence_threshold: 0.60
|
|
2379
|
+
rejection_budget: 6
|
|
2380
|
+
ego:
|
|
2381
|
+
provider: openrouter
|
|
2382
|
+
model: nemotron
|
|
2383
|
+
staging: front
|
|
2384
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2385
|
+
hyperparameters:
|
|
2386
|
+
temperature: 0.6
|
|
2387
|
+
max_tokens: 8000
|
|
2388
|
+
superego:
|
|
2389
|
+
provider: openrouter
|
|
2390
|
+
model: kimi-k2.5
|
|
2391
|
+
staging: back
|
|
2392
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2393
|
+
hyperparameters:
|
|
2394
|
+
temperature: 0.2
|
|
2395
|
+
max_tokens: 8000
|
|
2396
|
+
intervention_strategies:
|
|
2397
|
+
enforce_mutual_recognition: true
|
|
2398
|
+
require_memory_integration: true
|
|
2399
|
+
assess_transformative_potential: true
|
|
2400
|
+
|
|
2401
|
+
# ============================================================
|
|
2402
|
+
# Multi-Agent Learner × Modulation Mechanisms (Cells 60-63)
|
|
2403
|
+
# ============================================================
|
|
2404
|
+
# 2×2 factorial: (base vs recognition) × (self_reflection vs profiling_bidirectional)
|
|
2405
|
+
# All use ego_superego learner to test modulation with dynamic interlocutor
|
|
2406
|
+
# Default models: nemotron ego + kimi-k2.5 superego (override with --model for Haiku)
|
|
2407
|
+
|
|
2408
|
+
# Cell 60: Base Dialectical × Self-Reflection × Ego/Superego Learner
|
|
2409
|
+
cell_60_base_dialectical_selfreflect_psycho:
|
|
2410
|
+
description: "Multi-agent learner cell 60: base ego + suspicious superego + self-reflection + ego/superego learner"
|
|
2411
|
+
factors:
|
|
2412
|
+
prompt_type: dialectical_suspicious
|
|
2413
|
+
multi_agent_tutor: true
|
|
2414
|
+
multi_agent_learner: true
|
|
2415
|
+
superego_type: suspicious
|
|
2416
|
+
full_modulation: true
|
|
2417
|
+
superego_rewriting: true
|
|
2418
|
+
learner_architecture: ego_superego
|
|
2419
|
+
recognition_mode: false
|
|
2420
|
+
memory_enabled: true
|
|
2421
|
+
writing_pad_enabled: true
|
|
2422
|
+
dialectical_negotiation: true
|
|
2423
|
+
prompt_rewriting:
|
|
2424
|
+
enabled: true
|
|
2425
|
+
strategy: self_reflection
|
|
2426
|
+
superego_disposition_rewriting: true
|
|
2427
|
+
dialogue:
|
|
2428
|
+
enabled: true
|
|
2429
|
+
max_rounds: 1
|
|
2430
|
+
convergence_threshold: 0.65
|
|
2431
|
+
rejection_budget: 6
|
|
2432
|
+
ego:
|
|
2433
|
+
provider: openrouter
|
|
2434
|
+
model: nemotron
|
|
2435
|
+
staging: front
|
|
2436
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2437
|
+
hyperparameters:
|
|
2438
|
+
temperature: 0.6
|
|
2439
|
+
max_tokens: 8000
|
|
2440
|
+
superego:
|
|
2441
|
+
provider: openrouter
|
|
2442
|
+
model: kimi-k2.5
|
|
2443
|
+
staging: back
|
|
2444
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2445
|
+
hyperparameters:
|
|
2446
|
+
temperature: 0.2
|
|
2447
|
+
max_tokens: 8000
|
|
2448
|
+
intervention_strategies:
|
|
2449
|
+
require_memory_integration: true
|
|
2450
|
+
assess_transformative_potential: true
|
|
2451
|
+
|
|
2452
|
+
# Cell 61: Recognition Dialectical × Self-Reflection × Ego/Superego Learner
|
|
2453
|
+
cell_61_recog_dialectical_selfreflect_psycho:
|
|
2454
|
+
description: "Multi-agent learner cell 61: recognition ego + suspicious superego + self-reflection + ego/superego learner"
|
|
2455
|
+
factors:
|
|
2456
|
+
prompt_type: dialectical_suspicious
|
|
2457
|
+
multi_agent_tutor: true
|
|
2458
|
+
multi_agent_learner: true
|
|
2459
|
+
superego_type: suspicious
|
|
2460
|
+
full_modulation: true
|
|
2461
|
+
superego_rewriting: true
|
|
2462
|
+
learner_architecture: ego_superego_recognition
|
|
2463
|
+
recognition_mode: true
|
|
2464
|
+
memory_enabled: true
|
|
2465
|
+
writing_pad_enabled: true
|
|
2466
|
+
dialectical_negotiation: true
|
|
2467
|
+
prompt_rewriting:
|
|
2468
|
+
enabled: true
|
|
2469
|
+
strategy: self_reflection
|
|
2470
|
+
superego_disposition_rewriting: true
|
|
2471
|
+
dialogue:
|
|
2472
|
+
enabled: true
|
|
2473
|
+
max_rounds: 1
|
|
2474
|
+
convergence_threshold: 0.60
|
|
2475
|
+
rejection_budget: 6
|
|
2476
|
+
ego:
|
|
2477
|
+
provider: openrouter
|
|
2478
|
+
model: nemotron
|
|
2479
|
+
staging: front
|
|
2480
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2481
|
+
hyperparameters:
|
|
2482
|
+
temperature: 0.6
|
|
2483
|
+
max_tokens: 8000
|
|
2484
|
+
superego:
|
|
2485
|
+
provider: openrouter
|
|
2486
|
+
model: kimi-k2.5
|
|
2487
|
+
staging: back
|
|
2488
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2489
|
+
hyperparameters:
|
|
2490
|
+
temperature: 0.2
|
|
2491
|
+
max_tokens: 8000
|
|
2492
|
+
intervention_strategies:
|
|
2493
|
+
enforce_mutual_recognition: true
|
|
2494
|
+
require_memory_integration: true
|
|
2495
|
+
assess_transformative_potential: true
|
|
2496
|
+
|
|
2497
|
+
# Cell 62: Base Dialectical × Bidirectional Profiling × Ego/Superego Learner
|
|
2498
|
+
cell_62_base_dialectical_profile_bidirectional_psycho:
|
|
2499
|
+
description: "Multi-agent learner cell 62: base ego + suspicious superego + bidirectional profiling + ego/superego learner"
|
|
2500
|
+
factors:
|
|
2501
|
+
prompt_type: dialectical_suspicious
|
|
2502
|
+
multi_agent_tutor: true
|
|
2503
|
+
multi_agent_learner: true
|
|
2504
|
+
superego_type: suspicious
|
|
2505
|
+
full_modulation: true
|
|
2506
|
+
superego_rewriting: true
|
|
2507
|
+
other_ego: bidirectional
|
|
2508
|
+
learner_architecture: ego_superego
|
|
2509
|
+
recognition_mode: false
|
|
2510
|
+
memory_enabled: true
|
|
2511
|
+
writing_pad_enabled: true
|
|
2512
|
+
dialectical_negotiation: true
|
|
2513
|
+
prompt_rewriting:
|
|
2514
|
+
enabled: true
|
|
2515
|
+
strategy: self_reflection
|
|
2516
|
+
superego_disposition_rewriting: true
|
|
2517
|
+
other_ego_profiling:
|
|
2518
|
+
enabled: true
|
|
2519
|
+
bidirectional: true
|
|
2520
|
+
strategy_planning: false
|
|
2521
|
+
dialogue:
|
|
2522
|
+
enabled: true
|
|
2523
|
+
max_rounds: 1
|
|
2524
|
+
convergence_threshold: 0.65
|
|
2525
|
+
rejection_budget: 6
|
|
2526
|
+
ego:
|
|
2527
|
+
provider: openrouter
|
|
2528
|
+
model: nemotron
|
|
2529
|
+
staging: front
|
|
2530
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2531
|
+
hyperparameters:
|
|
2532
|
+
temperature: 0.6
|
|
2533
|
+
max_tokens: 8000
|
|
2534
|
+
superego:
|
|
2535
|
+
provider: openrouter
|
|
2536
|
+
model: kimi-k2.5
|
|
2537
|
+
staging: back
|
|
2538
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2539
|
+
hyperparameters:
|
|
2540
|
+
temperature: 0.2
|
|
2541
|
+
max_tokens: 8000
|
|
2542
|
+
intervention_strategies:
|
|
2543
|
+
require_memory_integration: true
|
|
2544
|
+
assess_transformative_potential: true
|
|
2545
|
+
|
|
2546
|
+
# Cell 63: Recognition Dialectical × Bidirectional Profiling × Ego/Superego Learner
|
|
2547
|
+
cell_63_recog_dialectical_profile_bidirectional_psycho:
|
|
2548
|
+
description: "Multi-agent learner cell 63: recognition ego + suspicious superego + bidirectional profiling + ego/superego learner"
|
|
2549
|
+
factors:
|
|
2550
|
+
prompt_type: dialectical_suspicious
|
|
2551
|
+
multi_agent_tutor: true
|
|
2552
|
+
multi_agent_learner: true
|
|
2553
|
+
superego_type: suspicious
|
|
2554
|
+
full_modulation: true
|
|
2555
|
+
superego_rewriting: true
|
|
2556
|
+
other_ego: bidirectional
|
|
2557
|
+
learner_architecture: ego_superego_recognition
|
|
2558
|
+
recognition_mode: true
|
|
2559
|
+
memory_enabled: true
|
|
2560
|
+
writing_pad_enabled: true
|
|
2561
|
+
dialectical_negotiation: true
|
|
2562
|
+
prompt_rewriting:
|
|
2563
|
+
enabled: true
|
|
2564
|
+
strategy: self_reflection
|
|
2565
|
+
superego_disposition_rewriting: true
|
|
2566
|
+
other_ego_profiling:
|
|
2567
|
+
enabled: true
|
|
2568
|
+
bidirectional: true
|
|
2569
|
+
strategy_planning: false
|
|
2570
|
+
dialogue:
|
|
2571
|
+
enabled: true
|
|
2572
|
+
max_rounds: 1
|
|
2573
|
+
convergence_threshold: 0.60
|
|
2574
|
+
rejection_budget: 6
|
|
2575
|
+
ego:
|
|
2576
|
+
provider: openrouter
|
|
2577
|
+
model: nemotron
|
|
2578
|
+
staging: front
|
|
2579
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2580
|
+
hyperparameters:
|
|
2581
|
+
temperature: 0.6
|
|
2582
|
+
max_tokens: 8000
|
|
2583
|
+
superego:
|
|
2584
|
+
provider: openrouter
|
|
2585
|
+
model: kimi-k2.5
|
|
2586
|
+
staging: back
|
|
2587
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2588
|
+
hyperparameters:
|
|
2589
|
+
temperature: 0.2
|
|
2590
|
+
max_tokens: 8000
|
|
2591
|
+
intervention_strategies:
|
|
2592
|
+
enforce_mutual_recognition: true
|
|
2593
|
+
require_memory_integration: true
|
|
2594
|
+
assess_transformative_potential: true
|
|
2595
|
+
|
|
2596
|
+
# Cell 64: Recognition Dialectical × Intersubjective × Ego/Superego Learner
|
|
2597
|
+
cell_64_recog_dialectical_intersubjective_psycho:
|
|
2598
|
+
description: "Multi-agent learner cell 64: recognition ego + suspicious superego + intersubjective + ego/superego learner"
|
|
2599
|
+
factors:
|
|
2600
|
+
prompt_type: dialectical_suspicious
|
|
2601
|
+
multi_agent_tutor: true
|
|
2602
|
+
multi_agent_learner: true
|
|
2603
|
+
superego_type: suspicious
|
|
2604
|
+
full_modulation: true
|
|
2605
|
+
superego_rewriting: true
|
|
2606
|
+
mechanism: intersubjective
|
|
2607
|
+
learner_architecture: ego_superego_recognition
|
|
2608
|
+
recognition_mode: true
|
|
2609
|
+
memory_enabled: true
|
|
2610
|
+
writing_pad_enabled: true
|
|
2611
|
+
dialectical_negotiation: true
|
|
2612
|
+
prompt_rewriting:
|
|
2613
|
+
enabled: true
|
|
2614
|
+
strategy: self_reflection
|
|
2615
|
+
intersubjective: true
|
|
2616
|
+
superego_disposition_rewriting: true
|
|
2617
|
+
dialogue:
|
|
2618
|
+
enabled: true
|
|
2619
|
+
max_rounds: 1
|
|
2620
|
+
convergence_threshold: 0.60
|
|
2621
|
+
rejection_budget: 6
|
|
2622
|
+
ego:
|
|
2623
|
+
provider: openrouter
|
|
2624
|
+
model: nemotron
|
|
2625
|
+
staging: front
|
|
2626
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2627
|
+
hyperparameters:
|
|
2628
|
+
temperature: 0.6
|
|
2629
|
+
max_tokens: 8000
|
|
2630
|
+
superego:
|
|
2631
|
+
provider: openrouter
|
|
2632
|
+
model: kimi-k2.5
|
|
2633
|
+
staging: back
|
|
2634
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2635
|
+
hyperparameters:
|
|
2636
|
+
temperature: 0.2
|
|
2637
|
+
max_tokens: 8000
|
|
2638
|
+
intervention_strategies:
|
|
2639
|
+
enforce_mutual_recognition: true
|
|
2640
|
+
require_memory_integration: true
|
|
2641
|
+
assess_transformative_potential: true
|
|
2642
|
+
|
|
2643
|
+
# Cell 65: Recognition Dialectical × Combined × Ego/Superego Learner
|
|
2644
|
+
cell_65_recog_dialectical_combined_psycho:
|
|
2645
|
+
description: "Multi-agent learner cell 65: recognition ego + suspicious superego + all mechanisms combined + ego/superego learner"
|
|
2646
|
+
factors:
|
|
2647
|
+
prompt_type: dialectical_suspicious
|
|
2648
|
+
multi_agent_tutor: true
|
|
2649
|
+
multi_agent_learner: true
|
|
2650
|
+
superego_type: suspicious
|
|
2651
|
+
full_modulation: true
|
|
2652
|
+
superego_rewriting: true
|
|
2653
|
+
mechanism: combined
|
|
2654
|
+
learner_architecture: ego_superego_recognition
|
|
2655
|
+
recognition_mode: true
|
|
2656
|
+
memory_enabled: true
|
|
2657
|
+
writing_pad_enabled: true
|
|
2658
|
+
dialectical_negotiation: true
|
|
2659
|
+
prompt_rewriting:
|
|
2660
|
+
enabled: true
|
|
2661
|
+
strategy: self_reflection
|
|
2662
|
+
quantitative_disposition: true
|
|
2663
|
+
prompt_erosion:
|
|
2664
|
+
enabled: true
|
|
2665
|
+
rate: 0.2
|
|
2666
|
+
intersubjective: true
|
|
2667
|
+
superego_disposition_rewriting: true
|
|
2668
|
+
dialogue:
|
|
2669
|
+
enabled: true
|
|
2670
|
+
max_rounds: 1
|
|
2671
|
+
convergence_threshold: 0.60
|
|
2672
|
+
rejection_budget: 6
|
|
2673
|
+
ego:
|
|
2674
|
+
provider: openrouter
|
|
2675
|
+
model: nemotron
|
|
2676
|
+
staging: front
|
|
2677
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2678
|
+
hyperparameters:
|
|
2679
|
+
temperature: 0.6
|
|
2680
|
+
max_tokens: 8000
|
|
2681
|
+
superego:
|
|
2682
|
+
provider: openrouter
|
|
2683
|
+
model: kimi-k2.5
|
|
2684
|
+
staging: back
|
|
2685
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2686
|
+
hyperparameters:
|
|
2687
|
+
temperature: 0.2
|
|
2688
|
+
max_tokens: 8000
|
|
2689
|
+
intervention_strategies:
|
|
2690
|
+
enforce_mutual_recognition: true
|
|
2691
|
+
require_memory_integration: true
|
|
2692
|
+
assess_transformative_potential: true
|
|
2693
|
+
|
|
2694
|
+
# ========================================================================
|
|
2695
|
+
# Cells 66-68: Cognitive Prosthesis — Superego-Routed Profiling
|
|
2696
|
+
# ========================================================================
|
|
2697
|
+
# Test whether routing profiling through the stronger superego model (kimi-k2.5)
|
|
2698
|
+
# helps weaker ego models (nemotron) approximate stronger model quality.
|
|
2699
|
+
# All cells use recognition + dynamic learner + bidirectional profiling.
|
|
2700
|
+
|
|
2701
|
+
# Cell 66: Superego-routed profiling (descriptive format)
|
|
2702
|
+
cell_66_recog_dialectical_profile_prosthesis_descriptive:
|
|
2703
|
+
description: "Cognitive prosthesis cell 66: superego-routed bidirectional profiling (descriptive), nemotron ego, recognition"
|
|
2704
|
+
factors:
|
|
2705
|
+
prompt_type: dialectical_suspicious
|
|
2706
|
+
multi_agent_tutor: true
|
|
2707
|
+
multi_agent_learner: true
|
|
2708
|
+
superego_type: suspicious
|
|
2709
|
+
mechanism: profile_bidirectional
|
|
2710
|
+
learner_architecture: ego_superego_recognition
|
|
2711
|
+
recognition_mode: true
|
|
2712
|
+
memory_enabled: true
|
|
2713
|
+
writing_pad_enabled: true
|
|
2714
|
+
dialectical_negotiation: true
|
|
2715
|
+
prompt_rewriting:
|
|
2716
|
+
enabled: true
|
|
2717
|
+
strategy: self_reflection
|
|
2718
|
+
other_ego_profiling:
|
|
2719
|
+
enabled: true
|
|
2720
|
+
bidirectional: true
|
|
2721
|
+
use_superego_model: true
|
|
2722
|
+
dialogue:
|
|
2723
|
+
enabled: true
|
|
2724
|
+
max_rounds: 1
|
|
2725
|
+
convergence_threshold: 0.60
|
|
2726
|
+
rejection_budget: 6
|
|
2727
|
+
ego:
|
|
2728
|
+
provider: openrouter
|
|
2729
|
+
model: nemotron
|
|
2730
|
+
staging: front
|
|
2731
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2732
|
+
hyperparameters:
|
|
2733
|
+
temperature: 0.6
|
|
2734
|
+
max_tokens: 8000
|
|
2735
|
+
superego:
|
|
2736
|
+
provider: openrouter
|
|
2737
|
+
model: kimi-k2.5
|
|
2738
|
+
staging: back
|
|
2739
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2740
|
+
hyperparameters:
|
|
2741
|
+
temperature: 0.2
|
|
2742
|
+
max_tokens: 8000
|
|
2743
|
+
intervention_strategies:
|
|
2744
|
+
enforce_mutual_recognition: true
|
|
2745
|
+
require_memory_integration: true
|
|
2746
|
+
assess_transformative_potential: true
|
|
2747
|
+
|
|
2748
|
+
# Cell 67: Superego-routed profiling (prescriptive DO/DON'T format)
|
|
2749
|
+
cell_67_recog_dialectical_profile_prosthesis_prescriptive:
|
|
2750
|
+
description: "Cognitive prosthesis cell 67: superego-routed bidirectional profiling (prescriptive), nemotron ego, recognition"
|
|
2751
|
+
factors:
|
|
2752
|
+
prompt_type: dialectical_suspicious
|
|
2753
|
+
multi_agent_tutor: true
|
|
2754
|
+
multi_agent_learner: true
|
|
2755
|
+
superego_type: suspicious
|
|
2756
|
+
mechanism: profile_bidirectional
|
|
2757
|
+
learner_architecture: ego_superego_recognition
|
|
2758
|
+
recognition_mode: true
|
|
2759
|
+
memory_enabled: true
|
|
2760
|
+
writing_pad_enabled: true
|
|
2761
|
+
dialectical_negotiation: true
|
|
2762
|
+
prompt_rewriting:
|
|
2763
|
+
enabled: true
|
|
2764
|
+
strategy: self_reflection
|
|
2765
|
+
other_ego_profiling:
|
|
2766
|
+
enabled: true
|
|
2767
|
+
bidirectional: true
|
|
2768
|
+
use_superego_model: true
|
|
2769
|
+
prescriptive: true
|
|
2770
|
+
dialogue:
|
|
2771
|
+
enabled: true
|
|
2772
|
+
max_rounds: 1
|
|
2773
|
+
convergence_threshold: 0.60
|
|
2774
|
+
rejection_budget: 6
|
|
2775
|
+
ego:
|
|
2776
|
+
provider: openrouter
|
|
2777
|
+
model: nemotron
|
|
2778
|
+
staging: front
|
|
2779
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2780
|
+
hyperparameters:
|
|
2781
|
+
temperature: 0.6
|
|
2782
|
+
max_tokens: 8000
|
|
2783
|
+
superego:
|
|
2784
|
+
provider: openrouter
|
|
2785
|
+
model: kimi-k2.5
|
|
2786
|
+
staging: back
|
|
2787
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2788
|
+
hyperparameters:
|
|
2789
|
+
temperature: 0.2
|
|
2790
|
+
max_tokens: 8000
|
|
2791
|
+
intervention_strategies:
|
|
2792
|
+
enforce_mutual_recognition: true
|
|
2793
|
+
require_memory_integration: true
|
|
2794
|
+
assess_transformative_potential: true
|
|
2795
|
+
|
|
2796
|
+
# Cell 68: Superego-routed profiling (prescriptive) + adversary superego
|
|
2797
|
+
cell_68_recog_dialectical_profile_prosthesis_adversary:
|
|
2798
|
+
description: "Cognitive prosthesis cell 68: superego-routed prescriptive profiling + adversary superego, nemotron ego, recognition"
|
|
2799
|
+
factors:
|
|
2800
|
+
prompt_type: dialectical_adversary
|
|
2801
|
+
multi_agent_tutor: true
|
|
2802
|
+
multi_agent_learner: true
|
|
2803
|
+
superego_type: adversary
|
|
2804
|
+
mechanism: profile_bidirectional
|
|
2805
|
+
learner_architecture: ego_superego_recognition
|
|
2806
|
+
recognition_mode: true
|
|
2807
|
+
memory_enabled: true
|
|
2808
|
+
writing_pad_enabled: true
|
|
2809
|
+
dialectical_negotiation: true
|
|
2810
|
+
prompt_rewriting:
|
|
2811
|
+
enabled: true
|
|
2812
|
+
strategy: self_reflection
|
|
2813
|
+
other_ego_profiling:
|
|
2814
|
+
enabled: true
|
|
2815
|
+
bidirectional: true
|
|
2816
|
+
use_superego_model: true
|
|
2817
|
+
prescriptive: true
|
|
2818
|
+
dialogue:
|
|
2819
|
+
enabled: true
|
|
2820
|
+
max_rounds: 1
|
|
2821
|
+
convergence_threshold: 0.60
|
|
2822
|
+
rejection_budget: 6
|
|
2823
|
+
ego:
|
|
2824
|
+
provider: openrouter
|
|
2825
|
+
model: nemotron
|
|
2826
|
+
staging: front
|
|
2827
|
+
prompt_file: tutor-ego-recognition-dialectical.md
|
|
2828
|
+
hyperparameters:
|
|
2829
|
+
temperature: 0.6
|
|
2830
|
+
max_tokens: 8000
|
|
2831
|
+
superego:
|
|
2832
|
+
provider: openrouter
|
|
2833
|
+
model: kimi-k2.5
|
|
2834
|
+
staging: back
|
|
2835
|
+
prompt_file: tutor-superego-adversary.md
|
|
2836
|
+
hyperparameters:
|
|
2837
|
+
temperature: 0.2
|
|
2838
|
+
max_tokens: 8000
|
|
2839
|
+
intervention_strategies:
|
|
2840
|
+
enforce_mutual_recognition: true
|
|
2841
|
+
require_memory_integration: true
|
|
2842
|
+
assess_transformative_potential: true
|
|
2843
|
+
|
|
2844
|
+
# ========================================================================
|
|
2845
|
+
# Cells 69-70: Base Pairs for Dynamic Learner Intersubjective/Combined
|
|
2846
|
+
# ========================================================================
|
|
2847
|
+
# Base counterparts to cells 64-65 (recognition-only).
|
|
2848
|
+
# Completes the 4×2 mechanism × recognition matrix with dynamic learners:
|
|
2849
|
+
# Self-reflect: 60 (base) / 61 (recog)
|
|
2850
|
+
# Profiling: 62 (base) / 63 (recog)
|
|
2851
|
+
# Intersubjective: 69 (base) / 64 (recog) <-- NEW base pair
|
|
2852
|
+
# Combined: 70 (base) / 65 (recog) <-- NEW base pair
|
|
2853
|
+
|
|
2854
|
+
# Cell 69: Base Dialectical × Intersubjective × Ego/Superego Learner
|
|
2855
|
+
cell_69_base_dialectical_intersubjective_psycho:
|
|
2856
|
+
description: "Multi-agent learner cell 69: base ego + suspicious superego + intersubjective + ego/superego learner"
|
|
2857
|
+
factors:
|
|
2858
|
+
prompt_type: dialectical_suspicious
|
|
2859
|
+
multi_agent_tutor: true
|
|
2860
|
+
multi_agent_learner: true
|
|
2861
|
+
superego_type: suspicious
|
|
2862
|
+
full_modulation: true
|
|
2863
|
+
superego_rewriting: true
|
|
2864
|
+
mechanism: intersubjective
|
|
2865
|
+
learner_architecture: ego_superego
|
|
2866
|
+
recognition_mode: false
|
|
2867
|
+
memory_enabled: true
|
|
2868
|
+
writing_pad_enabled: true
|
|
2869
|
+
dialectical_negotiation: true
|
|
2870
|
+
prompt_rewriting:
|
|
2871
|
+
enabled: true
|
|
2872
|
+
strategy: self_reflection
|
|
2873
|
+
intersubjective: true
|
|
2874
|
+
superego_disposition_rewriting: true
|
|
2875
|
+
dialogue:
|
|
2876
|
+
enabled: true
|
|
2877
|
+
max_rounds: 1
|
|
2878
|
+
convergence_threshold: 0.65
|
|
2879
|
+
rejection_budget: 6
|
|
2880
|
+
ego:
|
|
2881
|
+
provider: openrouter
|
|
2882
|
+
model: nemotron
|
|
2883
|
+
staging: front
|
|
2884
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2885
|
+
hyperparameters:
|
|
2886
|
+
temperature: 0.6
|
|
2887
|
+
max_tokens: 8000
|
|
2888
|
+
superego:
|
|
2889
|
+
provider: openrouter
|
|
2890
|
+
model: kimi-k2.5
|
|
2891
|
+
staging: back
|
|
2892
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2893
|
+
hyperparameters:
|
|
2894
|
+
temperature: 0.2
|
|
2895
|
+
max_tokens: 8000
|
|
2896
|
+
intervention_strategies:
|
|
2897
|
+
require_memory_integration: true
|
|
2898
|
+
assess_transformative_potential: true
|
|
2899
|
+
|
|
2900
|
+
# Cell 70: Base Dialectical × Combined × Ego/Superego Learner
|
|
2901
|
+
cell_70_base_dialectical_combined_psycho:
|
|
2902
|
+
description: "Multi-agent learner cell 70: base ego + suspicious superego + all mechanisms combined + ego/superego learner"
|
|
2903
|
+
factors:
|
|
2904
|
+
prompt_type: dialectical_suspicious
|
|
2905
|
+
multi_agent_tutor: true
|
|
2906
|
+
multi_agent_learner: true
|
|
2907
|
+
superego_type: suspicious
|
|
2908
|
+
full_modulation: true
|
|
2909
|
+
superego_rewriting: true
|
|
2910
|
+
mechanism: combined
|
|
2911
|
+
learner_architecture: ego_superego
|
|
2912
|
+
recognition_mode: false
|
|
2913
|
+
memory_enabled: true
|
|
2914
|
+
writing_pad_enabled: true
|
|
2915
|
+
dialectical_negotiation: true
|
|
2916
|
+
prompt_rewriting:
|
|
2917
|
+
enabled: true
|
|
2918
|
+
strategy: self_reflection
|
|
2919
|
+
quantitative_disposition: true
|
|
2920
|
+
prompt_erosion:
|
|
2921
|
+
enabled: true
|
|
2922
|
+
rate: 0.2
|
|
2923
|
+
intersubjective: true
|
|
2924
|
+
superego_disposition_rewriting: true
|
|
2925
|
+
dialogue:
|
|
2926
|
+
enabled: true
|
|
2927
|
+
max_rounds: 1
|
|
2928
|
+
convergence_threshold: 0.65
|
|
2929
|
+
rejection_budget: 6
|
|
2930
|
+
ego:
|
|
2931
|
+
provider: openrouter
|
|
2932
|
+
model: nemotron
|
|
2933
|
+
staging: front
|
|
2934
|
+
prompt_file: tutor-ego-dialectical.md
|
|
2935
|
+
hyperparameters:
|
|
2936
|
+
temperature: 0.6
|
|
2937
|
+
max_tokens: 8000
|
|
2938
|
+
superego:
|
|
2939
|
+
provider: openrouter
|
|
2940
|
+
model: kimi-k2.5
|
|
2941
|
+
staging: back
|
|
2942
|
+
prompt_file: tutor-superego-suspicious.md
|
|
2943
|
+
hyperparameters:
|
|
2944
|
+
temperature: 0.2
|
|
2945
|
+
max_tokens: 8000
|
|
2946
|
+
intervention_strategies:
|
|
2947
|
+
require_memory_integration: true
|
|
2948
|
+
assess_transformative_potential: true
|
|
2949
|
+
|
|
2950
|
+
# ===========================================================================
|
|
2951
|
+
# PROMPT ELABORATION BASELINE (cells 71-72)
|
|
2952
|
+
# ===========================================================================
|
|
2953
|
+
# Tests contribution of pedagogical prompt elaboration.
|
|
2954
|
+
# Cell 71 (naive) uses JSON-schema-only prompt (~35 lines).
|
|
2955
|
+
# Compare against cell 1 (base, 344-line prompt) to measure elaboration effect.
|
|
2956
|
+
|
|
2957
|
+
# Cell 71: Naive × Single Agent × Unified Learner
|
|
2958
|
+
cell_71_naive_single_unified:
|
|
2959
|
+
description: "Prompt elaboration baseline: naive single-agent tutor (JSON schema only, no pedagogical guidance), unified learner"
|
|
2960
|
+
factors:
|
|
2961
|
+
prompt_type: naive
|
|
2962
|
+
multi_agent_tutor: false
|
|
2963
|
+
multi_agent_learner: false
|
|
2964
|
+
learner_architecture: unified
|
|
2965
|
+
recognition_mode: false
|
|
2966
|
+
memory_enabled: false
|
|
2967
|
+
dialogue:
|
|
2968
|
+
enabled: false
|
|
2969
|
+
max_rounds: 0
|
|
2970
|
+
ego:
|
|
2971
|
+
provider: openrouter
|
|
2972
|
+
model: haiku
|
|
2973
|
+
prompt_file: tutor-ego-naive.md
|
|
2974
|
+
hyperparameters:
|
|
2975
|
+
temperature: 0.6
|
|
2976
|
+
max_tokens: 8000
|
|
2977
|
+
superego: null
|