Tested · 20 June 2026
How much science do you have to put into an AI to get a good workout out?
Ask ChatGPT for a workout and it'll happily write one. But does it actually agree with the exercise science — the right rep ranges, effort, rest, progression — or does it just sound right? And how much do you have to spell out yourself to get there? We tested the free tiers of ChatGPT, Claude, Gemini and Grok across four goals, at three levels of prompt detail, and scored every answer against the published evidence.
What we found
- Averaged across 4 goals and 4 free AIs, science-agreement climbed from 88% on a one-line prompt → 84% with a little context → 98% once the key science was spelled out. Detail helps — but there's less headroom than you'd think, because the models already start high.
- The naive starting point depends heavily on which free AI you use: from the same one-line prompt, Grok already scored 98% while Claude managed 78%. Some free models volunteer the science; others wait to be asked.
- A few things the models reliably leave out unless you ask — spell these out and you close most of the gap: some tempo/interval work, trains near failure (0–3 rir), rest periods given (~1–3 min).
The bottom line on prompting
The honest takeaway isn't "use model X." It's that the free AIs are already decent at the basics, and the gap to good is a short, specific list of things they tend to omit. Put those in your prompt and almost any of them gives you a sound workout:
- Some tempo/interval work — missing from 75% of one-line-prompt answers
- Trains near failure (0–3 RIR) — missing from 50% of one-line-prompt answers
- Rest periods given (~1–3 min) — missing from 50% of one-line-prompt answers
- Long rests (2–5 min) — missing from 50% of one-line-prompt answers
That's also the whole pitch for a tool like sweatcue: the science is now easy to get out of an AI — the friction is running the thing once it's written.
Goal by goal
💪 Build muscle (hypertrophy)
| Prompt detail | ChatGPT | Claude | Gemini | Grok | avg |
|---|---|---|---|---|---|
| L1 One-line prompt | 60% | 60% | 100% | 100% | 80% |
| L2 + context | 80% | 80% | 80% | 80% | 80% |
| L3 + science cues | 100% | 100% | 100% | 100% | 100% |
Scored against:
| Criterion (evidence target) | Source |
|---|---|
| Reps mostly 5–15 — Hypertrophy occurs across ~5–15 reps near failure | Schoenfeld 2021 |
| Trains near failure (0–3 RIR) — ≈0–3 reps in reserve | Refalo 2023; ACSM 2026 |
| Rest periods given (~1–3 min) — Rest specified, ≈60–180 s | Schoenfeld 2016; Grgic 2018 |
| Progressive overload stated — Add load/reps over time | Ratamess/ACSM 2009 |
| Compound pattern coverage — Squat/hinge + push + pull | ACSM 2026 |
See every answer + its extraction for Build muscle (hypertrophy)
L1 — "Write me a workout to build muscle."
ChatGPT — 60%
Model output:
Here’s a simple, effective muscle-building routine you can actually stick to. It’s built around proven compound lifts, enough volume to grow, and a structure that works whether you’re beginner or intermediate. **Schedule (4 days/week)** - Day 1: Upper (push focus) - Day 2: Lower - Day 3: Rest or light cardio - Day 4: Upper (pull focus) - Day 5: Lower - Day 6–7: Rest **Day 1 – Upper (Push)** - Bench press – 4 sets of 6–10 - Incline dumbbell press – 3 sets of 8–12 - Overhead shoulder press – 3 sets of 6–10 - Lateral raises – 3 sets of 12–15 - Triceps pushdowns or dips – 3 sets of 10–15 **Day 2 – Lower** - Squats – 4 sets of 5–8 - Romanian deadlifts – 3 sets of 8–12 - Leg press or lunges – 3 sets of 10–15 - Hamstring curls – 3 sets of 10–15 - Calf raises – 4 sets of 12–20 **Day 4 – Upper (Pull)** - Pull-ups or lat pulldowns – 4 sets of 6–10 - Barbell or dumbbell rows – 3 sets of 8–12 - Face pulls – 3 sets of 12–15 - Bicep curls – 3 sets of 10–15 - Rear delt raises – 3 sets of 12–15 **Day 5 – Lower** - Deadlifts (or trap bar) – 3 sets of 3–6 - Front squats or goblet squats – 3 sets of 8–12 - Bulgarian split squats – 3 sets of 8–12 each leg - Leg extensions – 3 sets of 12–15 - Calf raises – 4 sets of 12–20 **How to make it work (this matters more than the exercises):** - Add weight or reps every week (progressive overload) - Rest 1–2 min for smaller lifts, 2–3 min for big ones - Stop 1–2 reps before failure on most sets - Eat enough protein (roughly 0.7–1g per lb of bodyweight) - Sleep 7–9 hours If you want, I can tighten this up for home workouts, no equipment, or tailor it to fat loss + muscle at the same time.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Bench press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 6,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline dumbbell press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead shoulder press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 6,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lateral raises",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Triceps pushdowns or dips",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Squats",
"pattern": "squat",
"sets": 4,
"repsLow": 5,
"repsHigh": 8,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Romanian deadlifts",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg press or lunges",
"pattern": "squat",
"sets": 3,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hamstring curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Calf raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 12,
"repsHigh": 20,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Pull-ups or lat pulldowns",
"pattern": "vertical_pull",
"sets": 4,
"repsLow": 6,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell or dumbbell rows",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Face pulls",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bicep curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Rear delt raises",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlifts (or trap bar)",
"pattern": "hinge",
"sets": 3,
"repsLow": 3,
"repsHigh": 6,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Front squats or goblet squats",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bulgarian split squats",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg extensions",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Calf raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 12,
"repsHigh": 20,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Stop 1–2 reps before failure on most sets. Rest 1–2 min for smaller lifts, 2–3 min for big ones. Day 3: Rest or light cardio; Day 6–7: Rest. Bulgarian split squats 8–12 each leg. Eat enough protein (roughly 0.7–1g per lb of bodyweight). Sleep 7–9 hours."
}Claude — 60%
Model output:
# Muscle Building Workout Program ## Overview - **Frequency:** 4 days per week - **Goal:** Hypertrophy (muscle growth) - **Rest between sets:** 60–90 seconds --- ## Day 1 – Chest & Triceps | Exercise | Sets | Reps | |---|---|---| | Bench Press | 4 | 8–10 | | Incline Dumbbell Press | 3 | 10–12 | | Cable Flyes | 3 | 12–15 | | Tricep Dips | 3 | 10–12 | | Skull Crushers | 3 | 10–12 | ## Day 2 – Back & Biceps | Exercise | Sets | Reps | |---|---|---| | Pull-Ups | 4 | 8–10 | | Barbell Rows | 4 | 8–10 | | Lat Pulldowns | 3 | 10–12 | | Seated Cable Rows | 3 | 12 | | Barbell Curls | 3 | 10–12 | | Hammer Curls | 3 | 12 | ## Day 3 – Rest or Light Cardio ## Day 4 – Shoulders | Exercise | Sets | Reps | |---|---|---| | Overhead Press | 4 | 8–10 | | Lateral Raises | 4 | 12–15 | | Front Raises | 3 | 12 | | Rear Delt Flyes | 3 | 12–15 | | Shrugs | 3 | 12–15 | ## Day 5 – Legs | Exercise | Sets | Reps | |---|---|---| | Squats | 4 | 8–10 | | Romanian Deadlifts | 3 | 10–12 | | Leg Press | 3 | 12 | | Leg Curls | 3 | 12 | | Calf Raises | 4 | 15–20 | ## Days 6 & 7 – Rest --- ## Key Tips - **Progressive overload** – gradually increase weight over time - **Eat enough protein** – aim for **0.7–1g per pound** of body weight - **Sleep 7–9 hours** – muscle is built during recovery - **Track your workouts** to monitor progress --- *Consider consulting a fitness professional before starting a new program.*
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline Dumbbell Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Cable Flyes",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep Dips",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Skull Crushers",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Pull-Ups",
"pattern": "vertical_pull",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Rows",
"pattern": "horizontal_pull",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lat Pulldowns",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Seated Cable Rows",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 12,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hammer Curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press",
"pattern": "vertical_push",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lateral Raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Front Raises",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Rear Delt Flyes",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Shrugs",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Squats",
"pattern": "squat",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Romanian Deadlifts",
"pattern": "hinge",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg Press",
"pattern": "squat",
"sets": 3,
"repsLow": 12,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg Curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Calf Raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 15,
"repsHigh": 20,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Rest between sets: 60–90 seconds. Day 3 is Rest or Light Cardio. Days 6 & 7 are Rest. Key tips include progressive overload, protein 0.7–1g per pound of body weight, sleep 7–9 hours, and tracking workouts. Suggests consulting a fitness professional before starting."
}Gemini — 100%
Model output:
To build muscle (hypertrophy), the most effective approach is a **4-Day Upper/Lower Split**. This routine allows you to hit every muscle group twice a week, which is scientifically proven to be optimal for muscle growth, while still allowing plenty of time for recovery. Here is a complete, science-backed muscle-building workout program. --- ### **The Muscle-Building Rules (Read this first!)** 1. **Progressive Overload:** This is the most important rule. To grow, you must challenge your muscles. Try to increase either the weight or the number of reps every single week. 2. **Reps in Reserve (RIR):** Don't go to complete failure on every set. Leave **1 to 2 reps "in the tank"** (RIR 1-2) on your heavy compound lifts. You can go to failure on the last set of isolation exercises. 3. **Rest:** Rest **2–3 minutes** for heavy compound lifts (squats, bench) and **60–90 seconds** for isolation lifts (curls, lateral raises). 4. **Warm-up:** Do 5–10 minutes of light cardio followed by dynamic stretches before lifting. --- ### **Weekly Schedule** * **Monday:** Upper Body A * **Tuesday:** Lower Body A * **Wednesday:** Rest / Active Recovery (walking, stretching) * **Thursday:** Upper Body B * **Friday:** Lower Body B * **Saturday & Sunday:** Rest --- ### **Day 1: Upper Body A (Chest & Back Focus)** | Exercise | Target Muscle | Sets | Reps | | :--- | :--- | :--- | :--- | | **1. Flat Barbell Bench Press** | Chest, Triceps | 4 | 6 - 8 | | **2. Bent-Over Barbell Row** | Upper Back, Lats | 4 | 8 - 10 | | **3. Standing Dumbbell Overhead Press** | Shoulders | 3 | 8 - 10 | | **4. Lat Pulldown (or Pull-Ups)** | Lats | 3 | 10 - 12 | | **5. Dumbbell Lateral Raises** | Side Delts | 4 | 12 - 15 | | **6. Tricep Rope Pushdowns** | Triceps | 3 | 10 - 12 | --- ### **Day 2: Lower Body A (Quad Focus)** | Exercise | Target Muscle | Sets | Reps | | :--- | :--- | :--- | :--- | | **1. Barbell Back Squat** | Quads, Glutes | 4 | 6 - 8 | | **2. Romanian Deadlift (RDL)** | Hamstrings, Glutes | 4 | 8 - 10 | | **3. Leg Press** | Quads | 3 | 10 - 12 | | **4. Leg Curl Machine** | Hamstrings | 3 | 12 - 15 | | **5. Standing Calf Raises** | Calves | 4 | 12 - 15 | | **6. Hanging Leg Raises** | Abs | 3 | To failure | --- ### **Day 3: Rest Day** --- ### **Day 4: Upper Body B (Shoulder & Arm Focus)** | Exercise | Target Muscle | Sets | Reps | | :--- | :--- | :--- | :--- | | **1. Incline Dumbbell Bench Press** | Upper Chest | 4 | 8 - 10 | | **2. Seated Cable Row** | Mid-Back | 4 | 8 - 10 | | **3. Seated Dumbbell Shoulder Press** | Shoulders | 3 | 8 - 10 | | **4. Chest-Supported Dumbbell Row** | Upper Back | 3 | 10 - 12 | | **5. Incline Dumbbell Bicep Curls** | Biceps | 3 | 10 - 12 | | **6. Overhead Cable Tricep Extension** | Triceps (Long head) | 3 | 10 - 12 | --- ### **Day 5: Lower Body B (Hamstring & Posterior Focus)** | Exercise | Target Muscle | Sets | Reps | | :--- | :--- | :--- | :--- | | **1. Conventional Deadlift** | Entire Posterior Chain | 3 | 5 | | **2. Bulgarian Split Squats** | Quads, Glutes | 3 | 8 - 10 (per leg) | | **3. Leg Extensions** | Quads | 3 | 12 - 15 | | **4. Seated Calf Raises** | Calves | 4 | 15 | | **5. Ab Wheel Rollouts (or Planks)** | Core | 3 | 10 - 12 | --- ### **The Other 50% of Muscle Building: Nutrition & Recovery** Lifting weights only *signals* your body to grow; food and sleep are what actually build the muscle. 1. **Eat in a Caloric Surplus:** You must eat more calories than you burn. Aim for a modest surplus of **250–500 calories** above your maintenance level. This will result in clean muscle gain with minimal fat. 2. **Eat Enough Protein:** Aim for **0.8 to 1.0 grams of protein per pound of body weight** daily (e.g., if you weigh 180 lbs, eat 150–180g of protein). Good sources include chicken, beef, fish, eggs, tofu, Greek yogurt, and whey protein. 3. **Sleep:** Your body releases Growth Hormone while you sleep. Aim for **7 to 9 hours** of quality sleep per night. 4. **Hydrate:** Drink at least 3–4 liters of water a day. Muscles are 70% water.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Flat Barbell Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Bent-Over Barbell Row",
"pattern": "horizontal_pull",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Standing Dumbbell Overhead Press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Lat Pulldown (or Pull-Ups)",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Lateral Raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep Rope Pushdowns",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Back Squat",
"pattern": "squat",
"sets": 4,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Romanian Deadlift (RDL)",
"pattern": "hinge",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Leg Press",
"pattern": "squat",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg Curl Machine",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Standing Calf Raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging Leg Raises",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Incline Dumbbell Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Seated Cable Row",
"pattern": "horizontal_pull",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Seated Dumbbell Shoulder Press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Chest-Supported Dumbbell Row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline Dumbbell Bicep Curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Cable Tricep Extension",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Conventional Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": false
},
{
"name": "Bulgarian Split Squats",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg Extensions",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Seated Calf Raises",
"pattern": "isolation",
"sets": 4,
"repsLow": 15,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Ab Wheel Rollouts (or Planks)",
"pattern": "core",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "4-Day Upper/Lower Split for hypertrophy, hitting each muscle group twice a week. RIR 1-2 on heavy compound lifts; can go to failure on last set of isolation exercises. Rest 2-3 min for heavy compounds, 60-90 sec for isolation. Warm-up: 5-10 min light cardio plus dynamic stretches. Weekly schedule: Mon Upper A, Tue Lower A, Wed Rest/Active Recovery, Thu Upper B, Fri Lower B, Sat & Sun Rest. Nutrition: caloric surplus 250-500 cal, 0.8-1.0g protein per lb body weight, 7-9 hours sleep, 3-4 liters water daily."
}Grok — 100%
Model output:
**Muscle-Building Workout Plan (Hypertrophy Focus)** This is a simple, effective **3-day full-body routine** you can run 3–4 times per week (e.g., Mon/Wed/Fri or Mon/Tue/Thu). It emphasizes compound lifts for maximum muscle growth, with 8–12 rep ranges ideal for hypertrophy. Train with progressive overload: add weight or reps when you hit the top of the rep range with good form. ### Weekly Schedule - **Day 1, Day 3, Day 5**: Full-body workout (same exercises each time) - **Day 2, Day 4, Day 6**: Rest or light cardio/walk - **Day 7**: Full rest Warm up 5–10 minutes (light cardio + dynamic stretches + 1–2 light warm-up sets on first exercises). ### The Workout (45–60 minutes) Do 3–4 sets of each exercise. Rest 60–90 seconds between sets. 1. **Barbell Back Squat** (or Goblet Squat) – 3–4 sets × 8–10 reps (Quads, glutes, core) 2. **Barbell Bench Press** (or Dumbbell Bench) – 3–4 sets × 8–10 reps (Chest, shoulders, triceps) 3. **Bent-Over Barbell Row** (or Dumbbell Row) – 3–4 sets × 8–10 reps (Back, biceps) 4. **Romanian Deadlift** (or Dumbbell RDL) – 3 sets × 8–10 reps (Hamstrings, glutes, lower back) 5. **Overhead Press** (Barbell or Dumbbell) – 3 sets × 8–10 reps (Shoulders, triceps) 6. **Pull-Ups or Lat Pulldowns** – 3 sets × 8–12 reps (Lats, biceps) **Optional finishers** (2 sets each): - Dumbbell Bicep Curls – 10–12 reps - Tricep Pushdowns or Overhead Extensions – 10–12 reps - Plank – 30–60 seconds ### Key Rules for Results - **Progressive overload**: Increase weight by 2.5–5 lb (or add reps) when possible. - **Form first**: Use controlled tempo (2–3 sec lowering phase). - **Nutrition**: Eat in a slight calorie surplus with 0.7–1 g protein per lb of body weight. Sleep 7–9 hours. - **Progression**: After 4–6 weeks, switch to a Push/Pull/Legs split if you want more volume. Start with weights that leave 1–2 reps in reserve. Track your workouts. If you have no gym access, limited equipment, or specific goals (e.g., beginner, home-only, injury history), let me know and I’ll adjust it.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell Back Squat (or Goblet Squat)",
"pattern": "squat",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Barbell Bench Press (or Dumbbell Bench)",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Bent-Over Barbell Row (or Dumbbell Row)",
"pattern": "horizontal_pull",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Romanian Deadlift (or Dumbbell RDL)",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Overhead Press (Barbell or Dumbbell)",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Pull-Ups or Lat Pulldowns",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Dumbbell Bicep Curls",
"pattern": "isolation",
"sets": 2,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep Pushdowns or Overhead Extensions",
"pattern": "isolation",
"sets": 2,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3-day full-body routine, run 3-4 times per week. Day 1/3/5 full-body; Day 2/4/6 rest or light cardio/walk; Day 7 full rest. Warm up 5-10 minutes. Workout 45-60 minutes. Start with weights that leave 1-2 reps in reserve. Controlled tempo (2-3 sec lowering). Eat in slight calorie surplus with 0.7-1 g protein per lb, sleep 7-9 hours. After 4-6 weeks switch to Push/Pull/Legs split. Plank 30-60 seconds. Optional finishers."
}L2 — "Write me a 45-minute full-body workout to build muscle. I'm a beginner and I train at a gym with barbells, dumbbells and machines."
ChatGPT — 80%
Model output:
Here’s a simple, effective 45-minute full-body workout built for a beginner. It hits all major muscle groups, keeps things manageable, and focuses on movements that give you the most muscle-building return. Do this 3x per week (e.g., Mon/Wed/Fri), with a rest day in between. Warm-up (5 minutes) Light cardio (treadmill, bike, or rowing) + a few dynamic moves like arm circles, bodyweight squats, and hip hinges. Main workout (about 35 minutes) 1. Squat (legs, glutes) Machine leg press or barbell squat 3 sets of 8–12 reps Rest 60–90 sec Tip: Go slow on the way down, push through your heels. 2. Chest Press (chest, triceps) Machine chest press or dumbbell bench press 3 sets of 8–12 reps Rest 60–90 sec 3. Row (back) Seated cable row or dumbbell row 3 sets of 8–12 reps Rest 60–90 sec Tip: Pull elbows back, don’t yank with your arms. 4. Shoulder Press (shoulders) Dumbbells or machine 2–3 sets of 8–12 reps Rest 60 sec 5. Romanian Deadlift (hamstrings, glutes) Dumbbells or barbell 2–3 sets of 8–12 reps Rest 60–90 sec Tip: Keep back neutral, hinge at hips, slight bend in knees. 6. Lat Pulldown (upper back) 3 sets of 8–12 reps Rest 60 sec 7. Arms superset (optional if time allows) a) Dumbbell bicep curls – 2 sets of 10–12 b) Tricep pushdowns – 2 sets of 10–12 No rest between, 45 sec after each superset 8. Core (2–3 minutes) Plank – 2 sets of 20–40 seconds Cool-down (5 minutes) Light stretching for legs, chest, and back. Progression (this is key for building muscle) - Start with weights you can control with good form - When you can hit 12 reps comfortably, increase the weight slightly - Aim to improve either reps or weight every week A couple quick notes - Prioritize form over heavy weight - Stop 1–2 reps before failure (you shouldn’t completely burn out every set) - Eat enough protein and calories, or muscle gain will stall If you want, I can also tweak this into a 2-day or 4-day split once you get more comfortable.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Machine leg press or barbell squat",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Machine chest press or dumbbell bench press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Seated cable row or dumbbell row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Shoulder Press (dumbbells or machine)",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Romanian Deadlift (dumbbells or barbell)",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lat Pulldown",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell bicep curls",
"pattern": "isolation",
"sets": 2,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 45,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep pushdowns",
"pattern": "isolation",
"sets": 2,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 45,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-minute full-body workout for beginners. Do 3x per week (e.g., Mon/Wed/Fri) with a rest day in between. Warm-up: light cardio + dynamic moves. Cool-down: light stretching. Stop 1-2 reps before failure. Arms superset is optional if time allows, no rest between exercises. Plank held 20-40 seconds."
}Claude — 80%
Model output:
# 45-Minute Full-Body Beginner Muscle-Building Workout ## Key Principles Before You Start - **Rest 60–90 seconds** between sets - **Focus on form** over heavy weight - **Progressive overload** — add small weight or reps each week - Start light enough that the last 2–3 reps of each set feel challenging but controlled --- ## Warm-Up — 5 Minutes | Exercise | Duration/Reps | |---|---| | Treadmill walk or bike | 3 minutes | | Arm circles + shoulder rolls | 30 seconds | | Bodyweight squats | 10 reps | | Hip circles | 30 seconds | --- ## Main Workout — ~38 Minutes ### 1. Barbell Back Squat **3 sets × 8–10 reps** - Targets quads, glutes, hamstrings and core - Use an empty bar or very light weight to learn the movement - Keep chest up, knees tracking over toes, sit back into the squat --- ### 2. Dumbbell Bench Press **3 sets × 10–12 reps** - Targets chest, shoulders and triceps - Lie flat on a bench, lower dumbbells to chest level with control - Press straight up and squeeze chest at the top --- ### 3. Seated Cable Row (Machine) **3 sets × 10–12 reps** - Targets back, biceps and rear shoulders - Sit tall, pull the handle to your lower chest - Squeeze shoulder blades together at the end of each rep --- ### 4. Dumbbell Romanian Deadlift **3 sets × 10–12 reps** - Targets hamstrings, glutes and lower back - Hold dumbbells in front of thighs, hinge at the hips - Keep back flat and lower until you feel a hamstring stretch, then drive hips forward --- ### 5. Dumbbell Shoulder Press **3 sets × 10–12 reps** - Targets shoulders and triceps - Sit on an upright bench, press dumbbells from shoulder height to overhead - Avoid flaring elbows too wide --- ### 6. Lat Pulldown (Machine) **3 sets × 10–12 reps** - Targets lats and biceps - Grip slightly wider than shoulder width, pull bar to upper chest - Lean back slightly and drive elbows down toward your hips --- ### 7. Dumbbell Bicep Curl + Tricep Pushdown Superset **3 sets × 12 reps each** - Pair these back-to-back with no rest in between, then rest 60–90 seconds - **Curl** — keep elbows pinned to your sides, full range of motion - **Pushdown** — use the cable machine, keep upper arms still, extend fully --- ## Cool-Down — 2 Minutes | Stretch | Duration | |---|---| | Standing quad stretch | 20 sec each leg | | Seated hamstring stretch | 20 sec each leg | | Chest doorway stretch | 20 seconds | | Child's pose | 30 seconds | --- ## Workout Summary | # | Exercise | Sets | Reps | |---|---|---|---| | 1 | Barbell Back Squat | 3 | 8–10 | | 2 | Dumbbell Bench Press | 3 | 10–12 | | 3 | Seated Cable Row | 3 | 10–12 | | 4 | DB Romanian Deadlift | 3 | 10–12 | | 5 | DB Shoulder Press | 3 | 10–12 | | 6 | Lat Pulldown | 3 | 10–12 | | 7 | Bicep Curl + Tricep Pushdown | 3 | 12 each | --- ## Tips for Progress > **Week by week** — try to add 2.5–5 lbs or 1–2 extra reps before increasing weight > **Aim for 3 sessions per week** with at least one rest day between sessions > **Eat enough protein** — roughly 0.7–1g per pound of bodyweight supports muscle growth > **Sleep matters** — muscle is built during recovery, not just in the gym
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell Back Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Bench Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Seated Cable Row (Machine)",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Shoulder Press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lat Pulldown (Machine)",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Bicep Curl",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep Pushdown",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-minute full-body beginner muscle-building workout. Rest 60-90 seconds between sets; focus on form over heavy weight; last 2-3 reps should feel challenging but controlled. Exercises 7 (curl + pushdown) are a superset performed back-to-back with no rest in between, then rest 60-90 seconds. Warm-up 5 min (treadmill walk or bike 3 min, arm circles + shoulder rolls 30 sec, bodyweight squats 10 reps, hip circles 30 sec). Cool-down 2 min of stretches. Tips: add 2.5-5 lbs or 1-2 extra reps weekly; aim for 3 sessions per week with at least one rest day between sessions; eat ~0.7-1g protein per pound bodyweight; sleep for recovery."
}Gemini — 80%
Model output:
This 45-minute full-body workout is designed specifically for beginners. It focuses on **compound movements** (exercises that work multiple muscles at once) to give you the most "bang for your buck" in a short amount of time.
To fit this into 45 minutes, we will use **Supersets**. This means you will do exercise A1, rest briefly, do exercise A2, rest, and then repeat. This keeps your heart rate up and saves time.
---
### **Workout Overview**
* **Target:** Full Body (Legs, Chest, Back, Shoulders, Core)
* **Frequency:** 2 to 3 times per week (with at least 48 hours of rest between sessions).
* **Rest:** 60–90 seconds between supersets.
* **Weight Selection:** Choose a weight where the last 2 reps of every set feel challenging, but you can still maintain perfect form.
---
### **Phase 1: Warm-Up (5 Minutes)**
*Do not skip this. It primes your joints and nervous system to prevent injury.*
* **Arm Circles:** 10 forward, 10 backward.
* **Bodyweight Squats:** 10 reps (focus on depth).
* **Cat-Cow Stretch:** 10 reps (loosens the spine).
* **Glute Bridges:** 10 reps (squeezing glutes at the top).
---
### **Phase 2: The Workout (35 Minutes)**
#### **Superset A: Quads & Chest (12 Minutes)**
*Do A1, rest 30 seconds, do A2, rest 90 seconds. Repeat for 3 total sets.*
* **A1: Dumbbell Goblet Squat**
* **Sets/Reps:** 3 sets x 8–10 reps.
* **How to do it:** Hold a single dumbbell vertically against your chest like a goblet. Keep your chest up, push your hips back, and squat down until your thighs are parallel to the floor. Push through your heels to stand.
* *Target:* Quads, Glutes, Core.
* **A2: Dumbbell Flat Bench Press**
* **Sets/Reps:** 3 sets x 8–10 reps.
* **How to do it:** Lie flat on a bench holding dumbbells at chest level. Press the weights straight up over your chest, then lower them slowly until they touch the sides of your chest.
* *Target:* Chest, Shoulders, Triceps.
---
#### **Superset B: Hamstrings & Upper Back (12 Minutes)**
*Do B1, rest 30 seconds, do B2, rest 90 seconds. Repeat for 3 total sets.*
* **B1: Dumbbell Romanian Deadlift (RDL)**
* **Sets/Reps:** 3 sets x 10 reps.
* **How to do it:** Stand tall holding dumbbells in front of your thighs. Keeping a flat back and a slight bend in your knees, hinge at your hips and push your butt backward. Lower the weights down your shins until you feel a stretch in your hamstrings, then squeeze your glutes to stand back up.
* *Target:* Hamstrings, Glutes, Lower Back.
* **B2: Lat Pulldown Machine**
* **Sets/Reps:** 3 sets x 10–12 reps.
* **How to do it:** Sit at the machine and grip the bar wider than shoulder-width. Pull the bar down to your collarbone by driving your elbows down toward your ribs. Squeeze your shoulder blades at the bottom.
* *Target:* Lats (Upper/Mid Back), Biceps.
---
#### **Superset C: Shoulders & Core (8 Minutes)**
*Do C1, rest 30 seconds, do C2, rest 60 seconds. Repeat for 2 total sets.*
* **C1: Seated Dumbbell Shoulder Press**
* **Sets/Reps:** 2 sets x 10–12 reps.
* **How to do it:** Sit on a bench with back support. Hold dumbbells at shoulder height with palms facing forward. Press the weights straight overhead until your arms are locked, then lower them back to ear level.
* *Target:* Shoulders, Triceps.
* **C2: Forearm Plank**
* **Sets/Reps:** 2 sets x 30–45 second hold.
* **How to do it:** Hold a plank position on your elbows and toes. Keep your body in a straight line from head to heels. Squeeze your glutes and core tight.
* *Target:* Core/Abdominals.
---
### **Phase 3: Cool-Down (5 Minutes)**
* **Child’s Pose:** Hold for 1 minute (stretches back and shoulders).
* **Kneeling Hip Flexor Stretch:** 30 seconds per side.
* **Doorway Chest Stretch:** 30 seconds (stretches the chest).
---
### **Beginner Tips for Success:**
1. **Leave the Ego at the Door:** As a beginner, focus on **form first, weight second**. If your form breaks down, the weight is too heavy.
2. **Progressive Overload:** Write down the weights you used today. Next week, try to add 1 more rep to your sets, or increase the weight by 2.5 to 5 lbs. This is how muscle is built.
3. **Nutrition & Sleep:** Muscle is stimulated in the gym, but it grows in the kitchen and the bed. Eat enough protein (chicken, fish, tofu, eggs) and aim for 7-8 hours of sleep.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Dumbbell Goblet Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Flat Bench Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Romanian Deadlift (RDL)",
"pattern": "hinge",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lat Pulldown Machine",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Seated Dumbbell Shoulder Press",
"pattern": "vertical_push",
"sets": 2,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Forearm Plank",
"pattern": "core",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-minute full-body beginner workout using supersets. Frequency 2 to 3 times per week with at least 48 hours of rest between sessions. Rest 60-90 seconds between supersets; weight selection where last 2 reps feel challenging with perfect form. Warm-up (5 min): arm circles, bodyweight squats, cat-cow, glute bridges. Superset C plank is a 30-45 second hold. Cool-down (5 min): child's pose, kneeling hip flexor stretch, doorway chest stretch. Tips mention form first, progressive overload (add reps or 2.5-5 lbs weekly), protein intake, and 7-8 hours sleep."
}Grok — 80%
Model output:
**45-Minute Beginner Full-Body Workout (Hypertrophy Focus)** This routine uses mostly machines and dumbbells for safety and simplicity. It targets all major muscle groups with compound movements. Train 3x per week (e.g., Mon/Wed/Fri) with at least one rest day between sessions. Focus on controlled form—use a weight that challenges you in the 8–12 rep range but allows good technique. ### Warm-Up (5 minutes) - 3 minutes light cardio (bike, rower, or brisk walk on treadmill) - 10 bodyweight squats + 10 arm circles + 10 cat-cow stretches ### Main Workout (30–35 minutes) Do **3 sets of 8–12 reps** per exercise. Rest **60–90 seconds** between sets. Move efficiently between exercises. 1. **Goblet Squat** (Dumbbell) Hold one dumbbell at chest level. Great quad and glute builder. 2. **Dumbbell Bench Press** (or Machine Chest Press) Lie on a bench or use the machine. Primary chest exercise. 3. **Seated Cable Row** (or One-Arm Dumbbell Row) Squeeze shoulder blades at the end of each rep. Hits the back. 4. **Dumbbell Shoulder Press** (seated or standing) Press dumbbells overhead. Targets shoulders and triceps. 5. **Dumbbell Romanian Deadlift** Hinge at hips with slight knee bend. Builds hamstrings and glutes. 6. **Plank** (bodyweight) Hold for 20–40 seconds per set. Core finisher. ### Cool-Down (3–5 minutes) Light stretching: hold quad stretch, hamstring stretch, and chest opener for 20–30 seconds each. **Total time**: ~45 minutes. Progress by adding small amounts of weight or 1–2 reps each week when you hit the top of the rep range with good form.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Goblet Squat (Dumbbell)",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Bench Press (or Machine Chest Press)",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Seated Cable Row (or One-Arm Dumbbell Row)",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Shoulder Press (seated or standing)",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank (bodyweight)",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-Minute Beginner Full-Body Workout (Hypertrophy Focus). Uses mostly machines and dumbbells. Warm-up: 3 minutes light cardio (bike, rower, or brisk walk on treadmill) + 10 bodyweight squats + 10 arm circles + 10 cat-cow stretches. Rest 60-90 seconds between sets. Plank held for 20-40 seconds per set. Cool-down 3-5 minutes light stretching, holding each for 20-30 seconds. Total time ~45 minutes. Train 3x per week (Mon/Wed/Fri) with at least one rest day between sessions. Use a weight that challenges you in the 8-12 rep range but allows good technique."
}L3 — "Write me a 45-minute full-body workout to build muscle. I'm a beginner training at a gym with barbells, dumbbells and machines. Use compound lifts covering a squat, a hinge, a push and a pull, 3 sets of 8 to 12 reps each, stopping 1 to 2 reps short of failure, with 90 to 120 seconds rest, and tell me to add weight over time. I'll do this twice a week."
ChatGPT — 100%
Model output:
Here’s a simple, balanced 45-minute full-body workout you can run twice per week. It hits squat, hinge, push, and pull with beginner-friendly choices. Warm-up (5–7 min) - 3–5 minutes light cardio (bike, treadmill, or rower) - 1–2 lighter “ramp” sets for your first lift (e.g., bodyweight squats or empty bar) Workout (about 35–38 min total) 1) Squat (choose one) - Barbell back squat or goblet squat - 3 sets of 8–12 reps - 90–120 seconds rest 2) Hinge - Romanian deadlift (barbell or dumbbells) - 3 sets of 8–12 reps - 90–120 seconds rest 3) Push - Bench press (barbell or dumbbells) or machine chest press - 3 sets of 8–12 reps - 90–120 seconds rest 4) Pull - Lat pulldown or seated cable row (alternate each session if you like) - 3 sets of 8–12 reps - 90–120 seconds rest How to do it well - Choose a weight that lets you finish each set with about 1–2 reps left in the tank (you should feel challenged, not crushed). - Keep your form controlled: about 2–3 seconds lowering the weight, 1 second lifting. - If you hit 12 reps on all 3 sets with good form, add a small amount of weight next time (5–10 lb on machines/barbells, 2.5–5 lb per dumbbell). - If you can’t reach at least 8 reps, the weight is too heavy—dial it back slightly. Schedule example - Day 1: Full workout - Rest 2–3 days - Day 2: Same workout (you can swap squat variation or pull variation if you want variety) That’s it—simple, repeatable, and effective. Stick with it for a few months, steadily add weight over time, and you’ll build muscle.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell back squat or goblet squat",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Romanian deadlift (barbell or dumbbells)",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Bench press (barbell or dumbbells) or machine chest press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
},
{
"name": "Lat pulldown or seated cable row",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 2,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-minute full-body workout, twice per week. Warm-up 5-7 min including light cardio and ramp sets. Rest 90-120 seconds between sets. Choose a weight leaving about 1-2 reps in the tank. Tempo about 2-3 seconds lowering, 1 second lifting. Add 5-10 lb on machines/barbells or 2.5-5 lb per dumbbell when hitting 12 reps on all 3 sets. Schedule: Day 1 full workout, rest 2-3 days, Day 2 same workout with optional variation swaps."
}Claude — 100%
Model output:
# 45-Minute Full-Body Workout (Beginner, 2x Per Week) --- ## The Plan at a Glance 4 exercises · 3 sets each · 8–12 reps · 90–120 seconds rest between sets · Stop when you have **1–2 reps left in the tank** --- ## The Workout ### 1. Goblet Squat — *Squat* **3 sets · 8–12 reps · Rest 90–120 sec** Hold a dumbbell vertically at your chest. Stand with feet shoulder-width apart and toes turned out slightly. Push your knees out over your toes as you squat down until your thighs are parallel to the floor or just below. Drive through your heels to stand back up. Keep your chest tall throughout. > **Why this first:** It warms up your hips, knees and ankles and teaches good squat mechanics before you move to a barbell. --- ### 2. Romanian Deadlift — *Hinge* **3 sets · 8–12 reps · Rest 90–120 sec** Hold a barbell or two dumbbells in front of your thighs with an overhand grip. Hinge at the hips, pushing them back as the weight travels down your legs. Keep a slight bend in your knees and your back flat. Lower until you feel a strong stretch in your hamstrings — roughly mid-shin — then drive your hips forward to stand tall. > **Why this second:** Your hips and posterior chain are now warm from the squat, making this the ideal time to hinge safely and effectively. --- ### 3. Dumbbell Bench Press — *Push* **3 sets · 8–12 reps · Rest 90–120 sec** Lie on a flat bench holding a dumbbell in each hand at chest level, elbows at roughly 45 degrees from your torso. Press the dumbbells up until your arms are fully extended without locking your elbows out hard. Lower them slowly and under control back to your chest. > **Why dumbbells over a barbell here:** Each arm works independently, which builds balanced strength and is safer when training without a spotter. --- ### 4. Seated Cable Row — *Pull* **3 sets · 8–12 reps · Rest 90–120 sec** Sit at the cable row machine with your feet on the platform and a slight bend in your knees. Hold the handle with both hands and sit up tall. Pull the handle into your lower stomach, driving your elbows back and squeezing your shoulder blades together at the end. Slowly return to the start position with your arms fully extended. > **Why this last:** It requires the least full-body stability, so it works well even when you are starting to fatigue, and it balances out all the pressing and hinging you have already done. --- ## Sample Session Timeline | Time | What You Are Doing | |---|---| | 0–5 min | Light cardio + dynamic warm-up (leg swings, arm circles, bodyweight squats) | | 5–16 min | Goblet Squat — 3 sets with rest | | 16–27 min | Romanian Deadlift — 3 sets with rest | | 27–38 min | Dumbbell Bench Press — 3 sets with rest | | 38–45 min | Seated Cable Row — 3 sets with rest | --- ## How to Progress Over Time This is the most important part. **Doing the same workout forever will stop producing results.** - **Each session, aim to do at least one more rep than last time** on each set, working toward the top of the 8–12 range - **Once you can complete all 3 sets of 12 reps with good form**, add a small amount of weight at your next session — **2.5 kg (5 lb) on lower body and hinge movements, 1–2 kg (2.5 lb) on upper body movements** — and work back up to 3x12 again - **Log every session** — write down the weight and reps you did so you always know what you need to beat > This is called **progressive overload** and it is the single biggest driver of muscle growth. The workout itself just creates the opportunity. Consistently adding weight over weeks and months is what actually builds the muscle. --- ## A Few Other Notes **Rest days matter.** Muscle is built during recovery, not during the workout itself. On your days off, prioritise sleep and eat enough protein — roughly **1.6–2.2 g per kg of bodyweight** per day is a well-supported target for muscle building. **Form before weight.** If a weight forces you to lose your technique, it is too heavy. Drop back down and build up properly. **Expect progress to feel slow at first, then suddenly feel fast.** The first few weeks are mostly your nervous system learning the movements. Visible muscle and significant strength gains typically kick in around weeks 4–8 and accelerate from there.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Goblet Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
},
{
"name": "Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
},
{
"name": "Dumbbell Bench Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
},
{
"name": "Seated Cable Row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
}
],
"segments": [],
"frequencyPerWeek": 2,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-Minute Full-Body Workout (Beginner, 2x Per Week). Rest 90–120 sec between sets; stop with 1–2 reps left in the tank. Progressive overload: aim for one more rep each session toward top of 8–12 range; once all 3 sets of 12 reps with good form, add 2.5 kg (5 lb) on lower body/hinge, 1–2 kg (2.5 lb) on upper body, work back to 3x12. Log every session. Protein target 1.6–2.2 g per kg bodyweight per day. Form before weight. Warm-up: 0–5 min light cardio + dynamic warm-up (leg swings, arm circles, bodyweight squats)."
}Gemini — 100%
Model output:
Here is a highly efficient, 45-minute full-body workout designed specifically for beginners. Since you are training **twice a week**, this routine targets all your major muscle groups in a single session. To maximize muscle growth (hypertrophy) while staying safe, you will perform **4 compound exercises** covering the squat, hinge, push, and pull movement patterns. --- ### **Workout Overview** * **Frequency:** 2 times per week (e.g., Tuesday and Friday or Wednesday and Saturday). Always allow at least 48 to 72 hours of rest between sessions. * **Time:** 45 minutes (approx. 5-minute warm-up, 35-minute workout, 5-minute cool-down). * **Rest Between Sets:** 90 to 120 seconds. Use this time to fully catch your breath so you can perform the next set with high effort. * **Intensity:** Stop **1 to 2 reps short of failure** (this is called leaving 1–2 "Reps in Reserve"). You should feel like you could have done only 1 or 2 more reps with perfect form before your muscles gave out. --- ### **The 45-Minute Full-Body Workout** #### **Warm-Up (5 Minutes)** * 2 minutes of light cardio (treadmill walk or stationary bike) to get blood flowing. * 3 minutes of dynamic stretches (bodyweight squats, arm circles, and leg swings). --- #### **1. The Squat: Dumbbell Goblet Squat (or Leg Press Machine)** *Target muscles: Quads, Glutes, Core* * **Sets/Reps:** 3 sets of 8 to 12 reps. * **How to do it:** Hold a single dumbbell vertically against your chest like a goblet. Keep your chest up, feet shoulder-width apart. Squat down as if sitting in a chair until your thighs are parallel to the floor, then drive through your heels to stand back up. * **Rest:** 90–120 seconds between sets. #### **2. The Push: Dumbbell Bench Press (or Barbell Bench Press)** *Target muscles: Chest, Shoulders, Triceps* * **Sets/Reps:** 3 sets of 8 to 12 reps. * **How to do it:** Lie flat on a bench holding a dumbbell in each hand at chest level. Press the weights straight up over your chest, squeezing your chest muscles at the top, and lower them back down slowly and under control. * **Rest:** 90–120 seconds between sets. #### **3. The Hinge: Dumbbell Romanian Deadlift (RDL)** *Target muscles: Hamstrings, Glutes, Lower Back* * **Sets/Reps:** 3 sets of 8 to 12 reps. * **How to do it:** Stand tall holding dumbbells in front of your thighs. Keep a very slight bend in your knees. Push your hips straight back behind you as you lower the weights down your shins. Keep your back flat. When you feel a stretch in your hamstrings, squeeze your glutes to stand back up. * **Rest:** 90–120 seconds between sets. #### **4. The Pull: Lat Pulldown Machine** *Target muscles: Upper Back, Lats, Biceps* * **Sets/Reps:** 3 sets of 8 to 12 reps. * **How to do it:** Sit at the machine and grip the bar slightly wider than shoulder-width. Pull the bar down to your upper chest while leaning back very slightly and squeezing your shoulder blades together. Slowly return the bar to the starting position. * **Rest:** 90–120 seconds between sets. --- ### **How to Build Muscle: The Golden Rule** To build muscle, you **must add weight over time**. This is called *progressive overload*. Your muscles will not grow if they do the exact same work every week. **How to progress using the "Double Progression" method:** 1. Pick a weight where you can do 3 sets of **8 reps** with 1 to 2 reps left in the tank. 2. Every workout, try to add one or two reps to your sets (e.g., aiming for 9, 10, or 11 reps). 3. Once you can successfully perform **all 3 sets of 12 reps** with perfect form, **increase the weight** at your next workout (by 5 lbs for dumbbells, or 5–10 lbs for machines/barbells). 4. When you increase the weight, your reps will naturally drop back down to around 8. Work your way back up to 12 reps over the next few weeks, and repeat this cycle. ### **Time-Saving Tips for 45 Minutes:** * **Limit phone distractions:** Keep your timer running on your phone to stick strictly to your 90–120 second rest periods. * **Prepare your weights:** Grab the dumbbells you need for your next exercise during your rest periods so you don't waste time searching for equipment.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Dumbbell Goblet Squat (or Leg Press Machine)",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": true
},
{
"name": "Dumbbell Bench Press (or Barbell Bench Press)",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": true
},
{
"name": "Dumbbell Romanian Deadlift (RDL)",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": true
},
{
"name": "Lat Pulldown Machine",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 2,
"nearFailureStated": true
}
],
"segments": [],
"frequencyPerWeek": 2,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-minute full-body workout for beginners, 4 compound exercises. Rest between sets 90-120 seconds. Intensity: stop 1-2 reps short of failure (1-2 RIR). Warm-up 5 min (2 min light cardio, 3 min dynamic stretches), 35-min workout, 5-min cool-down. Allow 48-72 hours rest between sessions. Double Progression method described."
}Grok — 100%
Model output:
**45-Minute Beginner Full-Body Workout (2× per week)** Do this routine twice a week (e.g., Monday + Thursday) with at least one rest day between sessions. Total time should stay around 45 minutes including warm-up. ### Warm-up (5–7 minutes) - 3–5 minutes light cardio (bike, rower, or brisk walk). - 2 light warm-up sets of the first exercise only: 10–12 reps with very light weight, then 6–8 reps with ~50 % of your working weight. ### Main Workout Perform the four compound lifts below. Use **3 sets of 8–12 reps** on every exercise. - Rest **90–120 seconds** between sets. - Stop **1–2 reps short of failure** (you should feel you could do 1–2 more reps with good form). - Use controlled tempo: 2–3 seconds down, 1 second up. - Choose weights that let you stay in the 8–12 rep range with the RPE described above. 1. **Goblet Squat** (Squat pattern) Hold a single dumbbell at chest height. Sit back and down until thighs are at least parallel to the floor. 2. **Dumbbell Romanian Deadlift** (Hinge pattern) Hold two dumbbells in front of thighs, hinge at hips with slight knee bend, lower until you feel a stretch in hamstrings, then stand tall. 3. **Dumbbell Bench Press** (Push pattern) Lie on a flat bench, press two dumbbells from chest level to full arm extension. (Use a machine chest press if preferred.) 4. **Seated Cable Row** (Pull pattern) Sit at a cable row machine, pull the handle to your lower chest while squeezing shoulder blades together. (Dumbbell one-arm rows are an acceptable substitute.) ### Progression When you can complete all 3 sets of 12 reps with 1–2 reps left in reserve and good form, add **2.5–5 lb** (or the smallest plate increment available) to the movement next session. If form breaks or you can’t hit 8 reps, drop the weight slightly. Track your weights each workout. ### Time-saving tips - Set up your next station during the rest period. - Keep rest strictly at 90–120 s (use phone timer). - If you’re running long, shorten warm-up sets after the first exercise. This covers the four required movement patterns with only four exercises, keeps total volume manageable for a beginner, and fits the 45-minute window while allowing progressive overload.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Goblet Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
},
{
"name": "Dumbbell Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
},
{
"name": "Dumbbell Bench Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
},
{
"name": "Seated Cable Row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": 1,
"nearFailureStated": true
}
],
"segments": [],
"frequencyPerWeek": 2,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "45-minute beginner full-body workout, twice per week with at least one rest day between sessions. Warm-up: 3-5 min light cardio plus 2 light warm-up sets of first exercise only. Rest 90-120 seconds between sets. Stop 1-2 reps short of failure. Controlled tempo 2-3 sec down, 1 sec up. Progression: add 2.5-5 lb when completing all 3 sets of 12 reps with 1-2 reps in reserve. Bench press can use machine chest press; cable row can substitute dumbbell one-arm rows. Time-saving tips included."
}🏋️ Get stronger
| Prompt detail | ChatGPT | Claude | Gemini | Grok | avg |
|---|---|---|---|---|---|
| L1 One-line prompt | 80% | 70% | 100% | 100% | 88% |
| L2 + context | 90% | 70% | 60% | 100% | 80% |
| L3 + science cues | 100% | 80% | 100% | 100% | 95% |
Scored against:
| Criterion (evidence target) | Source |
|---|---|
| Heavy load / low reps — ≈80%+ 1RM or ≤6 reps | ACSM 2026; Ratamess 2009 |
| Main barbell lifts — Squat/hinge + a press (specificity) | ACSM 2026 |
| Long rests (2–5 min) — ≥120 s between heavy sets | ACSM 2026; Grgic 2018 |
| Progression / periodization — Ramp load across time | Ratamess 2009 |
| Warm-up / ramp sets — Ramp-up before heavy work | ACSM 2026 |
See every answer + its extraction for Get stronger
L1 — "Write me a workout to get stronger."
ChatGPT — 80%
Model output:
Nice, keeping it simple 👍 getting stronger mostly comes down to a few big lifts, doing them consistently, and gradually increasing the weight. Here’s a straightforward 3-day full-body program that works well for most people: Day A - Squat – 3 sets of 5 reps - Bench press – 3 sets of 5 reps - Row (barbell or cable) – 3 sets of 8 - Plank – 3 sets (30–60 sec) Day B - Deadlift – 3 sets of 3–5 reps - Overhead press – 3 sets of 5 reps - Pull-ups or lat pulldown – 3 sets of 6–10 - Hanging leg raises or crunches – 3 sets Schedule it like: Week 1: A / B / A Week 2: B / A / B (so you alternate each time) How to make it actually build strength: - Add a little weight each session if you can (even 2.5–5 lbs) - Rest 2–4 minutes between sets for the main lifts - Focus on good form first, weight second - Stop 1–2 reps before failure on most sets Warm-up (don’t skip this): - 5 minutes light cardio - A couple lighter sets before each main lift If you’re brand new, this will work for months. If you tell me what equipment you have (gym vs home, dumbbells, etc.), I can tailor it tighter to your setup.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Bench press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Row (barbell or cable)",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Plank",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 3,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Overhead press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Pull-ups or lat pulldown",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 6,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Hanging leg raises or crunches",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "3-day full-body program alternating Day A / Day B (Week 1: A/B/A, Week 2: B/A/B). Plank 3 sets 30-60 sec. Rest 2-4 minutes between sets for main lifts. Add 2.5-5 lbs each session if possible. Stop 1-2 reps before failure on most sets. Warm-up: 5 minutes light cardio plus a couple lighter sets before each main lift. Offers to tailor to equipment."
}Claude — 70%
Model output:
# Strength Building Workout Program ## Key Principles - **Progressive overload** - gradually increase weight over time - **Compound movements** - focus on exercises that work multiple muscle groups - **Rest** - allow adequate recovery between sessions --- ## Program Structure (3 Days/Week) ### Day 1 - Lower Body | Exercise | Sets | Reps | |---|---|---| | Squat | 4 | 5 | | Romanian Deadlift | 3 | 8 | | Leg Press | 3 | 10 | | Calf Raises | 3 | 12 | ### Day 2 - Upper Body Push | Exercise | Sets | Reps | |---|---|---| | Bench Press | 4 | 5 | | Overhead Press | 3 | 8 | | Incline Dumbbell Press | 3 | 10 | | Tricep Dips | 3 | 12 | ### Day 3 - Upper Body Pull | Exercise | Sets | Reps | |---|---|---| | Deadlift | 4 | 5 | | Barbell Row | 3 | 8 | | Pull-Ups | 3 | 8 | | Bicep Curls | 3 | 12 | --- ## Guidelines - **Rest between sets** - 2 to 3 minutes for heavy lifts - **Add weight** - increase by 5 lbs when you complete all reps - **Warm up** - do lighter sets before your working weight - **Rest days** - take at least one day off between sessions --- ## Tips - **Start light** and focus on good form - **Eat enough protein** - roughly 0.7 to 1g per pound of bodyweight - **Sleep 7-9 hours** for optimal recovery - **Be consistent** - results come over weeks and months Would you like me to adjust this for your fitness level or available equipment?
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Squat",
"pattern": "squat",
"sets": 4,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Leg Press",
"pattern": "squat",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Calf Raises",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline Dumbbell Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep Dips",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift",
"pattern": "hinge",
"sets": 4,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Pull-Ups",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bicep Curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Rest between sets 2 to 3 minutes for heavy lifts. Add weight by 5 lbs when all reps completed. Eat enough protein roughly 0.7 to 1g per pound of bodyweight. Sleep 7-9 hours. Take at least one day off between sessions."
}Gemini — 100%
Model output:
To build raw strength, the most effective approach is to focus on **compound movements** (exercises that use multiple joints and muscle groups at once) and **progressive overload** (gradually lifting heavier weights over time). Here is a highly effective **3-Day Full-Body Strength Routine** based on the classic "5x5" (5 sets of 5 reps) method. This is the gold standard for building a strong foundation. --- ### **The Schedule** You will workout **3 days a week** with at least one rest day between sessions (e.g., Monday, Wednesday, Friday). Alternating between Workout A and Workout B. * **Week 1:** Workout A (Mon), Workout B (Wed), Workout A (Fri) * **Week 2:** Workout B (Mon), Workout A (Wed), Workout B (Fri) --- ### **Workout A** | Exercise | Sets | Reps | Rest | Focus | | :--- | :--- | :--- | :--- | :--- | | **1. Barbell Back Squat** | 5 | 5 | 3 mins | Quads, Glutes, Core | | **2. Flat Bench Press** | 5 | 5 | 3 mins | Chest, Shoulders, Triceps | | **3. Barbell Bent-Over Row** | 5 | 5 | 2 mins | Upper Back, Lats, Biceps | | **4. Hanging Knee Raises** | 3 | 8-12 | 1 min | Core | --- ### **Workout B** | Exercise | Sets | Reps | Rest | Focus | | :--- | :--- | :--- | :--- | :--- | | **1. Conventional Deadlift** | 1* | 5 | 3 mins | Hamstrings, Glutes, Back | | **2. Overhead Barbell Press** | 5 | 5 | 3 mins | Shoulders, Triceps, Core | | **3. Pull-Ups or Lat Pulldowns** | 3 | 6-8 | 2 mins | Lats, Upper Back | | **4. Dumbbell Goblet Lunge** | 3 | 8 (per leg) | 1.5 mins | Legs, Balance | *\*Note on Deadlifts: Because deadlifts are incredibly taxing on the central nervous system, you only do 1 heavy working set of 5 reps (after 2-3 warm-up sets).* --- ### **How to Progress (The Secret to Strength)** To get stronger, you must apply **Progressive Overload**. 1. **Start light:** On Week 1, start with a weight where you feel you could have done 3-4 more reps at the end of every set. 2. **Add weight:** If you successfully complete all 5 sets of 5 reps with perfect form, **add 5 lbs (2.5 kg)** to that exercise the next time you do it. 3. **If you fail:** If you can only do 5, 5, 4, 3, 3 reps, keep the weight the same for the next workout. Try to beat your reps next time. --- ### **Crucial Rules for Strength Training** #### **1. Properly Warm Up** Never lift heavy cold. Spend 5-10 minutes doing: * Light cardio (rowing machine or stationary bike). * Dynamic stretches (leg swings, arm circles). * **Warm-up sets:** Before doing your "working sets" of 5x5, do a few lighter sets of the exercise. (e.g., If your squat weight is 135 lbs, warm up with the empty bar, then 95 lbs, then start your 5x5 at 135). #### **2. Respect the Rest Times** When training for endurance, you rest for 30 seconds. **When training for strength, you rest for 2 to 3 minutes.** Your nervous system needs time to recover so you can lift heavy on the next set. #### **3. Eat and Sleep** You do not get stronger in the gym; you get stronger while recovering. * **Protein:** Eat about 0.8 to 1 gram of protein per pound of body weight daily to repair muscle. * **Calories:** You need to be in a slight caloric surplus (eating slightly more than you burn) to build muscle and strength efficiently. * **Sleep:** Aim for 7–9 hours of sleep. Growth hormone is released while you sleep. ### **What if I don't have barbells?** If you are working out at home with **dumbbells**, do the exact same routine, but adjust the rep range to **3 sets of 6 to 8 reps**, as dumbbells are harder to stabilize.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell Back Squat",
"pattern": "squat",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Flat Bench Press",
"pattern": "horizontal_push",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Bent-Over Row",
"pattern": "horizontal_pull",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging Knee Raises",
"pattern": "core",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Conventional Deadlift",
"pattern": "hinge",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Barbell Press",
"pattern": "vertical_push",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Pull-Ups or Lat Pulldowns",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Goblet Lunge",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3-Day Full-Body Strength Routine based on 5x5 method. Alternates Workout A and Workout B with at least one rest day between sessions (e.g., Mon, Wed, Fri). Deadlift is 1 heavy working set of 5 reps after 2-3 warm-up sets. Progressive overload: start light (3-4 reps in reserve), add 5 lbs (2.5 kg) when all 5x5 completed with perfect form; if you fail, keep weight same. Warm up 5-10 minutes with light cardio and dynamic stretches plus warm-up sets. Rest 2-3 minutes for strength. Eat 0.8-1 g protein per pound body weight, slight caloric surplus, 7-9 hours sleep. Dumbbell home alternative: 3 sets of 6-8 reps."
}Grok — 100%
Model output:
**Here's a simple, effective 3-day full-body strength program** designed to build raw strength. It focuses on compound barbell lifts with progressive overload (adding weight over time), which is the most reliable way to get stronger. ### Program Overview - **Frequency**: 3 days per week (e.g., Monday, Wednesday, Friday) with at least one rest day between sessions. - **Reps & Sets**: 3–5 sets of 3–6 reps on main lifts (strength range). Rest 2–3 minutes between sets. - **Progression**: Add 2.5–5 lbs (or the smallest plate available) when you complete all sets and reps with good form. If you miss reps, repeat the weight next session. - **Duration**: 45–60 minutes per session. - **Equipment**: Barbell, bench, rack, and plates (dumbbells or machines can substitute if needed). ### Warm-Up (5–10 minutes) - 5 minutes light cardio (bike, rowing, or walking) - Dynamic stretches: arm circles, leg swings, bodyweight squats - 2–3 ramp-up sets on your first exercise (empty bar + light weight) ### Workout Do the same workout each session, or alternate between Workout A and B if you want slight variety. **Workout (A or B)** | Exercise | Sets × Reps | Notes | |-----------------------|-------------|-------| | **Barbell Back Squat** | 3 × 5 | Primary leg and core strength builder | | **Bench Press** | 3 × 5 | Horizontal push | | **Bent-Over Row** | 3 × 5 | Horizontal pull (use underhand grip if preferred) | | **Overhead Press** | 3 × 5 | Vertical push | | **Deadlift** (conventional or Romanian) | 1 × 5 | Do this once per week only (e.g., Friday). Keep form strict | | **Pull-Ups** or **Lat Pulldown** | 3 × 6–8 | Add weight if bodyweight is easy | **Optional core finisher** (2–3 rounds): - Plank – 30–60 sec - Hanging leg raises or ab wheel – 8–12 reps ### Progression & Tracking - Track every workout (weight × reps). - Deload every 4–6 weeks: reduce weights by 10–15% for a light week to recover. - When progress stalls for 2–3 sessions, check sleep, nutrition, and form. ### Key Tips for Getting Stronger - **Nutrition**: Eat in a slight calorie surplus with high protein (0.8–1 g per lb of body weight). Strength gains require fuel. - **Recovery**: Sleep 7–9 hours. Strength is built during rest, not in the gym. - **Form first**: Film your sets or work with a coach initially. Bad form leads to injury and stalled progress. - **Beginner note**: If you're new to lifting, start with lighter weights and focus on technique for the first 2–3 weeks. This is a variation of proven programs like Starting Strength and StrongLifts 5×5. If you have any injuries, equipment limitations, or specific goals (e.g., powerlifting, bodyweight only, or home gym), let me know and I can customize it further.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell Back Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bent-Over Row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (conventional or Romanian)",
"pattern": "hinge",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Pull-Ups or Lat Pulldown",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging leg raises or ab wheel",
"pattern": "core",
"sets": null,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3-day full-body strength program focused on compound barbell lifts with progressive overload. Main lifts 3-5 sets of 3-6 reps, rest 2-3 minutes. Sessions 45-60 minutes. Add 2.5-5 lbs when completing all sets/reps; repeat weight if reps missed. Deadlift once per week only. Optional core finisher 2-3 rounds; plank 30-60 sec. Deload every 4-6 weeks reduce weights 10-15%. Eat in slight calorie surplus with high protein, sleep 7-9 hours. Variation of Starting Strength and StrongLifts 5x5."
}L2 — "Write me a 50-minute strength workout for an experienced lifter training at a fully equipped gym."
ChatGPT — 90%
Model output:
Here’s a 50-minute strength-focused session for an experienced lifter. It’s built around heavy compounds with efficient accessory work so you actually finish on time. **Total time: ~50 minutes** **0–8 min: Warm-up** - 3–4 min light cardio (rower or bike) - Dynamic mobility: hips, T-spine, shoulders - 2 ramp sets for your first lift (gradually increasing weight, low reps) **8–25 min: Primary Lift (Heavy Strength)** - Barbell Back Squat (or Front Squat) - 5 sets × 3–5 reps at ~80–87% 1RM - Rest 2–3 minutes between sets - Focus: bracing, depth, consistent bar path **25–38 min: Secondary Lift (Upper Push/Pull Superset)** Alternate these with minimal downtime: - A1: Bench Press – 4 sets × 4–6 reps (75–85%) - A2: Weighted Pull-ups – 4 sets × 4–6 reps - Rest ~90 sec after each superset **38–47 min: Accessory Strength Block** Keep intensity high, rest short (~60–75 sec): - B1: Romanian Deadlift – 3 × 6–8 - B2: Dumbbell Incline Press – 3 × 6–8 - B3: Chest-Supported Row – 3 × 8–10 (You can rotate through these as a tri-set if you’re efficient.) **47–50 min: Finisher / Core** - Hanging Leg Raises or Toes-to-Bar – 3 × 10–15 - Optional: add weight if too easy **Notes** - Choose loads that leave ~1 rep in reserve on most sets. - If you’re feeling strong, push the final set of the main lift close to limit (without failing). - Progression: aim to add 2.5–5 lbs weekly or an extra rep within the prescribed range. If you want, I can tailor this into a weekly split or bias it toward powerlifting, hypertrophy, or athletic performance.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell Back Squat (or Front Squat)",
"pattern": "squat",
"sets": 5,
"repsLow": 3,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 4,
"repsHigh": 6,
"restSeconds": 90,
"pct1RM": 75,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Weighted Pull-ups",
"pattern": "vertical_pull",
"sets": 4,
"repsLow": 4,
"repsHigh": 6,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Incline Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Chest-Supported Row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging Leg Raises or Toes-to-Bar",
"pattern": "core",
"sets": 3,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": null,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "50-minute strength-focused session for an experienced lifter, built around heavy compounds with efficient accessory work. Warm-up includes 3-4 min light cardio (rower or bike), dynamic mobility, and 2 ramp sets. Secondary lift is an upper push/pull superset (rest ~90 sec after each superset). Accessory block can be rotated as a tri-set. Finisher core, optional added weight. Choose loads that leave ~1 rep in reserve on most sets; push final set of main lift close to limit without failing. Progression: add 2.5-5 lbs weekly or an extra rep within the prescribed range."
}Claude — 70%
Model output:
# 50-Minute Strength Workout — Experienced Lifter ## Training Parameters - **Goal:** Maximum strength development - **Structure:** Upper/Lower split focus → *Full Body Compound Priority* - **Rest periods:** 2–3 min on main lifts | 60–90 sec on accessories - **Warm-up:** Already completed or built into first block --- ## Block 1 — Warm-Up / Activation (5 minutes) | Exercise | Sets x Reps | Notes | |---|---|---| | Bar Romanian Deadlift | 2 x 10 | Groove the hip hinge, empty bar | | Band Pull-Aparts | 2 x 15 | Rear delt / scapular activation | | Goblet Squat | 1 x 10 | Light KB, full depth | --- ## Block 2 — Primary Strength Work (20 minutes) **Main Lift: Back Squat** | Set | Reps | Intensity | |---|---|---| | Warm-up 1 | 5 | ~50% 1RM | | Warm-up 2 | 3 | ~70% 1RM | | Working Set 1 | 4 | ~80% 1RM | | Working Set 2 | 4 | ~82% 1RM | | Working Set 3 | 3 | ~85% 1RM | | Working Set 4 | 2 | ~87–90% 1RM | > **Cue:** Brace hard, knees out, drive the floor away. Don't rush the descent. --- ## Block 3 — Secondary Strength Lift (12 minutes) **Bench Press — Straight Sets** | Set | Reps | Intensity | |---|---|---| | Warm-up | 5 | ~60% 1RM | | Working Set 1 | 4 | ~78% 1RM | | Working Set 2 | 4 | ~80% 1RM | | Working Set 3 | 4 | ~80% 1RM | > **Cue:** Retract scapulae before unracking. Drive your feet into the floor. Bar path slightly diagonal — not straight up. --- ## Block 4 — Accessory Superset (10 minutes) *Pair A and B back-to-back with 30 sec between exercises, 90 sec after the pair.* | | Exercise | Sets x Reps | Notes | |---|---|---|---| | **A** | Barbell Romanian Deadlift | 3 x 6 | Heavy, controlled eccentric (3 sec down) | | **B** | Weighted Pull-Ups | 3 x 5–6 | Add belt weight; full hang at bottom | --- ## Block 5 — Targeted Accessory Work (8 minutes) *60 sec rest between sets* | Exercise | Sets x Reps | Notes | |---|---|---| | Dumbbell Incline Press | 2 x 8 | Upper chest / shoulder stability | | Cable Face Pull | 2 x 15 | External rotation, shoulder health | | Hanging Leg Raise | 2 x 12 | Controlled, no swinging | --- ## Block 6 — Cool-Down (5 minutes) | Stretch | Duration | |---|---| | Hip Flexor Lunge Stretch | 60 sec each side | | Thoracic Spine Foam Roll | 60 sec | | Lat / Overhead Stretch on Rack | 60 sec | --- ## Session Summary | Block | Time | |---|---| | Activation | 5 min | | Back Squat | 20 min | | Bench Press | 12 min | | Accessory Superset | 10 min | | Targeted Accessories | 8 min | | Cool-Down | 5 min | | **Total** | **~50 min** | --- ## Key Notes - **Log your weights.** Progressive overload is the mechanism — you need data. - **RPE check:** Working sets should feel like an 8–8.5/10 effort. Leave 1–2 reps in the tank on all but the last set. - **Swap the primary lifts** each session (e.g., next session: Deadlift primary, Overhead Press secondary) to distribute stimulus across the week. - If recovery is poor, drop the top back squat set and keep everything else the same.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Bar Romanian Deadlift",
"pattern": "hinge",
"sets": 2,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Band Pull-Aparts",
"pattern": "horizontal_pull",
"sets": 2,
"repsLow": 15,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Goblet Squat",
"pattern": "squat",
"sets": 1,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat",
"pattern": "squat",
"sets": 6,
"repsLow": 2,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": 50,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 4,
"repsHigh": 5,
"restSeconds": null,
"pct1RM": 60,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Romanian Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 6,
"repsHigh": 6,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Weighted Pull-Ups",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 5,
"repsHigh": 6,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Incline Press",
"pattern": "horizontal_push",
"sets": 2,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Cable Face Pull",
"pattern": "horizontal_pull",
"sets": 2,
"repsLow": 15,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging Leg Raise",
"pattern": "core",
"sets": 2,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": null,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "Goal: Maximum strength development. Upper/Lower split focus → Full Body Compound Priority. Main lift rest 2–3 min, accessories 60–90 sec. RPE check: working sets should feel like 8–8.5/10, leave 1–2 reps in the tank on all but the last set. Swap primary lifts each session. If recovery is poor, drop the top back squat set. Cool-down stretches: Hip Flexor Lunge 60 sec each side, Thoracic Spine Foam Roll 60 sec, Lat/Overhead Stretch 60 sec."
}Gemini — 60%
Model output:
Here is a high-intensity, 50-minute **Full-Body Powerbuilding** workout designed for an experienced lifter. To fit this into 50 minutes, you will use a **primary strength block** followed by **antagonistic supersets** (alternating opposing muscle groups). This maximizes workload while keeping rest periods efficient. --- ### **Workout Overview** * **Focus:** Systemic Strength & Hypertrophy * **Format:** 1 Main Lift + 2 Supersets * **Intensity:** RPE 8–9 (Rate of Perceived Exertion) * **Tempo Notation:** (Eccentric - Isometric Pause - Concentric - Pause at top) *e.g., 3-1-1-0 means 3 seconds down, 1-second pause at the bottom, explode up, no pause at the top.* --- ### **Phase 1: Dynamic Warm-Up (5 Minutes)** *Do not skip this. It primes the central nervous system (CNS) and mobilizes key joints.* 1. **World’s Greatest Stretch:** 5 reps per side (Hip mobility, thoracic rotation) 2. **90/90 Hip Switches:** 6 reps per side (Hip internal/external rotation) 3. **Band Pull-Aparts:** 20 reps (Scapular activation) 4. **Goblet Squat with Bottom Pause:** 8 reps (Ankle and hip prep) --- ### **Phase 2: The Main Strength Lift (15 Minutes)** *Focus on maximum force production. Take full rest to allow ATP-PC recovery.* #### **A. Barbell Low-Bar Back Squat** * **Warm-up:** 2-3 progressive ramp-up sets (e.g., empty bar x 10, 50% working weight x 5, 75% working weight x 3). *Do not take these to failure.* * **Working Sets:** 3 sets x 5 reps * **Intensity:** ~82.5% of 1RM (RPE 8.5 — you should have 1-2 reps left in the tank on every set). * **Tempo:** 3-0-1-0 * **Rest:** 150 seconds between sets. --- ### **Phase 3: Upper Body Strength/Hypertrophy Superset (12 Minutes)** *Pairing a vertical pull with an incline push to save time without compromising performance.* #### **B1. Weighted Pull-Ups** (Alternative: Heavy Lat Pulldowns) * **Sets/Reps:** 3 sets x 6-8 reps * **Intensity:** RPE 8 (Load with a weight vest or dip belt). * **Tempo:** 3-1-1-0 (Pause at the dead-hang, explode up, chin over bar). * **Rest:** 60 seconds (then move to B2). #### **B2. Incline Dumbbell Bench Press (30-Degree Incline)** * **Sets/Reps:** 3 sets x 8 reps * **Intensity:** RPE 8.5 * **Tempo:** 3-1-1-0 (Pause slightly at the bottom to eliminate momentum). * **Rest:** 90 seconds (then go back to B1). --- ### **Phase 4: Posterior Chain & Core Superset (12 Minutes)** *Targeting the hamstrings, glutes, and spinal stability.* #### **C1. Barbell Romanian Deadlifts (RDLs)** * **Sets/Reps:** 3 sets x 8-10 reps * **Intensity:** RPE 8 (Focus on a deep hamstring stretch and powerful hip hinge). * **Tempo:** 3-1-1-0 * **Rest:** 45 seconds (then move to C2). #### **C2. Hanging Leg Raises** (or Ab Wheel Rollouts) * **Sets/Reps:** 3 sets x 10-12 reps * **Intensity:** Control the eccentric; do not swing. * **Tempo:** 2-0-1-1 (1-second squeeze at the peak). * **Rest:** 75 seconds (then go back to C1). --- ### **Phase 5: Cool-Down & Decompression (6 Minutes)** *Lower your heart rate and shift your nervous system from sympathetic (fight-or-flight) to parasympathetic (rest-and-digest).* 1. **Couch Stretch:** 1 minute per side (Opens up hip flexors after heavy squats). 2. **Passive Bar Hang:** 1 minute (Decompresses the spine after squats and RDLs). 3. **Box Breathing:** 2 minutes (Inhale for 4s, hold for 4s, exhale for 4s, hold for 4s). --- ### **Pro-Tips for Efficiency (How to hit the 50-minute mark):** 1. **Stagger your setup:** While warming up on the Squat, grab your dumbbells for the incline press and RDLs so they are ready. 2. **Use a timer:** Experienced lifters often lose track of time during rest periods. Set a stopwatch on your phone or watch. 3. **Log your weights:** Write down your loads immediately after each set so you don't waste mental energy calculating what to lift next.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "World's Greatest Stretch",
"pattern": "other",
"sets": null,
"repsLow": 5,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "90/90 Hip Switches",
"pattern": "other",
"sets": null,
"repsLow": 6,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Band Pull-Aparts",
"pattern": "horizontal_pull",
"sets": null,
"repsLow": 20,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Goblet Squat with Bottom Pause",
"pattern": "squat",
"sets": null,
"repsLow": 8,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Low-Bar Back Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 5,
"repsHigh": null,
"restSeconds": 150,
"pct1RM": 82,
"RPE": 8.5,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Weighted Pull-Ups",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 6,
"repsHigh": 8,
"restSeconds": 60,
"pct1RM": null,
"RPE": 8,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline Dumbbell Bench Press (30-Degree Incline)",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": null,
"restSeconds": 90,
"pct1RM": null,
"RPE": 8.5,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Romanian Deadlifts (RDLs)",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": 45,
"pct1RM": null,
"RPE": 8,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging Leg Raises",
"pattern": "core",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 75,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Couch Stretch",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Passive Bar Hang",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Box Breathing",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": null,
"progressionStated": false,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "50-minute Full-Body Powerbuilding workout for an experienced lifter. Format: 1 Main Lift + 2 Supersets (antagonistic supersets). Overall intensity RPE 8-9. Squat working sets at ~82.5% of 1RM (RPE 8.5, 1-2 reps left in tank). Squat has 2-3 progressive ramp-up warm-up sets, not to failure. Tempo notation used throughout (e.g., 3-0-1-0 squat, 3-1-1-0 pull-ups/bench/RDLs, 2-0-1-1 leg raises). B1/B2 and C1/C2 are supersets. Pro-tips for efficiency: stagger setup, use a timer, log weights."
}Grok — 100%
Model output:
**50-Minute Strength Workout (Experienced Lifter)** This is a high-intensity, compound-focused session using a 4-exercise template. It emphasizes heavy loading with adequate rest while keeping total gym time to ~50 minutes. Perform 4–5 working sets per movement at 80–87% of 1RM (strength range). Use a full-equipment gym (power rack, barbells, plates, adjustable bench, pull-up station). ### Warm-Up (5 minutes) - 2–3 min light cardio (rower, bike, or brisk walk) - 8–10 reps each: bodyweight squats, push-ups, band pull-aparts - 2 progressive warm-up sets on first exercise only (e.g., 50% × 5, 70% × 3) ### Main Lift Blocks (40 minutes total) Work in straight sets. Rest 2–2.5 minutes between sets (use a timer). Move quickly between exercises once a movement is finished. 1. **Barbell Back Squat** – 5 sets × 5 reps Heavy, controlled tempo (2-0-1). Rack at shoulder height. 2. **Barbell Bench Press** – 5 sets × 5 reps Use a spotter or safety pins. Full range, pause 1 sec on chest. 3. **Barbell Romanian Deadlift** – 4 sets × 6 reps Hinge pattern, controlled eccentric. Load heavier than squats if mobility allows. 4. **Weighted Pull-Ups** (or weighted chin-ups) – 4 sets × 5–7 reps Add plates via dip belt or dumbbell between feet. If you can’t add weight for 5+ reps, do bodyweight + 1–2 forced reps or switch to rack pulls. **Time-saving notes**: - Have plates and collars ready before starting. - Alternate between lower- and upper-body movements if the gym is busy to avoid long waits. - Total working time per exercise block is ~8–10 minutes. ### Optional Finisher / Cool-Down (5 minutes) - 3×30–45 sec ab wheel rollouts or hanging leg raises (minimal rest) - Quick stretch: 30 sec each for hip flexors, pecs, and lats ### Progression & Notes - Increase weight 2.5–5 kg (or 5–10 lb) when you hit the top of the rep range with good form on all sets. - If time is tight, drop the last set of RDLs or pull-ups. - Deload every 6–8 weeks or when form breaks. - Track weights in an app or notebook for consistent progression. This hits all major movement patterns (squat, horizontal push, hinge, vertical pull) with enough volume and intensity for an experienced trainee while staying under 50 minutes.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Barbell Back Squat",
"pattern": "squat",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Bench Press",
"pattern": "horizontal_push",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Romanian Deadlift",
"pattern": "hinge",
"sets": 4,
"repsLow": 6,
"repsHigh": 6,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Weighted Pull-Ups (or weighted chin-ups)",
"pattern": "vertical_pull",
"sets": 4,
"repsLow": 5,
"repsHigh": 7,
"restSeconds": 120,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Ab wheel rollouts or hanging leg raises",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": null,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "50-minute high-intensity, compound-focused session, 4-exercise template. 4-5 working sets per movement at 80-87% of 1RM (strength range). Full-equipment gym. Rest 2-2.5 minutes between sets. Working time per exercise block ~8-10 minutes. Optional finisher/cool-down: 3x30-45 sec ab wheel rollouts or hanging leg raises with minimal rest, plus stretch 30 sec each for hip flexors, pecs, lats. Increase weight 2.5-5 kg (or 5-10 lb) when hitting top of rep range with good form. Drop last set of RDLs or pull-ups if time tight. Deload every 6-8 weeks or when form breaks. Track weights for progression."
}L3 — "Write me a 50-minute strength workout for an experienced lifter. Focus on the main barbell lifts (squat, deadlift, bench press, overhead press), 3 to 5 sets of 3 to 5 reps at about 80 to 90% of my max, with 2 to 3 minutes rest, and progress the load over the weeks. Include warm-up ramp-up sets."
ChatGPT — 100%
Model output:
Here’s a clean 50-minute strength session built around the main barbell lifts, with ramp-up sets and a simple progression plan. This assumes you’re experienced and already know your approximate 1RM numbers. **Total time: ~50 minutes** **1) General warm-up (5 minutes)** Keep it short and purposeful: - 2–3 minutes light cardio (rower, bike) - Dynamic mobility: hips, shoulders, T-spine - 1–2 lighter sets of the first lift --- **2) Back Squat (12 minutes total)** Ramp-up: - Empty bar x 8–10 - ~50% x 5 - ~65% x 3 - ~75% x 2 Working sets: - 3–4 sets x 3–5 reps @ 80–85% - Rest 2–3 minutes --- **3) Bench Press (10–12 minutes)** Ramp-up: - Empty bar x 8–10 - ~55% x 5 - ~70% x 3 - ~75% x 2 Working sets: - 3–4 sets x 3–5 reps @ 80–85% - Rest 2–3 minutes --- **4) Deadlift (10–12 minutes)** Ramp-up (fewer reps to manage fatigue): - ~50% x 5 - ~65% x 3 - ~75% x 2 Working sets: - 3 sets x 3–4 reps @ 80–88% - Rest 2–3 minutes --- **5) Overhead Press (8–10 minutes)** Ramp-up: - Empty bar x 8 - ~50% x 5 - ~65% x 3 Working sets: - 3 sets x 3–5 reps @ 80–85% - Rest 2 minutes --- **Progression (simple and effective)** Run this as a 4–6 week wave: - Week 1: ~80% for all working sets - Week 2: ~82.5% - Week 3: ~85% - Week 4: ~87–88% - Week 5: ~90% (drop to mostly triples if needed) - Week 6: Deload (70–75%, 2–3 sets of 3) Progression rules: - If you hit all reps with solid form, increase next week. - If you miss reps, repeat the same load next week. - If you miss two weeks in a row, drop 5% and rebuild. --- **Notes to make this actually fit 50 minutes** - Be strict with rest (set a timer). - If time runs tight, cut one set from bench or OHP. - You can alternate squat/bench sets early on if you’re efficient. If you want, I can tailor this into a weekly split (e.g., rotating heavy emphasis per lift so fatigue doesn’t stack).
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Back Squat",
"pattern": "squat",
"sets": 4,
"repsLow": 3,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 3,
"repsHigh": 5,
"restSeconds": 180,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 3,
"repsHigh": 4,
"restSeconds": 180,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 3,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": null,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "50-minute strength session built around main barbell lifts with ramp-up sets and a progression plan. Assumes experienced lifter who knows approximate 1RM. Working sets percentages 80-85% (deadlift 80-88%). Run progression as a 4-6 week wave: Week 1 ~80%, Week 2 ~82.5%, Week 3 ~85%, Week 4 ~87-88%, Week 5 ~90% (drop to mostly triples if needed), Week 6 deload 70-75% 2-3 sets of 3. If you hit all reps with solid form, increase next week; if you miss reps, repeat the same load; if you miss two weeks in a row, drop 5% and rebuild. Be strict with rest (set a timer). If time runs tight, cut one set from bench or OHP. Can alternate squat/bench sets early if efficient."
}Claude — 80%
Model output:
# 50-Minute Strength Workout — Experienced Lifter ## Program Overview **Style:** Heavy compound barbell training **Frequency:** 3 days/week (e.g. Mon / Wed / Fri) **Structure:** 3 rotating days so you hit each main lift with appropriate frequency without repeating the exact same session **Progression:** Add **2.5–5 lb (1–2.5 kg) per week** on upper body lifts, **5–10 lb (2.5–5 kg) per week** on lower body lifts — reset to ~75% and rebuild if you miss reps two sessions in a row --- ## The Three Sessions --- ### **Day A — Squat + Bench Press** | Phase | Exercise | Sets × Reps | Load | |---|---|---|---| | **Warm-up** | General movement (hip circles, leg swings, shoulder CARs) | 5 min | — | | **Squat ramp** | Back Squat | 1×5 | ~40% | | | Back Squat | 1×3 | ~55% | | | Back Squat | 1×2 | ~70% | | | Back Squat | 1×1 | ~80% | | **Working sets** | Back Squat | **4×4** | **85%** | | **Bench ramp** | Bench Press | 1×5 | ~40% | | | Bench Press | 1×3 | ~60% | | | Bench Press | 1×1 | ~75% | | **Working sets** | Bench Press | **4×4** | **82–85%** | **Rest between working sets:** 2.5–3 min **Estimated time:** ~50 min --- ### **Day B — Deadlift + Overhead Press** | Phase | Exercise | Sets × Reps | Load | |---|---|---|---| | **Warm-up** | General movement (hip hinges, thoracic rotation, band pull-aparts) | 5 min | — | | **Deadlift ramp** | Deadlift | 1×5 | ~40% | | | Deadlift | 1×3 | ~55% | | | Deadlift | 1×2 | ~70% | | | Deadlift | 1×1 | ~80% | | **Working sets** | Deadlift | **3×3** | **87–90%** | | **OHP ramp** | Overhead Press | 1×5 | ~40% | | | Overhead Press | 1×3 | ~60% | | | Overhead Press | 1×1 | ~75% | | **Working sets** | Overhead Press | **4×5** | **80%** | **Rest between working sets:** 2.5–3 min (3 min on deadlift) **Estimated time:** ~50 min > **Note:** Deadlift gets fewer sets than squat — CNS demand is very high at 87–90%. 3×3 is plenty of quality volume. --- ### **Day C — Squat + Overhead Press (+ Bench volume)** | Phase | Exercise | Sets × Reps | Load | |---|---|---|---| | **Warm-up** | General movement | 5 min | — | | **Squat ramp** | Back Squat | 1×5 | ~40% | | | Back Squat | 1×3 | ~55% | | | Back Squat | 1×1 | ~75% | | **Working sets** | Back Squat | **5×3** | **88–90%** | | **OHP ramp** | Overhead Press | 1×5 | ~40% | | | Overhead Press | 1×3 | ~60% | | **Working sets** | Overhead Press | **3×5** | **80%** | | **Bench volume** | Bench Press | **3×5** | **75%** | **Rest between working sets:** 2.5–3 min **Estimated time:** ~50 min --- ## Weekly Schedule Example | Week | Mon (Day A) | Wed (Day B) | Fri (Day C) | |---|---|---|---| | 1 | Squat 4×4 @ 85% | DL 3×3 @ 87% | Squat 5×3 @ 88% | | 2 | +5 lb squat, +2.5 lb bench | +5 lb DL, +2.5 lb OHP | +5 lb squat, +2.5 lb OHP | | 3 | Continue adding | Continue adding | Continue adding | | 4 | **Deload** — drop to 3×3 @ 70% | Same | Same | --- ## Progression Rules ### Weekly Load Increases | Lift | Add per week | |---|---| | Squat | 5 lb (2.5 kg) | | Deadlift | 5–10 lb (2.5–5 kg) | | Bench Press | 2.5–5 lb (1–2.5 kg) | | Overhead Press | 2.5 lb (1–1.25 kg) | ### When You Miss Reps - **Miss reps once** → repeat the same weight next session - **Miss reps twice** → drop back 10% and rebuild - **After 6–8 weeks of progress** → take a planned deload week (reduce load to ~70%, cut sets by 1) --- ## Warm-Up Ramp Logic (applies to all lifts) The goal is to prime the CNS and groove the pattern **without accumulating fatigue** before your working sets. ``` Set 1 — Empty bar or ~40% × 5 reps (movement practice) Set 2 — ~55% × 3 reps (load the pattern) Set 3 — ~70% × 2 reps (approaching working weight) Set 4 — ~80–82% × 1 rep (opener — only on squat/DL) → Working sets begin ``` Keep rest between ramp sets to **60–90 seconds** — they are not taxing, just preparatory. --- ## Key Coaching Notes - **Bar speed matters:** Even at 85–90%, try to move the bar as fast as possible on the concentric. This trains rate of force development and keeps the reps crisp. - **Stop a set early** if your form breaks down — a missed rep in training at 90% is not a failure, grinding ugly reps is. - **Log everything** — date, weight, sets, reps, and a brief feel note (easy / moderate / hard). This is your most important tool for long-term progress. - **Sleep and food** are part of the program. At 85–90% intensity, under-recovery will stall you faster than under-training. - **Deload is mandatory**, not optional — plan it every 4th week rather than waiting until you feel wrecked.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "General movement (hip circles, leg swings, shoulder CARs)",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 60,
"pct1RM": 40,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 60,
"pct1RM": 55,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 2,
"repsHigh": 2,
"restSeconds": 60,
"pct1RM": 70,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 1,
"repsHigh": 1,
"restSeconds": 60,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (working sets)",
"pattern": "squat",
"sets": 4,
"repsLow": 4,
"repsHigh": 4,
"restSeconds": 150,
"pct1RM": 85,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press (ramp)",
"pattern": "horizontal_push",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 60,
"pct1RM": 40,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press (ramp)",
"pattern": "horizontal_push",
"sets": 1,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 60,
"pct1RM": 60,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press (ramp)",
"pattern": "horizontal_push",
"sets": 1,
"repsLow": 1,
"repsHigh": 1,
"restSeconds": 60,
"pct1RM": 75,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press (working sets)",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 4,
"repsHigh": 4,
"restSeconds": 150,
"pct1RM": 82,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "General movement (hip hinges, thoracic rotation, band pull-aparts)",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (ramp)",
"pattern": "hinge",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 60,
"pct1RM": 40,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (ramp)",
"pattern": "hinge",
"sets": 1,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 60,
"pct1RM": 55,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (ramp)",
"pattern": "hinge",
"sets": 1,
"repsLow": 2,
"repsHigh": 2,
"restSeconds": 60,
"pct1RM": 70,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (ramp)",
"pattern": "hinge",
"sets": 1,
"repsLow": 1,
"repsHigh": 1,
"restSeconds": 60,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (working sets)",
"pattern": "hinge",
"sets": 3,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 180,
"pct1RM": 87,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (ramp)",
"pattern": "vertical_push",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 60,
"pct1RM": 40,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (ramp)",
"pattern": "vertical_push",
"sets": 1,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 60,
"pct1RM": 60,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (ramp)",
"pattern": "vertical_push",
"sets": 1,
"repsLow": 1,
"repsHigh": 1,
"restSeconds": 60,
"pct1RM": 75,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (working sets)",
"pattern": "vertical_push",
"sets": 4,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 150,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "General movement",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 60,
"pct1RM": 40,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 60,
"pct1RM": 55,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (ramp)",
"pattern": "squat",
"sets": 1,
"repsLow": 1,
"repsHigh": 1,
"restSeconds": 60,
"pct1RM": 75,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Back Squat (working sets)",
"pattern": "squat",
"sets": 5,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 150,
"pct1RM": 88,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (ramp)",
"pattern": "vertical_push",
"sets": 1,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 60,
"pct1RM": 40,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (ramp)",
"pattern": "vertical_push",
"sets": 1,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 60,
"pct1RM": 60,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (working sets)",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 150,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press (bench volume)",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 150,
"pct1RM": 75,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3 rotating days (A/B/C) on Mon/Wed/Fri. Deload week every 4th week (drop to 3×3 @ 70%, cut sets by 1). Day A working sets: Squat 4×4 @85%, Bench 4×4 @82-85%. Day B: Deadlift 3×3 @87-90% (3 min rest on deadlift), OHP 4×5 @80%; note deadlift gets fewer sets due to CNS demand. Day C: Squat 5×3 @88-90%, OHP 3×5 @80%, Bench 3×5 @75%. Ramp set rest 60-90 sec. Miss reps once = repeat weight; miss twice = drop 10% and rebuild (overview says reset to ~75%). Weekly increases: Squat 5 lb, Deadlift 5-10 lb, Bench 2.5-5 lb, OHP 2.5 lb. Coaching: bar speed/RFD, stop set early if form breaks, log everything, sleep and food part of program, deload mandatory every 4th week."
}Gemini — 100%
Model output:
To perform high-intensity strength training (80–90% 1RM) with proper rest periods (2–3 minutes) within a **50-minute time limit**, you cannot train all four main lifts in one session. Attempting to do so would result in rushed warm-ups, truncated rest times, and a severe drop in performance.
Instead, the most effective approach for an experienced lifter is an **A/B Split**. You will focus on two main lifts per workout. This allows you to maintain the required intensity, rest fully, and exit the gym in exactly 50 minutes.
Below is the **Day A (Squat & Bench)** 50-minute blueprint, followed by the **Day B (Deadlift & OHP)** template, and a **4-Week Progression Scheme**.
---
### **The 50-Minute Workout: Day A (Squat & Bench)**
#### **Part 1: Dynamic Warm-Up (0:00 – 0:05 | 5 Mins)**
*Do not skip this. It primes the nervous system and lubricates the joints.*
* **90/90 Hip Flow:** 1 minute (hip mobility)
* **World’s Greatest Stretch:** 1 minute per side (thoracic and hip extension)
* **Band Pull-Aparts / Shoulder Dislocations:** 2 minutes (shoulder/scapular activation)
---
#### **Part 2: Barbell Back Squat (0:05 – 0:27 | 22 Mins)**
* **Ramp-Up Sets (8 minutes):**
* *Set 1:* Empty Bar (45 lbs) x 10 reps (Focus on depth and speed)
* *Set 2 (50% 1RM):* x 5 reps (1-min rest)
* *Set 3 (65% 1RM):* x 3 reps (1-min rest)
* *Set 4 (75% 1RM):* x 1 rep (Nervous system primer — 2-min rest before working sets)
* **Working Sets (14 minutes):**
* **3 sets x 4 reps @ 85% 1RM**
* **Rest:** 3 minutes between working sets.
* *Execution:* Explode out of the hole. Treat every rep like a 1RM.
---
#### **Part 3: Barbell Bench Press (0:27 – 0:49 | 22 Mins)**
*Since your core temperature and nervous system are already warm, the ramp-up here is shorter.*
* **Ramp-Up Sets (6 minutes):**
* *Set 1:* Empty Bar x 10 reps
* *Set 2 (60% 1RM):* x 5 reps (1-min rest)
* *Set 3 (75% 1RM):* x 2 reps (2-min rest before working sets)
* **Working Sets (16 minutes):**
* **3 sets x 4 reps @ 85% 1RM**
* **Rest:** 3 minutes between working sets.
* *Execution:* Lower with control, pause slightly on the chest, drive aggressively.
#### **Part 4: Pack Up & Transition (0:49 – 0:50 | 1 Min)**
---
### **The Alternate Workout: Day B (Deadlift & OHP)**
*Use this on your second training day of the week, utilizing the exact same time blocks.*
* **0:00 – 0:05:** Dynamic Warm-Up (Focus on hamstrings, glutes, and thoracic spine).
* **0:05 – 0:27:** **Conventional/Sumo Deadlift**
* *Ramp-up:* Bar x 8, 50% x 5, 65% x 3, 75% x 1.
* *Working Sets:* 3 sets x 3 reps @ 85% 1RM (3 mins rest).
* **0:27 – 0:49:** **Overhead Press (OHP)**
* *Ramp-up:* Bar x 8, 60% x 5, 75% x 2.
* *Working Sets:* 3 sets x 5 reps @ 80% 1RM (2.5 mins rest).
* **0:49 – 0:50:** Pack up.
---
### **The 4-Week Wave Loading Progression**
To ensure continuous strength adaptation without burning out, use this percentage-based wave loading block.
| Week | Sets & Reps | Intensity (% of 1RM) | Goal |
| :--- | :--- | :--- | :--- |
| **Week 1** | 3 sets x 5 reps | 80% | Establish baseline volume. |
| **Week 2** | 3 sets x 4 reps | 84% | Increase intensity, drop one rep. |
| **Week 3** | 4 sets x 3 reps | 88% | Peak intensity. *Note: Add 1 set, keep rest at 3 mins.* |
| **Week 4** | 3 sets x 5 reps | 70% (Deload) | Active recovery. Fast, explosive reps. |
**How to progress to the next cycle:**
After Week 4, add **5 lbs** to your Bench and OHP 1RM, and **10 lbs** to your Squat and Deadlift 1RM. Recalculate your percentages and start Week 1 again.
---
### **Rules for the 50-Minute Lifter**
1. **Use a Stopwatch:** Do not guess your rest times. Start your timer the second you re-rack the bar. At 2:45, start bracing to lift at the 3:00 mark.
2. **Warm-up Efficiency:** Do not sit down during your warm-up sets. Change the plates immediately, do 3-5 deep breaths, and lift. Save your sitting rest for the heavy working sets.
3. **No Phone Distractions:** Put your phone on "Do Not Disturb." Use it only for your stopwatch and to log your weights.
4. **Pre-Load Your Math:** Write down your target weights for the day (based on your percentages) *before* you step onto the gym floor. Do not waste time doing plate math during the workout.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "90/90 Hip Flow",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "World's Greatest Stretch",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Band Pull-Aparts / Shoulder Dislocations",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Back Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 4,
"repsHigh": 4,
"restSeconds": 180,
"pct1RM": 85,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Barbell Bench Press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 4,
"repsHigh": 4,
"restSeconds": 180,
"pct1RM": 85,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Conventional/Sumo Deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 180,
"pct1RM": 85,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (OHP)",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 150,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 2,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "A/B Split within a 50-minute time limit. Day A (Squat & Bench), Day B (Deadlift & OHP). Day B used on second training day of the week. Includes ramp-up sets before working sets. 4-Week Wave Loading Progression: Week 1 (3x5 @ 80%), Week 2 (3x4 @ 84%), Week 3 (4x3 @ 88%), Week 4 (3x5 @ 70% Deload). After Week 4, add 5 lbs to Bench and OHP 1RM, and 10 lbs to Squat and Deadlift 1RM. Week 4 is active recovery/deload."
}Grok — 100%
Model output:
**50-Minute Strength Program (Experienced Lifter)** Use a 4-day split (e.g., Mon/Tue/Thu/Fri or similar) with two main lifts per session. Each session is designed to finish in ~50 minutes including warm-ups, working sets, and rests. Focus on barbell lifts only. All percentages are of your current 1RM. Rest 2–3 min between all sets (use a timer). Add weight only when you complete every prescribed rep with good form. ### Session Structure (Applies to All Days) - **Warm-up ramp** (one lift at a time): Empty bar × 8–10 50% × 5 60% × 3 70% × 2 (These are quick; total ~6–8 min per lift.) - **Working sets**: 4–5 sets of 3–5 reps at 80–87.5% 1RM (start at 80–82.5% and build to 85–87.5% across weeks). - Total time per session: ~48–52 min when executed with discipline. ### Weekly Schedule & Lifts **Day A – Squat Focus** (~50 min) - Back Squat: 5 × 5 @ 80–85% - Bench Press: 4 × 4 @ 80–85% **Day B – Deadlift Focus** (~50 min) - Deadlift (conventional or sumo): 4 × 3 @ 82.5–87.5% (heavier, lower volume) - Overhead Press (standing barbell): 4 × 5 @ 80–85% **Day C – Repeat Day A** (same lifts, try to add 2.5–5 lb / 1–2 kg total if all reps completed previous session) **Day D – Repeat Day B** (same lifts, add weight when possible) ### Progression Rules (Over Weeks) - Week 1–2: Establish baseline at 80–82.5%. - Week 3–4: Move to 82.5–85% if all sets/reps hit. - Week 5–6: Push top sets to 85–87.5% when form stays solid. - Deload every 7th week: drop to 70% × 3×5 and keep rests at 2 min. - Add weight in smallest increments possible (2.5 lb plates or 1 kg micro-plates). If you miss reps on two consecutive sessions, reset 10% and rebuild. ### Time-Saving Notes - Perform the second lift’s warm-ups immediately after the first lift’s working sets finish. - No accessories, no fluff sets, no long rests. - If a session runs long, drop one ramp-up set or reduce rest to 2 min. - Track loads in a simple log or app; the goal is steady 2.5–5% weekly progress on the bar while staying under 50 minutes. Run this for 6–8 weeks, then reassess 1RMs or switch to a new variation (e.g., pause squats, close-grip bench).
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Back Squat",
"pattern": "squat",
"sets": 5,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bench Press",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 4,
"repsHigh": 4,
"restSeconds": 120,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlift (conventional or sumo)",
"pattern": "hinge",
"sets": 4,
"repsLow": 3,
"repsHigh": 3,
"restSeconds": 120,
"pct1RM": 82,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead Press (standing barbell)",
"pattern": "vertical_push",
"sets": 4,
"repsLow": 5,
"repsHigh": 5,
"restSeconds": 120,
"pct1RM": 80,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "50-minute strength program for experienced lifter. 4-day split (Day A Squat Focus, Day B Deadlift Focus, Day C repeat A, Day D repeat B). Barbell lifts only. Rest 2-3 min between all sets. Warm-up ramp per lift: empty bar x8-10, 50% x5, 60% x3, 70% x2. Working sets 4-5 sets of 3-5 reps at 80-87.5% 1RM, starting 80-82.5% building to 85-87.5%. Deadlift listed 82.5-87.5%. Progression: Week 1-2 80-82.5%, Week 3-4 82.5-85%, Week 5-6 85-87.5%, deload every 7th week to 70% 3x5 at 2 min rests. Add 2.5-5 lb / 1-2 kg when all reps completed; if miss reps two consecutive sessions reset 10%. Run 6-8 weeks then reassess. Add weight in smallest increments. Goal 2.5-5% weekly progress under 50 minutes."
}🔥 Lose fat
| Prompt detail | ChatGPT | Claude | Gemini | Grok | avg |
|---|---|---|---|---|---|
| L1 One-line prompt | 100% | 100% | 100% | 100% | 100% |
| L2 + context | 100% | 75% | 100% | 75% | 88% |
| L3 + science cues | 100% | 100% | 100% | 100% | 100% |
Scored against:
| Criterion (evidence target) | Source |
|---|---|
| Includes resistance training — Preserves lean mass in a deficit | Willis 2012; network MA 2025 |
| Includes conditioning/cardio — Aerobic or HIIT for expenditure | Willis 2012 |
| Names diet / calorie deficit — Diet is the primary fat-loss lever | Donnelly ACSM 2009; Swift 2014 |
| No spot-reduction / 'fat-burning zone' myth — Avoids debunked claims | consensus |
See every answer + its extraction for Lose fat
L1 — "Write me a workout to lose fat."
ChatGPT — 100%
Model output:
Alright—here’s a simple, effective fat‑loss workout plan you can actually stick to. The goal is to burn calories, keep muscle, and not wreck yourself so you quit after a week. First, the structure (weekly): - 3 strength training days - 2 cardio days - 1 optional active day - 1 full rest day Now the actual workouts: Strength days (full body, about 45–60 min) Do 3 sets of each, 8–12 reps unless noted. Rest ~60–90 sec. Workout A - Squats (bodyweight or barbell) - Push-ups or bench press - Bent-over rows (dumbbell or barbell) - Walking lunges (10–12 each leg) - Plank (30–60 sec x 3) Workout B - Deadlifts (moderate weight, 6–10 reps) - Overhead shoulder press - Lat pulldown or pull-ups - Glute bridges or hip thrusts - Hanging knee raises or crunches Alternate A and B across your 3 days (example: Mon A, Wed B, Fri A, next week flip). Cardio days (pick something you’ll actually do) Option 1: Steady cardio - 30–45 min brisk walking, cycling, or jogging Option 2: Intervals (shorter, more intense) - 5 min warm-up - 20 sec hard effort + 1 min easy x 8–12 rounds - 5 min cool-down Active day (optional) - Light movement: walking, sports, yoga, anything low stress Important stuff that actually drives fat loss: - You need a calorie deficit. No workout overrides overeating. - Aim for high protein (roughly 0.7–1g per lb of bodyweight / 1.6–2.2g per kg) - Sleep 7+ hours or fat loss gets harder - Try to move daily (8–10k steps is a solid target) Progression (this is what most people skip): - Each week, try to add a little weight, or 1–2 reps, or an extra set - If workouts feel easy, they’re not doing much If you want, tell me your current fitness level, equipment (gym vs home), and schedule, and I can tailor this into something more precise.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Squats (bodyweight or barbell)",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-ups or bench press",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bent-over rows (dumbbell or barbell)",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Walking lunges",
"pattern": "squat",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlifts (moderate weight)",
"pattern": "hinge",
"sets": 3,
"repsLow": 6,
"repsHigh": 10,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Overhead shoulder press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lat pulldown or pull-ups",
"pattern": "vertical_pull",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Glute bridges or hip thrusts",
"pattern": "hinge",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hanging knee raises or crunches",
"pattern": "core",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [
{
"label": "Steady cardio: brisk walking, cycling, or jogging",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Intervals warm-up",
"durationMin": 5,
"intensity": null
},
{
"label": "20 sec hard effort + 1 min easy x 8-12 rounds",
"durationMin": null,
"intensity": "vo2"
},
{
"label": "Intervals cool-down",
"durationMin": 5,
"intensity": null
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Weekly structure: 3 strength training days, 2 cardio days, 1 optional active day, 1 full rest day. Strength days full body, about 45-60 min, 3 sets of each, 8-12 reps unless noted, rest ~60-90 sec. Alternate Workout A and B across 3 days. Cardio Option 1 steady 30-45 min; Option 2 intervals. Active day optional light movement: walking, sports, yoga. High protein 0.7-1g per lb / 1.6-2.2g per kg, sleep 7+ hours, move daily 8-10k steps. Progression: add weight, 1-2 reps, or extra set weekly."
}Claude — 100%
Model output:
# Fat Loss Workout Plan ## Key Principles - Combine **cardio + strength training** for best results - Aim for **3-5 sessions per week** - Pair with a **calorie deficit diet** for maximum fat loss --- ## Weekly Schedule | Day | Workout | |-----|---------| | Monday | Strength Training (Upper Body) | | Tuesday | Cardio / HIIT | | Wednesday | Strength Training (Lower Body) | | Thursday | Active Recovery or Rest | | Friday | Full Body Strength | | Saturday | Cardio | | Sunday | Rest | --- ## Workouts ### 💪 Upper Body Strength (45 min) - Push-ups — 3 x 12 - Dumbbell rows — 3 x 12 - Shoulder press — 3 x 10 - Bicep curls — 3 x 12 - Tricep dips — 3 x 10 - Plank — 3 x 30-45 seconds ### 🦵 Lower Body Strength (45 min) - Squats — 4 x 12 - Lunges — 3 x 10 each leg - Deadlifts — 3 x 10 - Glute bridges — 3 x 15 - Calf raises — 3 x 15 ### 🔥 HIIT Cardio (20-30 min) Repeat circuit **4 rounds**, 40 sec on / 20 sec rest: - Jumping jacks - Burpees - High knees - Mountain climbers - Jump squats ### 🏃 Steady State Cardio (30-45 min) - Brisk walking, jogging, cycling, or swimming - Keep heart rate at **60-70% max** ### 💯 Full Body Strength (45 min) - Deadlifts — 3 x 10 - Push-ups — 3 x 12 - Goblet squats — 3 x 12 - Dumbbell rows — 3 x 10 - Kettlebell swings — 3 x 15 - Plank — 3 x 45 seconds --- ## Tips for Fat Loss ✅ **Eat enough protein** (0.7–1g per lb of body weight) ✅ **Stay hydrated** — drink plenty of water ✅ **Get 7-8 hours of sleep** ✅ **Be consistent** — results take 4-8 weeks to show ✅ **Progressive overload** — gradually increase weight/reps --- *Consult a doctor before starting any new workout program.*
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Push-ups",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell rows",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Shoulder press",
"pattern": "vertical_push",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bicep curls",
"pattern": "isolation",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Tricep dips",
"pattern": "isolation",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Squats",
"pattern": "squat",
"sets": 4,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Lunges",
"pattern": "squat",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlifts",
"pattern": "hinge",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Glute bridges",
"pattern": "hinge",
"sets": 3,
"repsLow": 15,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Calf raises",
"pattern": "isolation",
"sets": 3,
"repsLow": 15,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Jumping jacks",
"pattern": "other",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Burpees",
"pattern": "other",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "High knees",
"pattern": "other",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Mountain climbers",
"pattern": "core",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Jump squats",
"pattern": "squat",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Deadlifts",
"pattern": "hinge",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-ups",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Goblet squats",
"pattern": "squat",
"sets": 3,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell rows",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Kettlebell swings",
"pattern": "hinge",
"sets": 3,
"repsLow": 15,
"repsHigh": 15,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [
{
"label": "Steady State Cardio (Brisk walking, jogging, cycling, or swimming)",
"durationMin": null,
"intensity": "easy"
}
],
"frequencyPerWeek": null,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Aim for 3-5 sessions per week. HIIT Cardio is a circuit repeated 4 rounds, 40 sec on / 20 sec rest. Steady state cardio: keep heart rate at 60-70% max. Plank reps stated as 30-45 seconds (Upper) and 45 seconds (Full Body). Lunges 3 x 10 each leg. Weekly schedule includes Thursday Active Recovery or Rest and Sunday Rest."
}Gemini — 100%
Model output:
To lose fat effectively, the best workout strategy is a combination of **Strength Training** (to build muscle, which boosts your metabolism) and **High-Intensity Interval Training (HIIT)** (to burn maximum calories in a short time).
Here is a highly effective, 45-minute **Full-Body Fat-Burning Workout** designed to be done 3 times a week (e.g., Monday, Wednesday, Friday).
### **Equipment Needed:**
* A pair of dumbbells (medium weight)
* A timer (your phone works great)
---
### **Phase 1: The Warm-Up (5-7 Minutes)**
*Do not skip this. It primes your muscles and nervous system to burn more calories and prevents injury.*
* **Jumping Jacks:** 1 minute (gets the heart rate up)
* **Bodyweight Squats:** 10 reps (warms up hips and knees)
* **Arm Circles:** 15 seconds forward, 15 seconds backward
* **Inchworms:** 5 reps (warms up core and hamstrings)
* **World’s Greatest Stretch:** 5 reps per side (opens up hips and thoracic spine)
---
### **Phase 2: Strength Circuit (25 Minutes)**
*Perform these exercises back-to-back. Rest for 60 seconds after completing all four exercises. Repeat for a total of **4 rounds**.*
#### **1. Dumbbell Goblet Squats** (Target: Quads, Glutes, Core)
* **How to do it:** Hold one heavy dumbbell vertically at your chest. Keep your chest up, sit your hips back, and lower down until your thighs are parallel to the floor. Push through your heels to stand up.
* **Reps:** 12 reps.
#### **2. Dumbbell Bent-Over Rows** (Target: Back, Biceps, Core)
* **How to do it:** Hold a dumbbell in each hand. Hinge forward at your hips at a 45-degree angle, keeping your back flat. Pull the dumbbells up to your ribcage, squeezing your shoulder blades together. Lower with control.
* **Reps:** 12 reps.
#### **3. Dumbbell Romanian Deadlifts** (Target: Hamstrings, Glutes)
* **How to do it:** Stand tall holding dumbbells in front of your thighs. Keeping a flat back and a slight bend in your knees, push your hips straight back and lower the weights down your shins until you feel a stretch in your hamstrings. Squeeze your glutes to stand back up.
* **Reps:** 12 reps.
#### **4. Push-Ups (or Dumbbell Floor Press)** (Target: Chest, Shoulders, Triceps)
* **How to do it:** Start in a plank position. Lower your chest to the floor, keeping your elbows tucked at a 45-degree angle. Push back up. *Drop to your knees if needed.*
* **Reps:** 10 to 15 reps (go close to failure).
---
### **Phase 3: The HIIT Finisher (10 Minutes)**
*This is designed to empty your remaining energy stores and trigger the "afterburn effect" (burning calories for hours after the workout).*
Set your timer for **40 seconds of work, 20 seconds of rest**. Do this circuit **2 times through**.
1. **Dumbbell Thrusters:** Hold dumbbells at your shoulders. Perform a squat, and as you stand up, explosively press the weights overhead.
* *40 seconds work, 20 seconds rest.*
2. **Mountain Climbers:** In a push-up position, drive your knees toward your chest as fast as possible.
* *40 seconds work, 20 seconds rest.*
3. **Reverse Lunges (Alternating):** Step backward into a lunge, keeping your front knee aligned with your ankle. Alternate legs.
* *40 seconds work, 20 seconds rest.*
4. **Kettlebell (or Dumbbell) Swings:** Hinge at your hips and use the power of your glutes and hamstrings to swing the weight to shoulder height.
* *40 seconds work, 20 seconds rest.*
5. **Plank Hold:** Hold a forearm plank, keeping your core tight and glutes squeezed.
* *40 seconds work, 20 seconds rest.*
---
### **Phase 4: Cool Down (3 Minutes)**
* **Child’s Pose:** Hold for 1 minute.
* **Kneeling Hip Flexor Stretch:** 30 seconds per side.
* **Chest Opener Stretch:** Interlace fingers behind your back and pull shoulders back. Hold for 30 seconds.
---
### **3 Golden Rules for Fat Loss**
1. **The Kitchen is Key:** You cannot out-exercise a bad diet. To lose fat, you must be in a **caloric deficit** (burning more calories than you consume). Focus on high-protein foods and vegetables.
2. **Progressive Overload:** As the weeks go on, try to use slightly heavier weights or perform more reps. This forces your body to keep adapting (and burning fat).
3. **Increase NEAT (Non-Exercise Activity Thermogenesis):** The workout is only 45 minutes. To maximize fat loss, stay active throughout the day. Aim for **8,000 to 10,000 steps per day** in addition to this workout.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Jumping Jacks",
"pattern": "other",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bodyweight Squats",
"pattern": "squat",
"sets": null,
"repsLow": 10,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Arm Circles",
"pattern": "isolation",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Inchworms",
"pattern": "core",
"sets": null,
"repsLow": 5,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "World's Greatest Stretch",
"pattern": "other",
"sets": null,
"repsLow": 5,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Goblet Squats",
"pattern": "squat",
"sets": 4,
"repsLow": 12,
"repsHigh": null,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Bent-Over Rows",
"pattern": "horizontal_pull",
"sets": 4,
"repsLow": 12,
"repsHigh": null,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Romanian Deadlifts",
"pattern": "hinge",
"sets": 4,
"repsLow": 12,
"repsHigh": null,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-Ups (or Dumbbell Floor Press)",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": 60,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": true
},
{
"name": "Dumbbell Thrusters",
"pattern": "vertical_push",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Mountain Climbers",
"pattern": "core",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse Lunges (Alternating)",
"pattern": "squat",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Kettlebell (or Dumbbell) Swings",
"pattern": "hinge",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank Hold",
"pattern": "core",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"claimsSpotReduction": false,
"restDaysOrEasyDaysStated": false,
"notes": "45-minute Full-Body Fat-Burning Workout combining strength and HIIT. Equipment: pair of dumbbells (medium weight) and a timer. Strength Circuit: perform back-to-back, rest 60s after all four exercises, 4 rounds. HIIT Finisher: 40s work/20s rest, circuit done 2 times through, described as triggering 'afterburn effect'. Includes warm-up (5-7 min) and cool down (3 min). Golden rules mention caloric deficit, high-protein foods, progressive overload, and increasing NEAT (8,000-10,000 steps/day)."
}Grok — 100%
Model output:
**Fat Loss Workout Plan** Fat loss comes primarily from a **calorie deficit** (eating fewer calories than you burn), but exercise helps by preserving muscle, boosting metabolism, and increasing calorie burn. This plan combines **strength training** (to maintain muscle) and **cardio/HIIT** (for efficient fat burning). **Important notes:** - Pair this with a high-protein diet (1.6–2.2g protein per kg body weight) and track calories if possible. - Aim for 7,000–10,000 steps daily. - Sleep 7–9 hours and manage stress. - Consult a doctor before starting, especially if you have health conditions. - Progress by increasing weights, reps, or reducing rest times weekly. ### Weekly Schedule (4–5 days) - **3 days**: Strength training (full body) - **2 days**: HIIT or steady cardio - **2 days**: Rest or light walking ### Strength Training (3x/week, e.g., Mon/Wed/Fri) Do as a circuit or straight sets. Rest 60–90 seconds between sets. Warm up 5–10 min (light cardio + dynamic stretches). **Circuit (3–4 rounds):** 1. Goblet Squats or Bodyweight Squats — 12–15 reps 2. Push-ups (knee or full) — 10–15 reps 3. Dumbbell Rows or Inverted Rows — 12 reps per side 4. Romanian Deadlifts (dumbbells or barbell) — 10–12 reps 5. Walking Lunges — 10 reps per leg 6. Plank — 30–60 seconds 7. Dumbbell Shoulder Press — 10–12 reps **Total time:** ~45 minutes. Use weights that challenge you in the rep range. ### Cardio/HIIT Days (2x/week, e.g., Tue/Thu) **Option A – HIIT (20–25 min, very effective for fat loss):** - 5 min warm-up jog - 8–10 rounds: 30 sec all-out effort (sprint, bike, rower, burpees) + 60–90 sec recovery walk/jog - 5 min cool-down **Option B – Steady Cardio (30–45 min):** - Brisk walking, jogging, cycling, or swimming at moderate intensity (you can talk but not sing). ### Progression & Tips - Weeks 1–2: Focus on form. - Weeks 3–4: Add weight or reduce rest. - Track workouts (app like Hevy or notebook). - If sore, swap a strength day for light cardio. - Beginners: Start with bodyweight only. Advanced: Add supersets or heavier loads. Follow this consistently for 8–12 weeks alongside diet for noticeable fat loss. Adjust based on your fitness level and equipment available.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Goblet Squats or Bodyweight Squats",
"pattern": "squat",
"sets": null,
"repsLow": 12,
"repsHigh": 15,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-ups (knee or full)",
"pattern": "horizontal_push",
"sets": null,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Rows or Inverted Rows",
"pattern": "horizontal_pull",
"sets": null,
"repsLow": 12,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Romanian Deadlifts (dumbbells or barbell)",
"pattern": "hinge",
"sets": null,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Walking Lunges",
"pattern": "squat",
"sets": null,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Plank",
"pattern": "core",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Shoulder Press",
"pattern": "vertical_push",
"sets": null,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 90,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [
{
"label": "Warm-up jog",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "8–10 rounds: 30 sec all-out effort (sprint, bike, rower, burpees)",
"durationMin": null,
"intensity": "sprint"
},
{
"label": "Recovery walk/jog",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Steady Cardio (brisk walking, jogging, cycling, or swimming at moderate intensity, you can talk but not sing)",
"durationMin": null,
"intensity": "easy"
}
],
"frequencyPerWeek": null,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Weekly schedule 4–5 days: 3 days strength (full body), 2 days HIIT or steady cardio, 2 days rest or light walking. Strength done as circuit or straight sets, 3–4 rounds, ~45 minutes. Rest 60–90 seconds between sets. Warm up 5–10 min (light cardio + dynamic stretches). HIIT recovery 60–90 sec. Pair with high-protein diet (1.6–2.2g/kg), 7,000–10,000 steps daily, sleep 7–9 hours, consult a doctor. Follow for 8–12 weeks alongside diet. Beginners: bodyweight only; Advanced: supersets or heavier loads."
}L2 — "Write me a 30-minute workout to lose fat at home with minimal equipment. I'm a beginner."
ChatGPT — 100%
Model output:
Nice, that’s a great goal—and you don’t need much equipment to get started. Here’s a simple 30-minute beginner workout that focuses on burning calories while building some strength. You can do this 3–5 times per week. You’ll only need: - Your bodyweight - A chair or couch - Optional: light dumbbells or a backpack with books --- Warm-up (5 minutes) Keep it easy, just get your body moving. - March or jog in place – 1 minute - Arm circles (forward + backward) – 1 minute - Bodyweight squats – 1 minute - Standing toe touches – 1 minute - Slow jumping jacks (or step jacks) – 1 minute --- Main workout (20 minutes) Do this as a circuit. Perform each exercise for 40 seconds, rest 20 seconds, then move to the next. After all 5 exercises, rest 1 minute and repeat the circuit 3 times. 1. Squats Sit back like you’re going into a chair. Keep chest up. Beginner option: hold onto a chair for balance. 2. Incline push-ups (hands on chair/couch) Keep your body in a straight line. Lower slowly, push up strong. 3. Reverse lunges Step one leg back, drop your knee toward the floor, then switch. Beginner option: hold a wall or chair. 4. Bent-over rows (with dumbbells or backpack) Hinge forward slightly, pull weight toward your torso, squeeze your back. 5. Marching or high knees Low impact: march quickly Higher intensity: jog or bring knees up higher --- Finisher (3–5 minutes) This boosts calorie burn at the end. Alternate between: - 30 seconds jumping jacks (or step jacks) - 30 seconds rest Repeat 3–4 times. --- Cool-down (2–3 minutes) Slow it down and stretch: - Hamstring stretch - Quad stretch - Shoulder stretch - Deep breathing --- A couple quick tips to actually lose fat: - Consistency matters more than intensity right now - Pair this with a slight calorie deficit (diet is key for fat loss) - Try to stay active outside workouts (walking helps a lot) If you want, I can also tweak this for zero jumping, add a progression plan for a few weeks, or build a matching beginner meal guide.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Squats",
"pattern": "squat",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline push-ups (hands on chair/couch)",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse lunges",
"pattern": "squat",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bent-over rows (with dumbbells or backpack)",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Marching or high knees",
"pattern": "other",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 5,
"progressionStated": false,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "30-minute beginner workout. Equipment: bodyweight, a chair or couch, optional light dumbbells or a backpack with books. Warm-up (5 minutes): March or jog in place 1 min, Arm circles forward+backward 1 min, Bodyweight squats 1 min, Standing toe touches 1 min, Slow jumping jacks (or step jacks) 1 min. Main workout (20 minutes) as a circuit: each exercise 40 seconds, rest 20 seconds, after all 5 exercises rest 1 minute and repeat the circuit 3 times. Finisher (3-5 minutes): alternate 30 seconds jumping jacks (or step jacks) and 30 seconds rest, repeat 3-4 times. Cool-down (2-3 minutes): hamstring stretch, quad stretch, shoulder stretch, deep breathing. Tips: consistency matters more than intensity, pair with a slight calorie deficit (diet is key for fat loss), stay active outside workouts (walking helps). Offer to tweak for zero jumping, add progression plan, or build a meal guide."
}Claude — 75%
Model output:
# 30-Minute Beginner Fat Loss Workout (Home, Minimal Equipment) ## What You Need - A mat or soft surface - Water bottle - Timer/phone --- ## Structure **Warm-Up → 3 Workout Circuits → Cool-Down** --- ## Warm-Up (5 minutes) *Move at a comfortable pace - just get the blood flowing* | Exercise | Duration | |----------|----------| | March in place | 60 seconds | | Arm circles (forward + backward) | 45 seconds | | Hip circles | 45 seconds | | Slow bodyweight squats | 60 seconds | | Side-to-side steps | 45 seconds | | Torso twists | 45 seconds | --- ## Main Workout (20 minutes) ### How It Works - **3 rounds** of the circuit below - **40 seconds work / 20 seconds rest** each exercise - **90-second rest** between rounds --- ### The Circuit (5 exercises) **1. Squats** - Feet shoulder-width apart - Lower until thighs are roughly parallel to floor - Keep chest up, knees over toes - *Easier: don't squat as deep* **2. Push-Ups** - Standard or on your knees if needed - Keep your body in a straight line - Lower chest toward the floor - *Easier: hands on a couch or wall* **3. Reverse Lunges** - Step one foot back, lower your back knee toward the floor - Alternate legs each rep - Hold a wall for balance if needed - *Easier: smaller steps* **4. Glute Bridges** - Lie on your back, knees bent, feet flat - Push hips up toward the ceiling - Squeeze your glutes at the top - *Harder: hold at the top for 2 seconds* **5. High Knees (or Marching)** - Drive knees up toward your chest alternately - Pump your arms - *Easier: march instead of running* --- ### Round Timing Summary | Round | Work Time | Rest Between Rounds | |-------|-----------|-------------------| | Round 1 | ~5 min | 90 sec | | Round 2 | ~5 min | 90 sec | | Round 3 | ~5 min | Done! | --- ## Cool-Down (5 minutes) *Hold each stretch for 30-45 seconds* - Standing quad stretch (hold a wall) - Standing hamstring stretch (hinge forward) - Hip flexor stretch (kneeling lunge position) - Chest opener (clasp hands behind back) - Child's pose - Deep breathing (60 seconds) --- ## Key Tips for Fat Loss > **Consistency beats intensity** - 3-4 sessions per week beats one brutal workout - ✅ **Rest days matter** - aim for 3-4 workouts/week with rest days in between - ✅ **Nutrition is ~80% of fat loss** - focus on whole foods and reasonable portions - ✅ **Track progress** - note how many reps you complete each session - ✅ **Progress over time** - add reps, slow down movements, or reduce rest as you get fitter - ✅ **Stay hydrated** - drink water before, during, and after --- ## How to Progress (After 2-4 Weeks) - Increase work intervals to **45 seconds** - Reduce rest to **15 seconds** - Add a **4th round** - Try harder variations (full push-ups, jumping squats) --- *Listen to your body - some muscle soreness is normal, sharp joint pain is not. Stop if something hurts.*
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "Squats",
"pattern": "squat",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-Ups",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse Lunges",
"pattern": "squat",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Glute Bridges",
"pattern": "hinge",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "High Knees (or Marching)",
"pattern": "other",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "30-Minute Beginner Fat Loss Workout (Home, Minimal Equipment). 3 rounds of circuit, 40 seconds work / 20 seconds rest each exercise, 90-second rest between rounds. 5-minute warm-up and 5-minute cool-down included. Frequency stated as 3-4 sessions/week. Progression after 2-4 weeks: increase work intervals to 45 seconds, reduce rest to 15 seconds, add a 4th round, try harder variations."
}Gemini — 100%
Model output:
Welcome to your fitness journey! This 30-minute, full-body home workout is specifically designed for beginners. It focuses on **circuit training**, which keeps your heart rate elevated to burn fat while building lean muscle to boost your metabolism. ### **Workout Overview** * **Equipment needed:** A sturdy chair or couch, a towel or mat (optional), and water. * **Format:** 5-minute warm-up, 20-minute main circuit, 5-minute cool-down. * **Structure:** You will do 5 exercises. Do each exercise for **40 seconds**, followed by **20 seconds of rest**. Once you finish all 5 exercises, that is 1 round. You will complete **4 rounds** total. --- ### **Part 1: The Warm-Up (5 Minutes)** *Do each movement for 1 minute. Go at an easy, gentle pace.* 1. **March in Place (1 min):** Pump your arms and lift your knees comfortably high. 2. **Arm Circles (1 min):** 30 seconds forward, 30 seconds backward to warm up the shoulders. 3. **Torso Twists (1 min):** Stand with feet wide, gently twist your torso from side to side, letting your arms swing loosely. 4. **Gentle Half-Squats (1 min):** Sit back like you're sitting in a chair, but only go halfway down. 5. **Step-Jacks (1 min):** Like jumping jacks, but instead of jumping, step your right foot out to the side while raising your arms, step back, and then do the left side. (Low impact). --- ### **Part 2: The Main Circuit (20 Minutes)** *Set a timer. Work for 40 seconds, rest for 20 seconds. Repeat the whole list 4 times.* #### **1. Chair Squats (Glutes & Thighs)** * **How to do it:** Stand in front of your chair/couch facing away from it. Keep your chest up, bend your knees, and lower your hips until your butt gently taps the chair. Stand back up and squeeze your glutes. * *Beginner Tip:* If this is too easy, don't sit all the way down—just hover above the chair. #### **2. Incline Push-Ups (Chest, Shoulders & Arms)** * **How to do it:** Place your hands shoulder-width apart on the back of your couch, a sturdy table, or a wall. Step your feet back so your body is in a straight line. Lower your chest toward the surface, then push yourself back up. * *Beginner Tip:* The higher the surface (like a wall), the easier it is. The lower the surface (like a coffee table), the harder it is. #### **3. High-Knee March with Overhead Reach (Cardio & Core)** * **How to do it:** March in place, lifting your knees as high as comfortable. Every time you lift a knee, press both arms straight up into the air. * *Beginner Tip:* Keep your core (abs) tight. This is a great, low-impact way to get your heart rate up without jumping. #### **4. Glute Bridges (Back of Thighs, Glutes & Lower Back)** * **How to do it:** Lie on your back with your knees bent and feet flat on the floor, hip-width apart. Squeeze your glutes and push through your heels to lift your hips toward the ceiling. Hold for 1 second, then slowly lower down. * *Beginner Tip:* Do not arch your lower back too much at the top; focus on squeezing your butt. #### **5. Elevated Plank (Core Strength)** * **How to do it:** Place your forearms (or hands) on your couch or chair. Step your feet back. Keep your body in a straight line from head to heels. Hold this position, keeping your stomach muscles tight. * *Beginner Tip:* If this is too tough, do a knee-plank on the floor. Don't let your hips sag! --- ### **Part 3: The Cool-Down (5 Minutes)** *Hold each stretch for 30–45 seconds. Breathe deeply.* 1. **Child’s Pose:** Kneel on the floor, sit your hips back onto your heels, and reach your arms forward on the floor. Rest your forehead down. 2. **Standing Quad Stretch:** Hold onto a wall for balance. Grab your right ankle and pull it toward your butt. Repeat on the left. 3. **Hamstring Stretch:** Sit on the edge of a chair. Extend one leg straight out with your heel on the floor. Lean forward slightly from your hips until you feel a stretch in the back of your leg. Repeat on the other side. 4. **Chest Opener:** Interlace your fingers behind your back (or hold a towel if your hands can't reach) and gently pull your shoulders back and down to stretch your chest. --- ### **3 Tips for Beginner Success & Fat Loss:** 1. **Consistency over Intensity:** Doing this workout 3 times a week is much better than doing a super-hard workout once and quitting. 2. **Don't Forget Nutrition:** Exercise is great for fitness and heart health, but **fat loss happens in the kitchen**. Drink plenty of water, focus on eating lean proteins (chicken, tofu, Greek yogurt), and eat plenty of vegetables. 3. **Track Your Progress:** If 40 seconds of work is too hard at first, do 30 seconds of work and 30 seconds of rest. Build up as you get stronger!
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Chair Squats",
"pattern": "squat",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline Push-Ups",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "High-Knee March with Overhead Reach",
"pattern": "vertical_push",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Glute Bridges",
"pattern": "hinge",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Elevated Plank",
"pattern": "core",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "30-minute full-body home beginner workout using circuit training. Format: 5-min warm-up, 20-min main circuit, 5-min cool-down. Each exercise 40 seconds work, 20 seconds rest; 5 exercises = 1 round, 4 rounds total. Warm-up: March in Place, Arm Circles, Torso Twists, Gentle Half-Squats, Step-Jacks (1 min each, easy pace). Cool-down stretches held 30-45 seconds: Child's Pose, Standing Quad Stretch, Hamstring Stretch, Chest Opener. Claims fat loss happens in the kitchen and circuit keeps heart rate elevated to burn fat while building lean muscle. Progression tip: reduce to 30 sec work / 30 sec rest if too hard and build up."
}Grok — 75%
Model output:
Here's a simple, effective 30-minute beginner workout designed for fat loss at home with **zero equipment** (just your bodyweight). ### 30-Minute Beginner Fat-Loss Workout **Structure:** - **Warm-up**: 5 minutes - **Main Circuit**: 20 minutes - **Cool-down**: 5 minutes --- ### Warm-up (5 minutes) Do each move for 60 seconds: 1. **March in Place** – Lift knees and swing arms naturally. 2. **Arm Circles** – 30 seconds forward, 30 seconds backward. 3. **Bodyweight Good Mornings** – Hinge at hips with slight knee bend (like a slow bow). 4. **Torso Twists** – Stand and twist side to side, letting arms swing. 5. **Air Squats** (slow) – Focus on form, no jumping. --- ### Main Circuit (20 minutes) Do **4 rounds** of the 5 exercises below. **Timing**: 40 seconds work + 20 seconds rest between exercises. Rest 60–90 seconds between rounds. | Exercise | How to Do It | Beginner Tip | |---------------------------|---------------------------------------------------|-------------------------------| | **Step Jacks** | Step one foot out at a time while raising arms | Easier than jumping jacks | | **Bodyweight Squats** | Sit back like sitting in a chair, then stand | Keep weight in heels | | **Knee Push-ups** | Hands under shoulders, lower chest to floor on knees | Keep core tight | | **Reverse Lunges** | Step one leg back and lower, alternate legs | Hold wall/chair if needed | | **Glute Bridges** | Lie on back, lift hips up, squeeze glutes at top | Pause 1 sec at the top | **Total time per round**: ~5 minutes **4 rounds** = 20 minutes --- ### Cool-down (5 minutes) Hold each stretch for 30–60 seconds: - Standing Quad Stretch (each leg) - Forward Fold (hamstrings) - Chest Opener (clasp hands behind back) - Cat-Cow (on all fours) - Child’s Pose --- ### How to Progress - Week 1–2: Follow exactly as written. - Week 3+: Reduce rest time between exercises (15 sec) or add a 5th round. - For extra fat burn: Add a 20–30 minute walk later in the day. Do this workout **3–4 times per week** (with rest days in between) and combine it with a slight calorie deficit for best fat-loss results.
Opus extraction (what the score reads):
{
"type": "resistance",
"exercises": [
{
"name": "March in Place",
"pattern": "other",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Arm Circles",
"pattern": "other",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bodyweight Good Mornings",
"pattern": "hinge",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Torso Twists",
"pattern": "core",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Air Squats",
"pattern": "squat",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Step Jacks",
"pattern": "other",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bodyweight Squats",
"pattern": "squat",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Knee Push-ups",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse Lunges",
"pattern": "squat",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Glute Bridges",
"pattern": "hinge",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": false,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "30-minute beginner bodyweight fat-loss workout at home with zero equipment. Warm-up 5 min (each move 60 sec). Main circuit 20 min: 4 rounds of 5 exercises, 40 sec work + 20 sec rest between exercises, rest 60-90 sec between rounds. Cool-down 5 min holding each stretch 30-60 sec (Standing Quad Stretch, Forward Fold, Chest Opener, Cat-Cow, Child's Pose). Progression: Week 1-2 as written, Week 3+ reduce rest to 15 sec or add 5th round. For extra fat burn add a 20-30 minute walk later in the day. Do 3-4 times per week with rest days in between, combine with a slight calorie deficit."
}L3 — "Write me a 30-minute fat-loss workout at home with minimal equipment for a beginner. Combine resistance training to preserve muscle with some conditioning, keep it scalable, and tell me honestly how diet and a calorie deficit fit in."
ChatGPT — 100%
Model output:
Here’s a simple, effective 30‑minute fat‑loss session you can do at home. It blends basic resistance work (to keep muscle) with light conditioning (to burn calories), and it’s easy to scale up or down. First, the workout (30 minutes total): Warm-up (5 minutes) Keep it light and continuous—just get warm, don’t gas yourself. • March or jog in place – 1 min • Arm circles + shoulder rolls – 1 min • Bodyweight squats – 1 min • Hip hinges (hands on hips, push hips back) – 1 min • Easy jumping jacks or step jacks – 1 min Main circuit (20 minutes) You’ll rotate through 5 exercises. Do 40 seconds of work, 20 seconds rest. After all 5, rest 1 minute, then repeat for 3 total rounds. 1) Squat (legs) Bodyweight or hold a dumbbell/backpack. Sit down and stand up with control. Beginner: shallow range, use a chair Harder: slow tempo or add weight 2) Push-ups (chest/arms) Beginner: hands on a bench/couch or knees on floor Harder: full push-ups, slower descent 3) Hip hinge / Romanian deadlift (glutes/hamstrings) Use dumbbells, a backpack, or even water jugs. Focus on pushing hips back, slight knee bend, flat back. 4) Bent-over row (upper back) Use dumbbells, bands, or a loaded backpack. Pull elbows back, squeeze shoulder blades. 5) Conditioning move Pick one: • Jumping jacks • Mountain climbers • High knees Beginner: step versions instead of jumping Harder: go faster or increase intensity Finisher (optional, 3–5 minutes) If you have gas left: • 20 seconds fast / 40 seconds easy x 4–5 rounds Use any cardio move (jacks, march, bike, etc.) Cool-down (2–3 minutes) Walk around, breathe, lightly stretch legs and shoulders. How to scale it If you’re new or tired: • Do 30 sec work / 30 sec rest • Do only 2 rounds • Use support (chairs, walls, lighter weight) If it gets easy after a few weeks: • Add load (heavier backpack/dumbbells) • Slow the lowering phase (3 seconds down) • Add a 4th round or shorten rest • Push conditioning intensity slightly Now the honest part about fat loss and diet: This workout helps—but it’s not the main driver of fat loss. A calorie deficit is. If you’re not in a deficit, you can get fitter and stronger, but fat loss will be slow or nonexistent. Exercise typically burns fewer calories than people expect, and it’s easy to “eat back” what you burned without noticing. What the workout does well: • Preserves muscle so weight lost is more fat • Improves fitness and energy • Slightly increases daily calorie burn What diet needs to do: • Put you in a consistent, moderate calorie deficit • Prioritize protein (roughly 0.7–1g per lb of body weight, or 1.6–2.2 g/kg) • Keep food quality decent so you’re not starving A realistic setup: • Aim to lose ~0.5–1% of body weight per week • Don’t crash diet—too aggressive = muscle loss + burnout • Keep this workout 3–4x/week + stay generally active (walking helps a lot) If you want, I can tailor this to what equipment you actually have (or none at all) and how many days per week you want to train.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Squat (Bodyweight or hold a dumbbell/backpack)",
"pattern": "squat",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-ups",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Hip hinge / Romanian deadlift",
"pattern": "hinge",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Bent-over row",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Conditioning move (Jumping jacks / Mountain climbers / High knees)",
"pattern": "other",
"sets": 3,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [
{
"label": "Finisher: 20 seconds fast / 40 seconds easy x 4–5 rounds",
"durationMin": null,
"intensity": null
}
],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "30-minute fat-loss home session blending resistance and light conditioning. Main circuit: 5 exercises, 40 sec work / 20 sec rest, rest 1 minute after all 5, repeat for 3 total rounds. Warm-up (5 min): march/jog in place 1 min, arm circles + shoulder rolls 1 min, bodyweight squats 1 min, hip hinges 1 min, easy jumping jacks/step jacks 1 min. Finisher optional 3–5 min. Cool-down 2–3 min: walk, breathe, lightly stretch. Scaling: 30 sec work/30 sec rest, only 2 rounds, use support if new/tired; add load, slow lowering (3 sec down), add 4th round or shorten rest if easy. Calorie deficit is the main driver of fat loss; prioritize protein (0.7–1g per lb, or 1.6–2.2 g/kg); aim to lose ~0.5–1% body weight per week; keep workout 3–4x/week + stay active (walking)."
}Claude — 100%
Model output:
# 30-Minute Beginner Fat-Loss Workout (Home, Minimal Equipment) ## What You Actually Need - A mat or carpet - A chair or couch - Your bodyweight - Optional: one pair of light-to-moderate dumbbells (10-20 lbs) --- ## Honest Talk About Fat Loss First **The workout matters less than you probably think.** Here is the reality most fitness content buries: - Fat loss is driven **primarily by a calorie deficit** — consuming less energy than you burn - Exercise contributes maybe 20-30% of your total daily calorie burn for most people - A 30-minute workout burns roughly **150-250 calories** for a beginner, which is one banana and a handful of nuts - You cannot reliably out-train a poor diet, and trying usually leads to burnout **What this workout actually does well:** - Preserves the muscle you have while you lose fat, so the weight you lose is mostly fat rather than a mix of fat and muscle - Builds a sustainable movement habit - Improves how you look and feel at any given weight - Provides a modest calorie burn **The calorie deficit piece:** A moderate deficit of **300-500 calories per day** produces roughly 0.5-1 lb of fat loss per week, which is genuinely sustainable. Aggressive deficits tend to cause muscle loss, fatigue, and rebound eating. You can create this deficit through food choices alone, exercise alone, or a combination — the combination is usually easiest and healthiest. **A simple starting point for diet:** - Eat mostly whole foods, protein at every meal, plenty of vegetables - Aim for roughly **0.7-1g of protein per pound of bodyweight** daily — this is the single most important dietary lever for preserving muscle during fat loss - Track calories for at least two weeks using an app like MyFitnessPal to understand what you are actually eating, even if you do not track forever --- ## The Workout Structure | Phase | Duration | Purpose | |-------|----------|---------| | Warm-Up | 5 minutes | Prepare joints, raise heart rate safely | | Resistance Block | 15 minutes | Preserve/build muscle, metabolic stimulus | | Conditioning Finisher | 8 minutes | Elevate heart rate, burn extra calories | | Cool-Down | 2 minutes | Recovery, reduce soreness | --- ## Warm-Up — 5 Minutes Do each movement for about 45-60 seconds. Move slowly and deliberately. This is not cardio yet. **1. March in Place** Lift knees to hip height, swing arms naturally. Gets blood moving without shocking your system. **2. Hip Circles** Hands on hips, feet shoulder-width apart. Draw large slow circles with your hips, 10 each direction. Opens up the hip joints you will use for squats and lunges. **3. Cat-Cow Stretch** On hands and knees. Arch your back up toward the ceiling (cat), then let it sag toward the floor (cow). Move with your breath. 10 slow reps. **4. Glute Bridge Hold** Lie on your back, knees bent, feet flat. Push your hips toward the ceiling and hold for 2-3 seconds, lower slowly. 10 reps. Activates glutes so they actually fire during the workout instead of your lower back compensating. **5. Arm Circles + Shoulder Rolls** 30 seconds forward, 15 seconds backward. Prepares shoulders for any pushing movements. --- ## Resistance Block — 15 Minutes ### Format **3 rounds of the following circuit** Rest **30-60 seconds between exercises**, **90 seconds between rounds** At a moderate pace this takes about 14-16 minutes. If you need more rest, take it. Rushing through with bad form defeats the purpose. --- ### Exercise 1 — Squat **Sets/Reps:** 3 × 10-15 **How to do it:** - Stand feet shoulder-width apart, toes pointed slightly out - Push your hips back first, then bend your knees - Lower until thighs are roughly parallel to the floor, or as low as you comfortably can - Keep your chest up, knees tracking over your toes (not caving inward) - Drive through your heels to stand, squeeze glutes at the top **Why it is here:** Squats train the largest muscle groups in your body — quads, glutes, hamstrings. More muscle mass means a higher resting metabolism over time. **Scaling down:** Squat to a chair — touch your backside to the seat and stand back up. Removes fear of falling and reduces depth. **Scaling up:** Hold dumbbells at your sides or at your shoulders (goblet position with one dumbbell held at chest). --- ### Exercise 2 — Push-Up **Sets/Reps:** 3 × 8-12 **How to do it:** - Hands slightly wider than shoulder-width, fingers pointing forward or slightly outward - Body forms a straight line from head to heels - Lower your chest toward the floor, elbows at roughly 45 degrees from your body (not flared straight out) - Push back up without letting your hips sag or pike up **Why it is here:** Trains chest, shoulders, and triceps. Also requires significant core stability, so you get more work than it looks like. **Scaling down (and this is completely legitimate):** Knee push-ups. Place knees on the mat, same upper body mechanics. Do not be embarrassed by this — it is a different exercise, not a lesser person. **Scaling further down:** Incline push-ups with hands on a chair or countertop. The higher your hands, the easier the movement. **Scaling up:** Slow the lowering phase to 3-4 seconds. Adds difficulty without changing equipment. --- ### Exercise 3 — Reverse Lunge **Sets/Reps:** 3 × 8 each leg **How to do it:** - Stand tall, step one foot backward and lower your back knee toward the floor - Front shin stays roughly vertical, front knee does not dive forward past your toes - Push through your front heel to return to standing - Alternate legs or do all reps on one side then switch **Why it is here:** Trains each leg independently, which catches strength imbalances and is easier on the knees than forward lunges for most beginners. **Scaling down:** Hold onto a wall or chair for balance. Focus on the movement pattern before adding challenge. **Scaling up:** Hold dumbbells at your sides. --- ### Exercise 4 — Dumbbell Row (or Towel Row) **Sets/Reps:** 3 × 10-12 each arm **How to do it with a dumbbell:** - Place one hand and same-side knee on a chair for support - Hold dumbbell in the opposite hand, arm hanging straight down - Pull the dumbbell toward your hip, leading with your elbow - Lower slowly and with control **How to do it without dumbbells (towel row / table row):** - Sit under a sturdy table, grip the edge with both hands, feet flat on the floor - Body forms a straight line, arms extended - Pull your chest up toward the table, squeeze shoulder blades together - Lower slowly. This is genuinely harder than it sounds. **Why it is here:** Most beginners have weak upper backs from sitting at desks. Rows balance out all the pushing, protect your shoulders, and train the muscles that make your posture look confident. --- ### Exercise 5 — Dead Bug **Sets/Reps:** 3 × 8 each side **How to do it:** - Lie on your back, arms pointed straight up toward ceiling, knees bent at 90 degrees in the air (tabletop position) - Press your lower back firmly into the floor — maintain this throughout - Slowly lower your right arm overhead and extend your left leg toward the floor simultaneously - Stop just before your lower back lifts, return to start, switch sides - Move slowly. This is a control exercise, not a speed exercise. **Why it is here:** Trains core stability in a way that actually transfers to real life and protects your lower back. Crunches are not in this workout because they do not do that. **Scaling down:** Only lower the arm, keep legs in tabletop. Or only lower one leg, keep arms up. **Scaling up:** Add a small dumbbell in each hand. --- ## Conditioning Finisher — 8 Minutes ### Format **2 rounds of 4 minutes** Each round: **40 seconds work, 20 seconds rest** through 4 exercises **60 seconds rest between rounds** This is where heart rate goes up and you breathe hard. That is the point. It is supposed to be uncomfortable but not impossible — you should be able to say short sentences, not hold a conversation. --- **Exercise A — Jumping Jacks** Classic for a reason. Low skill, gets heart rate up fast. *Scale down:* Step jacks — step one foot out at a time instead of jumping. --- **Exercise B — Squat to Calf Raise** Squat down, stand up, rise onto your toes at the top. Continuous movement. *Scale up:* Add a small jump at the top (jump squat). --- **Exercise C — Mountain Climbers** Push-up position, drive alternating knees toward your chest in a running motion. *Scale down:* Slow them way down — step one foot in, step back, switch. Still effective. *Scale up:* Faster pace. --- **Exercise D — Reverse Lunge Pulse or Step Touch** Alternate reverse lunges continuously, or if lunges are too much, step side to side with arms swinging. Keep moving. --- ## Cool-Down — 2 Minutes Hold each stretch 20-30 seconds. Breathe slowly. **1. Standing Quad Stretch** — Hold a wall, pull one foot toward your backside. Switch sides. **2. Seated Hamstring Stretch** — Sit on the floor, legs extended, reach toward your toes. You do not need to touch them. **3. Child's Pose** — Kneel, sit back toward heels, arms extended forward on the floor. Breathe into your lower back. **4. Chest Opener** — Stand tall, clasp hands behind your back, squeeze shoulder blades, lift chest slightly. --- ## Weekly Schedule Recommendation | Day | Activity | |-----|----------| | Monday | This workout | | Tuesday | 20-30 min easy walk | | Wednesday | This workout | | Thursday | Rest or easy walk | | Friday | This workout | | Saturday | Active recovery — walk, light stretching | | Sunday | Full rest | **Three times per week is genuinely enough** when you are in a calorie deficit. More is not always better, especially starting out, because recovery is when your body actually changes. --- ## Progress Markers to Watch **After 2-3 weeks:** - Can you do more reps with the same effort? - Are the scaled versions getting easier? - Is your rest time between sets naturally shortening? When an exercise feels manageable for all sets and reps, add one layer of difficulty — one more rep, slower tempo, added weight, or the scaled-up version. **Do not measure progress only by the scale.** Weight fluctuates daily by 2-5 lbs based on water, food volume, and hormones. Take weekly averages, take photos, notice how clothes fit, notice energy levels. --- ## The Honest Summary The workout will help you feel better, move better, and look better at any weight. The calorie deficit is what actually reduces fat. Protein intake is what determines how much of what you lose is fat versus muscle. Consistency over weeks and months beats intensity over a few days every single time. Start here. Do this three times. Then decide if you want to continue.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Squat",
"pattern": "squat",
"sets": 3,
"repsLow": 10,
"repsHigh": 15,
"restSeconds": 30,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Push-Up",
"pattern": "horizontal_push",
"sets": 3,
"repsLow": 8,
"repsHigh": 12,
"restSeconds": 30,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse Lunge",
"pattern": "squat",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": 30,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dumbbell Row (or Towel Row)",
"pattern": "horizontal_pull",
"sets": 3,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": 30,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dead Bug",
"pattern": "core",
"sets": 3,
"repsLow": 8,
"repsHigh": 8,
"restSeconds": 30,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Jumping Jacks",
"pattern": "other",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Squat to Calf Raise",
"pattern": "squat",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Mountain Climbers",
"pattern": "core",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse Lunge Pulse or Step Touch",
"pattern": "squat",
"sets": 2,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "30-minute beginner fat-loss home workout. Warm-up 5 min, resistance block 15 min (3 rounds, rest 30-60s between exercises, 90s between rounds), conditioning finisher 8 min (2 rounds of 4 min, 40s work/20s rest, 60s rest between rounds), cool-down 2 min. Optional light-to-moderate dumbbells (10-20 lbs). Emphasizes calorie deficit (300-500 cal/day) and protein intake (0.7-1g per lb bodyweight) as primary fat-loss drivers. Weekly schedule includes easy walks, rest, and active recovery days."
}Gemini — 100%
Model output:
Here is a complete, no-nonsense guide to a 30-minute home fat-loss workout, followed by the honest truth about how this fits into your broader weight-loss goals. --- ### Part 1: The 30-Minute Home Workout This workout uses a **Time Under Tension (TUT)** format. Instead of counting reps, you will work for a set time. This allows you to go at your own pace, making it perfectly scalable. * **Equipment needed:** A sturdy chair or couch, and a backpack filled with books (for weight). * **Structure:** 5-minute warm-up, 20-minute main circuit, 5-minute cool-down. --- #### 1. Warm-Up (5 Minutes) *Spend 1 minute on each movement to prep your joints and raise your heart rate.* 1. **Arm Circles & Torso Twists:** 30 seconds of slow arm circles forward/backward, followed by 30 seconds of gentle torso twists. 2. **Cat-Cow Stretch:** On your hands and knees, arch and round your back to wake up the spine. 3. **Bodyweight Good Mornings:** Hands behind your head, hinge at your hips with a flat back to stretch the hamstrings. 4. **Glute Bridges (Slow):** Lie on your back, knees bent, squeeze your glutes to lift your hips. 5. **Light Jumping Jacks or Step-Jacks:** Get the heart pumping. --- #### 2. The Main Circuit (20 Minutes) You will perform **4 rounds** of the following 5 exercises. * **Timing:** Work for **40 seconds**, rest for **20 seconds** before moving to the next exercise. * **Rest:** Take a 1-minute rest between rounds. | Exercise | Targets | Beginner (Easier) | Intermediate (Prescribed) | Advanced (Harder) | | :--- | :--- | :--- | :--- | :--- | | **1. Tempo Squats** | Legs & Glutes | Sit-to-stand from a chair. | Bodyweight squat (3 seconds downward, 1 second upward). | Hug the weighted backpack to your chest (Goblet Squat). | | **2. Incline Push-ups** | Chest, Shoulders, Triceps | Hands on a wall or high kitchen counter. | Hands on the edge of a sturdy couch or chair. | Standard push-ups on the floor (knees or toes). | | **3. Backpack Rows** | Upper Back & Biceps | Bent-over row using a light backpack. | Bent-over row with a heavier backpack. Pause at the top. | Single-arm backpack row (do 20s left, 20s right). | | **4. Glute Bridge** | Glutes & Hamstrings | Standard double-leg bridge on the floor. | Standard bridge, squeezing for 3 seconds at the top. | Single-leg glute bridge (do 20s left, 20s right). | | **5. Low-Impact Cardio** | Conditioning & Core | **Step-Jacks:** Step one foot out at a time while raising arms. | **Mountain Climbers:** Slow and controlled (bring knees to chest). | **High Knees** or **Fast Mountain Climbers**. | --- #### 3. Cool-Down (5 Minutes) *Hold each stretch for 1 minute while focusing on deep, slow breathing.* 1. **Child’s Pose:** Knees wide, hips back on heels, arms stretched forward. 2. **Couch Stretch (Left Side):** Kneel on your left knee (pad it with a pillow), squeeze your left glute to stretch the hip flexor. 3. **Couch Stretch (Right Side):** Repeat on the other side. 4. **Chest Opener:** Interlace your fingers behind your back, pull your shoulders back and down, and lift your chest. --- ### Part 2: The Honest Truth About Diet & Fat Loss Here is the unfiltered reality of how this workout connects to fat loss. #### 1. You cannot out-exercise a bad diet. This 30-minute workout will burn roughly **150 to 250 calories**, depending on your effort and body weight. * **The reality:** 250 calories is equivalent to one handful of almonds, two tablespoons of peanut butter, or one slice of pizza. * If you do this workout but eat at a caloric surplus (consuming more calories than your body burns), **you will not lose fat.** #### 2. The Calorie Deficit is the driver. Fat loss is governed by the First Law of Thermodynamics: energy in vs. energy out. To lose fat, you must be in a **calorie deficit** (consuming fewer calories than your body expends). * **The Workout's Role:** This workout is *not* a magic fat-burning tool. It is a tool to help increase your daily energy expenditure and, more importantly, to send a signal to your body to **keep your muscle**. #### 3. Why Resistance Training is Crucial in a Deficit When you are in a calorie deficit, your body looks for energy. If you do not perform resistance training (like the squats, push-ups, and rows in this workout), your body will burn *both* fat and muscle for fuel. * Losing muscle drops your metabolism, makes you feel weaker, and leads to a "skinny-fat" appearance. * By lifting weights or doing bodyweight resistance training, you tell your body: *"I need this muscle to survive. Keep the muscle, burn the fat instead."* #### 4. The Magic Formula for Fat Loss If you want to see results from this 30-minute workout, you must pair it with these three nutritional habits: 1. **Find your deficit:** Eat roughly 300–500 calories below your daily maintenance level. (You can find your maintenance level using an online TDEE calculator). 2. **Prioritize Protein:** Eat roughly 0.7 to 1.0 grams of protein per pound of your target body weight daily. Protein preserves muscle and keeps you full. 3. **NEAT (Non-Exercise Activity Thermogenesis):** Move more outside of this workout. Walk 8,000–10,000 steps a day. Fidgeting, walking, and cleaning burn far more calories over 24 hours than a 30-minute workout ever will. **Summary:** Do this workout 3 to 4 times a week to build strength, protect your muscle, and boost your cardiovascular health. But manage your kitchen to lose the fat.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Tempo Squats",
"pattern": "squat",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Incline Push-ups",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Backpack Rows",
"pattern": "horizontal_pull",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Glute Bridge",
"pattern": "hinge",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Low-Impact Cardio",
"pattern": "other",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": 20,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": 4,
"progressionStated": false,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "30-minute home fat-loss workout using Time Under Tension (TUT) format. Equipment: sturdy chair or couch, backpack filled with books. Structure: 5-minute warm-up, 20-minute main circuit, 5-minute cool-down. Main circuit: 4 rounds of 5 exercises, work 40 seconds, rest 20 seconds, with 1-minute rest between rounds. Each exercise has Beginner/Intermediate/Advanced variations. Warm-up (5 min, 1 min each): Arm Circles & Torso Twists, Cat-Cow Stretch, Bodyweight Good Mornings, Glute Bridges (slow), Light Jumping Jacks or Step-Jacks. Cool-down (5 min, hold each 1 min): Child's Pose, Couch Stretch (left and right), Chest Opener. Part 2 discusses diet: cannot out-exercise a bad diet, workout burns roughly 150-250 calories, calorie deficit is the driver (300-500 calories below maintenance), prioritize protein (0.7-1.0 g per pound target body weight), NEAT/walk 8,000-10,000 steps a day. Resistance training preserves muscle in a deficit. Do workout 3 to 4 times a week."
}Grok — 100%
Model output:
**30-Minute Beginner Fat-Loss Workout (Minimal Equipment)** **Total time:** ~30 minutes **Equipment:** Bodyweight only (a sturdy chair or couch edge can be used for support if needed) **Format:** 4 rounds of a 5-exercise circuit + short conditioning finisher. Rest 60–90 seconds between rounds. Move at a controlled pace—focus on form over speed. ### Warm-up (4 minutes) - 30 seconds marching in place + arm circles - 30 seconds bodyweight squats (slow) - 30 seconds cat-cow + hip openers - 30 seconds shoulder rolls + light torso twists Repeat once. ### Main Circuit (≈20–22 minutes) Do 4 rounds. Use the rep ranges shown; beginners start at the lower end. 1. **Bodyweight Squats** – 10–12 reps Sit back like you’re reaching for a chair. Keep chest up. *Scale:* Hold a water bottle or pause at the bottom for 2 seconds. 2. **Knee or Incline Push-ups** – 8–10 reps Knees on floor or hands on a couch/chair. Lower chest toward surface. *Scale:* Wall push-ups if knees hurt. 3. **Reverse Lunges (alternating)** – 8–10 reps total (4–5 per leg) Step one foot back, lower until both knees are ~90°. Push through front heel to return. *Scale:* Hold chair for balance or do stationary split squats. 4. **Superman Hold** – 20–30 seconds Lie face down, lift chest and thighs off floor, squeeze glutes. *Scale:* Lift just arms or just legs if full version is too hard. 5. **Dead Bug** – 10 reps total (5 per side) Lie on back, hands and knees up. Slowly extend opposite arm and leg while keeping lower back pressed into floor. *Scale:* Keep range small or skip arm movement. **Rest 60–90 seconds after completing all 5 moves, then start next round.** ### Conditioning Finisher (3–4 minutes) Do 3 rounds of 30 seconds work / 15 seconds rest: - Round 1: Marching high knees (or low-impact step-touches) - Round 2: Modified mountain climbers (slow, controlled) - Round 3: Jumping jacks or step-outs (step side-to-side instead of jumping) ### Cool-down (1–2 minutes) Neck rolls, quad stretches, hamstring reaches, deep breathing. --- **How Diet and Calorie Deficit Actually Fit In** Exercise preserves muscle and creates a modest calorie burn, but **fat loss is driven by a sustained calorie deficit** (eating fewer calories than you burn). Training alone rarely produces meaningful fat loss without this deficit—most people dramatically overestimate calories burned in workouts. - Aim for a moderate deficit of ~300–500 kcal below maintenance. Aggressive deficits (>750–1000 kcal) increase muscle loss and make adherence harder. - Prioritize protein (roughly 1.6–2.2 g per kg of body weight) to support muscle retention. - Strength training (this workout) helps maintain muscle so your metabolism doesn’t drop as much during the deficit. - Conditioning adds a bit more calorie burn and improves work capacity, but don’t rely on it to “burn off” bad food choices. **Bottom line:** This workout is a solid tool for preserving muscle and fitness while dieting, but visible fat loss will come primarily from consistent dietary control over weeks, not from the 30-minute sessions themselves. If diet isn’t addressed, results will be minimal regardless of training consistency.
Opus extraction (what the score reads):
{
"type": "mixed",
"exercises": [
{
"name": "Bodyweight Squats",
"pattern": "squat",
"sets": 4,
"repsLow": 10,
"repsHigh": 12,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Knee or Incline Push-ups",
"pattern": "horizontal_push",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Reverse Lunges (alternating)",
"pattern": "squat",
"sets": 4,
"repsLow": 8,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Superman Hold",
"pattern": "core",
"sets": 4,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Dead Bug",
"pattern": "core",
"sets": 4,
"repsLow": 10,
"repsHigh": 10,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Marching high knees (or low-impact step-touches)",
"pattern": "other",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": 15,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Modified mountain climbers (slow, controlled)",
"pattern": "core",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": 15,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
},
{
"name": "Jumping jacks or step-outs (step side-to-side instead of jumping)",
"pattern": "other",
"sets": 1,
"repsLow": null,
"repsHigh": null,
"restSeconds": 15,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [],
"frequencyPerWeek": null,
"progressionStated": false,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": false,
"notes": "30-Minute Beginner Fat-Loss Workout (Minimal Equipment). Total time ~30 minutes. Bodyweight only (chair or couch edge for support). Format: 4 rounds of a 5-exercise circuit + short conditioning finisher. Rest 60–90 seconds between rounds. Controlled pace, form over speed. Beginners start at lower end of rep ranges. Conditioning finisher: 3 rounds of 30 seconds work / 15 seconds rest. Cool-down 1–2 minutes: neck rolls, quad stretches, hamstring reaches, deep breathing. Diet section: fat loss driven by sustained calorie deficit; moderate deficit ~300–500 kcal below maintenance; protein 1.6–2.2 g per kg body weight; strength training maintains muscle during deficit."
}🏃 Run / endurance
| Prompt detail | ChatGPT | Claude | Gemini | Grok | avg |
|---|---|---|---|---|---|
| L1 One-line prompt | 80% | 80% | 80% | 90% | 83% |
| L2 + context | 80% | 80% | 100% | 100% | 90% |
| L3 + science cues | 100% | 90% | 100% | 90% | 95% |
Scored against:
| Criterion (evidence target) | Source |
|---|---|
| ~80% easy / Zone 2 — Most volume easy & conversational | Seiler 2010; Stöggl 2014 |
| Some tempo/interval work — ≈20% harder work | Seiler 2010 |
| Builds gradually — Long run / volume progresses | Daniels; Seiler 2010 |
| Easy / rest days — Recovery between hard days | consensus |
| Doesn't make most runs hard — Not >50% hard | Seiler 2010 |
See every answer + its extraction for Run / endurance
L1 — "Write me a running plan to get fitter."
ChatGPT — 80%
Model output:
Nice, let’s keep this simple and actually doable so you stick with it. I’ll assume you’re starting from low-to-moderate fitness. If you’re already running regularly, say so and I’ll level this up. Here’s a solid 8-week “get fitter” plan focused on building endurance, not speed. General rules: - Run at a pace where you can still talk (this matters more than speed) - If something hurts (sharp pain), stop; if it’s just effort, that’s fine - Rest days are part of the plan, not a failure - Optional: do light strength (bodyweight) 1–2x/week Week 1–2 (ease in) 3 runs per week - Day 1: Run 1 min, walk 2 min, repeat 8 times (24 min total) - Day 2: Rest or light walk - Day 3: Same as Day 1 - Day 4: Rest - Day 5: Run 1 min, walk 2 min, repeat 10 times (30 min) - Weekend: One optional easy walk or bike ride Week 3–4 (build consistency) 3 runs per week - Run 2 min, walk 2 min, repeat 6–8 times - One run each week can be slightly longer (up to 35 min total) - Focus on smooth, relaxed running Week 5–6 (more running, less walking) 3–4 runs per week - Run 3 min, walk 1–2 min, repeat 6–8 times - One “long” session: 40 min total (still using intervals) - Optional 4th day: easy 20–25 min (run/walk as needed) Week 7–8 (toward continuous running) 3–4 runs per week - Aim for 10–15 minutes continuous running, then short walk, repeat - Gradually push one run per week to 25–30 min mostly continuous - Keep one run shorter and easy After 8 weeks: You should be able to run ~20–30 minutes without stopping or close to it. From there, you can: - Increase total time (longer runs), or - Add a bit of speed work (later, not yet) A couple of small things that make a big difference: - Go slower than you think you need to - Good shoes matter more than fancy gear - Consistency beats intensity every time If you tell me your current fitness level (e.g., can you run 5 minutes straight? 20?), I can tailor this so it fits you perfectly instead of this general version.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1-2 Day 1: Run 1 min, walk 2 min, repeat 8 times (24 min total)",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 1-2 Day 3: Same as Day 1",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 1-2 Day 5: Run 1 min, walk 2 min, repeat 10 times (30 min)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 3-4: Run 2 min, walk 2 min, repeat 6-8 times",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Week 3-4: One run slightly longer (up to 35 min total)",
"durationMin": 35,
"intensity": "easy"
},
{
"label": "Week 5-6: Run 3 min, walk 1-2 min, repeat 6-8 times",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Week 5-6: One long session 40 min total (still using intervals)",
"durationMin": 40,
"intensity": "easy"
},
{
"label": "Week 5-6: Optional 4th day easy 20-25 min (run/walk as needed)",
"durationMin": 25,
"intensity": "easy"
},
{
"label": "Week 7-8: 10-15 min continuous running, then short walk, repeat",
"durationMin": 15,
"intensity": "easy"
},
{
"label": "Week 7-8: Gradually push one run to 25-30 min mostly continuous",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 7-8: Keep one run shorter and easy",
"durationMin": null,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "8-week get fitter plan focused on building endurance, not speed. Run at a pace where you can still talk. Optional light strength (bodyweight) 1-2x/week. Rest days are part of the plan. Weekend optional easy walk or bike ride. Week 5-6 and 7-8 are 3-4 runs per week. After 8 weeks should run ~20-30 min without stopping. Go slower than you think, good shoes matter, consistency beats intensity."
}Claude — 80%
Model output:
# Running Plan for General Fitness ## Before You Start - **Assess your current fitness** - Can you walk briskly for 30 minutes comfortably? - **Get proper footwear** - Visit a running store if possible - **Check with a doctor** if you have any health concerns --- ## Phase 1 - Weeks 1-4: Build the Habit *Goal: Run/walk consistently without burnout* | Day | Session | |-----|---------| | Monday | 20 min walk/run (1 min run, 2 min walk) | | Wednesday | 20 min walk/run | | Friday | 20 min walk/run | - Keep the effort **conversational** - you should be able to talk - Focus on consistency over speed --- ## Phase 2 - Weeks 5-8: Build Endurance - Increase to **4 sessions per week** - Gradually shift toward more running than walking - Aim for **25-30 minutes** per session by week 8 --- ## Phase 3 - Weeks 9-12: Running Continuously - Run **30 minutes** without stopping - Add one slightly longer run per week - Introduce a **easy long run** on weekends --- ## Key Tips - **Rest days matter** - muscles grow during recovery - Stay **hydrated** - Increase mileage by no more than **10% per week** - Listen to your body and rest if something hurts --- Would you like me to tailor this to a specific goal like a 5K race?
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Monday 20 min walk/run (1 min run, 2 min walk)",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "Wednesday 20 min walk/run",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "Friday 20 min walk/run",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "Phase 2 session (25-30 minutes by week 8)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Phase 3 run 30 minutes without stopping",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Phase 3 easy long run on weekends",
"durationMin": null,
"intensity": "easy"
}
],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Conversational effort cued in Phase 1. Phase 1 is 3 sessions/week; Phase 2 increases to 4 sessions per week. Increase mileage by no more than 10% per week. Keep effort conversational. Stay hydrated. Rest days matter. Listen to your body and rest if something hurts."
}Gemini — 80%
Model output:
To design the perfect running plan for you, I’ve created an **8-Week "Get Fitter" Plan**.
This plan uses the **Run-Walk method**, which is the safest and most effective way to build cardiovascular fitness, burn calories, and prevent injury. It is designed for beginners or those returning to fitness, but can easily be adjusted if you are already active.
---
### **The Golden Rules of This Plan**
1. **Conversational Pace:** When running, you should be able to speak in full sentences. If you are gasping for air, slow down.
2. **Warm-up & Cool-down:** Always start with a 5-minute brisk walk. Finish with a 5-minute easy walk and some light stretching.
3. **Rest is Training:** Your muscles rebuild on rest days. Do not skip them.
---
### **The Weekly Schedule Overview**
You will run **3 days a week**, with optional cross-training (cycling, swimming, or strength training) on other days.
* **Monday:** Rest Day
* **Tuesday:** Run Day 1
* **Wednesday:** Active Recovery (30-min walk or light cycle) or Rest
* **Thursday:** Run Day 2
* **Friday:** Rest Day
* **Saturday:** Run Day 3 (Active/Longer Run)
* **Sunday:** Rest Day
---
### **The 8-Week Running Plan**
#### **Phase 1: Building the Habit (Weeks 1–2)**
*The goal here is to get your joints and lungs used to the impact of running.*
* **Week 1:**
* **Tuesday & Thursday:** Warm-up, then alternate **1 min running / 1.5 mins walking** for 20 minutes. Cool-down.
* **Saturday:** Warm-up, then alternate **1 min running / 1 min walking** for 20 minutes. Cool-down.
* **Week 2:**
* **Tuesday & Thursday:** Warm-up, then alternate **1.5 mins running / 1.5 mins walking** for 21 minutes. Cool-down.
* **Saturday:** Warm-up, then alternate **1.5 mins running / 1 min walking** for 20 minutes. Cool-down.
#### **Phase 2: Increasing Stamina (Weeks 3–4)**
*You will begin running for longer stretches. Your heart and lungs are getting stronger.*
* **Week 3:**
* **Tuesday & Thursday:** Warm-up, then alternate **2 mins running / 1 min walking** for 21 minutes. Cool-down.
* **Saturday:** Warm-up, then alternate **3 mins running / 1.5 mins walking** for 22 minutes. Cool-down.
* **Week 4:**
* **Tuesday & Thursday:** Warm-up, then alternate **3 mins running / 1 min walking** for 24 minutes. Cool-down.
* **Saturday:** Warm-up, then alternate **5 mins running / 2 mins walking** for 21 minutes. Cool-down.
#### **Phase 3: The Transition (Weeks 5–6)**
*This is where your fitness starts to spike. We are reducing walking time significantly.*
* **Week 5:**
* **Tuesday:** Warm-up, then alternate **5 mins running / 1.5 mins walking** for 26 minutes. Cool-down.
* **Thursday:** Warm-up, then alternate **8 mins running / 2 mins walking** (repeat twice). Cool-down.
* **Saturday:** Warm-up, then try a continuous **10-minute run**, walk for 2 mins, then run for another **5 minutes**. Cool-down.
* **Week 6:**
* **Tuesday:** Warm-up, then alternate **8 mins running / 1.5 mins walking** (repeat twice). Cool-down.
* **Thursday:** Warm-up, then run **10 mins**, walk 2 mins, run **8 mins**. Cool-down.
* **Saturday:** **The Big Milestone:** Warm-up, then run **15 minutes continuously**. Walk for 2 mins, run for 5 minutes. Cool-down.
#### **Phase 4: Consolidation & Peak Fitness (Weeks 7–8)**
*By now, your cardiovascular fitness will be significantly improved. We are aiming for continuous running.*
* **Week 7:**
* **Tuesday:** Warm-up, run **12 minutes**, walk 1 minute, run **10 minutes**. Cool-down.
* **Thursday:** Warm-up, run **15 minutes continuously**. Cool-down.
* **Saturday:** Warm-up, run **20 minutes continuously**. Cool-down.
* **Week 8:**
* **Tuesday:** Warm-up, run **15 minutes continuously**. Cool-down.
* **Thursday:** Warm-up, alternate **5 mins fast running / 2 mins easy walking** for 21 minutes. (This builds speed and heart health).
* **Saturday:** Warm-up, run **25 to 30 minutes continuously**. Cool-down. **(Congratulations, you are officially fit!)**
---
### **How to level up your fitness even faster:**
* **Do Strength Training:** On Wednesday or Friday, do 20 minutes of bodyweight exercises (squats, lunges, planks, and push-ups). Stronger muscles protect your joints and make running feel easier.
* **Track Your Progress:** Use an app like Strava, Nike Run Club, or Couch to 5K to track your runs. Seeing your progress is highly motivating.
* **Hydrate:** Drink a glass of water 30 minutes before you run, and make sure you drink throughout the day.
*Note: If you feel pain (not muscle soreness, but sharp joint pain), stop and rest. If you are already able to run 20 minutes without stopping, you can skip straight to Week 5!*
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Warm-up brisk walk",
"durationMin": 5,
"intensity": null
},
{
"label": "W1 Tue/Thu: 1 min running / 1.5 mins walking for 20 minutes",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "W1 Sat: 1 min running / 1 min walking for 20 minutes",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "W2 Tue/Thu: 1.5 mins running / 1.5 mins walking for 21 minutes",
"durationMin": 21,
"intensity": "easy"
},
{
"label": "W2 Sat: 1.5 mins running / 1 min walking for 20 minutes",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "W3 Tue/Thu: 2 mins running / 1 min walking for 21 minutes",
"durationMin": 21,
"intensity": "easy"
},
{
"label": "W3 Sat: 3 mins running / 1.5 mins walking for 22 minutes",
"durationMin": 22,
"intensity": "easy"
},
{
"label": "W4 Tue/Thu: 3 mins running / 1 min walking for 24 minutes",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "W4 Sat: 5 mins running / 2 mins walking for 21 minutes",
"durationMin": 21,
"intensity": "easy"
},
{
"label": "W5 Tue: 5 mins running / 1.5 mins walking for 26 minutes",
"durationMin": 26,
"intensity": "easy"
},
{
"label": "W5 Thu: 8 mins running / 2 mins walking (repeat twice)",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "W5 Sat: 10-minute continuous run",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "W5 Sat: walk 2 mins",
"durationMin": 2,
"intensity": null
},
{
"label": "W5 Sat: run 5 minutes",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "W6 Tue: 8 mins running / 1.5 mins walking (repeat twice)",
"durationMin": 19,
"intensity": "easy"
},
{
"label": "W6 Thu: run 10 mins",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "W6 Thu: walk 2 mins",
"durationMin": 2,
"intensity": null
},
{
"label": "W6 Thu: run 8 mins",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "W6 Sat: run 15 minutes continuously",
"durationMin": 15,
"intensity": "easy"
},
{
"label": "W6 Sat: walk 2 mins",
"durationMin": 2,
"intensity": null
},
{
"label": "W6 Sat: run 5 minutes",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "W7 Tue: run 12 minutes",
"durationMin": 12,
"intensity": "easy"
},
{
"label": "W7 Tue: walk 1 minute",
"durationMin": 1,
"intensity": null
},
{
"label": "W7 Tue: run 10 minutes",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "W7 Thu: run 15 minutes continuously",
"durationMin": 15,
"intensity": "easy"
},
{
"label": "W7 Sat: run 20 minutes continuously",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "W8 Tue: run 15 minutes continuously",
"durationMin": 15,
"intensity": "easy"
},
{
"label": "W8 Thu: 5 mins fast running / 2 mins easy walking for 21 minutes",
"durationMin": 21,
"intensity": null
},
{
"label": "W8 Sat: run 25 to 30 minutes continuously",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Cool-down easy walk",
"durationMin": 5,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "8-Week Get Fitter Plan using Run-Walk method. Run 3 days a week (Tue, Thu, Sat) with optional cross-training; Mon/Fri/Sun rest, Wed active recovery (30-min walk or light cycle) or rest. Conversational pace cue. Optional strength training (20 mins bodyweight: squats, lunges, planks, push-ups) on Wed or Fri to level up. Can skip to Week 5 if already able to run 20 minutes. Stop if sharp joint pain. Hydration advice included."
}Grok — 90%
Model output:
**Here's a simple, beginner-friendly 8-week running plan** to help you get fitter. It focuses on building endurance, improving cardio health, and avoiding injury through gradual progression. It's designed for someone starting from little or no running experience. ### Key Guidelines - **Frequency**: Run 3 days per week (with rest or cross-training in between). - **Warm-up**: Always start with 5 minutes of brisk walking + dynamic moves (leg swings, arm circles). - **Cool-down**: End with 5 minutes of walking + static stretches (hamstrings, quads, calves). - **Pace**: Run at a conversational pace (you should be able to speak in short sentences). It's okay to slow down or walk. - **Rest days**: Take them seriously — this is when your body adapts and gets stronger. On rest days, you can do light walking, yoga, or strength training (bodyweight squats, lunges, planks, push-ups 2x/week). - **Equipment**: Good running shoes are essential. Consider a simple fitness tracker or app (Nike Run Club, Strava, or Couch to 5K). - **Safety**: Consult a doctor before starting if you have any health concerns. Listen to your body — stop if you feel sharp pain (vs. normal muscle fatigue). Stay hydrated and eat a balanced diet with protein and carbs. - **Progression**: Increase time/distance by no more than ~10% per week. ### 8-Week Running Plan | Week | Run 1 (Easy) | Run 2 (Intervals) | Run 3 (Longer) | Total Weekly Time | |------|--------------|-------------------|----------------|-------------------| | 1 | 20 min (run 1 min / walk 2 min) | 20 min (run 1 min / walk 1 min) | 25 min (run 2 min / walk 2 min) | ~65 min | | 2 | 22 min (run 2 min / walk 2 min) | 22 min (run 2 min / walk 1 min) | 28 min (run 3 min / walk 2 min) | ~72 min | | 3 | 25 min (run 3 min / walk 2 min) | 25 min (run 3 min / walk 1 min) | 30 min (run 4 min / walk 2 min) | ~80 min | | 4 | 25 min continuous running | 25 min (run 4 min / walk 1 min) | 35 min (run 5 min / walk 2 min) | ~85 min | | 5 | 28 min continuous | 28 min (run 5 min / walk 1 min) | 38 min (run 6 min / walk 2 min) | ~94 min | | 6 | 30 min continuous | 30 min (run 6 min / walk 1 min) | 40 min (run 8 min / walk 2 min) | ~100 min | | 7 | 32 min continuous | 32 min (run 8 min / walk 1 min) | 45 min (run 10 min / walk 2 min) | ~109 min | | 8 | 35 min continuous | 30 min (run 10 min / walk 1 min) | 50 min (aim for continuous running or minimal walking) | ~115 min | ### After Week 8 - You should be able to run 40–50 minutes comfortably. - Options: Repeat the plan at a faster pace, train for a 5K, add hills, or increase to 4 runs/week. - For ongoing fitness, aim for 150+ minutes of moderate cardio per week (per health guidelines). ### Extra Tips for Success - **Track progress**: Note how you feel after each run. - **Strength & mobility**: Add 2 short strength sessions weekly to prevent injury and boost running economy. - **Nutrition & recovery**: Fuel with carbs before runs and protein afterward. Sleep 7–9 hours. - **Motivation**: Run with a friend, listen to podcasts/music, or join a local running group. Would you like a version tailored for intermediate runners, weight loss focus, or with more strength/cross-training emphasis?
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1 Run 1 (Easy) - 20 min (run 1 min / walk 2 min)",
"durationMin": 20,
"intensity": "easy"
},
{
"label": "Week 1 Run 2 (Intervals) - 20 min (run 1 min / walk 1 min)",
"durationMin": 20,
"intensity": "vo2"
},
{
"label": "Week 1 Run 3 (Longer) - 25 min (run 2 min / walk 2 min)",
"durationMin": 25,
"intensity": null
},
{
"label": "Week 2 Run 1 (Easy) - 22 min (run 2 min / walk 2 min)",
"durationMin": 22,
"intensity": "easy"
},
{
"label": "Week 2 Run 2 (Intervals) - 22 min (run 2 min / walk 1 min)",
"durationMin": 22,
"intensity": "vo2"
},
{
"label": "Week 2 Run 3 (Longer) - 28 min (run 3 min / walk 2 min)",
"durationMin": 28,
"intensity": null
},
{
"label": "Week 3 Run 1 (Easy) - 25 min (run 3 min / walk 2 min)",
"durationMin": 25,
"intensity": "easy"
},
{
"label": "Week 3 Run 2 (Intervals) - 25 min (run 3 min / walk 1 min)",
"durationMin": 25,
"intensity": "vo2"
},
{
"label": "Week 3 Run 3 (Longer) - 30 min (run 4 min / walk 2 min)",
"durationMin": 30,
"intensity": null
},
{
"label": "Week 4 Run 1 (Easy) - 25 min continuous running",
"durationMin": 25,
"intensity": "easy"
},
{
"label": "Week 4 Run 2 (Intervals) - 25 min (run 4 min / walk 1 min)",
"durationMin": 25,
"intensity": "vo2"
},
{
"label": "Week 4 Run 3 (Longer) - 35 min (run 5 min / walk 2 min)",
"durationMin": 35,
"intensity": null
},
{
"label": "Week 5 Run 1 (Easy) - 28 min continuous",
"durationMin": 28,
"intensity": "easy"
},
{
"label": "Week 5 Run 2 (Intervals) - 28 min (run 5 min / walk 1 min)",
"durationMin": 28,
"intensity": "vo2"
},
{
"label": "Week 5 Run 3 (Longer) - 38 min (run 6 min / walk 2 min)",
"durationMin": 38,
"intensity": null
},
{
"label": "Week 6 Run 1 (Easy) - 30 min continuous",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 6 Run 2 (Intervals) - 30 min (run 6 min / walk 1 min)",
"durationMin": 30,
"intensity": "vo2"
},
{
"label": "Week 6 Run 3 (Longer) - 40 min (run 8 min / walk 2 min)",
"durationMin": 40,
"intensity": null
},
{
"label": "Week 7 Run 1 (Easy) - 32 min continuous",
"durationMin": 32,
"intensity": "easy"
},
{
"label": "Week 7 Run 2 (Intervals) - 32 min (run 8 min / walk 1 min)",
"durationMin": 32,
"intensity": "vo2"
},
{
"label": "Week 7 Run 3 (Longer) - 45 min (run 10 min / walk 2 min)",
"durationMin": 45,
"intensity": null
},
{
"label": "Week 8 Run 1 (Easy) - 35 min continuous",
"durationMin": 35,
"intensity": "easy"
},
{
"label": "Week 8 Run 2 (Intervals) - 30 min (run 10 min / walk 1 min)",
"durationMin": 30,
"intensity": "vo2"
},
{
"label": "Week 8 Run 3 (Longer) - 50 min (aim for continuous running or minimal walking)",
"durationMin": 50,
"intensity": null
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "8-week beginner running plan. Conversational pace cue for runs. Warm-up: 5 min brisk walking + dynamic moves; cool-down: 5 min walking + static stretches. Rest days: light walking, yoga, or strength training (bodyweight squats, lunges, planks, push-ups 2x/week). Increase time/distance by no more than ~10% per week. After Week 8 should run 40-50 min comfortably; options to train for 5K, add hills, or increase to 4 runs/week. Aim for 150+ min moderate cardio/week. Suggests adding 2 short strength sessions weekly. Fuel with carbs before, protein after; sleep 7-9 hours. Consult a doctor before starting."
}L2 — "Write me a weekly running plan to build endurance. I run 3 times a week and can jog 5k."
ChatGPT — 80%
Model output:
Nice, you’ve got a solid base already. The goal now is to gently stretch your endurance without burning out, so we’ll build volume and time on feet more than speed. Here’s a simple 3-days-per-week structure you can repeat and progress over 6–8 weeks: Weekly structure: - Day 1: Easy run - Day 2: Steady + small challenge - Day 3: Long slow run Week 1–2: - Day 1: 4–5 km easy (comfortable, you can talk easily) - Day 2: 5 km with last 1 km slightly faster (not sprinting, just “comfortably hard”) - Day 3: 6 km slow (slower than your normal 5k pace) Week 3–4: - Day 1: 5 km easy - Day 2: 5–6 km with 2 km at a steady, slightly challenging pace - Day 3: 7 km slow Week 5–6: - Day 1: 5–6 km easy - Day 2: 6 km with intervals: 3 × (3 minutes a bit faster + 2 minutes easy) - Day 3: 8 km slow Week 7–8: - Day 1: 6 km easy - Day 2: 6–7 km steady (middle portion at a solid, controlled pace) - Day 3: 9–10 km slow A few key tips to make this actually work: - Keep your long run genuinely slow. If you feel impatient, you’re probably doing it right. - Only increase your long run by about 1 km every couple of weeks (as shown). - If a week feels too hard, repeat it instead of pushing forward. - Rest days matter—spread your runs out (e.g., Tue / Thu / Sun). - Optional: add light strength work (core, glutes, legs) 1–2 times a week to stay injury-free. By the end, you should be comfortably running close to 10k, with much better endurance and less fatigue. If you want, I can tailor this toward a race or a specific time goal.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1-2 Day 1: 4-5 km easy (comfortable, you can talk easily)",
"durationMin": 27,
"intensity": "easy"
},
{
"label": "Week 1-2 Day 2: 5 km with last 1 km slightly faster",
"durationMin": 29,
"intensity": null
},
{
"label": "Week 1-2 Day 3: 6 km slow (slower than normal 5k pace)",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 3-4 Day 1: 5 km easy",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 3-4 Day 2: 5-6 km with 2 km at a steady, slightly challenging pace",
"durationMin": 33,
"intensity": null
},
{
"label": "Week 3-4 Day 3: 7 km slow",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Week 5-6 Day 1: 5-6 km easy",
"durationMin": 33,
"intensity": "easy"
},
{
"label": "Week 5-6 Day 2: 6 km with intervals: 3 × (3 min a bit faster + 2 min easy)",
"durationMin": 36,
"intensity": null
},
{
"label": "Week 5-6 Day 3: 8 km slow",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Week 7-8 Day 1: 6 km easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 7-8 Day 2: 6-7 km steady (middle portion at a solid, controlled pace)",
"durationMin": 39,
"intensity": null
},
{
"label": "Week 7-8 Day 3: 9-10 km slow",
"durationMin": 60,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3-days-per-week structure to repeat and progress over 6-8 weeks. Keep long run genuinely slow. Only increase long run by about 1 km every couple of weeks. If a week feels too hard, repeat it. Spread runs out (e.g., Tue / Thu / Sun). Optional: add light strength work (core, glutes, legs) 1-2 times a week to stay injury-free. By the end, should be comfortably running close to 10k."
}Claude — 80%
Model output:
# Weekly Running Plan to Build Endurance ## Your Starting Point - 3 runs per week - Current ability: 5K jog - Goal: Build endurance gradually and safely --- ## Key Principles - **10% Rule** - increase weekly mileage by no more than 10% per week - **Easy pace** - most runs should feel conversational - **Rest days** between runs to allow recovery --- ## 8-Week Plan | Week | Run 1 | Run 2 | Run 3 | Total | |------|-------|-------|-------|-------| | 1 | 5K easy | 4K easy | 5K easy | ~14K | | 2 | 5K easy | 5K easy | 6K easy | ~16K | | 3 | 6K easy | 5K easy | 7K easy | ~18K | | 4 | 5K easy | 5K easy | 5K easy | ~15K *(cutback week)* | | 5 | 6K easy | 6K easy | 8K easy | ~20K | | 6 | 6K easy | 6K easy | 9K easy | ~21K | | 7 | 7K easy | 6K easy | 10K easy | ~23K | | 8 | 5K easy | 5K easy | 5K easy | ~15K *(recovery week)* | --- ## Suggested Weekly Schedule - **Monday** - Rest - **Tuesday** - Run 1 - **Thursday** - Run 2 - **Saturday/Sunday** - Long run (Run 3) - Other days - Rest or light walking --- ## Tips for Success - 🐢 **Run slow** - easy runs should feel almost too easy - 💧 **Stay hydrated** before and after runs - 😴 **Prioritize sleep** for recovery - 👟 **Check your shoes** - replace every 600-800K - 📝 **Track your runs** with an app like Strava or Garmin --- ## After Week 8 You should be comfortably running **10K** and ready to follow a structured 10K or half marathon training plan!
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1 Run 1 - 5K easy",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 1 Run 2 - 4K easy",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 1 Run 3 - 5K easy",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 2 Run 1 - 5K easy",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 2 Run 2 - 5K easy",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 2 Run 3 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 3 Run 1 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 3 Run 2 - 5K easy",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 3 Run 3 - 7K easy",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Week 4 Run 1 - 5K easy (cutback week)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 4 Run 2 - 5K easy (cutback week)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 4 Run 3 - 5K easy (cutback week)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 5 Run 1 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 5 Run 2 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 5 Run 3 - 8K easy",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Week 6 Run 1 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 6 Run 2 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 6 Run 3 - 9K easy",
"durationMin": 54,
"intensity": "easy"
},
{
"label": "Week 7 Run 1 - 7K easy",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Week 7 Run 2 - 6K easy",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 7 Run 3 - 10K easy",
"durationMin": 60,
"intensity": "easy"
},
{
"label": "Week 8 Run 1 - 5K easy (recovery week)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 8 Run 2 - 5K easy (recovery week)",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 8 Run 3 - 5K easy (recovery week)",
"durationMin": 30,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "8-week endurance plan, 3 runs per week. 10% Rule: increase weekly mileage by no more than 10% per week. Easy pace conversational. Rest days between runs. Suggested schedule: Mon rest, Tue Run 1, Thu Run 2, Sat/Sun long run, other days rest or light walking. Week 4 cutback, Week 8 recovery. Tips: run slow, stay hydrated, prioritize sleep, replace shoes every 600-800K, track runs with Strava or Garmin. After Week 8 should be comfortably running 10K."
}Gemini — 100%
Model output:
To build endurance safely and effectively from a 5k baseline, you need a plan that gradually increases your weekly distance without causing injury. Since you run **3 times a week**, the best strategy is to give each run a specific purpose: **an Easy Run, a Strength/Speed Run, and a Long Run.** Here is a **progressive 8-week plan** designed to take you from a comfortable 5k jogger to running 8k–10k continuously. --- ### The 3 Golden Rules for This Plan: 1. **The "Conversational" Pace:** 80% of your running should be at a pace where you can easily talk in full sentences without gasping for air. If you can't talk, you are running too fast for endurance building. 2. **Rest Days Matter:** Keep at least one rest day between run days (e.g., Run on Tuesday, Thursday, Saturday). 3. **Listen to Your Body:** If a week feels too hard, repeat it before moving on to the next. --- ### Your Weekly Schedule Template * **Tuesday: The Easy Run (Base Building)** * *Purpose:* To build aerobic capacity and get "time on your feet" without stressing your body. Run this at a very relaxed, easy pace. * **Thursday: The Tempo/Interval Run (Cardio Strength)** * *Purpose:* To increase your lung capacity and make your easy pace feel easier. * *How to do it:* Warm up with a 5-minute walk. Run at a "comfortably hard" pace (where you can only say a few words at a time) for the specified distance/time, then cool down with a 5-minute walk. * **Saturday or Sunday: The Long Run (The Endurance Builder)** * *Purpose:* This is the most important run for endurance. Run this **slower** than your Tuesday run. The goal is simply to cover the distance, even if you have to walk occasionally. --- ### The 8-Week Progression Plan #### **Week 1 (Baseline)** * **Tuesday (Easy):** 3.5 km (Easy pace) * **Thursday (Tempo):** 4 km (1 km warm-up, 2 km at a faster tempo pace, 1 km cool-down) * **Saturday (Long):** 5 km (Slow, steady pace) * *Total: 12.5 km* #### **Week 2** * **Tuesday (Easy):** 3.5 km * **Thursday (Tempo):** 4 km (1 km warm-up, 2 km faster, 1 km cool-down) * **Saturday (Long):** 5.5 km (Focus on breathing and a slow pace) * *Total: 13 km* #### **Week 3** * **Tuesday (Easy):** 4 km * **Thursday (Tempo):** 4.5 km (1.5 km warm-up, 2 km faster, 1 km cool-down) * **Saturday (Long):** 6.5 km * *Total: 15 km* #### **Week 4 (Recovery Week)** * *Note: We reduce distance this week to let your muscles and joints adapt and rebuild.* * **Tuesday (Easy):** 3 km * **Thursday (Tempo):** 3.5 km (Easy jog) * **Saturday (Long):** 5 km * *Total: 11.5 km* #### **Week 5** * **Tuesday (Easy):** 4 km * **Thursday (Tempo):** 5 km (1 km warm-up, 3 km faster, 1 km cool-down) * **Saturday (Long):** 7.5 km (Take walking breaks if needed) * *Total: 16.5 km* #### **Week 6** * **Tuesday (Easy):** 4.5 km * **Thursday (Tempo):** 5 km (1 km warm-up, 3 km faster, 1 km cool-down) * **Saturday (Long):** 8.5 km * *Total: 18 km* #### **Week 7** * **Tuesday (Easy):** 4.5 km * **Thursday (Tempo):** 5.5 km (1.5 km warm-up, 3 km faster, 1 km cool-down) * **Saturday (Long):** 9.5 km * *Total: 19.5 km* #### **Week 8 (The Milestone)** * **Tuesday (Easy):** 4 km * **Thursday (Tempo):** 4 km (Easy, keeping legs fresh) * **Saturday (Long):** **10 km!** (Slow and steady, celebrate the finish) * *Total: 18 km* --- ### Tips for Success: * **Don't skip the warm-up:** Spend 5 minutes doing dynamic stretches (leg swings, lunges, calf raises) before every run. * **Walk if you need to:** On your Long Runs, if you feel exhausted, walk for 1 minute, then resume jogging. This is called the Galloway method and is highly effective for building endurance. * **Hydration and Fuel:** Once your long runs go past 6km (around 40–50 minutes of running), make sure you drink water before you head out and consider carrying a small bottle.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1 Tuesday Easy 3.5 km",
"durationMin": 21,
"intensity": "easy"
},
{
"label": "Week 1 Thursday Tempo 1 km warm-up",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 1 Thursday Tempo 2 km faster tempo pace",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 1 Thursday Tempo 1 km cool-down",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 1 Saturday Long 5 km slow steady",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 2 Tuesday Easy 3.5 km",
"durationMin": 21,
"intensity": "easy"
},
{
"label": "Week 2 Thursday Tempo 1 km warm-up",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 2 Thursday Tempo 2 km faster",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 2 Thursday Tempo 1 km cool-down",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 2 Saturday Long 5.5 km slow pace",
"durationMin": 33,
"intensity": "easy"
},
{
"label": "Week 3 Tuesday Easy 4 km",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 3 Thursday Tempo 1.5 km warm-up",
"durationMin": 9,
"intensity": "easy"
},
{
"label": "Week 3 Thursday Tempo 2 km faster",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 3 Thursday Tempo 1 km cool-down",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 3 Saturday Long 6.5 km",
"durationMin": 39,
"intensity": "easy"
},
{
"label": "Week 4 Tuesday Easy 3 km",
"durationMin": 18,
"intensity": "easy"
},
{
"label": "Week 4 Thursday Tempo 3.5 km easy jog",
"durationMin": 21,
"intensity": "easy"
},
{
"label": "Week 4 Saturday Long 5 km",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 5 Tuesday Easy 4 km",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 5 Thursday Tempo 1 km warm-up",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 5 Thursday Tempo 3 km faster",
"durationMin": 15,
"intensity": "threshold"
},
{
"label": "Week 5 Thursday Tempo 1 km cool-down",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 5 Saturday Long 7.5 km take walking breaks if needed",
"durationMin": 45,
"intensity": "easy"
},
{
"label": "Week 6 Tuesday Easy 4.5 km",
"durationMin": 27,
"intensity": "easy"
},
{
"label": "Week 6 Thursday Tempo 1 km warm-up",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 6 Thursday Tempo 3 km faster",
"durationMin": 15,
"intensity": "threshold"
},
{
"label": "Week 6 Thursday Tempo 1 km cool-down",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 6 Saturday Long 8.5 km",
"durationMin": 51,
"intensity": "easy"
},
{
"label": "Week 7 Tuesday Easy 4.5 km",
"durationMin": 27,
"intensity": "easy"
},
{
"label": "Week 7 Thursday Tempo 1.5 km warm-up",
"durationMin": 9,
"intensity": "easy"
},
{
"label": "Week 7 Thursday Tempo 3 km faster",
"durationMin": 15,
"intensity": "threshold"
},
{
"label": "Week 7 Thursday Tempo 1 km cool-down",
"durationMin": 6,
"intensity": "easy"
},
{
"label": "Week 7 Saturday Long 9.5 km",
"durationMin": 57,
"intensity": "easy"
},
{
"label": "Week 8 Tuesday Easy 4 km",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 8 Thursday Tempo 4 km easy keeping legs fresh",
"durationMin": 24,
"intensity": "easy"
},
{
"label": "Week 8 Saturday Long 10 km slow and steady",
"durationMin": 60,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "Progressive 8-week plan from 5k baseline to 8k-10k continuously, 3 runs/week (Tue Easy, Thu Tempo/Interval, Sat/Sun Long). Golden rules: conversational pace for 80% of running, keep at least one rest day between run days, repeat a week if too hard. Week 4 is a recovery week with reduced distance. Tips include 5-min dynamic stretch warm-up, Galloway walk-break method (walk 1 min then resume) on long runs, and hydration/fuel once long runs pass 6km (around 40-50 min)."
}Grok — 100%
Model output:
**Weekly Running Plan to Build Endurance (3 Days/Week)** Starting point: You can comfortably jog 5 km. Goal: gradually increase aerobic base and long-run distance while staying injury-free. The plan uses three runs per week with at least one rest or easy cross-training day between each. ### Suggested Schedule - **Tuesday – Easy Run** (recovery + volume) - **Thursday – Tempo / Steady Run** (aerobic strength) - **Saturday or Sunday – Long Run** (endurance focus) Rest or walk/hike on the other days. Add 10–15 min of core + hip/glute strength work 2× per week if possible. ### Run Descriptions & Starting Distances 1. **Easy Run (Tuesday)** Pace: conversational, 60–90 seconds slower than 5 km race pace. Week 1: 4–5 km Build by 0.5–1 km every 1–2 weeks as it feels easy. 2. **Tempo / Steady Run (Thursday)** Pace: comfortably hard, roughly the pace you could hold for ~30–40 min. Structure: 10 min easy warm-up → 15–25 min at tempo → 5–10 min cool-down. Week 1 total: ~5 km (including warm-up/cool-down). Increase tempo segment by 3–5 min every 1–2 weeks. 3. **Long Run (Weekend)** Pace: easy, same as Tuesday or slightly slower. Focus on time on feet. Week 1: 6 km Week 2: 7 km Week 3: 8 km Week 4: 9–10 km Continue adding 1 km per week until you reach ~12–14 km, then insert an easier “cut-back” week (reduce long run by 20–25 %). ### 4-Week Progression Example | Week | Easy (Tue) | Tempo (Thu) | Long (Weekend) | Weekly Total | |------|------------|-------------|----------------|--------------| | 1 | 5 km | 5 km | 6 km | 16 km | | 2 | 5 km | 5.5 km | 7 km | 17.5 km | | 3 | 6 km | 6 km | 8 km | 20 km | | 4 | 6 km | 6 km | 9 km | 21 km | After Week 4, repeat the pattern with slightly higher numbers or move to a 5 km–10 km plan. ### Key Guidelines - **Rule of thumb**: Increase total weekly distance by no more than 10 % per week on average. - **Listen to your body**: If a run feels forced, shorten it or swap for an easy day. - **Recovery**: Sleep 7–9 h, eat enough protein and carbs, and consider one full rest week every 4–6 weeks. - **Warm-up**: 5–10 min brisk walk + dynamic drills before every run. - **Optional speed play**: Once a month, add 4–6 short strides (20–30 s fast, 60 s walk) at the end of an easy run to maintain leg speed. Follow this template consistently for 8–12 weeks and you should comfortably handle 8–10 km runs and feel stronger on your 5 km jogs. Adjust distances up or down based on how you feel.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [
{
"name": "core + hip/glute strength work",
"pattern": "core",
"sets": null,
"repsLow": null,
"repsHigh": null,
"restSeconds": null,
"pct1RM": null,
"RPE": null,
"RIR": null,
"nearFailureStated": false
}
],
"segments": [
{
"label": "Easy Run (Tuesday) Week 1: 4–5 km",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Tempo / Steady Run - 10 min easy warm-up",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Tempo / Steady Run - 15–25 min at tempo",
"durationMin": 25,
"intensity": "threshold"
},
{
"label": "Tempo / Steady Run - 5–10 min cool-down",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Long Run (Weekend) Week 1: 6 km",
"durationMin": 36,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3 days/week running plan to build endurance. Starting point: can comfortably jog 5 km. Tuesday easy run, Thursday tempo/steady, weekend long run. Rest or walk/hike on other days. Optional 10–15 min core + hip/glute strength 2x/week. Increase weekly distance by no more than 10% per week. Sleep 7–9 h, eat enough protein and carbs, consider one full rest week every 4–6 weeks. Warm-up: 5–10 min brisk walk + dynamic drills before every run. Optional monthly strides: 4–6 strides (20–30 s fast, 60 s walk). Follow for 8–12 weeks."
}L3 — "Write me a weekly running plan to build endurance for someone who runs 3 times a week and can jog 5k. Keep about 80% of the running easy and conversational (heart-rate Zone 2), add one tempo run and one interval session, build the long run gradually, and include easy or rest days."
ChatGPT — 100%
Model output:
Here’s a simple, repeatable weekly structure that keeps most of your running easy, adds one tempo and one interval session, and gradually builds your long run. It’s designed for someone already comfortable jogging 5k three times per week. Weekly structure (3 runs + optional light cross-training) - Monday: Rest or light activity (walking, mobility, or easy cycling) - Tuesday: Easy run (Zone 2) - Wednesday: Rest or strength (short, simple: core, hips, glutes) - Thursday: Quality session (alternate tempo and intervals each week) - Friday: Rest - Saturday: Easy run (Zone 2, shorter) - Sunday: Long run (Zone 2, gradual progression) Key ideas - About 80% of your total weekly running time should feel easy and conversational. - The quality session is the only “hard” running each week. - Long run grows slowly (no more than ~10% per week), with periodic cutback weeks. - If you feel overly fatigued, drop the interval session or shorten the long run. Pacing guide - Easy (Zone 2): you can speak in full sentences. - Tempo: “comfortably hard,” you can speak in short phrases. - Intervals: hard but controlled; you recover enough between reps to keep form solid. 12-week progression (example) Weeks 1–3 (build from your current base) - Tuesday easy: 30–35 min - Thursday quality: Week 1 (tempo): 10 min easy + 10 min tempo + 5–10 min easy Week 2 (intervals): 10 min easy + 6 × 1 min hard / 2 min easy + 5–10 min easy Week 3 (tempo): 10 min easy + 15 min tempo + 5–10 min easy - Saturday easy: 25–30 min - Sunday long run: 6 km → 7 km → 8 km Week 4 (cutback) - Keep Tuesday/Saturday similar but on the shorter side. - Thursday: light tempo (10 min) or skip if tired. - Sunday long run: drop to ~6–7 km. Weeks 5–7 (build again) - Tuesday easy: 35–40 min - Thursday quality: Week 5 (intervals): 10 min easy + 5 × 2 min hard / 2 min easy + cool down Week 6 (tempo): 10 min easy + 20 min tempo + cool down Week 7 (intervals): 10 min easy + 6 × 2 min hard / 90 sec easy + cool down - Saturday easy: 30–35 min - Sunday long run: 8 km → 9 km → 10 km Week 8 (cutback) - Reduce volume slightly. - Thursday: short tempo (10–15 min). - Sunday long run: ~8 km. Weeks 9–11 (peak endurance) - Tuesday easy: 40–45 min - Thursday quality: Week 9 (tempo): 10 min easy + 20–25 min tempo + cool down Week 10 (intervals): 10 min easy + 5 × 3 min hard / 2 min easy + cool down Week 11 (tempo): 10 min easy + 25 min tempo + cool down - Saturday easy: 30–40 min - Sunday long run: 10 km → 11 km → 12 km (or time-based: up to ~90 min) Week 12 (cutback/recovery) - Keep everything easy except a short, light tempo. - Long run: 8–9 km. Optional add-ons - Strides: after one easy run per week, do 4–6 × 20 seconds fast but relaxed with full recovery. - Strength: 1–2 short sessions per week (15–25 min) focusing on glutes, hamstrings, calves, and core. Adjustments - If you only want exactly 3 runs per week, keep Tuesday easy, Thursday quality, Sunday long run, and drop Saturday. - If fatigue or niggles appear, prioritize easy running and reduce or skip intervals. This setup steadily increases your aerobic base while keeping most running relaxed and sustainable.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Tuesday easy run (Zone 2), Weeks 1-3",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 1 Thursday tempo: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 1 Thursday tempo: 10 min tempo",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 1 Thursday tempo: 5-10 min easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 2 Thursday intervals: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 2 Thursday intervals: 6 × 1 min hard / 2 min easy",
"durationMin": 18,
"intensity": "vo2"
},
{
"label": "Week 2 Thursday intervals: 5-10 min easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 3 Thursday tempo: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 3 Thursday tempo: 15 min tempo",
"durationMin": 15,
"intensity": "threshold"
},
{
"label": "Week 3 Thursday tempo: 5-10 min easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Saturday easy run (Zone 2, shorter), Weeks 1-3",
"durationMin": 25,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 1: 6 km",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 2: 7 km",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 3: 8 km",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Week 4 cutback Thursday: light tempo 10 min",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 4 cutback Sunday long run: ~6-7 km",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Tuesday easy run (Zone 2), Weeks 5-7",
"durationMin": 35,
"intensity": "easy"
},
{
"label": "Week 5 Thursday intervals: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 5 Thursday intervals: 5 × 2 min hard / 2 min easy",
"durationMin": 20,
"intensity": "vo2"
},
{
"label": "Week 5 Thursday intervals: cool down",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Week 6 Thursday tempo: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 6 Thursday tempo: 20 min tempo",
"durationMin": 20,
"intensity": "threshold"
},
{
"label": "Week 6 Thursday tempo: cool down",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Week 7 Thursday intervals: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 7 Thursday intervals: 6 × 2 min hard / 90 sec easy",
"durationMin": 21,
"intensity": "vo2"
},
{
"label": "Week 7 Thursday intervals: cool down",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Saturday easy run (Zone 2, shorter), Weeks 5-7",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 5: 8 km",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 6: 9 km",
"durationMin": 54,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 7: 10 km",
"durationMin": 60,
"intensity": "easy"
},
{
"label": "Week 8 cutback Thursday: short tempo 10-15 min",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 8 cutback Sunday long run: ~8 km",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Tuesday easy run (Zone 2), Weeks 9-11",
"durationMin": 40,
"intensity": "easy"
},
{
"label": "Week 9 Thursday tempo: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 9 Thursday tempo: 20-25 min tempo",
"durationMin": 20,
"intensity": "threshold"
},
{
"label": "Week 9 Thursday tempo: cool down",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Week 10 Thursday intervals: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 10 Thursday intervals: 5 × 3 min hard / 2 min easy",
"durationMin": 25,
"intensity": "vo2"
},
{
"label": "Week 10 Thursday intervals: cool down",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Week 11 Thursday tempo: 10 min easy",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 11 Thursday tempo: 25 min tempo",
"durationMin": 25,
"intensity": "threshold"
},
{
"label": "Week 11 Thursday tempo: cool down",
"durationMin": null,
"intensity": "easy"
},
{
"label": "Saturday easy run (Zone 2, shorter), Weeks 9-11",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 9: 10 km",
"durationMin": 60,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 10: 11 km",
"durationMin": 66,
"intensity": "easy"
},
{
"label": "Sunday long run (Zone 2), Week 11: 12 km (or up to ~90 min)",
"durationMin": 72,
"intensity": "easy"
},
{
"label": "Week 12 cutback Thursday: short, light tempo",
"durationMin": null,
"intensity": "threshold"
},
{
"label": "Week 12 cutback long run: 8-9 km",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Optional strides: 4-6 × 20 sec fast but relaxed with full recovery",
"durationMin": 2,
"intensity": "sprint"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": false,
"hasResistance": true,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "3 runs + optional light cross-training. Monday rest or light activity (walking, mobility, easy cycling). Wednesday rest or strength (core, hips, glutes). Friday rest. About 80% of weekly running time should feel easy/conversational; quality session is the only hard running. Long run grows no more than ~10% per week with periodic cutback weeks. Optional strength 1-2 short sessions/week (15-25 min) focusing on glutes, hamstrings, calves, core. If only 3 runs wanted, keep Tuesday easy, Thursday quality, Sunday long run, drop Saturday. If fatigue or niggles, prioritize easy running and reduce/skip intervals."
}Claude — 90%
Model output:
# 8-Week Running Plan: Building Endurance from 5K ## Core Principles - **Easy/Zone 2 pace** — you can hold a full conversation, breathing feels comfortable - **Tempo pace** — comfortably hard, can speak in short phrases only - **Intervals** — hard effort, speaking is difficult - **Rest/Cross-train** — walking, cycling, yoga, or complete rest --- ## Weekly Structure | Day | Session Type | |-----|-------------| | Monday | Rest or light cross-training | | Tuesday | Interval session | | Wednesday | Rest or easy walk | | Thursday | Tempo run | | Friday | Rest | | Saturday | Long easy run | | Sunday | Rest | > **Feel free to shuffle days** to fit your life — just avoid running hard two days in a row. --- ## The 8-Week Plan ### Week 1 — Getting Your Bearings | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up jog + **4 × 90 sec hard / 90 sec walk** + 5 min cool-down (~25 min total) | | Thu | Tempo | 5 min easy + **10 min tempo** + 5 min easy (~20 min total) | | Sat | Long Run | **5K easy** — this is your baseline, keep it conversational | **Weekly total: ~8–9 km** --- ### Week 2 — Small Steps Up | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **5 × 90 sec hard / 90 sec walk** + 5 min cool-down | | Thu | Tempo | 5 min easy + **12 min tempo** + 5 min easy | | Sat | Long Run | **6K easy** | **Weekly total: ~10–11 km** --- ### Week 3 — Building Confidence | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **5 × 2 min hard / 90 sec jog** + 5 min cool-down | | Thu | Tempo | 5 min easy + **15 min tempo** + 5 min easy | | Sat | Long Run | **7K easy** | **Weekly total: ~12–13 km** --- ### Week 4 — Recovery Week ✦ *Pull back volume to let your body absorb the work* | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **4 × 90 sec hard / 90 sec walk** + 5 min cool-down | | Thu | Tempo | 5 min easy + **10 min tempo** + 5 min easy | | Sat | Long Run | **5K easy** | **Weekly total: ~8–9 km** --- ### Week 5 — Stepping It Up | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **6 × 2 min hard / 90 sec jog** + 5 min cool-down | | Thu | Tempo | 5 min easy + **18 min tempo** + 5 min easy | | Sat | Long Run | **8K easy** | **Weekly total: ~14–15 km** --- ### Week 6 — Pushing Further | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **5 × 3 min hard / 2 min jog** + 5 min cool-down | | Thu | Tempo | 5 min easy + **20 min tempo** + 5 min easy | | Sat | Long Run | **9K easy** | **Weekly total: ~16–17 km** --- ### Week 7 — Peak Week | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **6 × 3 min hard / 2 min jog** + 5 min cool-down | | Thu | Tempo | 5 min easy + **22 min tempo** + 5 min easy | | Sat | Long Run | **10K easy** | **Weekly total: ~18–19 km** --- ### Week 8 — Taper & Celebrate ✦ *Freshen up your legs — feel the fitness you've built* | Day | Session | Details | |-----|---------|---------| | Tue | Intervals | 5 min warm-up + **4 × 2 min hard / 2 min jog** + 5 min cool-down | | Thu | Tempo | 5 min easy + **12 min tempo** + 5 min easy | | Sat | Long Run | **5K or 10K easy** — or race it! 🎉 | **Weekly total: ~10–11 km** --- ## Pace Reference Guide | Effort | How It Feels | Rough Pace Guidance | |--------|-------------|-------------------| | **Easy / Zone 2** | Sing a song, chat freely | 60–75 sec/km slower than 5K race pace | | **Tempo** | Comfortably hard, short phrases | ~20–30 sec/km slower than 5K race pace | | **Intervals** | Hard, controlled — not a sprint | Around or slightly faster than 5K race pace | | **Recovery jog** | Very slow shuffle | Even slower than easy | --- ## Key Rules to Run By > **1. Easy means EASY** > Most runners run their easy days too fast. Slow down more than feels natural — you should feel almost embarrassed by the pace. > **2. The long run is sacred** > Never skip it. It builds your aerobic engine more than any other session. > **3. Listen to your body** > Soreness is normal. Sharp or persistent pain is not. Take an extra rest day without guilt. > **4. Sleep and food matter as much as the runs** > Aim for 7–9 hours sleep and eat enough to fuel your training. > **5. Consistency beats perfection** > A slightly shorter run done is worth more than a perfect run skipped. --- ## After Week 8 You'll have doubled your long run distance and built a strong aerobic base. From here you could target a **10K race**, add a **4th easy run day**, or start a half-marathon plan. 🏃
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1 Tue warm-up jog",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 1 Tue 4 × 90 sec hard / 90 sec walk",
"durationMin": 12,
"intensity": "vo2"
},
{
"label": "Week 1 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 1 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 1 Thu tempo",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 1 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 1 Sat 5K easy long run",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 2 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 2 Tue 5 × 90 sec hard / 90 sec walk",
"durationMin": 15,
"intensity": "vo2"
},
{
"label": "Week 2 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 2 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 2 Thu tempo",
"durationMin": 12,
"intensity": "threshold"
},
{
"label": "Week 2 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 2 Sat 6K easy long run",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Week 3 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 3 Tue 5 × 2 min hard / 90 sec jog",
"durationMin": 17,
"intensity": "vo2"
},
{
"label": "Week 3 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 3 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 3 Thu tempo",
"durationMin": 15,
"intensity": "threshold"
},
{
"label": "Week 3 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 3 Sat 7K easy long run",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Week 4 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 4 Tue 4 × 90 sec hard / 90 sec walk",
"durationMin": 12,
"intensity": "vo2"
},
{
"label": "Week 4 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 4 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 4 Thu tempo",
"durationMin": 10,
"intensity": "threshold"
},
{
"label": "Week 4 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 4 Sat 5K easy long run",
"durationMin": 30,
"intensity": "easy"
},
{
"label": "Week 5 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 5 Tue 6 × 2 min hard / 90 sec jog",
"durationMin": 21,
"intensity": "vo2"
},
{
"label": "Week 5 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 5 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 5 Thu tempo",
"durationMin": 18,
"intensity": "threshold"
},
{
"label": "Week 5 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 5 Sat 8K easy long run",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Week 6 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 6 Tue 5 × 3 min hard / 2 min jog",
"durationMin": 25,
"intensity": "vo2"
},
{
"label": "Week 6 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 6 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 6 Thu tempo",
"durationMin": 20,
"intensity": "threshold"
},
{
"label": "Week 6 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 6 Sat 9K easy long run",
"durationMin": 54,
"intensity": "easy"
},
{
"label": "Week 7 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 7 Tue 6 × 3 min hard / 2 min jog",
"durationMin": 30,
"intensity": "vo2"
},
{
"label": "Week 7 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 7 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 7 Thu tempo",
"durationMin": 22,
"intensity": "threshold"
},
{
"label": "Week 7 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 7 Sat 10K easy long run",
"durationMin": 60,
"intensity": "easy"
},
{
"label": "Week 8 Tue warm-up",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 8 Tue 4 × 2 min hard / 2 min jog",
"durationMin": 16,
"intensity": "vo2"
},
{
"label": "Week 8 Tue cool-down",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 8 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 8 Thu tempo",
"durationMin": 12,
"intensity": "threshold"
},
{
"label": "Week 8 Thu easy",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Week 8 Sat 5K or 10K easy long run",
"durationMin": 30,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "8-week running plan building from 5K. Weekly structure: Mon rest/light cross-training, Tue intervals, Wed rest/easy walk, Thu tempo, Fri rest, Sat long easy run, Sun rest. Days can be shuffled, avoid running hard two days in a row. Week 4 and Week 8 are recovery/taper weeks. Pace reference and key rules included (easy means easy, long run is sacred, listen to body/extra rest day, 7-9 hours sleep and eat enough to fuel training, consistency beats perfection). After Week 8 could target 10K race, add 4th easy run day, or start half-marathon plan."
}Gemini — 100%
Model output:
To build endurance safely while respecting the **80/20 rule** (80% easy, 20% hard), we need to transition you from 3 days a week to **4 days a week**. If you only ran 3 times a week, doing one tempo and one interval session would mean 66% of your runs are hard, which is a recipe for injury. By adding a fourth day (a short, very easy run) and keeping your warm-ups and cool-downs strictly in Zone 2, we can perfectly hit the 80/20 balance. Here is your progressive, 4-week training plan. --- ### The Zone 2 Rule of Thumb * **Zone 2 (Easy/Conversational):** You should be able to hold a full conversation or sing a song without gasping for breath. If you are using a heart rate monitor, this is roughly 60–70% of your maximum heart rate. If in doubt, **slow down**. --- ### Weekly Schedule Overview | Day | Workout Type | Description | Intensity | | :--- | :--- | :--- | :--- | | **Monday** | REST | Complete rest or light walking | N/A | | **Tuesday** | **Interval Session** | Short, fast segments with walking recoveries | Hard (Zone 4/5) | | **Wednesday**| REST | Recovery | N/A | | **Thursday**| **Tempo Run** | Sustained "comfortably hard" effort | Moderate-Hard (Zone 3/4) | | **Friday** | REST | Recovery | N/A | | **Saturday**| **Easy Run** | Short, gentle recovery jog | Easy (Zone 2) | | **Sunday** | **Long Run** | Building endurance gradually | Easy (Zone 2) | --- ### Detailed Weekly Workouts #### 1. Tuesday: Interval Session (Speed & VO2 Max) *The goal here is to get your heart rate up for short bursts to build cardiovascular power. Only the intervals are hard; the rest is easy.* * **Warm-up:** 10 minutes of very easy jogging (Zone 2) + 3-5 minutes of dynamic stretches. * **Intervals:** 5 x 2 minutes at a hard effort (about an 8/10 effort, where you can only speak in single words), followed by 2 minutes of walking recovery after each. * **Cool-down:** 5 to 10 minutes of walking/easy jogging. #### 2. Thursday: Tempo Run (Threshold) *This builds your stamina so you can hold a faster pace for longer. It should feel "comfortably hard"—you could say short sentences, but not chat.* * **Warm-up:** 10 minutes of easy jogging (Zone 2). * **Tempo:** 15 minutes at a steady, moderate-hard pace (about a 6/10 or 7/10 effort). * **Cool-down:** 10 minutes of easy jogging/walking. #### 3. Saturday: Easy Recovery Run *This gets your legs moving after the tempo run, building weekly mileage without stressing your body.* * **Distance:** 3 km (approx. 1.8 miles). * **Pace:** Strict Zone 2. Run as slowly as you need to to keep your breathing completely relaxed. #### 4. Sunday: The Long Run (The Endurance Builder) *This is the most important run for building endurance. It must be done entirely in Zone 2. Do not worry about speed; focus on time on your feet.* * **Week 1:** 6 km (3.7 miles) * **Week 2:** 7 km (4.3 miles) * **Week 3:** 8 km (5.0 miles) * **Week 4 (Recovery Week):** 5 km (3.1 miles) — *A shorter run to let your muscles rebuild before starting the next block.* --- ### Why this works for the 80/20 Rule: Let's look at the math for **Week 1** (Total distance: ~23 km / 14 miles): * **Hard running:** 10 mins of intervals + 15 mins of tempo = **25 minutes** of hard work. * **Easy running:** Warm-ups, cool-downs, the Saturday easy run, and the Sunday long run = **110+ minutes** of easy work. * **Ratio:** Exactly **80% Easy / 20% Hard**. ### Tips for Success 1. **Don't skip the rest days:** Your muscles don't grow stronger while you are running; they grow stronger when you are resting and recovering. 2. **Walk if you need to:** If your heart rate spikes during your Zone 2 runs (especially on hills), walk until it drops back down, then resume jogging. 3. **Hydrate and Fuel:** Drink water before and after your runs. For runs under 60 minutes, you do not need to eat during the run, but a small carb-focused snack 1 hour before running will help.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Tuesday Interval: Warm-up easy jogging (Zone 2)",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Tuesday Interval: dynamic stretches",
"durationMin": 3,
"intensity": null
},
{
"label": "Tuesday Interval: 5 x 2 minutes hard effort (8/10)",
"durationMin": 2,
"intensity": "vo2",
"restSeconds": 120
},
{
"label": "Tuesday Interval: Cool-down walking/easy jogging",
"durationMin": 5,
"intensity": "easy"
},
{
"label": "Thursday Tempo: Warm-up easy jogging (Zone 2)",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Thursday Tempo: 15 minutes moderate-hard (6/10 or 7/10)",
"durationMin": 15,
"intensity": "threshold"
},
{
"label": "Thursday Tempo: Cool-down easy jogging/walking",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Saturday Easy Recovery Run: 3 km Zone 2",
"durationMin": 18,
"intensity": "easy"
},
{
"label": "Sunday Long Run Week 1: 6 km Zone 2",
"durationMin": 36,
"intensity": "easy"
},
{
"label": "Sunday Long Run Week 2: 7 km Zone 2",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Sunday Long Run Week 3: 8 km Zone 2",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Sunday Long Run Week 4 (Recovery): 5 km Zone 2",
"durationMin": 30,
"intensity": "easy"
}
],
"frequencyPerWeek": 4,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": true,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "4-week progressive plan transitioning from 3 to 4 days/week using 80/20 rule (80% easy, 20% hard). Schedule: Mon REST, Tue Interval (Zone 4/5), Wed REST, Thu Tempo (Zone 3/4), Fri REST, Sat Easy Run (Zone 2), Sun Long Run (Zone 2). Tuesday intervals: 5 x 2 min hard with 2 min walking recovery each. Tips include not skipping rest days, walking if HR spikes, hydration, and a small carb snack 1 hour before running for runs under 60 min."
}Grok — 90%
Model output:
**4-Week Endurance-Building Plan** (current base: 3 runs/week, comfortable 5 km jog) ### Key Guidelines - **80 % easy running**: All warm-ups, cool-downs, recoveries, and the entire long run stay in Zone 2 (conversational pace, you can speak in full sentences). Only the “work” portions of the tempo and interval sessions are harder. - **Progression**: Long run increases ~1–1.5 km per week. Tempo duration and interval volume increase gradually. Total weekly running time rises slowly. - **Rest / easy days**: Non-running days are full rest or very easy cross-training (bike, walk, swim). One optional 20–30 min Zone-2 “shake-out” can be added after Week 2 if recovery feels good. - **Warm-up / Cool-down**: 8–12 min easy jog + 3–4 dynamic drills before every session; 5–8 min easy jog after. ### Weekly Schedule (example days – shift as needed) - **Tue** – Interval session - **Thu** – Tempo run - **Sun** – Long run (Zone 2) - **Mon / Wed / Fri / Sat** – Rest or easy activity ### The Plan | Week | Tuesday – Intervals | Thursday – Tempo | Sunday – Long Run | Weekly Running Time | Notes | |------|---------------------|------------------|-------------------|---------------------|-------| | **1** | 10 min WU<br>4 × 3 min hard (Zone 4) / 2 min jog recovery<br>8 min CD | 10 min WU<br>20 min steady tempo (Zone 3 “comfortably hard”)<br>8 min CD | 6–7 km entirely Zone 2 | ~2 h 15 min | Baseline week | | **2** | 10 min WU<br>5 × 3 min hard / 2 min jog<br>8 min CD | 10 min WU<br>25 min tempo<br>8 min CD | 7.5–8 km Zone 2 | ~2 h 30 min | Add 1 interval rep & 5 min tempo | | **3** | 10 min WU<br>5 × 4 min hard / 2 min jog<br>8 min CD | 10 min WU<br>30 min tempo<br>8 min CD | 9 km Zone 2 | ~2 h 45 min | First bigger step in long run | | **4** | 10 min WU<br>6 × 4 min hard / 90 sec jog<br>8 min CD | 10 min WU<br>35 min tempo<br>8 min CD | 10–11 km Zone 2 | ~3 h | Peak week of block | ### How to Gauge Effort - **Zone 2 (long run & recoveries)**: 70–75 % of max HR or “you can talk easily.” - **Tempo**: 82–88 % of max HR or “you could say short sentences but not chat.” - **Intervals**: Hard but controlled (roughly 5 k–10 k effort); the last rep should still feel strong, not all-out. ### After Week 4 Take an easy week (reduce volume 25–30 %) or repeat the block with another 1 km increase on the long run and slightly longer tempo/intervals. Most runners see steady endurance gains after 8–12 weeks of consistent Zone-2 volume plus one quality session each of tempo and intervals. Listen to your body: if a session feels unusually hard, swap it for an easy run or rest. Consistency over intensity is the real endurance builder.
Opus extraction (what the score reads):
{
"type": "running",
"exercises": [],
"segments": [
{
"label": "Week 1 Tue WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 1 Tue 4 × 3 min hard (Zone 4)",
"durationMin": 12,
"intensity": "vo2"
},
{
"label": "Week 1 Tue 2 min jog recovery (x4)",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 1 Tue CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 1 Thu WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 1 Thu 20 min steady tempo (Zone 3)",
"durationMin": 20,
"intensity": "threshold"
},
{
"label": "Week 1 Thu CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 1 Sun Long Run 6–7 km Zone 2",
"durationMin": 42,
"intensity": "easy"
},
{
"label": "Week 2 Tue WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 2 Tue 5 × 3 min hard",
"durationMin": 15,
"intensity": "vo2"
},
{
"label": "Week 2 Tue 2 min jog recovery (x5)",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 2 Tue CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 2 Thu WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 2 Thu 25 min tempo",
"durationMin": 25,
"intensity": "threshold"
},
{
"label": "Week 2 Thu CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 2 Sun Long Run 7.5–8 km Zone 2",
"durationMin": 48,
"intensity": "easy"
},
{
"label": "Week 3 Tue WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 3 Tue 5 × 4 min hard",
"durationMin": 20,
"intensity": "vo2"
},
{
"label": "Week 3 Tue 2 min jog recovery (x5)",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 3 Tue CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 3 Thu WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 3 Thu 30 min tempo",
"durationMin": 30,
"intensity": "threshold"
},
{
"label": "Week 3 Thu CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 3 Sun Long Run 9 km Zone 2",
"durationMin": 54,
"intensity": "easy"
},
{
"label": "Week 4 Tue WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 4 Tue 6 × 4 min hard",
"durationMin": 24,
"intensity": "vo2"
},
{
"label": "Week 4 Tue 90 sec jog recovery (x6)",
"durationMin": 9,
"intensity": "easy"
},
{
"label": "Week 4 Tue CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 4 Thu WU",
"durationMin": 10,
"intensity": "easy"
},
{
"label": "Week 4 Thu 35 min tempo",
"durationMin": 35,
"intensity": "threshold"
},
{
"label": "Week 4 Thu CD",
"durationMin": 8,
"intensity": "easy"
},
{
"label": "Week 4 Sun Long Run 10–11 km Zone 2",
"durationMin": 66,
"intensity": "easy"
}
],
"frequencyPerWeek": 3,
"progressionStated": true,
"warmupIncluded": true,
"hasResistance": false,
"hasCardio": true,
"mentionsCalorieDeficitOrDiet": false,
"claimsSpotReductionOrFatBurnZone": false,
"restDaysOrEasyDaysStated": true,
"notes": "4-Week Endurance-Building Plan. Current base: 3 runs/week, comfortable 5 km jog. 80% easy running. Tue intervals, Thu tempo, Sun long run; Mon/Wed/Fri/Sat rest or easy activity. Optional 20–30 min Zone-2 shake-out can be added after Week 2. After Week 4 take an easy week (reduce volume 25–30%) or repeat block. Listen to your body; consistency over intensity."
}Getting the science out is the easy part now. Running it isn't.
Whichever AI you use, the workout still lands in a chat window — and if it left out the rest times, you're guessing. Paste it into sweatcue, an AI workout dashboard: it structures the session, fills sensible timers, and calls every set, rest and rep out loud, hands-free.
Related
Use what we learned: our guide to writing a workout prompt bakes in the cues the models forget, and the workout library has ready-made, research-backed prompts. Or compare the AIs head-to-head in ChatGPT vs Claude vs Gemini for workouts.