TMBR: September 2025

From BusyBeaverWiki
Revision as of 21:29, 30 September 2025 by ADucharme (talk | contribs) (→‎Holdouts: update 4x3 reduction table, Details)
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 (LIATA) was introduced generalizing BMO1. And the Bug Game was introduced and explored for small values.

October 2025 will be BB(3,3) month. The goal is to significantly reduce the remaining 10 holdouts in this domain. Because one holdout (Bigfoot) is a probviously non-halting cryptid, we likely will not solve BB(3,3) this month. An ambitious but potentially achievable goal, however, is to reduce the holdout list to three: Bigfoot, 1RB2LA1LA_2LA0RA2RC_---0LC2RA (bbch), and 1RB0LB0RC_2LC2LA1RA_1RA1LC--- (bbch). Intermediate goals include confirming the longitudinal analyses of four holdouts performed by LegionMammal, applying new high-speed Hydra iterations to further forward simulate Bigfoot, and eliminating possible halting configurations for 1RB2LA1LA_2LA0RA2RC_---0LC2RA (bbch).

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) 46,118,252 460,916,384 414,798,132 90.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:

  • @Bard proved that 3 dimension LIATA are Turing complete: [1]
  • @star proved that 2 dimension LIATA are Turing complete: [2]
  • BMO1 is a 2d-LIATA so this provides some sense for the difficulty of the problem.
    • This is analogous to how Conway proved that generalized collatz maps are Turing complete which suggests the difficulty with solving Collatz-like problems.
    • But, like Conway's proof, it does not say anything concrete about any specific 2d-LIATA problem.

BB Adjacent

  • @savask shared the Bug Game (and fast-growing function)
    • Optimal square mazes have been discovered up to Bug(7,7) = 218 by Katelyn Doucette using TNF-style search. [3]
    • Daniel Yuan found some long running mazes using a greedy algorithm including Bug(19,29) ≥ 11,160,428. [4]
    • Daniel Yuan proved that . [5], [6] and [7]
  • 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).

Interesting TMs