← All speakers

Bio, Work & Ideas

Beyang Liu

Conference affiliation: Amp · 2025

Beyang Liu co-founded Amp, the independent coding-agent company, and Sourcegraph, the code-search company he previously led as chief technology officer. His work addresses a foundational challenge for AI-assisted programming: giving developers and their agents enough understanding of complex software to change it intelligently.

Liu studied computer science at Stanford, including machine-learning research in probabilistic graphical models and computer vision, before working at Palantir on data-analysis software for large companies and banks. In 2013, he and Quinn Slack founded Sourcegraph, initially focused on making sprawling codebases searchable. The company expanded into code intelligence, large-scale code changes, and Cody, an AI coding assistant that grounds its responses in relevant material retrieved from across an organization’s software.

His writing on developer productivity distinguishes the broader software-delivery process from the developer’s immediate cycle of reading code, making changes, testing, and iterating. That systems-level perspective rejects simplistic proxies such as lines written: productivity depends on whether engineers can understand their environment, maintain momentum, and deliver useful work.

As models progressed from autocomplete and retrieval-assisted chat to autonomous tool use, Liu helped build Amp around agent-native workflows. In December 2025, he and Slack launched Amp as an independent company, while Dan Adler became Sourcegraph’s chief executive. Liu remains on Sourcegraph’s board.

  • Codebase context determines agent usefulness. Effective assistance requires finding relevant implementations, dependencies, conventions, and architectural constraints beyond the currently open file. Liu treats retrieval as an engineering problem with two competing failure modes: exhausting the agent’s context window through excessive searching, or gathering so little information that it repeatedly attempts the wrong fix.
  • Specialized subagents preserve working context. Amp delegates bounded tasks to separate agents: Finder searches codebases, Oracle handles difficult reasoning, Librarian examines external dependencies, and the experimental Kraken targets large refactors. Each returns concentrated results to the primary agent. Liu favors tightly integrated tools and matched models over generic integrations or a user-facing model picker, as he explains in his account of Amp’s architecture.
  • Agent evaluation should measure organizational outcomes. Liu assesses coding tools through controlled comparisons, carefully interpreted usage data, developer feedback, and concrete engineering priorities such as delivery speed, test coverage, code review, or modernization. Generated lines and accepted completions cannot, by themselves, establish software quality or business value.
  • Human accountability depends on fast feedback loops. Detailed instructions, tests, browser automation, diagnostics, and diff-based review help agents correct their own work while keeping developers responsible for shipped code. In a production-code demonstration, an apparently simple interface change required exposing the appropriate configuration field without leaking administrative secrets—a practical example of why plausible generated code is insufficient without architectural understanding.

Read the topics behind these talks

4 conference talks

AI Engineer Code 202518:31

Amp Code: Next-Generation AI Coding

Beyang Liu introduces Amp as an opinionated frontier coding agent spanning terminal and editor workflows. He explains its custom terminal interface, integrations with editors including Emacs, Neovim, JetBrains, and VS Code derivatives, and preference for specialized built-in tools over broad MCP integrations. The talk examines context exhaustion, Finder…

Beyang Liu

Coding and developer tools · RAG, context, and search · APIs, MCP, and protocols

AI Engineer Summit 202520:56

Building AI Agents with Real ROI in the Enterprise SDLC

Booking.com's Bruno Passos and Sourcegraph co-founder Beyang Liu explain how their teams apply context-aware coding assistance and software-development agents to enterprise codebases while measuring business impact. Their case study covers developer-experience challenges, experimentation-driven code complexity, Cody and Sourcegraph Search, access to…

Bruno Passos · Beyang Liu

Coding and developer tools · Reasoning and models · Leadership

AI Engineer World's Fair 202535:06

The emerging skillset of wielding coding agents

Sourcegraph co-founder and then-CTO Beyang Liu explains why coding agents polarize developers and argues that effective use requires abandoning mental models inherited from autocomplete and chatbots. He traces the shift from GPT-3 completion and GPT-3.5 chat interfaces to autonomous agents, discusses inference-cost incentives, and demonstrates agent…

Beyang Liu

APIs, MCP, and protocols · Coding and developer tools · Infrastructure and deployment

References