← all topics

πŸ’» Code Generation

AI coding tools and agents. Cursor, Devin, Copilot internals, SWE-bench, agentic refactoring, repo-scale understanding.

79 videos Β· coding-agentscode-generationai-codingagentscopilotclaude-code

The workflow

flowchart LR
    A[Task / prompt] --> B[Retrieve repo context<br/>files + symbols]
    B --> C[LLM emits diff<br/>or whole file]
    C --> D[Execute / test<br/>in sandbox]
    D --> E{Pass?}
    E -->|No| F[Self-repair<br/>read error β†’ patch]
    F --> C
    E -->|Yes| G[PR / commit<br/>+ review]

Coding agents are the first place where AI delivers full economic value. The eval is "did the test pass?"

Key takeaways

AI coding works best when paired with classical software discipline β€” shared design concepts, ubiquitous language, and resistance to entropy.
Treat LLM context as a finite 'smart zone' and structure coding workflows (small tasks, looping plans, compaction) to stay inside it.
Advanced context engineering β€” small, intentional, reviewed context windows β€” beats raw model power for complex brownfield coding work.
AI codegen optimizes the mechanics Brooks said were never the bottleneck, so the only sustainable fix is to keep doing the hard human work of designing simple, untangled systems.
Rigorous private-repo measurement shows AI coding tools yield a real but modest ~15–20% net productivity gain, largely offset by rework on AI-generated code.
Coding-agent harnesses should be tiny, observable, and self-modifiable so the model β€” already trained as a coding agent β€” owns its own context.

Videos (79)

"Software Fundamentals Matter More Than Ever" β€” Matt Pocock

AI coding works best when paired with classical software discipline β€” shared design concepts, ubiquitous language, and resistance to entropy.

666.1K views Β· Apr 23, 2026

Full Walkthrough: Workflow for AI Coding β€” Matt Pocock

Treat LLM context as a finite 'smart zone' and structure coding workflows (small tasks, looping plans, compaction) to stay inside it.

597.5K views Β· Apr 24, 2026

No Vibes Allowed: Solving Hard Problems in Complex Codebases – Dex Horthy, HumanLayer

Advanced context engineering β€” small, intentional, reviewed context windows β€” beats raw model power for complex brownfield coding work.

544.7K views Β· Dec 02, 2025

The Infinite Software Crisis – Jake Nations, Netflix

AI codegen optimizes the mechanics Brooks said were never the bottleneck, so the only sustainable fix is to keep doing the hard human work of designing simple, untangled systems.

389.1K views Β· Dec 20, 2025

Does AI Actually Boost Developer Productivity? (100k Devs Study) - Yegor Denisov-Blanch, Stanford

Rigorous private-repo measurement shows AI coding tools yield a real but modest ~15–20% net productivity gain, largely offset by rework on AI-generated code.

300.1K views Β· Jul 23, 2025

Building pi in a World of Slop β€” Mario Zechner

Coding-agent harnesses should be tiny, observable, and self-modifiable so the model β€” already trained as a coding agent β€” owns its own context.

281.5K views Β· Apr 16, 2026

Claude Code & the evolution of agentic coding β€” Boris Cherny, Anthropic

Coding models are advancing faster than coding products, so Anthropic ships Claude Code as a minimal unopinionated surface to let users discover the right agentic UX.

133.7K views Β· Jul 04, 2025

Harness Engineering: How to Build Software When Humans Steer, Agents Execute β€” Ryan Lopopolo, OpenAI

Treat agents as infinitely-parallel implementers and invest your time in writing guardrails and persona-oriented docs that make 'a good job' legible to them.

117.1K views Β· Apr 17, 2026

Defying Gravity - Kevin Hou, Google DeepMind

Antigravity reframes the IDE around an agent manager that orchestrates editor and browser agents, leveraging Gemini 3's longer-horizon multimodal tool use.

104.8K views Β· Dec 02, 2025

How Claude Code Works - Jared Zoneraich, PromptLayer

Claude Code works because it strips scaffolding and trusts a tool-calling-tuned model in a simple agentic loop β€” the lesson is delete complexity, not add it.

92.0K views Β· Dec 26, 2025

From Vibe Coding To Vibe Engineering – Kitze, Sizzy

Embrace AI-assisted coding but layer engineering practices on top so you graduate from vibe coding's gambling loop to disciplined vibe engineering.

90.6K views Β· Dec 14, 2025

