BlaBlaCar builds a Data Copilot to shift data analysis left with LLMs and GitHub Copilot
Software Engineers at BlaBlaCar were blocked from self-service data analysis by unfamiliar tooling — SQL dialects, DBT, and Airflow — while Data Analysts were overwhelmed with ad-hoc 'quick questions', producing unmaintainable spaghetti SQL scattered across notebooks and sheets, and losing institutional knowledge in ephemeral Slack messages.
Generic AI assistants and existing Text-to-SQL tools were found unsuitable: generic AI tools lack business-specific context, and text-to-SQL products are designed for non-technical business users rather than engineers.
Questions that used to sit in a Jira backlog for 3 weeks are now answered in 10 minutes inside VS Code; engineers validate feature ideas with data autonomously, and Data Analysts are freed from the support queue to focus on deep-dive modeling.
Frequently asked questions
What did this team achieve with this AI workflow?
Questions that used to sit in a Jira backlog for 3 weeks are now answered in 10 minutes inside VS Code; engineers validate feature ideas with data autonomously, and Data Analysts are freed from the support queue to fo…
What tools did this team use?
BlaBlaCar Data Copilot, BigQuery, GitHub Copilot, VS Code, LLMs, DBT, Airflow.
What results were reported?
Question resolution time: 3 weeks to 10 minutes; Engineer data autonomy: Engineers are Autonomous; Analyst scalability: Analysts are Scalable (source-reported, not independently verified).
What failed first in this deployment?
Generic AI assistants and existing Text-to-SQL tools were found unsuitable: generic AI tools lack business-specific context, and text-to-SQL products are designed for non-technical business users rather than engineers.
How is this back office ops AI workflow structured?
Engineer asks question in IDE → Semantic codebase search → Literal string search → Context injection from curated files → Data Health Card generated → Analysis generated as code artifact → DA reviews pull request → Repository indexes PRs as memory.