You know that game where you blow on a marble rolling down a tilted board, trying to steer it through a maze? You can't grab the marble — you can only change the air around it and hope the nudge propagates. That's the core mechanism here: perturb the atmospheric fields surrounding a typhoon inside a simulation, observe how the storm's track and intensity respond, and close the loop with a PID controller that keeps nudging until the output hits a target. The committed claim: this is the first dedicated testbed that wires classical closed-loop control (PID) into an operational-grade AI weather forecasting model (Pangu Weather) to systematically map typhoon perturbation-response relationships. Prior sensitivity studies used low-order dynamical models — toy atmospheres. This group argues that running the same control-theory experiments on a high-resolution AI forecaster changes the game because the underlying model captures real-world nonlinearities that simplified models miss. Architecturally, the system is a MATLAB/ONNX cross-platform framework with four modular blocks: a meteorological prediction module (Pangu Weather via ONNX), an artificial perturbation input interface, a typhoon quantitative modeling module that extracts track and intensity from the forecast fields, and a PID closed-loop test module. They built a Single-Input Single-Output (SISO) system — velocity perturbations and thermal perturbations go in, typhoon track deviation and intensity change come out. The PID controller adjusts perturbation magnitude iteratively to drive the output toward a setpoint. This is textbook control theory grafted onto a neural weather model. The ladder question is where things get honest — or rather, where the paper gets quiet. There are no named baselines with numbers. The paper doesn't compare its perturbation-response mappings against ensemble perturbation methods (the standard approach in operational meteorology), adjoint-based sensitivity analysis, or even other AI weather models like GraphCast or FourCastNet. The experiments reveal 'feasible perturbation-response ranges' and 'energy-scale response characteristics,' but the abstract provides no specific numerical results — no track deflection in kilometers per unit perturbation, no intensity change in hPa. This is a framework demonstration, not a benchmarked result. Integrity is the soft spot. The entire validation loop is circular: the Pangu Weather model generates the forecast, the perturbations are injected into that same model, and the responses are measured from that same model's output. Nobody is checking whether these perturbation-response relationships hold in a different model, let alone in reality. The PID tuning behavior they characterize is a property of their controller interacting with Pangu's learned dynamics — not necessarily a property of real typhoons. There's no comparison to physical observations, no ensemble spread analysis, no cross-model validation. The milestone framing is where the paper's ambition lives. They explicitly name the expansion path: SISO today, MIMO (Multi-Input Multi-Output) next, then nonlinear PID or model predictive control (MPC). The implicit target is a control framework sophisticated enough to answer whether deliberate atmospheric intervention could meaningfully deflect a typhoon — the weather modification question that atmospheric science has circled for decades. But the paper provides no concrete numbers for what 'enough' looks like. The obvious experiment they didn't run: testing the same perturbation protocol on GraphCast, FourCastNet, or GenCast to see whether the response curves are model-dependent or model-invariant. If different AI weather models produce wildly different perturbation-response mappings for the same typhoon, the entire testbed concept has a robustness problem. My read: this is (c) — they're saving cross-model validation for the next paper, because a single-model demonstration is publishable and the cross-model comparison is a harder, more expensive project.