Agentic copilots in production
Several recent social posts show agentic AI and copilots being used to build and run dashboards in production—examples include LLMs creating a family financial dashboard over the phone and a dashboard built from hundreds of agent calls. (x.com) (x.com) (x.com)
A new crop of demos shows artificial intelligence copilots moving past chat windows and into live operations, building dashboards and updating them with tool calls and code. (developers.openai.com) (learn.microsoft.com) In one July 2026 post, Daniel Mac said a large language model built a family financial dashboard during a phone call. In another, Wayne Small said his system assembled a dashboard through hundreds of agent calls, pushing the idea from a single prompt to a chained workflow. (x.com 1) (x.com 2) A copilot is a helper that answers questions inside software. An agent goes further: it can search the web, read files, click through software, and hand work to other tools before returning an answer. (developers.openai.com 1) (developers.openai.com 2) (developers.openai.com 3) That shift has been formalized in product releases over the last year. OpenAI said on March 11, 2025 that it had released the building blocks of a new Agents platform, including the Responses Application Programming Interface, web search, file search, computer use, and an Agents software development kit with tracing. (help.openai.com) (openai.github.io) Anthropic and Microsoft have shipped similar pieces. Anthropic’s computer use tool lets Claude see screens, move a cursor, click, and type, while Microsoft says autonomous agents in Copilot Studio can monitor data, react to triggers, and run workflows in the background. (platform.claude.com) (learn.microsoft.com) Dashboards are a natural target because they sit at the end of a long chain of repetitive work: pulling data, cleaning fields, writing queries, choosing charts, and refreshing outputs. A 2025 research paper described a multi-agent “data-to-dashboard” system that automates domain detection, concept extraction, analysis generation, and self-checking before visualization. (arxiv.org) Software vendors are also building management layers around the new behavior. Microsoft announced a centralized Agent Dashboard in late 2025 to track adoption, top-performing agents, and usage data inside Copilot Analytics. (techcommunity.microsoft.com) The production question is less whether a model can draw a chart than whether it can do the surrounding work safely. OpenAI’s computer-use guidance says developers should run agents in isolated browsers or virtual machines, keep a human in the loop for high-impact actions, and treat page content as untrusted input. (developers.openai.com) The posts circulating this month land in that gap between prototype and routine software. They show agents being used not just to answer questions about dashboards, but to assemble the dashboard itself and keep the system moving after the first prompt. (x.com) (developers.openai.com)