Skip to content

Commit 402e6e7

Browse files
authored
Merge pull request #6 from jamiepratt/codex/publish-vocabulary-article-updates
Publish vocabulary article previews and validation analysis
2 parents 4e50542 + 6b161a5 commit 402e6e7

12 files changed

Lines changed: 1995 additions & 56 deletions

resources/language_learning/vocabulary_estimation/pair_frequency_logistic_v2_tuning_cells.edn

Lines changed: 1212 additions & 0 deletions
Large diffs are not rendered by default.

src/language_learning/vocabulary_estimation/bayes_theorem_simulations.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:description "A visual, interactive introduction to Bayesian updating, posterior sampling, decisions, and Gaussian grid approximation."
77
:type :post
88
:date "2026-07-13"
9+
:image "bayes_theorem_simulations_preview.png"
10+
:image-alt "Three Gaussian parameter-grid heatmaps show the posterior before and after a seeded height observation, with playback controls."
911
:category :concepts
1012
:tags [:bayesian-statistics :clojure :clojurescript :scittle :simulation]
1113
:keywords [:bayes-theorem :grid-approximation :posterior-sampling :normal-distribution :data-visualisation]}}}
330 KB
Loading

src/language_learning/vocabulary_estimation/beta_binomial_first_pass.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:description "A learning-in-public first pass at estimating receptive vocabulary from stratified responses with a Beta–binomial model."
77
:type :post
88
:date "2026-07-12"
9+
:image "beta_binomial_first_pass_preview.png"
10+
:image-alt "Beta-binomial posterior density after twelve vocabulary responses, with Correct, Wrong, Do not know, and Reset controls."
911
:category :concepts
1012
:tags [:bayesian-statistics :language-learning :clojure :scittle]
1113
:keywords [:vocabulary-estimation :beta-binomial :posterior-predictive :stratified-sampling]}}}
217 KB
Loading

src/language_learning/vocabulary_estimation/managing_brilliant_but_uneven_minds.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
:description "Why managing fast, uneven AI agents requires explicit assumptions, executable research, and independent validation gates."
99
:type :post
1010
:date "2026-07-15"
11+
:image "managing_brilliant_but_uneven_minds_preview.png"
12+
:image-alt "Theory-to-algorithm research cycle above separate model, software, and publication validation cards."
1113
:category :concepts
1214
:tags [:ai :research-workflow :language-learning :clojure]
1315
:keywords [:coding-agents :theory-to-algorithm :executable-research :model-validation]}}}
253 KB
Loading

src/language_learning/vocabulary_estimation/pair_frequency_logistic_v2_article.clj

Lines changed: 392 additions & 44 deletions
Large diffs are not rendered by default.

src/language_learning/vocabulary_estimation/pair_frequency_logistic_v2_interactive.cljs

Lines changed: 249 additions & 11 deletions
Large diffs are not rendered by default.
338 KB
Loading

0 commit comments

Comments
 (0)