Spreading Path of Exile attribute points by feel leaves effectiveness on the table, especially when a build scales hard off one stat. This optimizer allocates your points in proportion to each attribute’s value for your chosen playstyle, giving a clean baseline you can refine for gear and gem requirements.
How it works
Each playstyle defines relative weights for Strength, Dexterity, and Intelligence. Under linear marginal value, the effectiveness-maximizing split is proportional to those weights:
alloc_i = round( totalPoints * weight_i / sumWeights )
score = sum( alloc_i * weight_i )
Rounding can leave a leftover point or two, which the tool assigns to the stats with the largest fractional remainders so the allocation sums to your pool exactly.
Reading the result
The split shows how many points go to each attribute, and the build score lets you compare allocations at a glance. A caster profile pushes nearly everything into Intelligence, while a hybrid attack profile splits evenly between Strength and Dexterity.
Notes
This is a baseline, not a hard rule. Many builds need minimum attributes to wear gear or socket gems, so top up any stat to clear those requirements before optimizing the remainder for raw effectiveness.