Vibes won't cut it β€” Chris Kelly, Augment Code

AI accelerates code generation but production software engineering β€” changing systems safely at scale β€” still requires human judgment, context, and rigorous practices.

86.8K views Β· Aug 03, 2025

How Windsurf writes 90% of your code with an Agentic IDE - Kevin Hou, Windsurf

Tight editor-agent integration via a shared action timeline is what lets Windsurf write the majority of code while keeping users in flow.

82.5K views Β· Mar 11, 2025

Agentic Engineering: Working With AI, Not Just Using It β€” Brendan O'Leary

Productivity gains from AI coding come from explicit context engineering and treating agents like fast but judgment-poor juniors you must direct.

79.4K views Β· Apr 07, 2026

AI Engineering at Jane Street - John Crepezzi

For obscure internal languages, custom fine-tuning on workspace snapshots + build-state transitions beats off-the-shelf coding models.

70.5K views Β· Mar 28, 2025

2026: The Year The IDE Died β€” Steve Yegge & Gene Kim, Authors, Vibe Coding

The future of coding tools is swarms of specialized agents orchestrated through a UI, not a single muscular agent inside an IDE.

53.5K views Β· Dec 06, 2025

Making Codebases Agent Ready – Eno Reyes, Factory AI

The bottleneck for agent productivity in enterprises is automated-validation rigor in the codebase, not which coding agent you buy.

49.9K views Β· Dec 22, 2025

Amp Code: Next Generation AI Coding – Beyang Liu, Amp Code

Effective coding agents come from curated tools, dedicated subagents for search/reasoning, and a review UI β€” not from piling on MCP servers.

48.5K views Β· Dec 22, 2025

Collaborative AI Engineering: One Dev, Two Dozen Agents, Zero Alignment β€” Maggie Appleton, GitHub

Coding agents have collapsed implementation cost so alignment must become continuous and multiplayer β€” not a PR-time afterthought.

48.3K views Β· Apr 26, 2026

Spec-Driven Development: Agentic Coding at FAANG Scale and Quality β€” Al Harris, Amazon Kiro

Spec-driven development with EARS requirements and property-based testing gives agentic coding a verifiable throughline from intent to shipped code.

47.2K views Β· Jan 09, 2026

Self Coding Agents β€” Colin Flaherty, Augment Code

An AI coding agent given basic process and tool primitives can write the bulk of its own codebase, including features, tests, and self-profiling optimizations.

44.8K views Β· Apr 21, 2025

OpenAI Codex Masterclass β€” Vaibhav Srivastav & Katia Gil Guzman

Codex is positioned as a full software-engineering teammate across surfaces, with sub-agents, work trees, and plugins as the new productivity primitives.

33.9K views Β· Apr 29, 2026

Building Cursor Composer – Lee Robinson, Cursor

Cursor Composer trades raw frontier-model intelligence for 4x speed by RL-training on a production-mirroring environment with custom MoE kernels.

24.8K views Β· Dec 02, 2025

The emerging skillset of wielding coding agents β€” Beyang Liu, Sourcegraph / Amp

Coding agents need a new operating mode (direct edits, oversight not approval, usage-based pricing, model-coupled scaffolding) β€” old chatbot intuitions actively hurt.

23.6K views Β· Jun 30, 2025

The State of AI Code Quality: Hype vs Reality β€” Itamar Friedman, Qodo

You don't break the AI productivity glass ceiling with better autocomplete β€” you break it with agentic, dynamically-learning quality workflows across the whole SDLC.

23.1K views Β· Dec 11, 2025

Developer Experience in the Age of AI Coding Agents – Max Kanat-Alexander, Capital One

Make your codebase, tooling, and documentation match how the rest of the industry works so agents inherit decades of training-set fluency.

22.5K views Β· Dec 23, 2025

Building your own software factory β€” Eric Zakariasson, Cursor

Treat your codebase like a factory: structure for discoverability, add guardrails reactively, and invest in verifiable end-to-end checks.

21.3K views Β· Apr 28, 2026

Software Development Agents: What Works and What Doesn't - Robert Brennan, OpenHands

Coding agents become genuinely productive when you scope tasks tightly, sandbox aggressively, and treat the agent as the inner-loop coder while humans own architecture.

20.2K views Β· Jul 25, 2025

Devin 2.0 and the Future of SWE - Scott Wu, Cognition

