GenAI PM
concept2 mentions· Updated Jan 11, 2026

Compound Engineering

A practice of capturing learnings from prompts and agent interactions to steadily improve system behavior over time. For PMs, it is a feedback-loop mindset for iterative AI product improvement.

Key Highlights

  • Compound Engineering treats each prompt or agent run as an opportunity to improve future system behavior.
  • The concept emphasizes codifying successful patterns and failures into reusable product memory.
  • For AI PMs, it offers a practical framework for moving from prompt experimentation to reliable production workflows.
  • Kieran Klaassen demonstrated the concept in Claude Code through a planning–coding–assessing–codifying loop.
  • The idea was also framed by Dan Shipper and Jason Shuman as a principle for AI-native organizations.

Compound Engineering

Overview

Compound Engineering is the practice of systematically capturing what an AI system learns from prompts, agent runs, failures, and successful workflows so that future interactions perform better. Rather than treating each prompt or agent session as a one-off event, the idea is to turn repeated usage into a compounding feedback loop: observe what worked, codify it, and feed it back into the system.

For AI Product Managers, this matters because AI products improve fastest when teams operationalize learning instead of relying on ad hoc prompt tweaks. Compound Engineering creates a bridge between experimentation and product quality by turning prompt lessons, workflow patterns, and edge-case fixes into reusable instructions, policies, or artifacts. In practice, it supports more reliable agents, faster iteration cycles, and a clearer path from prototype behavior to production-grade systems.

Key Developments

  • 2026-01-11 — Jason Shuman’s conversation with Dan Shipper highlighted Compound Engineering as a key principle for AI-native organizations: capturing prompt lessons so AI agents improve over time. The concept was framed alongside broader organizational shifts such as the move from a knowledge economy to an allocation economy and the rising value of generalists who can direct human and machine intelligence.
  • 2026-02-09 — Kieran Klaassen demonstrated a Compound Engineering plugin for Claude Code CLI that made the concept concrete in software workflows. Using commands such as `workflows plan`, `workflows work`, `assess`, and `triage`, the system ran a planning–coding–assessing–codifying loop, stored learnings in local documentation folders, and updated a root `claude.md` file so those insights were injected into future prompts. The workflow also incorporated automated browser testing with Playwright and unattended execution for more continuous AI-driven development.

Relevance to AI PMs

  • Turn experimentation into product memory. AI PMs often run many prompt and agent experiments that never get operationalized. Compound Engineering provides a method for capturing winning prompts, failure patterns, evaluation rubrics, and edge-case resolutions in a way that future runs can reuse.
  • Improve reliability through structured feedback loops. Instead of only measuring outputs, PMs can define workflows where systems plan, execute, assess, and codify lessons. This creates a practical path to raising consistency across repeated user tasks, internal copilots, or autonomous agents.
  • Build scalable AI operations. As products move from demo to production, ad hoc prompt iteration becomes hard to manage. Compound Engineering helps PMs formalize learnings into docs, system instructions, test cases, or retrieval sources, making team knowledge durable and easier to scale across use cases.

Related

  • claude-code — A concrete implementation context where Compound Engineering was demonstrated, showing how CLI-based agent workflows can capture and reuse learnings over time.
  • kieran-klaassen — Demonstrated a plugin-based workflow that operationalized Compound Engineering through repeatable planning, coding, assessment, and codification loops.
  • dan-shipper — Helped articulate Compound Engineering as part of a broader view of how AI-native organizations should improve systems through accumulated prompt learning.
  • jason-shuman — Surfaced the concept in discussion with Dan Shipper, connecting it to practical shifts in how teams organize around AI.

Newsletter Mentions (2)

2026-02-09
Kieran Klaassen demonstrates his Compound Engineering plugin for Claude Code CLI, using slash commands like workflows plan, workflows work, assess, and triage to run a planning–coding–assessing–codifying loop that captures insights in a local docs directory and iteratively improves generated code.

#4 ▶️ How to Make Claude Code Better Every Time You Use It (Full System) | Kieran Klaassen Peter Yang Kieran Klaassen demonstrates his Compound Engineering plugin for Claude Code CLI, using slash commands like workflows plan, workflows work, assess, and triage to run a planning–coding–assessing–codifying loop that captures insights in a local docs directory and iteratively improves generated code. The compound-engineering-plugin appends codified learnings as Markdown under /docs/architecture-decisions/ and /docs/solutions/ , and updates the root claude.md so those rules are injected into every new workflows plan prompt. With Opus 4.5 and Playwright, Claude Code auto-generates end-to-end browser tests—logging into Gmail to exercise email signature and draft flows, clicking UI elements, inspecting console logs, and screen-recording a video artifact attached to the pull request. By defining alias CC="claude code --dangerously-skip-permissions" , all interactive permission prompts are suppressed, enabling fully unattended AI-driven sessions for commands like plan, work, assess, and PR creation.

2026-01-11
Jason Shuman’s conversation with Dan Shipper surfaces key principles for AI-native organizations: the shift from a knowledge economy to an “allocation economy” where orchestration of human and machine intelligence is paramount; the resurgence of generalists with strong taste and direction; and “compound engineering,” capturing prompt lessons to improve AI agents over time.

Product Management Insights & Strategies Marc Baselga outlines three investor-selection filters for first-time founders: diversify checks among angels to build a supportive network; choose early backers who create positive signals for later rounds; and avoid detractors by backchanneling with founders of failed ventures—ensuring investors add strategic value beyond capital. Jason Shuman’s conversation with Dan Shipper surfaces key principles for AI-native organizations: the shift from a knowledge economy to an “allocation economy” where orchestration of human and machine intelligence is paramount; the resurgence of generalists with strong taste and direction; and “compound engineering,” capturing prompt lessons to improve AI agents over time. AI Industry Developments & News Guillermo Rauch spotlights OpenAI’s GPT-5.2 Pro working with Harmonic to near-autonomously generate a proof for an Erdős mathematical problem—demonstrating how advanced language models are tackling complex reasoning tasks once reserved for human experts.

Stay updated on Compound Engineering

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free