AIToday
Large Language ModelsAI Business & IndustryAmazon AI BlogPublished: Aug 4, 2026, 04:00 JST7 min read

Formula 1 cuts data integration from 8 weeks to 40 minutes with AI agents on AWS

Formula 1 cuts data integration from 8 weeks to 40 minutes with AI agents on AWS

Key takeaway

  • Formula 1 and AWS launched the Data Accelerator in early 2026, an AI-powered system that cut data source onboarding time from 6–8 weeks to approximately 40 minutes of code generation plus hours of deployment.

  • The agentic solution uses Amazon Bedrock to automatically generate infrastructure code, data transformations, governance policies, and GDPR classifications without manual engineering, while also detecting upstream schema changes in real time and providing unified end-to-end observability across F1's MarTech platform.

  • For a business serving over 800 million fans where commercial decisions move at racing speed, this automation eliminates an 18-month backlog and removes a critical operational friction point.

3 Key Points

  1. What happened

    Formula 1 and AWS built the Data Accelerator in early 2026, an agentic AI solution using Amazon Bedrock AgentCore that automates the onboarding of new data sources to F1's Customer 360 MarTech platform. The system reduced onboarding time from 6 to 8 weeks to approximately 40 minutes of code generation plus hours of deployment, with AI agents now handling 95% of the work autonomously. The solution also detects and fixes data schema changes in real time, provides end-to-end observability across the entire data platform, and unified data access across previously disconnected teams.

  2. Why it matters

    F1's marketing platform is the backbone of fan engagement for over 800 million fans globally, and commercial decisions move at racing speed—fan engagement windows are measured in minutes. Before the Data Accelerator, F1 faced an 18-month backlog just to integrate 12 new sources, and unexpected upstream data changes often surfaced mid-race-weekend or during campaign launches, forcing engineers to spend hours manually tracing issues across multiple systems. The automation removes this bottleneck, allowing the business to respond to data needs faster and giving compliance and operations teams real-time visibility into data quality and lineage for the first time.

  3. What to watch

    The solution is built on a modular skill architecture that lets new capabilities ship as separate skill modules without changing the core agent loop, making it scalable as F1's data needs grow. Notably, the agent proactively applies GDPR classification to every data column and tags it automatically, eliminating manual compliance review cycles. The platform also introduced a root cause analysis (RCA) tool that reads system logs to identify failure points across the data estate.

In Depth

Read the full story

In early 2026, Formula 1 and AWS built the Data Accelerator to transform F1's Customer 360 MarTech platform from a manually maintained system into a self-managed, observable, and unified data estate. F1's platform ingests data from ticketing partners, streaming integrations, sponsor activation feeds, social media, and merchandise systems to power personalization, segmentation, and commercial strategy for an audience of over 800 million fans. Races happen every two weeks, and fan engagement windows are measured in minutes—commercial decisions need to move at the speed of the grid.

The operational challenge was acute. According to Chris Roberts, Director of IT at Formula 1, every new data source required 6 to 8 weeks of manual engineering, and the team had an 18-month backlog just to integrate 12 new sources. Matt Kemp, F1 Head of Data Operations, explained the problem: "Manually ingesting data sources is time consuming, creates solution variances, and ultimately results in data integrity issues." The business was generating data faster than engineers could wire it up. On top of onboarding delays, upstream providers frequently changed column names, added fields, or restructured and rescheduled payloads without notice. These changes often surfaced at the worst moment—mid-race-weekend or during a mission-critical campaign launch. Meanwhile, visibility was fragmented: logs were scattered across services with no unified data lineage, so when a stakeholder questioned a metric, engineers spent hours manually tracing the issue across Amazon S3 paths, Amazon Redshift control tables, Airflow logs, and DBT outputs.

The Data Accelerator addressed these challenges through five simultaneous workstreams. The centerpiece is agentic data source onboarding using Amazon Bedrock AgentCore. The system works in two phases: Phase 1, a team member uploads a Business Requirements Document to an S3 bucket, triggering an AWS Lambda function that invokes Amazon Bedrock AgentCore Runtime. The agent reads the BRD and generates a set of configuration files, then accesses GitHub through a GitHub App to push these files as a pull request to a standardized Git repository and accesses Jira through its REST API to create a ticket. An engineer reviews and approves. Phase 2, the agent takes the approved configuration and generates three separate pull requests: AWS Glue application and infrastructure code, DBT transformation framework, and governance policies including GDPR tagging. All three PRs link to a single Jira ticket for traceability. What distinguishes this from a basic code generator is the integrated GDPR classification: the agent proactively analyzes every data column, determines whether it contains personal data, sensitive personal data, or pseudonymized data, and tags it with the appropriate GDPR category. These tags publish directly to the governance registry in SageMaker Unified Studio, giving the compliance team immediate visibility without manual review cycles. The modular skill architecture encapsulates distinct capabilities—schema mapping and data type inference, data quality validation, governance enforcement, and sensitive data classification—as separate skills that activate at runtime. The agent uses a multi-pass reasoning process: Pass-0 handles token management, Pass-1 summarizes tool outputs, and Pass-2 rolls up an overall assessment. The result is onboarding time dropped from 6 to 8 weeks to approximately 40 minutes of code generation plus hours of deployment and review, with AI agents handling 95% of the work autonomously.