Coding agents are scaling on a 70-day doubling curve; product strategy must re-baseline every model generation as Devin moves from migrations to multi-file feature work.

17.0K views Β· Jul 25, 2025

Software Engineering Is Becoming Plan and Review β€” Louis Knight-Webb, Vibe Kanban

As coding agents take longer per run, your job collapses to planning and reviewing β€” invest in specs to amortize review cost across parallel agents.

15.7K views Β· May 02, 2026

Real World Development with GitHub Copilot and VS Code β€” Harald Kirschner, Christopher Harrison

Vibe coding maps to a maturity curve from YOLO prototyping to disciplined guardrails β€” VS Code + Copilot agent mode supports all three stages.

15.7K views Β· Aug 03, 2025

Rust is the language of the AGI - Michael Yuan

Rust's strict compiler turns 'hard to write' into a strong reward signal, making it the ideal target language when machines, not humans, are doing most of the coding.

15.5K views Β· Jun 03, 2025

The Making of Devin by Cognition AI: Scott Wu

Devin demonstrates that autonomous software engineers using human tooling (terminal, git, PRs) are the next phase beyond code-completion.

15.2K views Β· Jul 11, 2024

Beyond the Prototype: Using AI to Write High-Quality Code - Josh Albrecht, Imbue

Quality AI-generated code comes from synchronous prevention plus detection loops β€” plan, spec, lint, test, LLM-review β€” not from picking the smartest base model.

14.6K views Β· Jul 25, 2025

Building AI Agents with Real ROI in the Enterprise SDLC: Bruno (Booking.com) & Beyang (Sourcegraph)

Real enterprise AI-coding ROI comes from picking honest KPIs, training daily users, and giving agents deep codebase context for legacy migration work.

14.5K views Β· Apr 08, 2025

Replacing 12K LoC with a 200 LoC Skill β€” David Gomes, Cursor

Cursor replaced ~12K lines of worktree/best-of-N feature code with ~200 lines of markdown agent skills, demonstrating skills can collapse complex agent features.

13.9K views Β· Apr 30, 2026

Mergeable by default: Building the context engine to save time and tokens β€” Peter Werry, Unblocked

Reliable background coding agents need a real context engine β€” curated, relationship-aware organizational knowledge β€” not just RAG or MCP plumbing.

12.8K views Β· May 03, 2026

Piloting agents in GitHub Copilot - Christopher Harrison, Microsoft

Treat GitHub Copilot like a pair programmer β€” readable code, clear instructions and explicit context matter more than clever prompting.

10.4K views Β· Jul 26, 2025

Vibe Engineering Effect Apps β€” Michael Arnaldi, Effectful

To make coding agents useful on undocumented libraries, drop the library repo straight into your project so the agent's code-focused training kicks in.

8.2K views Β· May 07, 2026

Future-Proof Coding Agents – Bill Chen & Brian Fioca, OpenAI

Don't port prompts across models β€” match instructions to the model's trained habits, or use a co-developed model+harness like Codex.

7.9K views Β· Dec 05, 2025

Windsurf everywhere, doing everything, all at once - Kevin Hou, Windsurf

The next leap for AI coding tools is a shared human-AI timeline that lets parallel agents understand context and act without losing the user's intent.

7.8K views Β· Jun 23, 2025

RL for Autonomous Coding β€” Aakanksha Chowdhery, Reflection.ai

Reinforcement learning with automated verifiers (tests, compilers) is the unlock for autonomous coding because correctness can be checked cheaply at scale.

7.3K views Β· Jul 16, 2025

Your Coding Agent Just Got Cloned And Your Brain Isn't Ready - Rustin Banks, Google Jules

Async cloud coding agents like Jules unlock parallel multitasking and multi-variation development, but require AI at both ends of the workflow to remain sane.

6.3K views Β· Jul 25, 2025

Vibe Coding with Confidence β€” Itamar Friedman, Qodo

CLI-based agentic workflows that fold review and testing into authoring are the path from vibe-coded prototypes to trustworthy enterprise software.

6.2K views Β· Aug 06, 2025

Ship Production Software in Minutes, Not Months β€” Eno Reyes, Factory

Agent-native development means standardizing how your org thinks so droids can ingest your context and orchestrate work across the whole software lifecycle.

6.0K views Β· Jul 25, 2025

Code Generation and Maintenance at Scale: Morgante Pell

Large-scale code migrations need static analysis + semantic search + agentic execution β€” vanilla embedding RAG retrieves too much irrelevant code to be useful.

