GitHub has introduced Qubot, an AI-powered analytics agent that lets employees query company data using plain English. The tool, built on top of GitHub Copilot, aims to simplify data analysis for workers who may not have technical backgrounds in SQL or Python. The move extends GitHub's push to embed artificial intelligence into everyday development workflows.
What Qubot does
Qubot is designed to answer questions about internal data without requiring users to write complex queries. Instead of drafting a SQL statement or scripting in Python, a worker can ask something like “Show me last quarter’s revenue by region” and get an answer directly. The agent interprets the request, retrieves the relevant data, and presents it in a format that makes sense—often a chart, table, or summary.
GitHub says the tool streamlines analysis for employees who need insights quickly but don’t have the time or skills to dig through databases manually. Because Qubot runs on the same Copilot infrastructure that already helps developers generate code, the company hopes the transition to natural-language analytics will feel familiar to its users.
How Copilot powers the agent
GitHub Copilot, originally a code-completion assistant, provides the underlying AI model for Qubot. The same large language model that suggests lines of code in an editor now translates spoken or typed questions into database queries. That overlap means Qubot benefits from Copilot’s existing training on code and logic, which helps it understand the structure of data tables and the intent behind a question.
For now, Qubot appears to be focused on internal business data—sales figures, customer metrics, engineering dashboards—rather than public-facing analytics. The company has not specified which data sources it connects to, but the expectation is that organizations will link their own databases or spreadsheets.
Who can use it
GitHub has not announced a public release date for Qubot or detailed pricing. The agent was unveiled as part of a broader effort to expand Copilot beyond code generation. Early testers are likely internal GitHub teams or select enterprise customers. The company has not said whether Qubot will be bundled with existing Copilot subscriptions or sold as a separate add-on.
Because the tool relies on access to company data, security and permissions will be key. GitHub has not elaborated on how Qubot handles authentication or whether it respects existing role-based access controls inside an organization.
What’s next
GitHub has offered no timeline for a wider rollout. The company is expected to share more details in the coming months, possibly at its annual GitHub Universe conference. Developers and data teams will be watching to see whether Qubot can handle complex multi-table joins or sensitive data governance rules—questions the announcement left unanswered.