Automated schema evolution detection is the second workstream. The same agent architecture that handles onboarding now continuously monitors for upstream schema changes using event-driven triggers with AWS Lambda and Amazon EventBridge. When a provider modifies their data structure, the agent detects it, assesses the downstream impact by identifying which pipelines are affected and which consumers depend on the changed fields, and then generates the necessary code updates across all affected repositories and creates a Jira ticket with full context and linked PRs. End-to-end resolution now takes hours instead of days. The third workstream, unified data access through Amazon SageMaker Unified Studio, transformed how teams collaborate. Previously, data engineers curated pipelines in one account, data scientists modeled in a separate account, and analysts operated in a third world entirely. Nobody shared tooling or context, and getting from a question to an answer took days of coordination. The solution uses SageMaker Unified Studio as the foundation for a data mesh framework where declarative governance codifies access control. A single data source definition simultaneously publishes data to the catalog and provisions the access control needed for consumers to subscribe, making it safe for agents to onboard new data products end-to-end without human review of IAM policies. Data scientists now open Unified Studio, find curated Customer 360 datasets, and start modeling with shared notebooks, consistent tooling, and governed access—the curation and consumption finally live side by side.

The fourth workstream delivered end-to-end observability with a root cause analysis tool and context graph. The observability layer presents full data lineage from S3 raw ingestion through processed layers into Amazon Redshift DBT stages as a single interactive graph, color-coded for health. Users click on any node to drill down to individual sources and tables, each showing pass/fail status, last run time, and duration. If a pipeline fails, the lineage visualization shows exactly where the break occurred and which downstream data is affected. Root cause analysis (RCA) reads system logs and identifies failure points across the data estate. Roberts reflected on the impact: "For the first time, we have end-to-end visibility across the entire MarTech platform with data lineage and root cause analysis, not just dashboards full of alerts." A sixth workstream optimized the customer identity resolution algorithms that unify fan touchpoints across channels.

Context & Analysis

Formula 1's challenge was structural: a MarTech platform ingesting data from ticketing, streaming, sponsors, social media, and merchandise systems faced three bottlenecks. First, onboarding each new source required 6–8 weeks of manual work—engineers had to write schema mappings, build pipelines, configure quality checks, define GDPR classifications, and set governance policies by hand, creating an 18-month backlog for just 12 sources. Second, upstream providers constantly changed data structures without notice, and F1 discovered these failures when pipelines broke mid-race-weekend or during mission-critical campaigns. Third, observability was fragmented across Apache Airflow, Amazon S3, Amazon Redshift, and DBT logs, forcing engineers to spend hours manually tracing issues when stakeholders questioned a metric.

The Data Accelerator solves these three problems by shifting from manual engineering to agentic automation. A team member uploads a Business Requirements Document to S3, triggering an Amazon Bedrock agent that generates configuration files, pushes them as a pull request to GitHub, and creates a Jira ticket—all without boilerplate code. Once approved, a second phase agent generates three separate pull requests for AWS Glue infrastructure, DBT transformations, and governance policies, with GDPR tagging embedded automatically. The modular skill architecture (schema mapping, data quality validation, governance, sensitive data classification) allows new capabilities to ship as plug-in skills without changing the core loop, making the system maintainable as F1 scales. Concurrently, the same agents continuously monitor upstream data structures via event-driven triggers, detect changes, assess downstream impact, and propose fixes—turning days of manual remediation into hours.

FAQ

How fast is data source onboarding now compared to before?
Onboarding time dropped from 6 to 8 weeks to approximately 40 minutes of code generation plus hours of deployment and review. AI agents now handle 95% of the work autonomously.
How does the system handle changes to upstream data sources?
The same agent architecture continuously monitors for upstream schema changes using event-driven triggers with AWS Lambda and Amazon EventBridge. When a provider modifies their data structure, the agent detects it, assesses the downstream impact, generates necessary code updates across all affected repositories, and creates a Jira ticket with context and proposed fixes. End-to-end resolution now takes hours instead of days.
Does the system handle data privacy compliance?
Yes. The agent proactively analyzes every data column, determines whether it contains personal data, sensitive personal data, or pseudonymized data, and tags it with the appropriate GDPR category automatically. These tags publish directly to the governance registry in SageMaker Unified Studio, giving the compliance team immediate visibility without manual review cycles.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleCyber Agent launches AI contest with ¥10M prize, but rejects feasibility demands

The AI news that matters, in one minute each morning.

Sign up free