5.3K views Β· Oct 17, 2024

AI powered entomology: Lessons from millions of AI code reviews β€” Tomas Reimers, Graphite

AI code review only works when comments stay in the 'LLM-can-catch AND human-wants-it' quadrant β€” measured by downvotes plus whether developers actually act on them.

4.6K views Β· Jul 22, 2025

LLM codegen fails and how to stop 'em β€” Danilo Campos, PostHog

Fight LLM codegen hallucination by tool-calling fresh markdown docs into context β€” context windows are big enough that RAG isn't required.

3.0K views Β· Apr 30, 2026

The Cure for the Vibe Coding Hangover β€” Corey J. Gallon, Rexmore

Replace vibes with discipline β€” specs not prompts, atomic features, dependency-driven order, and executable tests before any agent writes code.

3.0K views Β· Nov 24, 2025

How to Improve your Vibe Coding β€” Ian Butler

Vibe coding only works with explicit rules, careful context management, and thinking models β€” naive setups generate alert fatigue from false positives.

2.8K views Β· Aug 03, 2025

GitHub Copilot: The World's Most Widely Adopted AI Developer Tool

Copilot has become a full-stack developer assistant β€” IDE completion, chat, PR summaries, knowledge-base Q&A β€” across every major IDE and SCM.

2.7K views Β· Feb 06, 2025

Welcome to AIE CODE - Jed Borovik, Google DeepMind

AIE CODE Summit positions AI coding as the single most important applied-AI problem and brings a focused, single-track audience together around it.

2.4K views Β· Jan 05, 2026

Building AI For All: Amjad Masad & Michele Catasta

Replit is bundling AI coding assistance plus inference (Model Farm) free to all users to ensure the next billion developers aren't gated from AI-enhanced programming.

2.4K views Β· Oct 23, 2023

Enhancing Quality and Security in CI: Gunjan Patel

Use CI's slack time as the venue for slow, deliberate AI passes (rename/comment/test/security) β€” Copilot does the fast thinking, GhostPilot does the slow thinking.

2.2K views Β· Nov 27, 2024

GPT Web App Generator - 10,000 apps created in a month: Matija Sosic

Constraining the codegen target (Wasp + React/Node) and tiering GPT-4 planning with GPT-3.5 implementation produces cheap, reliable full-stack app generation.

2.2K views Β· Jan 26, 2024

The Many Ends of Programming - Ray Myers

Map AI's impact on programming across six scenarios (from extreme completion to garbage pile) instead of treating it as a binary apocalypse.

2.1K views Β· Jun 10, 2025

To the moon! Navigating deep context in legacy code with Augment Agent β€” Forrest Brazeal, Matt Ball

Augment Agent positions its proprietary context engine as the real differentiator for AI on legacy codebases β€” model quality matters less than what you feed it.

2.0K views Β· Jun 27, 2025

The Code AI Maturity Model and What It Means For You: Ado Kukic

Code AI follows a six-level autonomy ladder from autocomplete to full SDLC ownership β€” most teams sit at L2-L3 today.

1.9K views Β· Feb 13, 2024

What Data from 20m Pull Requests Reveal About AI Transformation β€” Nick Arcolano, Jellyfish

Interactive coding tools are delivering measurable 2x throughput and faster cycles without quality regressions, while fully autonomous agents remain pre-production at most companies.

1.8K views Β· Nov 24, 2025

Supercharging developer workflow with Amazon Q Developer - Vikash Agrawal

Amazon Q Developer covers the full SDLC β€” CLI + IDE slash commands plus GitHub and AWS console integration β€” letting one developer hand off planning, testing, docs and deploy to the agent.

1.8K views Β· Jun 10, 2025

Vision: Zero Bugs β€” Johann Schleier-Smith, Temporal

Aerospace shows zero-bug software is possible with N-version, formal-method, and process-driven engineering β€” a discipline AI-generated code increasingly needs.

1.7K views Β· Nov 24, 2025

Mastering Engineering Flow with Windsurf - Eashan Sinha, Windsurf

Windsurf bets that real productivity gains come from tracking implicit user intent and pairing agentic tool use with explicit workflows, not just better chat.

1.6K views Β· Jun 27, 2025

The AI Evolution: Mario Rodriguez, GitHub

GitHub Copilot's $100M+ ARR rests on UX (ghost text), latency engineering and Codex/GPT-3.5 β€” not just the model β€” and post-PMF success requires global infra and rigorous online evals.

