Linear
Linear is a product and issue-tracking company whose team shared practical guidance for building production agents.
Key Highlights
- Linear is increasingly referenced as both an issue-tracking company and a case study in building production AI agents.
- Its team shared practical guidance for shipping agents, including starting with one frequent workflow and turning failures into evals.
- Linear Agent was described as running an LLM in a tool-calling loop with dynamic skills and context from Slack, Linear, and codebases.
- Linear’s roadmap points beyond issue tracking into Skills, Automations, Code Intelligence, and coding-agent capabilities.
- For AI PMs, Linear is a useful example of embedding AI across intake, planning, triage, and implementation workflows.
Linear
Overview
Linear is a product and issue-tracking company that increasingly appears in conversations about how modern software teams operationalize AI agents inside real workflows. Beyond its core planning and issue-management product, Linear has been discussed as a company building agent-native capabilities such as Linear Agent, Skills, Automations, Code Intelligence, and a Linear Coding Agent. Its team has also shared practical lessons on taking agents from prototype to production, especially around workflow design, context retrieval, tool use, and feedback loops.For AI Product Managers, Linear matters because it offers a concrete example of how AI can be embedded across the product-development lifecycle rather than treated as a standalone chatbot feature. Newsletter mentions describe Linear using agents to transform customer conversations and Slack threads into issues, generate and split specs into tickets, route work to coding agents, and improve systems through observed failures. That makes Linear useful both as a product ecosystem and as a case study in applied AI operations for product teams.
Key Developments
- 2026-03-05: Linear was highlighted as one of several AI-native companies assigning work to AI “team members” through natural language, alongside examples from Ramp and Factory AI.
- 2026-03-06: Peter Yang described how Linear embeds AI agents across product workflows: reading customer conversations, creating and deduplicating issues, routing work, generating specs, splitting them into tickets, and sending smaller fixes to coding agents.
- 2026-03-26: Reporting on Linear’s 2026 roadmap pointed to expansion beyond issue tracking into Linear Agent, Skills, Automations, Code Intelligence, and the Linear Coding Agent.
- 2026-03-29: Karri Saarinen’s view, echoed by Peter Yang, emphasized that in a world where teams can spin up many agents quickly, shared clarity on users, problems, and product vision becomes even more important.
- 2026-05-04: Linear was shown as the task system behind OpenAI’s open-source Symphony orchestrator, where coding agents poll Linear tickets, use `workflow.md`, and operate in isolated workspaces.
- 2026-07-06: Linear appeared as one of the core context systems in Rohan Varma’s Codex workflow, alongside Slack, Notion, and Google Drive, including automations that create or update Linear issues from Slack feedback.
- 2026-07-07: A workflow using OpenAI Symphony + Linear positioned Linear as an agent state machine for autonomous coding tasks, with issues spawning Codex workpads, acceptance criteria, and PR previews.
- 2026-07-27: Peter Yang described using Codex as a daily “heartbeat” across email, Slack, and Linear to prioritize tasks and prepare responses, illustrating Linear’s role in AI-assisted personal workflow management.
- 2026-08-10: More implementation detail emerged on Linear Agent: it runs an LLM in a tool-calling loop, dynamically loading task-specific skills and retrieving context from Slack, Linear, and the codebase to turn a discussion into a Linear issue and a pull request. The first prototype reportedly called an LLM directly from the frontend and was first released internally through Slack mentions.
- 2026-08-11: Linear’s team shared five practical lessons for building production agents: map the real workflow, equip agents to retrieve context, start with one frequent job, use the strongest model until the workflow works, and convert failures into evals or product tasks. Their first production workflow turned sales notes and Slack discussions into issues, and they used quiet launch feedback plus explicit loops for poor behavior and missing-tool gaps to improve it.
Relevance to AI PMs
1. A concrete blueprint for production agents: Linear provides a practical model for shipping agent workflows in stages—start with a frequent job, observe real behavior, and turn failures into evals or roadmap items. AI PMs can apply this directly when scoping their own agent launches.2. A strong example of context-rich workflow design: Mentions of Linear Agent repeatedly show that agent quality depends on pulling the right context from systems like Slack, issue trackers, docs, and codebases. For AI PMs, this is a reminder that tool access and retrieval architecture often matter more than prompt polish.
3. An operating model for AI-native product development: Linear demonstrates how agents can participate across intake, triage, planning, specification, implementation, and automation. AI PMs can use this as a reference for identifying high-frequency, high-context tasks in their own product orgs that are ready for agent support.
Related
- Karri Saarinen: Linear’s CEO; associated with the view that stronger agent leverage increases the need for crisp product vision and user clarity.
- Peter Yang: Frequently surfaced and summarized Linear’s practices, especially around production agents and AI-native product development.
- Linear Agent / Linear Coding Agent: Emerging AI capabilities associated with Linear’s roadmap and execution model.
- Skills, Automations, Code Intelligence: Product areas tied to Linear’s expansion beyond classic issue tracking into agent-oriented workflows.
- Slack: A key context and interaction layer in several Linear workflows, including turning conversations into issues and internal agent launches via Slack mentions.
- OpenAI Symphony / Codex / openai-codex: External agent orchestration and coding systems often integrated with Linear tickets and workflows.
- Ramp and Factory AI: Other AI-native companies mentioned alongside Linear as reference points for operationalizing agents in product and engineering work.
- Notion, Google Drive, Google Workspace, Reddit, Coinbase: Part of the broader context ecosystem referenced in adjacent agent workflows where Linear acts as a planning or execution layer.
- MCP, agent-ui, workflowmd, playwright-cri: Related infrastructure and tooling concepts connected to the broader agent stack discussed around companies like Linear.
Newsletter Mentions (15)
“Linear’s first production workflow turned sales notes and Slack discussions into issues; the team launched it quietly and used observed behavior to guide subsequent workflows.”
Peter Yang recapped five takeaways from @thenanyu and @delashum at Linear for building production agents end to end: map the real workflow, equip agents to retrieve context, start with one frequent job, use the strongest model until the workflow works, and turn real failures into evals or product tasks. Linear’s first production workflow turned sales notes and Slack discussions into issues; the team launched it quietly and used observed behavior to guide subsequent workflows. Linear also created two feedback loops for poor agent behavior and missing-tool gaps.
“Linear Agent dynamically loads task-specific skills in production #1 ▶️ 5 Rules for Building AI Agents That Work in Production | Nan Yu & Jacob Shumway Peter Yang Linear Agent runs an LLM in a tool-calling loop, loading task-specific skills and context from systems such as Slack, Linear, and a codebase to turn a Slack discussion into a Linear issue and a pull request.”
Linear Agent dynamically loads task-specific skills in production #1 ▶️ 5 Rules for Building AI Agents That Work in Production | Nan Yu & Jacob Shumway Peter Yang Linear Agent runs an LLM in a tool-calling loop, loading task-specific skills and context from systems such as Slack, Linear, and a codebase to turn a Slack discussion into a Linear issue and a pull request. Linear’s first prototype called an LLM directly from the frontend, exposed Linear command-menu actions as tools, and was initially released internally through Slack app mentions without an announcement.
“Peter Yang turned Codex into a “heartbeat” by having it check his email, Slack, and Linear at 9 am, 1 pm, and 5 pm to prioritize tasks—and then gradually added preferences like including links, integrating with Linear, and pre-drafting his Slack replies and emails.”
#1 𝕏 Peter Yang turned Codex into a “heartbeat” by having it check his email, Slack, and Linear at 9 am, 1 pm, and 5 pm to prioritize tasks—and then gradually added preferences like including links, integrating with Linear, and pre-drafting his Slack replies and emails.
“How I run autonomous coding agents from my phone with OpenAI Symphony + Linear How I AI Podcast Alessio Fanelli runs OpenAI Symphony on a 32 GB/4-core cloud VPS integrated with Linear as an agent state machine to autonomously manage coding tasks with per-task token tracking (peaking at 221 million tokens) and leverages OpenAI Codex with in-app browser access to scrape PSA certificate numbers and hunt underpriced $10 K–$20 K Pokémon cards on eBay for his Merlin Games shop.”
GenAI PM Daily July 07, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 20 insights for PM Builders, ranked by relevance from Blogs, X, YouTube, and LinkedIn. #6 ▶️ How I run autonomous coding agents from my phone with OpenAI Symphony + Linear How I AI Podcast Alessio Fanelli runs OpenAI Symphony on a 32 GB/4-core cloud VPS integrated with Linear as an agent state machine to autonomously manage coding tasks with per-task token tracking (peaking at 221 million tokens) and leverages OpenAI Codex with in-app browser access to scrape PSA certificate numbers and hunt underpriced $10 K–$20 K Pokémon cards on eBay for his Merlin Games shop. VPS “Zoo” (32 GB RAM, 4 cores) hosts Symphony tied to Linear projects where Linear issues auto-spawn Codex workpads containing implementation plans, acceptance criteria, rework checklists and GitHub PR previews for human review. Symphony’s built-in ledger records token consumption per task in Linear fields, showing tasks from ~15 million tokens up to a 221 million-token rewrite to make the app deployable on Vercel.
“Rohan Varma uses the OpenAI Codex app (agent control plane) to pull context from Slack, Notion, Linear and Google Drive; automate Slack reply triggers; prototype UI variants via the built-in ImageGen skill; and convert Notion documents into live Sites.”
#3 ▶️ OpenAI PM Reveals How He Uses Codex to Do Product Work | Rohan Varma Peter Yang Rohan Varma uses the OpenAI Codex app (agent control plane) to pull context from Slack, Notion, Linear and Google Drive; automate Slack reply triggers; prototype UI variants via the built-in ImageGen skill; and convert Notion documents into live Sites. Codex integrates with Slack, Notion, Linear, email and Google Drive to synthesize thousands of daily feedback messages, enabling onboarding to a new project with full context in 20 minutes. Invoking the "imagegen" skill with a single screenshot in Codex produced four distinct UI mockups for a project-selection interface in under a minute and then generated a live prototype via the Sites feature. Codex was instructed to schedule a daily automation that parses a Slack channel for feedback, creates or updates Linear issues, and posts a summary in Slack to Rohan Varma, deleting the automation after each run.
“The video demonstrates how to set up and run OpenAI's open-source Symphony orchestrator to manage coding agents via Linear tickets using a workflow.md file and isolated workspaces.”
#4 ▶️ New AI coding paradiagm - OpenAI Symphony AI Jason The video demonstrates how to set up and run OpenAI's open-source Symphony orchestrator to manage coding agents via Linear tickets using a workflow.md file and isolated workspaces. Symphony runs as a background scheduler polling a Linear project every 30 seconds, spinning up isolated workspaces per “to-do” ticket and managing session lifecycles with parallel agents configured in workflow.md. workflow.md includes YAML front matter specifying project slug, ticket filters, workspace paths, init hooks, parallel agent limits and CodeX settings, followed by a markdown-based SOP prompt detailing planning, validation, done criteria and human-review triggers.
“#7 𝕏 Peter Yang echoes @karrisaarinen (CEO @Linear) that when you can spin up 10 agents in 10 directions, shared clarity on your target users, the problem you’re solving, and your product vision is critical to keep fast execution focused.”
Today's top 10 insights for PM Builders from X and Blogs. #7 𝕏 Peter Yang echoes @karrisaarinen (CEO @Linear) that when you can spin up 10 agents in 10 directions, shared clarity on your target users, the problem you’re solving, and your product vision is critical to keep fast execution focused.
“#13 𝕏 Kevin Yien reveals that Linear’s 2026 roadmap isn’t just about issue tracking—it includes new capabilities like Linear Agent, Skills, Automations, Code Intelligence, and the Linear Coding Agent.”
#13 𝕏 Kevin Yien reveals that Linear’s 2026 roadmap isn’t just about issue tracking—it includes new capabilities like Linear Agent, Skills, Automations, Code Intelligence, and the Linear Coding Agent. #14 𝕏 clem 🤗 Anthropic revoked OpenAI’s access to its Claude AI models, citing repeated misuse of proprietary system prompts and escalating the rivalry between the two labs.
“Peter Yang explains how @Linear embeds AI agents into every product step—auto-reading customer conversations to create, dedupe, and route issues; generating and splitting specs into tickets (now most of their backlog); then sending small fixes to coding agents and invoking Cl...”
GenAI PM Daily March 06, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 25 insights for PM Builders, ranked by relevance from Blogs, X, LinkedIn, and YouTube. OpenAI Introduces GPT-5.4 Model #1 📝 OpenAI News Introducing GPT-5.4 - Announcement of GPT-5.4 as a new product release, highlighting improvements and new capabilities over prior models. The post introduces features and potential applications of GPT-5.4. Also covered by: @There's An AI For That , @Kevin Weil 🇺🇸 #9 𝕏 Peter Yang explains how @Linear embeds AI agents into every product step—auto-reading customer conversations to create, dedupe, and route issues; generating and splitting specs into tickets (now most of their backlog); then sending small fixes to coding agents and invoking Cl...
“Peter Yang unveils how three AI-native companies—Linear assigns tasks to AI “team members” via natural language, Ramp drives performance by mandating Claude Code usage, and Factory AI packages product management, UI, and data analysis into reusable AI skills—offering concrete...”
#10 𝕏 Peter Yang unveils how three AI-native companies—Linear assigns tasks to AI “team members” via natural language, Ramp drives performance by mandating Claude Code usage, and Factory AI packages product management, UI, and data analysis into reusable AI skills—offering concrete...
Related
Anthropic’s coding agent environment used for building workflows, sessions, and handoffs.
CEO of Vercel and a frequent commentator on infrastructure for AI agents and web apps.
Product and AI commentator who recaps practical lessons from builders and teams.
OpenAI’s coding assistant platform used for agentic development workflows.
Software entrepreneur mentioned for introducing a conversational interface for building agents. The newsletter frames him as drawing on decades of human-centric software design.
MCP is a deployment and integration concept for exposing tools and workflows to AI systems. In the newsletter it is mentioned as a way to deploy an analytics tool everywhere.
An OpenAI product leader mentioned as the user of Codex for product work. He is described as using AI to synthesize feedback, prototype interfaces, and automate operational workflows.
Autonomous or semi-autonomous AI systems that use tools, manage context, and complete tasks on behalf of users. The newsletter discusses common blockers such as tool quality, context overload, and system verification.
A workplace communication platform used here as a source of threads and app mentions for AI workflow automation. For PMs, Slack is a common integration surface for agents and internal tools.
OpenAI’s coding agent used for autonomous implementation, browser scraping, and prototype generation in this newsletter. It is relevant for agentic coding workflows and PM-led prototyping.
A company mentioned as already offering Sierra-like tools. It is notable here as an example of firms building internal AI assistants or customer-facing agent tools.
A documentation and knowledge-management tool used by Codex to retrieve context and convert documents into live product prototypes. It illustrates how PMs can connect written specs to agent workflows.
A workflow concept in Bolt where multiple applicable capabilities can be combined automatically. The newsletter describes them as stacking and being triggered by a single prompt.
Autonomous software agents that write, maintain, and redesign code systems. For PMs, they represent a shift in how engineering and research work gets allocated.
A social platform cited as the primary source LLMs trust for brand and category information in this newsletter. It is positioned as a key place for AI-visible discussions that influence recommendations.
Google's suite of productivity applications used for email, documents, spreadsheets, and calendaring. It is mentioned here as the environment Cursor agents can now operate across.
A company mentioned as already offering Sierra-like tools. It matters to PMs as another example of a large platform using AI assistant capabilities at scale.
An autonomous coding-agent setup described as running on a cloud VPS and integrated with Linear. For PMs, it illustrates agent orchestration, task tracking, and workflow automation.
An AI-native startup mentioned as delegating tasks to AI agents across multiple functions. Relevant to PMs as an example of an AI-first operating model.
A company focused on AI development workflows and agent harnesses. It is mentioned for its Missions framework and multi-step orchestration.
Stay updated on Linear
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free