Abstract

In the realm of strength training, I often hear the question “What is the best training block?” There’s often an implicit clause in that question: “What is the best training program (for me, right now)?” At its heart, this question is untennable. Optimizing individual training response requires optimizing the use of individual data, and individual data takes time to collect (making the “right now” part of the question impossible). Mike Tuscherer has developed a training paradigm called “emerging strategies”, and it seeks to answer a different question: “How can I structure a training block and use that block’s data in order to make sufficient progress during said block, gather insights that will lead to sufficient progress in a future block, or both?” It is a system of training that requires training to be closely monitored by keeping track of a few relevant variables. Using this paradigm, I put 30 pounds on my bench press (310 to 340 lbs), 50 pounds on my squat (405 to 455), and about 65 pounds on my deadlift (430 to 495) after nearly a year of stagnation.

Introduction: motivating the problem

In 2018, my squat, bench press, and deadlift one rep maxes were stagnating. I figured it was time to start planning my training more intelligently. I was using good “programming principles” beforehand, but these principles fail to capture individual variability to a training stimulus. They are a good starting point, but a good training regimen should be based on solid principles and an individual’s prior training data. My methodology is described futher below. Traditional statistical approaches didn’t suffice in this project for the following reasons: (1) It takes far too long to obtain the data necessary to find optimal training parameters for an individual; (2) I wasn’t forecasting time series trends, because I experimentally altered the process which governs that trend;(3) exposing myself to various experimental blocks wouldn’t work, because strength increased under some experimental block at one time does not increase my confidence that it will work for more than a few exposures in a row.

Methodology: An Emerging Strategy

To overcome the aformentioned problems, I decided to use adopt a paradigm similar to one constructed by Mike Tuscherer known as “emerging strategies”. (If you’re interested, here’s his lecture on the topic). The plan to gain strength is as follows:

My implementation of emerging strategies

Let’s look at how I parameterized my microcycle in the first block… I wanted to squat 13 sets per week, deadlift 8 sets per week , and bench press 17 sets per week. The average intensity was also fairly high, because my reps per ranged from 2 to 7.

My e1rm stagnated around week 4 on all exercises. I decreases the volume on the final weeks in an attempt to decay any fatigue that could be masking strength increase.

 d1<- ggplot(weeklyStatsDB1Long %>% filter(metric %in% c("e1rmZ","avgIntZ","setsZ")),aes(x=week,y=value)) + geom_line(aes(color = metric)) + geom_point(aes(color=metric)) +facet_wrap(~exercise,scales = "free_y") + ggtitle("Deadlift")
#plotly::ggplotly(d1)
d1

Potential insights:

Leading into the next block, I decided to increase the sets/week and reps/week. I also decreased the average intensity accordingly. In the 3rd block, I tried to keep most variables similar to the second except I “front loaded” volume on the squat (performed most of the high volume weeks in the first portion of the block). I also increased the bench volume. Let’s see the results of adjusting the training parameters in a meta-block review. I’ll examine the only the squat for the sake of brevity…

Comparing block results

Now, I want to really look at the differences in training parameters as well as target metrics across 4 blocks. To keep it brief, I’m just going to focus on the squat, though I will show the change in e1rm for all lifts.

We can see that blocks 2 and 3 were the most successful based on the charts below.

So, what changed? Let’s look at the reps per week, sets per week, and average intensity per week. It’s clear that moderate intensity and higher volume worked better than high intensity with lower volumes.

Insights from comparing blocks 1 to 2 and 3…

Insights from comparing blocks 2 and 3…

Going forward…