1.5K views Β· Nov 07, 2023

Move Fast Break Nothing: Dedy Kredo

Reliable codegen needs a generator+critic pair: behavior-driven tests plus automated review flag the security and correctness issues humans miss.

1.5K views Β· Nov 08, 2023

Copilots Everywhere: Thomas Dohmke and Eugene Yan

GitHub's bet is human-centric copilots that bridge issue-to-PR while keeping the developer in flow β€” augmentation, not autonomous replacement.

1.3K views Β· Jul 26, 2024

The Rise of the AI Software Engineer: Jesse Han

Morph's bet: combine static analysis + embeddings + graphs into a queryable code index that both retrieves context for any coding agent and generates fine-tuning data.

1.3K views Β· Feb 05, 2025

Mentoring the Machine β€” Eric Hou, Augment Code

Engineers should treat coding agents like mentees β€” invest in teaching them the codebase so they absorb the firefighting that destroys deep work.

1.2K views Β· Jul 24, 2025

[Full Workshop] Vibe Coding at Scale: Customizing AI Assistants for Enterprise Environments

Move enterprises through yolo -> structured -> spectrum vibes by adding guardrails (workspace settings, popular stacks, auto-approval policies) without killing the creative speed.

1.2K views Β· Jun 27, 2025

How Coding Agents change Software Development Forever - Hailong Zhang

Effective coding agents are narrow, evaluation-grounded, and built on a shared agent-OS abstraction β€” not monolithic 'software engineer' bots.

1.2K views Β· Feb 22, 2025

Developing Taste in Coding Agents: Applied Meta Neuro-Symbolic RL β€” Ahmad Awais, CommandCode

Coding agents need a learned, inspectable 'taste' layer β€” meta neuro-symbolic preference modeling β€” to move beyond sloppy defaults and brittle rules files.

1.1K views Β· Nov 24, 2025

Vibe Coding at Scale: Customizing AI Assistants for Enterprise Environments - Harald Kirshner,

Enterprise vibe coding works when you graduate from YOLO mode to templates plus MCP-based tools that constrain agents to your stack and conventions.

1.1K views Β· Jun 27, 2025

Collaborating with Agents in your Software Dev Workflow - Jon Peck & Christopher Harrison, Microsoft

Treat GitHub Copilot as a pair programmer reading your code β€” better naming, comments, and explicit intent are still the highest-leverage prompt-engineering for it.

1.1K views Β· Jun 27, 2025

[Workshop from Microsoft] Github Copilot - The World's Most Widely Adopted AI Developer Tool

GitHub Copilot's effectiveness leans heavily on the context (open tabs, comments, examples) developers provide; chat unlocks broader code Q&A while business code stays out of training.

829 views Β· Feb 07, 2025

The Eyes Are The (Context) Window to The Soul: How Windsurf Gets to Know You β€” Sam Fertig, Windsurf

Coding agents that 'know you' rely on heuristics (user behavior) + hard evidence (codebase) plus relevance-first context retrieval β€” not bigger windows.

702 views Β· Jun 27, 2025

The Agent Awakens: Collaborative Development with Copilot - Christopher Harrison, GitHub

Treat GitHub Copilot like an AI pair programmer β€” clear code, clear intent, and pick the right mode from completions to autonomous coding agent.

649 views Β· Jun 27, 2025

Don't get one-shotted: Use AI to test, review, merge, and deploy code β€” Tomas Reimers, Graphite

Build AI-native outer-loop tooling (review, CI, merge, deploy) because the inner-loop speedup is creating a review bottleneck and security risk.

595 views Β· Jun 27, 2025

Unlocking AI Powered DevOps Within Your Organization β€” Jon Peck, GitHub

Roll out AI DevOps by training brownfield prompting habits, codifying team standards in copilot-instructions.md, and curating exemplar knowledge bases.

582 views Β· Jun 27, 2025

GitHub Next Explorations: Rahul Pandita

GitHub Next bets on staged exploration: code-completion is evolving to multi-location 'Next Edit Suggestions' and to full inner-loop task completion via Copilot Workspace.

490 views Β· Feb 08, 2025

GitHub's AI Powered Security Platform: Sarah Khalife

GitHub is shifting from Copilot-only AI to AI embedded across the platform, with AppSec autofix and triage as a major investment area.

323 views Β· Feb 08, 2025