InfoQAjay Prakash28 min readtalkintermediate
Presentation: Context Engineering at LinkedIn: How We Built an Organizational Context Layer for AI Agents with MCP
Summary
LinkedIn built a “Contextual Agent Playbooks and Tools” layer that wraps internal services (code search, docs, feature flags, etc.) behind the open‑source Model Context Protocol (MCP). By feeding LLM‑powered coding agents the exact internal artifacts they need, the agents can diagnose incidents, generate PRs, and update incident tickets in minutes, delivering a reported 20 % productivity gain wit…
- MCP lets any LLM‑agent call LinkedIn’s internal tools (code search over ~1 000 repos, wiki/docs, feature‑flag store, metrics) as first‑class primitives.
- Agents can fetch logs, recent changes, and runbooks, then synthesize a root‑cause summary and even open a PR, cutting incident triage from hours to minutes.
- Operational guardrails (e.g., sandboxed execution, human‑in‑the‑loop verification, strict diff checks) keep generated changes reliable; LinkedIn reports zero reliability regression after rollout.
- Over 600 agent‑driven workflows are in production, spanning incident response, code refactoring, and routine ops tasks.
Scaling LLM agents to massive, highly regulated codebases requires more than raw model capability; you need a systematic way to inject proprietary context and enforce safety. LinkedIn’s MCP‑based layer shows a practical path for other large tech orgs to get real productivity from AI agents without…
6/10





