惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cloudbric
Cloudbric
T
The Blog of Author Tim Ferriss
美团技术团队
S
SegmentFault 最新的问题
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
爱范儿
爱范儿
T
Threatpost
The Cloudflare Blog
Spread Privacy
Spread Privacy
Latest news
Latest news
Last Week in AI
Last Week in AI
V
Vulnerabilities – Threatpost
Hugging Face - Blog
Hugging Face - Blog
T
Tor Project blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Project Zero
Project Zero
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
Tenable Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
C
CERT Recently Published Vulnerability Notes
T
Threat Research - Cisco Blogs
Hacker News - Newest:
Hacker News - Newest: "LLM"
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
Hacker News: Ask HN
Hacker News: Ask HN
L
Lohrmann on Cybersecurity
阮一峰的网络日志
阮一峰的网络日志
C
Cyber Attacks, Cyber Crime and Cyber Security
量子位
I
Intezer
C
Check Point Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 【当耐特】
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
N
Netflix TechBlog - Medium
H
Heimdal Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog

Linear Blog

Teaching an agent to auto-fix bugs - Linear Now Linear writes the code, too - Linear Reviewing code in the agent era - Linear Code review should be fast - Linear How we hire at Linear - Linear Output isn’t design - Linear How we use Linear Agent at Linear Post mortem on Linear security incident on March 24th, 2026 A calmer interface for a product in motion Design is more than code - Linear How our Customer Experience team works in Linear - Linear Continuous planning in Linear - Linear Designing remote work at Linear - Linear Self-driving SaaS: When software runs itself - Linear A Linear spin on Liquid Glass - Linear Best practices for designing Linear Dashboards - Linear Why we committed to a zero-bugs policy - Linear How Commure uses Dashboards to track performance and guide planning - Linear How we built Triage Intelligence - Linear Giving our team liquidity through Linear’s first tender offer - Linear How Cursor integrated with Linear for Agents - Linear Quality Wednesdays: How we trained our team to see what doesn’t work - Linear Our approach to building the Agent Interaction SDK - Linear Inside Mercury’s six-month journey building with AI agents - Linear Building our way: Announcing our Series C - Linear Why is quality so rare? - Linear Design for the AI age Building what customers need, not just what they ask for - Linear The profitable startup - Linear Why and how Scale migrated to Linear - Linear Simplifying support at scale: How Pleo uses Linear Asks - Linear How we built multi-region support for Linear How we redesigned the Linear UI (part Ⅱ) - Linear A design reset (part I) Rethinking the startup MVP: Building a competitive product | Linear Descript's internal guide for using Linear Post mortem on Linear incident from Jan 24th, 2024 | Linear Why and how we do work trials at Linear Using AI to detect similar issues Planning for unplanned work How we run projects at Linear - Linear Linear raises $35M Series B led by Accel - Linear How we think about customer experience at Linear - Linear Scaling the Linear Sync Engine - Linear Welcoming Cristina Cordova to Linear How we built Project Updates Settings are not a design failure Linear – 2021 Wrapped Fast growing startups are built on Linear Building at the early stage Linear raises $13M in Series A funding from Sequoia Capital Invisible details - Building contextual menus - Linear Practices for Building — Linear is now open for all Startups, Write Changelogs Linear’s Next Chapter: Announcing our $4.2M Seed Round
Code Intelligence for Linear Agent - Linear
Karri Saarinen · 2026-05-15 · via Linear Blog

Linear Agent can now read your codebase and answer questions from the source itself. It can explain how a feature works, investigate likely causes behind a problem, and help teams understand the current implementation directly.

Learn more on the changelog.

Why Code Intelligence for Linear

As companies grow, coordination gets more expensive. Slack and Teams made questions easy to ask, but answering them still takes time and interrupts the people who hold the context. That context often already exists across code, specs, customer notes, issues, and decisions. The problem has been that the information is hard to reach, and there hasn’t been a system where it could all live together.

Linear is where product work already happens. Problems come in, context accumulates, plans get made, and work moves toward release. We had much of that in place, and we knew one important source of context was still missing, the code itself.

Code is one of the best forms of product context because it is objective. A behaviour either exists or it does not, and a feature either supports a case today or it does not, so you can get a definite answer about the state of things as they exist.

Once we brought code context into the system, we found it had impact beyond coding workflows. Our team made 1,055 Code Intelligence queries in February, 2,681 in March, 4,267 in April, and is on track to clear 5,200 in May. Each query is a question someone might otherwise have asked a teammate or spent time investigating on their own.

Linear can now do code research on demand or automatically across your team.

Bug triage can start with a hypothesis

One of the heaviest lifts for engineers doing triage is debugging against the codebase. The old workflow starts with manual investigation, which means finding the relevant area, checking recent changes, tracing the code paths, and guessing where to look first.

With Code Intelligence, you can ask the agent directly, or you can set it up so every issue is investigated automatically as it comes in.

@Linear why may this have regressed?
Check recent commits in this area, identify the 
most relevant code paths, and give me the most 
likely causes to validate first.

The agent can surface likely regressions, relevant code paths, and recent commits in the area. When that happens automatically as the bug arrives, anyone who picks up the issue starts from a partially investigated state rather than a blank one.

Support questions can start from the source

A customer reports a problem. Say an invite link stopped working, a login flow behaves unexpectedly, or a sync fails.

Normally, that gets escalated to engineering so someone can reconstruct the logic from the codebase. With Code Intelligence, the first investigation can happen immediately.

@Linear why would an invite link stop working after 
reinstalling the app? Check the relevant code paths
and any recent changes that could explain it.

The agent can trace the relevant code paths, inspect recent changes, and explain what is likely happening, so support can start with a grounded answer instead of a vague handoff. The question moves from “can someone look into this?” to “here is what the system appears to be doing, and here is where it is happening,” and escalations only happen when there is an actual problem that needs to be addressed.

The value is speed, better quality at the first point of contact, and more confident escalation of real problems.

Product can understand the system while writing the spec

A PM is researching customer requests across the system to understand the pattern in what users are asking for. The team sees a recurring need and wants to know how large the implementation lift would be against the current codebase.

These are product questions, but they are also code questions.

With Code Intelligence, the team can move from product ideas to scoping the technical lift in the same flow.

@linear based on the user requests, what would be 
the technical lift of implementing this? write your 
findings in to a technical spec as part of this project.

The agent can connect the request pattern to the current implementation, identify the main systems involved, and surface the edge cases that matter before the spec is written. Specs start from a more accurate picture of what is already there, which makes it easier to gauge feasibility and communicate the idea clearly.

Find the people with context

Code can also help answer an organisational question: Who has worked in this area before?

That context is usually scattered across memory, old pull requests, and half-remembered ownership. Code Intelligence can trace the relevant code paths, inspect recent changes, and look at git history to surface the people most likely to have context.

@Linear who has worked on this feature in the past?
Look at the relevant code paths, git history, and 
recent changes and point me to the people most likely 
to have context.

That gives designers and engineers a fast way to find likely context holders through the code itself.

Code context is for more than coding

Code context is useful whenever you are trying to understand what exists today. It is the objective record of the current state.

Outside of coding, it helps support explain how things work without always escalating or trying to investigate alone. It helps product understand implementation before planning changes, helps teams estimate work with better context, and helps engineering by automatically diagnosing incoming problems.

That is what Code Intelligence adds to Linear Agent. It brings the source of truth for how the product actually works into the same place where teams already triage problems, gather feedback, plan work, and make decisions.

Code Intelligence is now available in public beta for Business and Enterprise plans, and free to use during the beta period. See the changelog for more details.