Every day at 8 AM, the workflow automatically retrieves the latest F1 data—including driver standings, qualifying results, race schedules, and circuit information. All sources are merged into a unified dataset, and driver performance metrics are computed using historical trends. An AI agent, enhanced with vectorized race history, evaluates patterns and generates race-winner predictions. When the confidence score exceeds the defined threshold, the system pushes an automated Slack alert and records the full analysis in the database and Google Sheets.
newsApiUrl, weatherApiUrl, historicalYears, and confidenceThreshold.OpenAI account (GPT-4o access), Slack workspace admin access, PostgreSQL instance, Google Sheets account, n8n instance with LangChain community nodes enabled.
Extend by adding constructor predictions (modify AI prompt). Integrate Discord or Teams instead of Slack.
Saves time by automating data collection, improves accuracy using multiple performance metrics and historical patterns.