logaritmisk
  • Joined on 2023-10-06
logaritmisk pushed to main at logaritmisk/trueskill-tt 2026-09-07 13:13:35 +00:00
2fff745c3b feat: let observers be shared, boxed, or borrowed
logaritmisk closed issue logaritmisk/trueskill-tt#39 2026-09-07 13:10:54 +00:00
No way to ask "which comparison should I run next?" — active-learning / information-gain primitives are absent
logaritmisk commented on issue logaritmisk/trueskill-tt#39 2026-09-07 13:10:51 +00:00
No way to ask "which comparison should I run next?" — active-learning / information-gain primitives are absent

Done, as of 3c2f9ac on main. Closing.

What landed

expected_information_gain(teams, options) — the standalone signature proposed here — plus History::expected_information_gain(teams),…

logaritmisk pushed to main at logaritmisk/trueskill-tt 2026-09-07 13:10:26 +00:00
3c2f9ac64c feat: add expected information gain for active matchup selection
logaritmisk commented on issue logaritmisk/trueskill-tt#39 2026-09-07 13:04:08 +00:00
No way to ask "which comparison should I run next?" — active-learning / information-gain primitives are absent

The blocker is fixed. #21 is closed as of 507894d on main, and with it both of the things this issue actually depended on.

What changed

History::predict_outcome now returns…

logaritmisk opened issue logaritmisk/trueskill-tt#40 2026-09-07 13:00:11 +00:00
History consumes its Observer with no way to read it back, so every observer needs interior mutability
logaritmisk closed issue logaritmisk/trueskill-tt#21 2026-09-07 12:59:46 +00:00
Public API gaps: predict_outcome panics and is 2-team-only, HistoryBuilder isn't exported, Rating/Index are write-only
logaritmisk pushed to main at logaritmisk/trueskill-tt 2026-09-07 12:59:46 +00:00
507894dae7 refactor!: close the remaining API gaps from #21
bb2a845882 feat!: N-team outcome prediction with draw mass, replacing the 2-team panic
Compare 2 commits »
logaritmisk commented on issue logaritmisk/trueskill-tt#39 2026-09-07 12:29:09 +00:00
No way to ask "which comparison should I run next?" — active-learning / information-gain primitives are absent

Audited this against main @ 87fca8d and tested the central premise by building the thing this issue says cannot be built. The source-level facts all hold, but the **headline claim — that the…

logaritmisk opened issue logaritmisk/trueskill-tt#39 2026-09-07 12:21:22 +00:00
No way to ask "which comparison should I run next?" — active-learning / information-gain primitives are absent
logaritmisk pushed to main at logaritmisk/xy 2026-09-07 08:38:33 +00:00
c3fe2e414b chore(deps): update the lockfile
logaritmisk deleted branch feat/stdin-mode from logaritmisk/xy 2026-09-07 08:02:46 +00:00
logaritmisk pushed to main at logaritmisk/xy 2026-09-07 07:55:56 +00:00
ace5bd6e87 Merge feat/stdin-mode: keep a supervised child's stdin open
e4eb1cc6a2 docs(readme): document the stdin option
38e9af1e3d test(stdin): pin keep-open through the daemon
b500882257 feat(supervisor): let a server keep its stdin open
Compare 4 commits »
logaritmisk closed issue logaritmisk/xy#2 2026-09-07 07:55:56 +00:00
Add a way to keep a child's stdin open — stdio-first MCP servers exit immediately on EOF
logaritmisk commented on issue logaritmisk/xy#2 2026-09-07 07:53:49 +00:00
Add a way to keep a child's stdin open — stdio-first MCP servers exit immediately on EOF

Implemented on feat/stdin-mode (b500882, 38e9af1, e4eb1cc), following the proposed design: a per-server stdin mode with inherit (default, unchanged), null, and keep-open.

One detail…

logaritmisk pushed to feat/stdin-mode at logaritmisk/xy 2026-09-07 07:53:23 +00:00
e4eb1cc6a2 docs(readme): document the stdin option
38e9af1e3d test(stdin): pin keep-open through the daemon
b500882257 feat(supervisor): let a server keep its stdin open
Compare 3 commits »
logaritmisk created branch feat/stdin-mode in logaritmisk/xy 2026-09-07 07:53:21 +00:00
logaritmisk opened issue logaritmisk/xy#2 2026-09-07 07:32:04 +00:00
Add a way to keep a child's stdin open — stdio-first MCP servers exit immediately on EOF
logaritmisk opened issue logaritmisk/trueskill-tt#38 2026-09-01 17:35:46 +00:00
No way to configure a competitor before their first event, and getting it wrong is silent and permanent
logaritmisk opened issue logaritmisk/trueskill-tt#37 2026-09-01 17:35:22 +00:00
EventBuilder and record_winner/record_draw cannot set prior or drift_scale