An earlier post states that 17 of the 24 words were revealed, so only 6 words need to be brute forced.
If the positions of the revealed words are known then you could recover up to 187 bits of the 256 bit key, and instead you would brute force the unknown bits.
Should've read the thread carefully, but there are
6 7 words need to be brute-forced.
Even if the position of 7 unknown words is known, it's still impossible as there's 1.25^44 possible combination if my calculation is right.
(2048^7) * (17^17).
Jameson Lopp trying to make people understand why brute-force is impossible.