colmarius

Coding with Agents

Podcasts, videos, and articles exploring AI-powered coding workflows, agentic design patterns, and the future of software development.

The Truth About Coding Agents: Why 90% of Your Time Is Now Code Review

Video

Beyang Liu in conversation with a16z

Beyang Liu discusses Sourcegraph's Amp agent and the shift in software engineering from coding to orchestrating agents, where 90% of time is spent on code review. Topics include the 'Smart' vs 'Fast' agent architecture, the rise of Chinese open source models for agentic tool use, and the transition to probabilistic software where developers manage intent while agents handle implementation logic.

a16z Deep DivesNov 25, 2025
Coding agentsWorkflowArchitectureTrends

Build Crew - Series

Playlist

A series from the Amp team covering AI agent best practices and prompting strategies. Topics include structured prompts, chain of thought prompting, using the Oracle sub-agent for complex reasoning, external memory management with short threads, and practical tips for effective agent collaboration. Features real-world development scenarios and insights from the Build Crew community.

SourcegraphOct 8, 2025
Coding agentsWorkflowLive coding

Next Token – Series

Video

A series featuring discussions, sharing experiences, and exploring the latest trends in AI agents and development practices.

X/TwitterOct 1, 2025
Coding agentsWorkflowPractices

Amp: The Emperor Has No Clothes

Podcast

Quinn Slack & Thorsten Ball on Building Amp Code

Sourcegraph's CEO and Amp Dictator discuss the philosophy behind Amp Code, their unconventional 15x/day shipping cadence without code reviews, and critical insights on coding agent architecture. Topics include why subagents and prompt optimizers may be misguided, the diminishing importance of model selectors, agent-friendly tooling, version control in an AI-first world, and how agents are transforming enterprise software development workflows.

Latent SpaceSep 26, 2025
Coding agentsWorkflowToolsArchitecture

The Emerging Skillset of Wielding Coding Agents

Video

Beyang Liu at AI Engineer Conference

Beyang Liu explores the evolution of AI coding agents from co-pilots to autonomous tools, covering controversial design decisions (autonomous edits, minimal UI, model coupling), Amp's implementation, and power user insights. Discusses best practices like detailed prompts, feedback loops, and sub-agents for complex tasks, while highlighting anti-patterns including micromanaging and underprompting.

AI EngineerJul 1, 2025
Coding agentsWorkflowPracticesArchitecture

Raising an Agent - Series

Playlist

An eight-part documentary series chronicling Sourcegraph's development of Amp, revealing groundbreaking insights on building practical coding agents. Topics include the shift from prompt to context engineering, the power of autonomous feedback loops, sub-agent architectures for context management, the "Oracle" pattern for multi-model reasoning, why codebases must adapt to agents, and evaluating LLM capabilities across providers. The team demonstrates why success depends on model quality over hidden tricks, treating agents as power tools rather than magic wands.

SourcegraphJun 1, 2025
Coding agentsToolsLLMs