TMBR: September 2025

From BusyBeaverWiki
Revision as of 19:18, 30 September 2025 by Sligocki (talk | contribs) (Write intro section)
Jump to navigation Jump to search
Prev: August 2025 This Month in Beaver Research Next: October 2025

This Month in Beaver Research for September 2025.

The biggest news this month is that we publicly posted a preprint of our BB(5) paper: "Determination of the fifth Busy Beaver value" on arXiv on 15 Sep 2025. This represents over a year of work writing up the proof that BB(5) = 47,176,870.

This month saw continued public attention with Ben Brubaker's BB(6) Quanta article reprinted in Wired. There were massive holdout reductions across 4 Busy Beaver domains with BB(2,6) seeing over a 96% reduction in holdouts! A new theoretical framework was introduced generalizing BMO1 and was proven to be Turing complete. And the Bug Game was introduced and explored for small values.

October 2025 will be BB(3,3) month. TODO: Add blurb.

In the News

Blog Posts

Holdouts

This month saw huge reductions to holdout lists in many domains. In BB(6), this was mainly due to mxdys demonstrating the equivalence of many TMs. For the other domains it seems to be mainly due to applying mxdys's main.exe and the Ligockis' Enumerate.py and lr_enum_continue decider pipelines to these domains.

BB Holdout Reduction by Domain
Domain New Holdout Count Previous Holdout Count Holdout Reduction % Reduction
BB(6) 1,691 2,592 901 34.8%
BB(7) 22,801,601 59,727,905 36,446,066 61.8%
BB(2,6) 873,469 22,302,296 21,428,827 96.1%
BB(4,3) 50,835,926 460,916,384 410,080,458 89.0%
Details
  • BB(7):
    • Andrew Ducharme has continued reducing the number of holdouts, from 59,727,905 to 28,189,617 (52.80% reduction).
    • Terry Ligocki ran an additional 24 filters/parameters. This reduced the number of holdouts, from 28,189,617 to 23,314,388 TMs (17.29% reduction)
    • Andrew Ducharme, starting Stage 4 of Phase 2 ran two additional filters, reducing the number of holdouts, from 23,314,388 to 22,801,601 TMs (2.2% reduction)
    • Racheline decided a machine to be halting manually.
  • BB(2,6):
    • An error was noticed in the BB(2,6) holdout reduction reported last month. It was decided to start back at the original 22,302,296 holdout TMs.
    • Andrew Ducharme ran lr_enum_continue and reduced the 22,302,296 holdout TMs to 20,358,011 (8.72% reduction).
    • Terry Ligocki ran 50 variations of deciders/parameters using @mxdys' C++ code, main.exe, reducing the holdout count to 970,101 TMs (95.23% reduction)!
    • Andrew Ducharme ran Enumerate.py reducing the holdout count to 873,469 TMs (9.96% reduction).
    • Peacemaker II found a new second place champion, halting at around steps.
  • BB(3,4):
    • XnoobSpeakable and Lúkos are working on the holdout list for BB(3,4), ~435M TMs, using @mxdys' deciders with various parameters.

Theory

Linear-Inequality Affine Transformation Automata (LIATA) were introduced as a generalization of the BMO1 rules:

BB Adjacent

  • @savask shared the Bug Game (and fast-growing function)
  • John Tromp proved (announcement on Discord, Code). This is an improvement over the previous result requiring 404 bits. (TODO: clarify what BMS is and if this function notation is standard).