Search papers, labs, and topics across Lattice.
This paper introduces CastClaw, a human-in-the-loop autonomous forecasting system designed to enhance time-series forecasting by integrating user input, specialized models, and analytical tools within a single runtime environment. By allowing users to specify forecasting parameters in natural language and incorporating checks for temporal patterns and constraints, CastClaw effectively improves the accuracy of predictions while maintaining transparency through an execution report. In a comparative evaluation across five electricity-price datasets, CastClaw achieved the lowest point-estimate mean squared error (MSE) and mean absolute error (MAE) among 16 baseline models, showcasing its effectiveness in real-world applications.
CastClaw achieves unprecedented accuracy in time-series forecasting by seamlessly integrating human expertise with autonomous model evaluation and revision.
Real-world time-series forecasting is rarely a one-shot model invocation: practitioners must formulate tasks, connect data and models, incorporate domain expertise, assess prediction plausibility, and communicate uncertainty. Specialized forecasting models provide strong numerical predictions but usually operate in fixed pipelines, while general-purpose large language model (LLM) agents often lack forecasting-specific checks, constraints, and stopping rules. We present CastClaw, a human-in-the-loop autonomous forecasting system built through forecasting-oriented harness engineering. CastClaw connects data, specialized models, analytical tools, user input, and a versioned execution record in one runtime. Users specify the target, horizon, constraints, and hypotheses in natural language. Starting from a supplied or model-generated forecast, CastClaw checks temporal patterns and user constraints; when evidence is missing, it retrieves context, runs an analysis or another model, or asks the user. It then keeps, revises, or escalates the result under explicit stopping conditions. The output contains the final forecast and an execution report recording inputs, evidence, actions, and revisions. In this five-dataset electricity-price setting, CastClaw reports the lowest point-estimate MSE and MAE among 16 baselines. A Nord Pool case demonstrates the inspectable workflow. CastClaw was also validated offline on provincial electricity-load data from North China covering January--June 2026.