Having no 2 or 3 factors should be worse than a single 2 or 3. Having no 2 factors leaves roughly half the numbers as candidates. Being divisible by 2, but not 4, limits it to about a quarter.
Sure, but in the context of 512, not getting the largest divisor hint means that we can rule out half of the candidates of whatever other clue it gives us. But that's not something I ought to count on, obviously (today (10/9) 512 is unhelpful).
I've never seen the code for how xdle works and how it chooses its clues. A strict priority list of what clues it prefers follows what I've seen. I do know it's deterministic and not random as the same puzzle returns the same clues if the input is the same.
Not that it's likely to frequently be useful, but what do you think the priority list is? To me, it's probably "largest divisor" > "is prime/nth power" > "largest prime divisor" [ETA: Guessing 0 or 1 gives the amount of prime factors x has, but I'm pretty sure that that's only for 0 and 1]
for xdle, I only guess numbers that are possible solutions.
Seems reasonable enough. I'm probably more used to having a multitude of options (before I switched to 499 as my start). Speaking of, if you guessed 701, you'd get "largest prime divisor is 19". Would you say it's better to guess 834 or 853? My intuition is 853 ('cause it's odd), but I'd like to know your thoughts.